Release 970509
[wine/multimedia.git] / ChangeLog
blob45d2aef41fb1e372ea184f6f8308771b14167544
1 ----------------------------------------------------------------------
2 Tue May  6 19:12:20 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [loader/task.c] [loader/module.c]
5         Fixed command line in LoadModule to already include the length
6         indicator (thanks to Andreas Mohr).
8         * [windows/dialog.c]
9         DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
10         to Bruce Milner for this one); correctly update file spec on exit.
12         * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
13         Moved emulator-specific code for calling window procedure to
14         thunk.c.
16 Mon Apr 28 10:21:59 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
18         * [memory/local.c]
19         Better implementation of moveable blocks (first word in block is
20         the handle itself) and discarded blocks. Local(Re)Alloc is much
21         more like the real thing.
23 Thu Apr 24 19:50:19 1997  Albrecht Kleine <kleine@ak.sax.de>
25         * [objects/metafile.c]
26         Added handling of meta record META_DIBCREATEPATTERNBRUSH.
28 Mon Apr 21 14:03:32 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
30         * [multimedia/mmsystem.c] [multimedia/audio.c]
31         Fixed leftover problems with masked device IDs.
33         * [msdos/int21.c]
34         Removed code duplications, fixed Write.
36         * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
37           [windows/winpos.c]
38         Yet another attempt to make -managed work better.
40         * [controls/combo.c]
41         UI fix.
43 Mon Apr 21 13:10:24 1997  Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
45         * [debugger/*]
46         All "Loading from ..." lines merged into one so important
47         information before the crash doesn't scroll out.
49         * [if1632/kernel.spec]
50         Added some ordinal stubs used by win95 OLE and friends.
52         * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
53         MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
54         LoadLibraryEx32W and GetProcAddress32W added.
56         * [objects/bitmap.c]
57         XImages use another memory layout for depth 4 (and poss. other
58         depths) then Windows bitmaps. Replaced speedup hack by generic
59         (and better working) code.
61         * [objects/dib.c]
62         Another ximage!=bitmap memory layout bug. 
63         All _XinitImageFuncPtrs except one removed.
65 Sun Apr 20 17:12:30 1997  Andrew Taylor <andrew@riscan.com>
67         * [multimedia/audio.c]
68         Fixed some regression bugs.
70 Sun Apr 20 12:15:09 1997  Andreas Mohr <100.30936@germany.net>
72         * [loader/module.c]
73         Fixed MODULE_LoadExeHeader() to use the correct offset for
74         fast-load area.
76 Sat Apr 19 16:40:00 1997  Chad Fraleigh <chadf@bookcase.com>
78         * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
79           [win32/*]
80         Removed <malloc.h> and added <stdlib.h> where needed.
81         Changed printf formaters to match argument types (%lx instead of %x).
82         Casted some types to make the compiler happy. Mostly pointer<->ulong.
84         * [graphics/win16drv/init.c]
85         Fixed uninitialized variable.
87         * [include/msdos.h]
88         Added <sys/types.h> needed for <dirent.h>.
90         * [include/sigcontext.h]
91         Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
92         Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
94         * [misc/crtdll.c] [misc/lstr.c]
95         Casted last argument in v*printf() to be va_list. This code seems to
96         make BIG assumptions about the implementation of va_list.
98         * [misc/ver.c]
99         Fixed impossible if() expression (unsigned < 0).
101         * [misc/winsock.c]
102         Removed semicolon on the end of an if() statement.
104         * [windows/mdi.c]
105         Changed a counter/index to unsigned since it was complaining about
106         signed/unsigned comparison and didn't need to be negative.
108 Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
110         * [scheduler/thread.c]
111         Minor fix in thread database initialization.
113 Wed Apr 16 17:28:05 1997  Andreas Mohr <100.30936@germany.net>
115         * [files/file.c]
116         Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
117         directory entry.
119 ----------------------------------------------------------------------
120 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
122         * [graphics/win16drv/init.c]
123         Minor changes to help debug problems.
125         * [if1632/dummy.c] [if1632/gdi.spec]
126         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
128         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
129         StartDoc16, EndDoc16 new functions.
131 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
133         * [memory/virtual.c]
134         Implemented MapViewOfFile.
136         * [debugger/dbg.y]
137         Added 'info maps' command.
139 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
141         * [controls/edit.c] [controls/EDIT.TODO]
142         Started restructuring.  Performance improvements.
143         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
144                 EditWndProc() is now reentrant, wordbreak procs,
145                 better compliance to specs.
146         New:    margins, format rectangle.
148         * [controls/widgets.c]
149         Changed the cursor for the edit control class to an I-beam.
151         * [include/callback.h]
152         Added 32 bit wordbreak callback.
154 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
156         * [objects/metafile.c]
157         Added handling of some more metafile records: 
158         META_CREATEREGION, META_INVERTREGION etc.
160 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
162         * [loader/signal.c]
163         Define kernel sigaction ourselves instead of getting it
164         from the kernel source.
166 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
168         * [control/menu.c]
169         Fix return value range for GetMenuState.
171         * [files/file.c]
172         Always fill out ofs->szPathName in FILE_DoOpenFile.
174         * [memory/string.c]
175         Add debug option string.
177         * [objects/cursoricon.c]
178         Fix return value for DestroyIcon32.
180 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
182         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
183         Added description of the source tree. Moved several
184         files to fit it.
186         * [misc/shell.c]
187         Use Win32 heap functions.
189 ----------------------------------------------------------------------
190 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
192         * [misc/main.c] [ANNOUNCE]
193         Update the list of contributors. Please let me know if I forgot
194         someone.
196         * [controls/combo.c]
197         Fixed bug in CB_DIR16 handling.
198         Use correct text color in CBPaintText.
200         * [controls/listbox.c]
201         Fixed WM_CTLCOLOR handling.
203         * [windows/winproc.c]
204         Added translation for EM_*32 messages.
206 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
208         * [files/drive.c]
209         Added information on device and inode numbers to the DOSDRIVE
210         struct, using it to find DOS drives in a path even if it contains
211         symbolic links, eliminating annoying messages at startup.  
212         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
214 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
216         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
217           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
218           [include/win16drv.h] [include/x11drv.h]
219         Implemented GetCharWidth via graphics drivers.
221         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
222         Moved printer driver interfaces into a separate file.
224         * [graphics/win16drv/text.c]
225         Fixed bugs that seg-faulted write.
227 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
229         * [BUGS]
230         Update.
232         * [controls/edit.c]
233         Removed useless parameters from a lot of functions.
235         * [controls/menu.c]
236         Improved keyboard shortcuts. Added check for entries with popup 
237         menu in EnableMenuItem().
239         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
240         Do not allocate separate thunks for new windows.
242         * [misc/clipboard.c] [windows/painting.c]
243         Fixed problems with ClipBook.
245         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
246           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
247         Combo rewrite.
249         * [objects/dib.c]
250         Slight improvements.
252 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
254         * [misc/crtdll.c]
255         Added chdir/mkdir.
257         * [misc/ntdll.c]
258         Fixed some bugs, added RtlUnicodeStringToAnsiString.
260         * [win32/process.c]
261         Added initialisation of events/semaphores/mutices.
263 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
265         * [resources/sysres_Po.rc]
266         Added support for Portuguese language.
268 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
270         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
271         Implemented SwitchToThisWindow().
272         
273         * [misc/ver.c]
274         Corrected a flaw in VerInstallFile32A.
275         
276         * [msdos/int21.c]
277         Corrected wrong number in Int21 3305
278         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
279         
280 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
282         * [loader/ne_module.c]
283         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
284         setting it to 0x10000 if pSeg->size is 0.
286 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
288         * [ANNOUNCE]
289         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
291         * [memory/global.c]
292         Removed MemManInfo sizeof check.
294 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
296         * [files/dos_fs.c]
297         Pick up kernel dirent on glibc systems.
299         * [loader/signal.c]
300         Pick up kernel sigaction on glibc systems.
302 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
304         * [debugger/stabs.c] [debugger/msc.c]
305         Check return value of mmap.
307 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
309         * [win32/code_page.c]
310         Added IsValidCodePage.
312 ----------------------------------------------------------------------
313 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
315         * [*/*]
316         Completed transition to new Win32 types.
318         * [tools/build.c]
319         Changed CallTo16_regs to take a CONTEXT argument.
321         * [memory/virtual.c]
322         Rewrote Virtual* functions. Implemented CreateFileMapping and
323         OpenFileMapping. Broke MapViewOfFile ;-)
325         * [win32/k32obj.c]
326         Implemented named objects.
328 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
330         * [misc/ole2nls.c] [resources/sysres_Pl.c]
331         Added Polish language support.
333 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
335         * [windows/keyboard.c]
336         Wrote VkKeyScan and tested with Winword. Works ok except for dead
337         chars.
339 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
341         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
342           [graphics/win16drv/obects.c]
343         Added start of SelectObject call for printer driver. Write should
344         now run with the printer driver enabled.
346 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
348         * [debugger/*.c]
349         Re-added a disassembly command (list serves another functionality
350         now).
352         * [loader/pe_resource.c]
353         Added # support.
355         * [misc/ole2nls.c]
356         GetStringType* added.
358         * [objects/color.c]
359         VGA16 fixes.
361         * [windows/class.c]
362         Look for global widget classes too in GetClassInfo32.
364         * [windows/sysmetrics.c] [include/windows.h]
365         Added Win32 sysmetrics.
367 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
369         * [documentation/languages]
370         The fourth case updated.
372         * [if1632/ntdll.spec]
373         Added some is* and to* functions.
375 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
377         * [configure.in]
378         Add tests for wait4 and waitpid.
380         * [loader/signal.c]
381         Clean up OS-dependent code.  I hope I got it right, :-)
383         * [tools/wineconf]
384         Recognise vfat file systems.  Ignore floppy drives specified in
385         /etc/fstab.
387         * [files/*]
388         Fix function names in error messages.
390 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
392         * [windows/keyboard.c] [windows/message.c]
393         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
394         characters sets.
396 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
398         * [controls/edit.c]
399         Fix incorrect arg order in LOCAL_Alloc() call.
401 Fri Feb 21 18:19:17 1997  Andrew Taylor  <andrew@riscan.com>
403         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
404         Fixed bug related to device IDs returned by multimedia
405         system.  Implemented mciGetDeviceID.
407 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
409         * [debugger/dbg.y]
410         Do not dereference invalid expressions.
412 ----------------------------------------------------------------------
413 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
415         * [*/*]
416         Converted a lot of functions to Win32 types.
417         Removed HWND type.
419 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
421         * [memory/global.c]
422         Implemented GMEM_MOVEABLE blocks for Win32.
424 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
426         * [loader/task.c] [windows/queue.c]
427         Do not read X events while in the intertask SendMessage().
429         * [misc/lstr.c]
430         Fixed CharPrev32A().
432         * [windows/hook.c] [include/hook.h]
433         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
435         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
436           [windows/event.c] [controls/edit.c] 
437         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
438         Several new Win32 messages are sent when this flag is on.
439         
440         * [msdos/dosmem.c] [memory/global.c]
441         Some changes in DOS memory allocation.
443 Fri Feb  7 21:46:03 1997  Andrew Taylor  <andrew@riscan.com>
445         * [win32/security.c]
446         Added SID manipulation functions.
448         * [include/debug.h]
449         Added debugging class "security".
451 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
453         * [debugger/msc.c] [debugger/source.c] 
454           [documentation/wine_os2.txt] [loader/signal.c]
455         Some more changes for OS/2. Doesn't work yet.
457 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
459         * [scheduler/process.c]
460         Added ExpandEnvironmentStrings*.
462         * [misc/ntdll.c] [include/ntdll.h]
463         Added some new functions.
465         * [objects/cursoricon.c]
466         CURSORICON_LoadHandler: check against some bizarre out of memory
467         conditions.
468         
469         * [windows/mdi.c]
470         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
472 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
474         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
475           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
476         Added Hungarian language support.
478 ----------------------------------------------------------------------
479 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
481         * [files/drive.c]
482         Fixed SetCurrentDirectory() to also change the current drive.
484         * [win32/except.c] [tools/build.c]
485         Use Win32 register functions to implement exception handling.
486         Fixed UnhandledExceptionFilter.
488 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
490         * [windows/keyboard.c]
491         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
492         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
493         or when the state has changed, out of wine.
494         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
495         by InputKeyStateTable.
497 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
499         * [loader/*resource.c][if1632/thunk.c]
500         EnumResource* added.
502         * [loader/pe_resource.] [loader/resource.c]
503         SizeofResource32(), LoadAccelerators32() added.
505         * [misc/lstr.c]
506         FormatMessage %n added.
508         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
509         _chdrive,_errno,_isctype added.
511         * [misc/cpu.c]
512         Replaced runtime_cpu by GetSystemInfo().
514         * [windows/hook.c][include/hook.h]
515         Fixed mapping of hooks to win32/unicode.
517         * [windows/keyboard.c] [windows/defwnd.c]
518         Updated to win32 standard.
519         ALT-<Menukey> fixed.
521         * [windows/queue.c]
522         GetWindowThreadProcessId() implemented.
524 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
526         * [graphics/metafiledrv/*] [graphics/x11drv/*]
527           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
528           [objects/gdiobj.c] [objects/pen.c]
529         Moved SelectObject to graphics drivers. Printer support now works
530         in a few cases but is definitely not complete. Generic/text driver
531         works. The postscript driver works if true type fonts are disabled
532         from the control panel. To enable printer support add Printer=on
533         to the wine section of your wine.conf file. This causes write not
534         to work properly. I know that several other printer drivers do not
535         work.
537         * [tools/build.c]
538         Make .stabs not used for svr4 since it doesn't use GNU assembler.
540         * [misc/fontengine.c]
541         Make sure a printf doesn't crash the system.
543 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
545         * [objects/metafile.c]
546         Fixed some problems with PlayMetaFileRecord().
548         * [objects/dc.c]
549         hClipRgn gets initialized in GetDCState().
551 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
553         * [debugger/stabs.c]
554         Handle file names beginning with '/'.
556 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
558         * [*/*]
559         Some more patches for OS/2 support.
561 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
563         * [resources/sysres_Ko.rc]
564         Updated support for Korean (Ko) language.
566 ----------------------------------------------------------------------
567 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
569         * [loader/module.c]
570         Fixed LoadModule() to always call the DLL initialization code.
572         * [windows/event.c]
573         Moved all the keyboard stuff to windows/keyboard.c
575         * [tools/build.c]
576         Fixed Win32 register functions.
578 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
580         * [tools/makedep.c]
581         Fixed bug which causes SEGV on Solaris x86.
583 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
585         * [controls/edit.c]
586         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
587         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
588         Fixed EM_SETSEL and some minor bugs (features).
589         Hence: fully functional undo and a win95 menu with the right mouse
590                 button.
592         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
593         Added a context menu for the edit control.
594         Translations, please ...
596 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
598         * [windows/event.c]
599         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
600         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
601         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
602         to make them work with any X server.
603         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
605         * [include/keyboard.h]
606         Totally replaced the file (formerly containing the vkcase definitions)
607         by the declaration of 'extern' variables contained by event.c and used
608         by keyboard.c
609         
610         * [windows/keyboard.c]
611         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
612         table keyc2vkey or X functions only.
613         ToAscii : added keypad 0-9 and . special case.
614         Changed toggle keys active mask from 0x80 to 0x1.
616         * [misc/keyboard.c]
617         File deleted. Contents moved to windows/keyboard.c.
619         * [misc/main.c]
620         Added putenv XKB_DISABLE to disable XKB extension (which, when
621         present, causes AltGr to change keyboard group instead of being a
622         modifier).
624 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
626         * [windows/event.c]
627         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
628         output of XGetModifierMapping for XK_Num_Lock.
630 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
632         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
633           [debugger/*.c]
634         General clean up.
635         Changed defines/structures to match Windows NT SDK.
637         * [loader/main.c]
638         Don't crash on empty command-line.
640         * [windows/winpos.c]
641         winpos.c made win32 clean.
643         * [misc/ntdll.c]
644         Some string conversion additions.
646         * [files/file.c]
647         GetFileAttributes/GetTempFileName fixed.
649         * [misc/ver.c]
650         VerInstallFile implemented.
652 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
654         * [tools/build.c]: Use PREFIX also in stabs messages.
656 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
658         * [graphics/win16drv/*] [include/win16drv.h]
659         Many fixes and some new features.
661         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
662           [include/x11drv.h] [objects/font.c]
663         GetTextMetrics() moved to graphics driver.
665         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
666         New dummy EngineEnumerateFont, EngineRealizeFont functions.
668         * [include/windows.h]
669         TEXTFORM16 and FONTINFO16 structure definitions moved here from
670         include/win16drv.h
672 ----------------------------------------------------------------------
673 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
675         * [controls/menu.c]
676         Updated to new Win32 types.
678         * [controls/listbox.c]
679         Fixed Winfile extended selection bug.
681         * [files/directory.c]
682         Changed DIR_SearchPath to return both long and short file names.
684         * [files/dos_fs.c]
685         Implemented VFAT ioctl to retrieve the original short filenames
686         from a VFAT filesystem (Linux only for now).
687         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
688         DOS_GetFullName().
689         Properly implemented GetShortPathName() and GetFullPathName().
690         Made all functions re-entrant.
692         * [files/file.c] [misc/main.c]
693         Replaced -allowreadonly option by -failreadonly. The default is
694         now to report success when opening a read-only file for writing.
696         * [objects/metafile.c]
697         Fixed bug in DIB bitmaps pointer calculation.
699         * [scheduler/process.c]
700         Implemented environment strings and Get/SetStdHandle with process
701         environment block.
703         * [tools/build.c]
704         Rewrote BuildContext32() to avoid instructions that may not be
705         supported by all assemblers.
706         
707 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
709         * [windows/event.c]
710         Created table keyc2vkey, which associate a vkey(+extended bit) to
711         any keycode. Changed EVENT_event_to_vkey to use this table to
712         return the correct vkey. Changed EVENT_ToAscii to get the keycode
713         from this table too.  Assigned OEM specific vkeys arbitrarily.
715 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
717         * [misc/winsock.c] [misc/winsoc_async.c]
718         Fixed svr4 header files.
719         Changed bzero() to memset().
721         * [tools/fnt2bdf.c]
722         Removed bcopy() and used memcpy() instead.
724         * [debugger/msc.c]
725         Include string.h instead of strings.h
727         * [debugger/stabs.c]
728         Include string.h instead of strings.h.
729         Define __ELF__ for svr4 systems.
731         * [loader/signal.c]
732         Use wait() instead of wait4() which doesnt exist on Unixware.
734         * [memory/global.c]
735         Use sysconf() instead of getpagesize() for svr4 systems.
737 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
739         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
740           [tools/Makefile.in] [documentation/wine_os2.txt]
741         Patches for OS/2 support. Note that it doesn't compile yet.
743 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
745         * [debugger/*]
746         Many more debugger improvements (see debugger/README for details).
748 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
750         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
751           [graphics/metafiledrv/*]
752         Moved some device dependent code into the resp. subdirs.
754         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
755         Prototypes added,
756         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
758         * [objects/region.c]
759         CreatePolyPolygonRgn32 added.
761         * [files/dos_fs.c]
762         QueryDosDevice added.
764         * [misc/lstr.c]
765         FormatMessage: broken heap management fixed.
767         * [scheduler/process.c] [scheduler/thread.c]
768         Get/SetThreadPriority/PriorityClass added.
770 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
772         * [misc/keyboard.c]
773         ToAscii : Use EVENT_ToAscii instead.
775         * [windows/event.c]
776         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
777         keypad cursor keys.
778         EVENT_event_to_vkey : New function, to transform a X keycode
779         into a MSwin vkey + extended bit.
780         EVENT_ToAscii : New function, to transform a vkey + extended bit
781         (+ key state table) into ascii char(s), using XLookupString, and
782         recognizing dead chars.
783         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
784         EVENT_event_to_vkey for keycode to vkey conversion; fixed
785         previous, context and extended bits.
787         * [windows/keyboard.c]
788         Include stddebug.h, to get -debugmsg messages.
789         GetKeyState : Handle VK_MBUTTON case.
790         GetKeyboardState, SetKeyboardState : Debugging messages added.
792         * [windows/message.c]
793         TranslateMessage : Handle dead chars.
795 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
797         * [if1632/crtdll.spec] [misc/crtdll.c]
798         C++ functions new/delete/set_new_handler implemented.
800 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
802         * [controls/edit.c] [include/windows.h]
803         Moved the edit control to 32 bits.
804         Included new (win95) message definitions in windows.h
805         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
806         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
807         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
808         Fixed some bugs, introduced a couple of others.
809         Text buffer is now initially in 32-bit heap.
811         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
812           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
813           [misc/commdlg.c]
814         Updated to work with 32-bit edit control.
816 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
818         * [loader/pe_image.c]
819         Use mmap rather then malloc. Better workaround for clean
820         segments.
822 ----------------------------------------------------------------------
823 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
825         * [controls/listbox.c]
826         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
828         * [files/dos_fs.c]
829         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
831         * [files/file.c] [files/directory.c]
832         Use Win32 kernel objects and handles for file handles.
833         Unified SearchPath() and OpenFile().
835         * [loader/builtin.c]
836         Moved to if1632/ directory.
838         * [tools/build.c] [debugger/*] [miscemu/*]
839         Win16 register functions now receive the same CONTEXT * structure
840         as Win32 functions.
842         * [include/sigcontext.h] [miscemu/instr.c]
843         Added new macros to get register values from the SIGCONTEXT
844         structure (only used for instruction emulation now).
846         * [scheduler/process.c] [scheduler/thread.c] (New files)
847         Allocate process and thread structures.
849         * [scheduler/process.c] [win32/k32obj.c]
850         Added Win32 kernel objects and handles management.
852         * [loader/task.c]
853         Create a Win32 process and thread for every Win16 task.
855         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
856         Built-in resources are now in Win32 format. This also avoids
857         16-bit callbacks for built-in dialogs.
859         * [misc/lzexpand.c]
860         Differentiate between 16-bit and 32-bit file handles.
862         * [miscemu/int*.c]
863         Moved all int emulation to msdos/ directory.
865         * [msdos/*]
866         New directory msdos/ contains all MS-DOS emulation code that can
867         also be used for Winelib; this should enable Winelib apps to use
868         DOS3Call and related functions.
870         * [rc/winerc.c]
871         A few bug fixes for Win32 resource format.
873         * [windows/winpos.c]
874         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
875         right though).
877 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
879         * [loader/pe_image.c]
880         Make sure BSS of a PE_Image is zero.
882 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
884         * [windows/scroll.c]
885         ScrollWindowEx() rewrite, ScrollDC() fix.
887         * [windows/nonclient.c] [controls/menu.c]
888         Fixed Alt-Space crashes in dialogs.
890         * [windows/event.c] [windows/message.c]
891         Some changes in mouse message generation.
893 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
895         * [debugger/stabs.c]
896         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
898 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
900         * [windows/event.c]
901         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
902         compatibility.
904 ----------------------------------------------------------------------
905 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
907         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
908         Added mapping functions.
910         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
911         Added a lot of Win32 functions.
913         * [memory/heap.c]
914         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
916         * [misc/lstr.c] [memory/string.c]
917         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
919         * [object/font.c]
920         Avoid uppercasing font names.
922         * [windows/hook.c]
923         Set ds = ss before calling hook procedure.
925 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
927         * [objects/color.c]
928         Use colors allocated by other clients. 
930         * [windows/caret.c]
931         Set default blink time to 500.
933         * [windows/win.c] [windows/event.c]
934         Delete X context before XDestroyWindow().
936         * [windows/keyboard.c]
937         Fixed GetKeyState() once more.
939 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
941         * [debugger/*.c]
942         Lots of built-in debugger improvements: parse Win32 EXEs debug
943         information, display local variables, source files and line
944         numbers, get symbols directly from the Wine executable, etc.
946 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
948         * [misc/winsock_async.c]
949         Extern declaration added for h_errno.
951 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
953         * [windows/message.c]
954         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
956 ----------------------------------------------------------------------
957 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
959         * [graphics/x11drv/bitblt.c]
960         Fixed BITBLT_StretchImage for partially covered or inverted
961         bitmaps.
963         * [objects/dib.c]
964         Fixed the upside-down bitmap problem.
966 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
968         * [if1632/user32.spec]
969         IsMenu and RemoveMenu added (use existing Win16 functions).
971         * [include/windows.h]
972         Corrections to BITMAPINFOHEADER structure.
974         * [loader/module.c] [if1632/kernel32.spec]
975         New function GetModuleFileName32A (heavily based on original
976         Win16 version).
978         * [loader/pe_image.c]
979         Hack to allow files with short PE header to be loaded (e.g.
980         COMDLG32.DLL from Win32s).
982         * [misc/winsock_async.c]
983         #if out EIDRM case (not present in FreeBSD).
985         * [tools/build.c]
986         Remove trailing comments from .s files generated by build
987         as these break assembly when not run through pre-processor.
989         * [windows/graphics.c] [if1632/gdi32.spec]
990         New function Polyline32 - based on original Polyline. Needs
991         metafile support adding still.
993 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
995         * [win32/findfile.c] [if1632/kernel.spec]
996         FindFirstFile32A(): Use dos current directory for drive prefixes.
997         FindNextFile32A(): Fill in file attribute information.
998         Implement FindFirstFile16, FindNextFile16, FindClose16.
1000         * [files/drive.c]
1001         GetCurrentDirectory32A - Fix problem with null 3rd character in
1002         string.
1004 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1006         * [windows/painting.c][windows/message.c]
1007         Don't use linked lists to call SendMessage(), for it might destroy
1008         the current listentry.
1010         * [misc/registry.c]
1011         Fixed temporary file saving (rename doesn't work across
1012         partitions).
1014         * [files/*.c]
1015         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
1016         GetVolumeInformation32W fixed.
1018         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
1019         LoadLibrary* updated to new naming std., *32W added.
1021         * [win32/console.c] [include/wincon.h]
1022         Additions for NT commandline executables.
1024         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
1025         GetUserName32W added, GetComputerName32W added,
1026         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
1028         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
1029         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
1031         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
1032           [if1632/ntdll.spec]
1033         Lot of new unicode functions added (needed for NT).
1035         * [loader/pe_image.c]
1036         NtCurrentTeb added.
1038 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
1040         * [windows/keyboard.c]
1041         Rewrote function TranslateAccelerator().
1043 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1045         * [windows/defwnd.c] 
1046         DEFWND_SetText(): Set icon name.
1048 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1050         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
1051           [if1632/winsock.spec]
1052         IPC resource cleanup, bugfixes.
1054         * [windows/dialog.c] [windows/defdlg.c]
1055         More DefDlgProc() fixes.
1057 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
1059         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
1060           [win32/newfns.c] [windows/graphics.c]
1061         Added a few WIN32 functions which needed to run some win32
1062         accessories. Clock should now work almost as well as 16 bit version.
1063         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
1064              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
1065              Polygon32
1066         Fix: Polygon16 possible memory leak on error return.
1068 ----------------------------------------------------------------------
1069 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1071         * [configure.in]
1072         Added check to see if the compiler supports building a DLL when
1073         the --with-dll option is used.
1075         * [controls/listbox.c]
1076         Don't send LBN_SELCHANGE too often.
1077         Added WM_CHARTOITEM support.
1079         * [Make.rules.in] [library/Makefile.in]
1080         Build winestub.o and link it with Winelib programs.
1082         * [objects/text.c]
1083         Added support for '&&' in DrawText().
1085         * [tools/build.c]
1086         Added -o option.
1088 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1090         * [win32/thread.c]
1091         GetCurrentThread(): return -2 (current thread pseudo-handle).
1092         GetCurrentThreadId(): return GetCurrentTask().
1094         * [objects/font.c] [if1632/gdi32.spec]
1095         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
1097         * [win32/findfile.c]
1098         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
1100         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
1101           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
1102           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
1103         Hooks rewritten to support Win32.
1105         * [misc/winsock.c]
1106         WINSOCK_select(): need to put sockets with errors into exceptfds.
1107         WINSOCK_socket(): fix error return.
1109         * [windows/win.c]
1110         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
1112 Wed Dec  4 22:03:05 1996  Andrew Taylor <andrew@riscan.com>
1114         * [files/dos_fs.c]
1115         Check if buf is NULL before copying string in GetFullPathName32A().
1117 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
1119         * [graphics/wing.c] [if1632/wing.spec]
1120         Implemented many WinG functions, but some don't seem to
1121         work correctly (probably due to the one not done).
1122         
1123 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
1125         * [misc/main.c]
1126         Implemented a few more of the SystemParametersInfo() cases.
1128 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
1130         * [controls/button.c]
1131         Improved focus rectangle painting.
1133         * [windows/dialog.c] [windows/defdlg.c]
1134         Fixed IE3.0 problems with DWL_MSGRESULT.
1136 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
1138         * [files/profile.c]
1139         Changed error handling in PROFILE_SetString().
1141 ----------------------------------------------------------------------
1142 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1144         * [configure]
1145         Re-generated with autoconf 2.11. Let me know if you have
1146         problems.
1148         * [controls/listbox.c] [controls/oldlbox.c]
1149         Listboxes rewritten from scratch. Moved old code still used by
1150         comboboxes to oldlbox.c
1152         * [misc/registry.c]
1153         Use temporary file when saving registry.
1155         * [windows/dialog.c]
1156         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
1158         * [windows/winproc.c]
1159         Added translation for listbox Win32 messages.
1161 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
1163         * [controls/widgets.c] [controls/button.c]
1164         Fixed some incompatibilities with CTL3D DLL.
1166         * [windows/dialog.c]
1167         Made dialog windows fit into the desktop.
1169         * [misc/winsock.c] [misc/winsock_async.c]
1170         New Winsock engine.
1172         * [windows/message.c]
1173         GetMessage() fixes.
1175         * [windows/queue.c] [windows/hook.c] [windows/win.c]
1176         SetMessageQueue() fixes.
1178 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1180         * [objects/text.c]
1181         DrawText16(): Fixed return value.
1183 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1185         * [files/profile.c] [*/*]
1186         Added Win32 profile functions, updated to new naming standard.
1188         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
1189         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
1190         structures.
1192         * [misc/ole2nls.c] [if1632/thunk.c]
1193         Added EnumSystemLocales() (winhelp.exe).
1195         * [misc/registry.c]
1196         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
1198         * [win32/file.c]
1199         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
1201 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
1203         * [misc/shell.c]
1204         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
1206         * [misc/main.c]
1207         Implemented a few more of the SystemParametersInfo() cases.
1209 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
1211         * [include/keyboard.h]
1212         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
1214         * [include/windows.h]
1215         New [VK_A, VK_Z] and [VK_0, VK9] macros.
1217         * [misc/keyboard.c]
1218         Fixes in KeyTable and ToAscii.
1220         * [objects/font.c]
1221         FONT_init : Give default value for MSWIN "system" font.
1222         FONT_MatchFont : Do not try every size of a font family if the
1223         family does not exist.
1225         * [windows/event.c]
1226         lastEventChar hack removed.
1227         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
1228         and QueueKeyStateTable (maintained in message.c).
1229         EVENT_key : Corrections to the extended bit setting.
1231         * [windows/message.c] [windows/keyboard.c]
1232         Implementation of a new QueueKeyStateTable : table of key states
1233         valid when messages are retrieved by GetMessage or PeekMessage,
1234         and valid for TranslateMessage.
1235         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
1236         and ToAscii.
1237         
1238 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
1240         * [graphics/Makefile.in] [graphics/wing.c]
1241           [if1632/wing.spec]
1242         Some functions for WinG support, mostly empty stubs.
1244         * [misc/crtdll.c] [if1632/crtdll.spec]
1245         Many functions added to CRTDLL, mostly calls to Unix C library.
1247 ----------------------------------------------------------------------
1248 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1250         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
1251         Moved BitBlt operations to the new graphics driver
1252         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
1254         * [memory/global.c]
1255         Unified MemManInfo() and GlobalMemoryStatus().
1257         * [objects/text.c]
1258         Fixed ExtTextOut() to always use physical coords for clip rect.
1260         * [windows/dialog.c]
1261         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
1263         * [windows/event.c]
1264         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
1265         (thanks to Thomas Koenig).
1267         * [windows/painting.c]
1268         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
1269         
1270         * [windows/scroll.c]
1271         Implemented Win32 version of ScrollWindow() and ScrollDC().
1273 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1275         * [files/*.c] [win32/file.c]
1276         Some win32 filetime conversion functions added.
1277         Fixed behaviour with DOS drives pointing to UNIX /
1278         SetCurrentDirectory() may also get X:\xxx paths.
1279         Fixed FILE_Open when called from CreateFile().
1280         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
1282         * [misc/crtdll.c] [if1632/crtdll.spec]
1283         Added some new functions.
1285         * [if1632/user32.spec]
1286         Some thunks into win16 code added.
1288         * [win32/init.c]
1289         Added GetSystemInfo(), removed GetModuleFileName() stub.
1291         * [win32/code_page.c] [if1632/thunk.c]
1292         Added EnumSystemCodePages* (untested).
1294         * [objects/font.c] [if1632/thunk.c]
1295         Added EnumFontFamilies32*.
1296         
1297 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1299         * [controls/menu.c] [windows/mdi.c]
1300         Don't delete the MDI `windows' menu if it's already been deleted.
1302         * [misc/exec.c]
1303         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
1304         and complains if it returns FALSE.
1306         * [windows/winpos.c]
1307         Get maximized MDI child's nonclient area redrawn after resize.
1309 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
1311         * [memory/global.c]
1312         Use /proc filesystem for GlobalMemoryStatus() on Linux.
1314 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1316         * [windows/event.c]
1317         Added OffiX-style file drop handling. File paths must be
1318         DOS-mappable by Wine (via wine.conf).
1320         * [controls/combo.c]
1321         Added WM_GETTEXT handler.
1323         * [objects/palette.c]
1324         Added ResizePalette() (untested).
1326         * [objects/cursoricon.c]
1327         Implemented icon to cursor conversion.
1329         * [objects/color.c]
1330         Fixed crash on startup when no colorcells are writeable.
1332 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1334         * [rc/winerc.c]
1335         Added support for win32 output.
1337         * [library/libres.c] [include/libres.h] [loader/resource.c]
1338         Renamed LIBRES_FindResource to LIBRES_FindResource16.
1339         Added LIBRES_FindResource32.
1341 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
1343         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
1344         Added the spec file for WinG, it's only stub for now, but it
1345         should be easy to do by someone with Windows programming
1346         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
1348         * [if1632/crtdll.spec]
1349         Added some string and memory functions to make sfxed95.exe (of
1350         Warcraft 2) almost work.
1352 ----------------------------------------------------------------------
1353 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1355         * [files/dos_fs.c]
1356         Added long file name mask in DOSFS_FindNext().
1358         * [loader/pe_image.c] [loader/task.c]
1359         Moved Win32 task startup into TASK_CallToStart().
1361         * [objects/dc.c]
1362         Fixed SetDCState() for memory DC (thanks to Constantine
1363         Sapuntzakis for spotting this one).
1365         * [windows/winpos.c]
1366         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
1368         * [*/*]
1369         Added Win32 version for many graphics functions.
1371 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1373         * [controls/button.c]
1374         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
1376         * [controls/edit.c]
1377         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
1378         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
1380         * [windows/dialog.c]
1381         DS_LOCALEDIT is a dialog style not an edit style.
1383         * [windows/winproc.c]
1384         Stop stack trashing when wndPtr->text == NULL.
1386 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
1388         * [windows/dce.c]
1389         GetDCEx32 - The determination of whether to use the DC cache or
1390         not should be independent of DCX_USESTYLE.
1392 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1394         * [files/directory.c]
1395         Added errno.h to #includes
1397         * [tools/makedep.c]
1398         Close files once they have been processed.
1400 ----------------------------------------------------------------------
1401 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1403         * [*/Makefile.in] [tools/makedep.c]
1404         New program to generate dependencies; should be faster and more
1405         portable than 'gcc -MM'.
1407         * [*/*]
1408         Replaced WPARAM and HDC by explicitly-sized types.
1410         * [windows/hook.c]
1411         Fixed bug in HOOK_GetHook16 function.
1413 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
1415         * [include/debug.h] [include/stddebug.h]
1416         Added debug option for win16drv (-debugmsg +win16drv)
1418         * [graphics/win16drv/init.c]
1419         Only enable CreateDC if printer=on specified in wine section of
1420         wine.conf.
1421         printfs changed to dprintf_win16drv.
1422         Some tidying up.
1424         * [include/gdi.h] [graphics/x11drv/clipping.c]
1425           [graphics/x11drv/Makefile.in]
1426         Moved SetDeviceClipping into drivers.
1428 ----------------------------------------------------------------------
1429 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1431         * [Make.rules.in] [*/Makefile.in]
1432         Made it possible to compile from a directory other than the source
1433         directory.
1435         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
1436           [objects/metafile.c] [objects/dc.c]
1437         New graphics driver for metafiles.
1439         * [if1632/thunk.c]
1440         Added thunks for SetWindowsHook and SetDCHook.
1442         * [windows/dialog.c]
1443         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
1444         items.
1446         * [*/*]
1447         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
1448         HINSTANCE, HMENU, HRGN and HTASK.
1450 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
1452         * [controls/edit.c]
1453         Fixed EditWndProc() to fall back to DefWndProc() when the
1454         edit state structure is not available.
1456 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
1458         * [windows/nonclient.c] [windows/mdi.c]
1459         AdjustWindowRectEx16() should only take notice of the styles
1460         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
1461         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
1463         * [controls/scroll.c]
1464         Fixed typo in ShowScrollBar32().
1466 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1468         * [if1632/user32.spec] [if1632/winmm.spec]
1469         Added SetParent and sndPlaySoundA.
1470         
1471 ----------------------------------------------------------------------
1472 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1474         * [controls/button.c]
1475         Fixed focus rectangle size and clipping.
1477         * [controls/scroll.c]
1478         Converted to Win32 and added support for scroll page.
1479         Completed SetScrollInfo() and implemented other Win32 functions.
1481         * [files/file.c]
1482         Removed FILE_Read() (use _lread32 instead).
1484         * [objects/dce.c] [include/dce.h]
1485         Allocate DCE on the Win32 heap, and use pointers instead of
1486         handles.
1487         Implemented Win32 version of DC functions.
1489         * [windows/painting.c]
1490         Attempt to make CS_PARENTDC style work again.
1492 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
1494         * [windows/dce.c] [windows/winpos.c]
1495         Override SaveUnder attribute when painting took place
1496         in a window below. Force X to raise activated window 
1497         in seamless mode.
1499         * [misc/clipboard.c] [windows/event.c]
1500         Translation between DOS and Unix text formats and several
1501         other fixes for the sudden selection loss.
1503         * [windows/message.c]
1504         Apply "first" and "last" when checking for WM_QUIT in 
1505         MSG_PeekMessage().
1507         * [windows/win.c]
1508         Rearranged DestroyWindow() to fit "Windows Internals"
1509         description.
1511         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
1512         Misc. fixes to CBT hook calls.
1514         * [controls/menu.c] [misc/user.c]
1515         Fixup resident popup menu window so that it doesn't get
1516         destroyed by USER_AppExit().
1518         * [loader/module.c] [loader/task.c] [windows/event.c]
1519         Process "unsafe" X events outside the scheduler to prevent
1520         deadlocks.
1522         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
1523         Lots of fixes for better Win16 multitasking.
1525 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1527         * [include/windows.h]
1528         Added some missing HOOK defines.
1530         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
1531         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
1533         * [win32/console.c][include/wincon.h]
1534         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
1536         * [misc/registry.c]
1537         Some null ptr fixes.
1539         * [loader/pe_image.c]
1540         Fixed exported function lookup. (msvcrt20.dll)
1541         Add debugsyms for entrypoint, exported functions and sections.
1543         * [multimedia/mmsystem.c]
1544         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
1546         * [several]
1547         Added several missing things/stubs/simple thunks from win32
1548         to win16 code.
1550 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
1552         * [windows/property.c]
1553         Fixed debugging of 16 Bit RemoveProp().
1555         * [debugger/memory.c]
1556         Added DEBUG_checkmap_bad() for linux.
1558 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
1560         * [windows/event.c] [windows/hook.c]
1561         Use EnableHardwareInput() for JournalPlayback hook.
1563         * [controls/listbox.c]
1564         Changed handling of LB_GETITEMRECT in empty listboxes.
1566 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1568         * [misc/main.c]
1569         Fixes to X resources handling.  
1571 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1573         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
1574         Individual handle table created for each metafile. Fixed
1575         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
1577         * [windows/graphics.c] [objects/dc.c]
1578         Rectangle() changed to work better with wide pens and PS_NULL.
1579         Use JoinMiter.
1581         * [windows/winpos.c]
1582         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
1583         is set.
1585         * [windows/nonclient.c]
1586         AdjustWindowRectEx() should perform calculations even if the
1587         window is minimized.
1589         * [windows/mdi.c]
1590         Better handling of system button painting. Maximized windows can
1591         contain scroll bars. Icons now maximize properly.
1593         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
1594         Improved greying of items in system menu. WM_INITMEMUPOPUP no
1595         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
1596         menu.c.
1598 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1600         * [several files]
1601         Fix missing includes and wrong printing arguments.
1603         * [controls/listbox.c]
1604         Don't sort drives in ListBoxDirectory().
1605         
1606 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
1608         * [windows/dialog.c]
1609         Fixed handling of Shift-TAB in dialogs.
1611 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1613         * [if1632/gdi32.spec]
1614         Added SelectClipRgn - call win16 version.
1616         * [if1632/user32.spec]
1617         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
1619         * [include/wincon.h]
1620         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
1621         out of #if 0 protected portion of file.
1623         * [loader/pe_image.c]
1624         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
1625         programs now work better)
1627         * [win32/console.c]
1628         Added stub functions for GetConsoleScreenBufferInfo and 
1629         GetLargestConsoleWindowSize
1631         * [win32/findfile.c]
1632         FindFirstFile32A() - removed erroneous strcpy
1634         * [windows/keyboard.c]
1635         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
1636         specification. NB - I still have doubts about some other functions
1637         in this file.
1639 ----------------------------------------------------------------------
1640 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
1642         * [windows/event.c]
1643         Minor improvements in setting event time in MSG struct.
1645         * [windows/hook.c]
1646         Removed an useless 'unimplemented hook' message.
1648         * [windows/win.c]
1649         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
1651 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1652         * [loader/pe_image.c]
1653         Fixed imports with no name/ordinal list (MFC30.DLL).
1654         Added borland style - ordinal import (wsock32.dll).
1656         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
1657           [if1632/kernel32.spec] [include/windows.h]
1658         Win32 and Win16 code use the same filehandles/HFILEs.
1659         Added SetEndOfFile, MoveFile*, diverse *W functions.
1661         * [loader/pe_image.c]
1662         Fixed argument 2 to DllEntry.
1664         * [misc/comm.c]
1665         Adapt to filehandling changes, win32 code still broken.
1667         * [misc/registry.c]
1668         Use Wine filehandling.
1669         StartupRegistry to add startup-detected registry entries.
1671         * [miscemu/dpmi.c] [miscemu/int21.c]
1672         Some missing interrupt-functions added.
1674         * [if1632/gdi32.spec][if1632/user32.spec]
1675         Some thunks to 16 bit equivalent functions added.
1677 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
1679         * [misc/winsocket.c]
1680         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
1681         Windows fd_set structs.
1683         * [if1632/winsock.spec]
1684         Corrected arguments to select().
1686 ----------------------------------------------------------------------
1687 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1689         * [misc/commdlg.c] [if1632/commdlg.spec]
1690         Fixed some SEGPTR problems.
1692         * [windows/winproc.c]
1693         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
1694         and WM_MEASUREITEM
1695         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
1697 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1698         * [files/drive.c]
1699         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
1701         * [multimedia/audio.c]
1702         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
1703         below 4096 bytes.
1705         * [multimedia/mcistring.c]
1706         Segptr string handling fixed & enhanced.
1708         * [if1632/crtdll.spec][misc/crtdll.c]
1709         malloc,free,_strupr,_stricmp,_strcmpi added.
1711         * [if1632/wsock32.spec][misc/winsock.c]
1712         More direct thunks into unix libc and WsControl-stub added.
1714 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1716         * [objects/metafile.c]
1717         Bug fixes to both recording and playback of ExtTextOut().
1719 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1721         * [multimedia/audio.c] [multimedia/mcianim.c]
1722           [multimedia/mcicda.c] [multimedia/midi.c]
1723         Made cdaudio, audio and midi work for FreeBSD.
1725 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1727         * [misc/crtdll.c] [if1632/crtdll.spec]
1728         Added a lot of functions.
1730         * [misc/ole2nls.c]
1731         Added ID values for all languages in GetUserDefaultLCID().
1732         
1733 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
1735         * [windows/event.c] [windows/message.c]
1736         First attempt at hook WH_JOURNALPLAYBACK.
1738 ----------------------------------------------------------------------
1739 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1741         * [controls/scroll.c]
1742         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
1744         * [graphics/driver.c] [include/x11drv.h]
1745         New files for graphics driver handling.
1747         * [if1632/relay.c] [include/registers.h] [tools/build.c]
1748         Implemented Win32 register functions. Not really tested yet.
1750         * [include/gdi.h]
1751         Added a lot of functions to the DC func table.
1753         * [loader/pe_image.c]
1754         Initialise %fs before calling out to 32-bit code.
1756         * [windows/hook.c]
1757         Fixed bug in HOOK_GetHook().
1759         * [windows/win.c]
1760         Fixed FindWindow to return an error if the class name doesn't exist.
1762 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1764         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
1765         mpr.dll specs added.
1767         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
1768         QueryPerformanceCounter(), GlobalMemoryStatus() added.
1770         * [if1632/user32.spec] [win32/error.c]
1771         SetLastErrorEx() added.
1773         * [misc/commdlg.c]
1774         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
1776         * [misc/registry.c]
1777         Some missing NULL ptr checks added, misc clean up.
1779 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
1781         * [controls/menu.c]
1782         Adjust popup menu coordinates so that it always stays within 
1783         the desktop.
1785         * [misc/main.c]
1786         Fixed GetEnvironment() return value for lpEnv == NULL case.
1788 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1790         * [misc/crtdll.c] [if1632/crtdll.spec]
1791         Added some is* functions, strlen and tolower.
1792         
1793 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
1795         * [tools/wineconf]
1796         New perl script to generate the wine.conf file.
1798 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
1800         * [if1632/gdi.spec]
1801         Lots of printer functions.
1802         
1803         * [include/callback.h]
1804         New functions for printer driver support.
1806         * [include/gdi.h]
1807         New/changed structures to support printer driver.
1809         * [misc/escape.c]
1810         New version that uses function table in DC structure.
1812         * [objects/dc.c]
1813         CreateDC copes with things other than Display.
1814         X code for CreateDC moved to graphics/x11drv directory.
1815         CreateCompatibleDC copies func table from original DC.
1817         * [objects/font.c]
1818         GetTextExtentPoint32A,GetTextMetrics16 use function table in
1819         DC and code moved to drivers directory.
1821         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
1822         New files for printer support. 
1824 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1826         * [controls/scroll.c]
1827         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
1828         code. There are a few options in which I'm probably the wrong person
1829         for the job (page size and disable bar). There are comments in the
1830         code as to what they should do.
1832         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
1833         Added 32 bit version of FONT_GetObject.
1835 ----------------------------------------------------------------------
1836 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1838         * [files/drive.c]
1839         Added 'Filesystem' option in drives configuration.
1841         * [files/dos_fs.c] 
1842         Added handling of case-insensitive filesystems.
1844         * [memory/selector.c] [include/stackframe.h]
1845         Removed MAKE_SEGPTR.
1847         * [misc/commdlg.c] [multimedia/mcistring.c]
1848         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
1850         * [objects/bitblt.c] [windows/graphics.c]
1851         Use an intermediary pixmap to avoid some BadMatch errors on
1852         XGetImage().
1854 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
1856         * [windows/message.c]
1857         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
1859         * [misc/ver.c]
1860         Fixed a bad string result in VerQueryValue[16|32A|32W].
1862 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1864         * [if1632/crtdll.spec] [misc/crtdll.c]
1865         More additions to get win95 programs further down the road.
1867         * [if1632/kernel.spec] [loader/module.c]
1868         GetModuleName() added.
1869         LoadModule(): params->showCmd can be NULL.
1871         * [if1632/kernel32.spec] [if1632/thunk.c]
1872         ThunkConnect32() stub added.
1874         * [loader/resource.c]
1875         Entries include lastentry.
1877         * [misc/shell.c] [files/file.c]
1878         Made progman work again.
1880 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1881         
1882         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
1883         Icon painting fixes.
1885         * [windows/winpos.c] [windows/painting.c]
1886         Enforce and follow hrgnUpdate more closely to cut down on
1887         redundant RedrawWindow() calls.
1889         * [windows/event.c]
1890         Process ConfigureNotify only for managed windows.
1892         * [windows/winpos.c]
1893         Do not redraw parent if the window was hidden before SetWindowPos().
1895         * [windows/nonclient.c]
1896         Omit some nonclient decoration painting for managed windows.
1898         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
1899         Implemented WM_NEXTMENU.
1901         * [controls/listbox.c]
1902         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
1904         * [misc/shell.c]
1905         Added .ICO file handling to ExtractIcon().
1907 ----------------------------------------------------------------------
1908 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1910         * [configure.in] [include/acconfig.h] [tools/build.c]
1911         Added check for underscore on external symbols.
1913         * [memory/selector.c] [memory/global.c]
1914         Fixed FreeSelector() to free only one selector.
1915         Added SELECTOR_FreeBlock() to free an array of selectors.
1917         * [objects/color.c]
1918         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
1919         hi-color displays.
1921         * [tools/build.c] [if1632/crtdll.spec]
1922         Added 'extern' type, used for external variables or functions.
1924         * [windows/winpos.c]
1925         Allow de-activating a window in WINPOS_ChangeActiveWindow().
1927         * [windows/winproc.c]
1928         Added 32-to-16 translation for button messages.
1929         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
1930         happen to be valid SEGPTRs.
1932 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1934         * [windows/message.c]
1935         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
1936         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
1938         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
1939         Introduced undocumented API function IsValidMetaFile(), plus a
1940         minor fix in last patch of CopyMetaFile().
1942         * [objects/gdiobj.c]
1943         Removed a FIXME in IsGDIObject(): added magic word check.
1945 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1947         * [controls/statuswin.c]
1948         First pass at implementing the StatusWindow class.
1950         * [include/commctrl.h]
1951         Header file for common controls.
1953         * [controls/widgets.c]
1954         Added InitCommonControls().
1956         * [if1632/comctl32.spec]
1957         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
1959         * [win32/findfile.c] [if1632/kernel32.spec]
1960         Add FindNextFile32A, FindClose.
1961         Modified FindFirstFile32A so it works with FindNextFile32A.
1963         * [include/winbase.h]
1964         Fixed WIN32_FIND_DATA structure member names.
1966 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1968         * [windows/scroll.c]
1969         Changed scrolling routines to benefit from DCE code update.
1971 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1973         * [files/file.c]
1974         SearchPath* could get NULL for lastpart argument.
1976         * [if1632/build-spec.txt] [documentation/debugging]
1977         Varargs documentation added, debugging hints updated.
1979         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
1980         Started to implement CRTDLL.
1982         * [if1632/wsock32.spec]
1983         Some thunks to standard libc functions (structures have the same
1984         elements, but perhaps wrong offset due to packing).
1986         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
1987         Merged kernel32.h into windows.h.
1989         * [misc/lstr.c]
1990         Enhanced FormatMessage().
1992         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
1993         GetVersion() updated to new naming standard.
1994         Changed language handling to support language ids.
1996         * [misc/shell.c]
1997         Enhanced FindExecutable, so it finds files in the search path too.
1999         * [win32/environment.c]
2000         GetCommandLine* updated.
2002         * [loader/resource.c] [loader/pe_resource.c]
2003         FindResourceEx32* added.
2004         Loading of messagetables added.
2005         Language handling now uses Wine default language id.
2007 ----------------------------------------------------------------------
2008 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2010         * [controls/scroll.c]
2011         Attempted to implement undocumented scroll-bar messages.
2013         * [tools/build.c] [include/callback.h] [windows/winproc.c]
2014         CallTo16_* functions now get DS from the previous 16-bit stackframe.
2016         * [if1632/thunk.c] [include/callback.h]
2017         Added thunks to implement callbacks for the emulator. Now all the
2018         Enum* functions always take a real function pointer even in the
2019         emulator.
2020         
2021         * [loader/builtin.c]
2022         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
2023         work with NULL entry points. Using linear search now.
2025         * [loader/module.c]
2026         Implemented IsSharedSelector().
2028         * [loader/task.c]
2029         Changed SwitchStackTo/Back to use the instance data to store the
2030         previous stack instead of the TDB. Also copy the local variables
2031         onto the new stack.
2032         Added GetExeVersion() and SetTackSignalProc().
2033         Implemented SetSigHandler().
2035 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2037         * [controls/menu.c]
2038         "Fixed" problem in deleting menus where win32 could get into an
2039         endless loop when it crashed. I think I've fixed the symptoms, not
2040         the original problem so it might be worth further investigation.
2042         * [debugger/registers.c]
2043         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
2044         compile wine properly.
2046         * [files/dos_fs.c]
2047         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
2048         from win32/findfile.c (q.v.).
2050         * [if1632/gdi32.spec]
2051         Added SetMapMode (call existing function)
2053         * [if1632/kernel32.spec]
2054         Added FindFirstFileA and SetFileAttributesA.
2056         * [if1632/user32.spec]
2057         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
2058         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
2059         UnhookWindowsHookEx.
2061         * [win32/file.c]
2062         Added stub function SetFileAttributes32A. It's a stub because I
2063         can't really work out what this function should do with most
2064         attributes in a Unix environment. Anyone care to expand it?
2066         * [win32/findfile.c]
2067         New file. Initial stab at FindFirstFile. This doesn't work as
2068         specified yet, though a lot of the groundwork is there. I haven't
2069         time to work on this for the next month, so if anyone wants to pick
2070         it up and run with it please do.
2072         * [win32/memory.c]
2073         Removed malloc.h from includes (covered by stdlib.h include, and
2074         gets rid of a warning in FreeBSD).
2076         * [win32/newfns.c]
2077         UnhookWindowsHookEx32A stub added.
2079         * [win32/user32.c]
2080         Added implementation of IsDialogMessage32A.
2082         * [windows/dialog.c]
2083         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
2084         SendDlgItemMessage16.
2086 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2088         * [windows/graphics.c]
2089         Removed rectangle checking (conflicted with nonstandard
2090         mapping modes). 
2092         * [windows/dialog.c]
2093         Added check for child-style dialogs to DS_ABSALIGN
2094         coordinate conversion.
2096         * [objects/color.c]
2097         Cleaned up misc. bits
2099 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2101         * [windows/focus.c] [windows/event.c] [windows/win.c]
2102           [windows/defdlg.c]
2103         Fixes to focusing and activation.
2105         * [windows/defdlg.c]
2106         Properly(?) handle DM_GETDEFID.
2108         * [controls/combo.c]
2109         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
2110         CBCheckSize: Adjust edit position.
2112 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2114         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
2115         Pass HFILEs instead of unix-fds to self-loader code.
2117 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
2119         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
2120         Implemented handling of some new metafile records (META_...)
2121         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
2122         Added functions like MF_StretchBlt() for usage in metafiles.
2123         Minor bugfix in CopyMetafile().
2125         * [objects/bitmap.c][objects/dib.c]
2126         Added check for metafile-DC in Bitmap and DIB functions:
2127         CreateCompatibleBitmap() etc.
2129 ----------------------------------------------------------------------
2130 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2132         * [loader/task.c] [include/task.h]
2133         Implemented SwitchStackTo()/SwitchStackBack().
2135         * [include/wintypes.h] [loader/main.c]
2136         Added __winelib variable to distinguish between emulator and
2137         library at run-time. Later on, this should avoid some
2138         recompilations when building Winelib.
2140         * [windows/property.c]
2141         Implemented Win32 functions for window properties.
2143 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2145         * [controls/listbox.c]
2146         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
2147         messages.
2149         * [controls/menu.c]
2150         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
2152         * [include/cursoricon.h]
2153         Moved #pragma pack(1) back to where it belongs.
2155         * [objects/palette.c]
2156         RealizeDefaultPalette() maps to system colors only.
2157         Do not broadcast palette notifications when in TrueColor.
2159         * [objects/color.c] [include/palette.h]
2160         Miscellaneous optimizations. Had to fix several
2161         "improvements" made to my patch for previous release.
2163         * [objects/dib.c]
2164         Reverse dib bits order for 24-bit SetDIBits().
2166         * [objects/dc.c]
2167         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
2169         * [windows/scroll.c]
2170         Scroll update region too.
2172         * [windows/message.c]
2173         Include QS_MOUSE into the event mask for nonclient mouse
2174         message filter. Fixes problems with Word 6 freezing when
2175         mouse hits nonclient area.
2177         * [windows/win.c] 
2178         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
2180         * [windows/winpos.c] [windows/mdi.c]
2181         Attempt to fix control menu duplication.
2183 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2185         * [files/drive.c]
2186         GetDriveType32A(): return value for CDROM fixed.
2188         * [files/file.c]
2189         SearchPath* added.
2191         * [if1632/gdi32.spec] [objects/brush.c]
2192         SetBrushOrgEx() added.
2194         * [loader/pe_resource.c]
2195         If even loading the default entry fails, we just use the first
2196         entry from the resource directory.
2198         [loader/task.c]
2199         SetSigHandler() stub added, Paradox 4.5 now starts up.
2201         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
2202         COMM functions updated to win32, not complete.
2204         * [misc/lstr.c]
2205         FormatMessageA partially implemented.
2207         * [include/miscemu.h] [memory/selector.c]
2208           [memory/global.c] [miscemu/dosmem.c]
2209         DOS memory handling changed: 1MB preallocated block, real-mode
2210         segment handling possible, SetSelectorBase into lower physical 1MB
2211         possible.
2213         * [miscemu/dpmi.c]
2214         Real-mode segments changed, real-mode int 21,ax=6506 added.
2215         AX=0x0303 added.
2217         * [multimedia/time.c]
2218         Fixed bug in killTimer.
2220         * [objects/bitmap.c]
2221         LoadImageA partially implemented.
2223 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
2225         * [include/dde_mem.h][include/dde_proc.h]
2226           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
2227           [ipc/generic_hash.h][library/miscstubs.c]
2228         Changes for error free compilation using "--with-ipc":
2229         replaced some names with *16-equivalent (e.g. MSG to MSG16),
2230         modified prototype of function DDE_GlobalFree() .
2232         * [objects/palette.c]
2233         Added check for metafile-DC in GDISelectPalette(),
2234         GDIRealizePalette(),RealizeDefaultPalette() and
2235         IsDCCurrentPalette().
2237 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2239         * [controls/edit.c]
2240         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
2241         fixes Winhelp.
2243         * [windows/dialog.c]
2244         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
2246 ----------------------------------------------------------------------
2247 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2249         * [configure.in]
2250         Generate include/config.h instead of putting everything on the
2251         command-line.
2252         Removed -with-malloc-debug option (not useful for end users
2253         anyway).
2254         Added check for memmove().
2256         * [include/wintypes.h] [*/Makefile.in]
2257         Added definition of __WINE__ symbol when compiling Wine code
2258         (emulator or library) as opposed to user programs.
2260         * [debugger/editline.c] [debugger/readline/*]
2261         Moved all the readline code into debugger/editline.c. Removed the
2262         readline subdirectory.
2264         * [files/profile.c]
2265         Added PROFILE_GetWineIniInt().
2267         * [include/stackframe.h] [loader/task.c]
2268         The 16-bit stackframe now also exists for Winelib (even though it
2269         only ever contains one frame).
2271         * [loader/module.c]
2272         Added function MODULE_CreateDummyModule() to create a dummy Win16
2273         module for Winelib and Win32.
2275         * [memory/ldt.c]
2276         Make sure the ldt entry contents will be acceptable for the Linux
2277         kernel.
2279         * [memory/selector.c]
2280         Fixed SetSelectorLimit() when the limit is in pages.
2282         * [misc/port.c]
2283         Added memmove().
2285         * [miscemu/dpmi.c]
2286         Clear the segment registers that contain the selector being freed
2287         in int31/ax=0001.
2288         Added missing break after SelectorAccessRights call.
2290         * [win32/struct32.c]
2291         Added conversions for MDICREATESTRUCT.
2293         * [windows/winproc.c]
2294         Added message conversions for WM_MDICREATE.
2296 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
2298         * [windows/class.c]
2299         Added GetExePtr() call in CLASS_FindClassByAtom().
2301 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2303         * [if1632/*.spec]
2304         Some more trivial specs added.
2306         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
2307         CreateFont32* added, changed to new naming std.
2309         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
2310         Some defines/types added.
2312         * [win32/thread.c]
2313         TlsSetValue() returns boolean.
2315         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
2316           [controls/menu.c] [objects/bitmap.c]
2317         Cleanup of the resource functions, mostly changes to new naming
2318         standard and fixing of argument types so that they agree with the
2319         win16/win32 API.
2321 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2323         * [windows/winpos.c]
2324         ShowWindow() fixes.
2326         * [windows/mdi.c]
2327         Fix reversed LPARAM in WM_MDIACTIVATE.
2329         * [wine.ini]
2330         New option AllocSystemColors tells Wine how many colors to grab
2331         from the system colormap.
2333         * [objects/bitblt.c] [objects/dc.c]
2334         Fixed pink garbage over Word buttons in PseudoColor. Added
2335         optional DSTINVERT shortcut for faster text selection.
2337         * [misc/wsprintf.c]
2338         Skip bogus segmented pointers in wsvnprintf16(). 
2340         * [objects/gdiobj.c]
2341         Added palette handling to UnrealizeObject(). 
2343         * [objects/color.c] [objects/palette.c] [windows/dce.c]
2344         Wine gets palette manager with support for more than 20 colors. 
2345         Only PseudoColor and TrueColor visuals tested so far.
2347         * [windows/winpos.c] [windows/win.c] 
2348         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
2349         use XReconfigureWMWindows() instead of XConfigureWindow() in
2350         managed mode.
2352         * [memory/global.c]
2353         Do not allocate more than 640K of DOS memory.
2355         * [misc/main.c]
2356         Do not allow -desktop and -managed together.
2358 ----------------------------------------------------------------------
2359 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2361         * [controls/scroll.c]
2362         Use Win32 heap functions to allocate scroll-bar info structure.
2364         * [debugger/dbg.y] [debugger/registers.c]
2365         Added support for FS and GS segment registers.
2366         Check that segment registers value are OK before returning from
2367         the signal handler.
2369         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
2370         Changed relay debugging for Win32 function: the relay code now
2371         passes the entry point address instead of the function name.
2373         * [tools/build.c] [miscemu/*.c]
2374         Added support for data entry points in Win32 DLLs.
2375         Added 'cdecl' function type for Win32.
2376         For 'register' function, the relay code now passes a pointer to
2377         the SIGCONTEXT structure.
2378         
2379         * [include/registers.h] [include/wine.h]
2380         Moved SIGCONTEXT structure definition in registers.h.
2382         * [loader/pe_image.c]
2383         Don't die at once if some Win32 entry points cannot be found, but
2384         set them to NULL, just like we do for Win16. This allows some
2385         programs to go further before crashing.
2387         * [loader/task.c] [loader/main.c]
2388         Moved global initializations from InitTask() to MAIN_Init(), as
2389         they no longer need a task context with the new SEGPTR heap functions.
2391         * [memory/string.c]
2392         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
2393         very convenient.
2395         * [windows/graphics.c]
2396         Partially implemented DrawEdge().
2398         * [windows/timer.c] [windows/caret.c]
2399         Implemented Win32 timer handling. Updated caret management to use
2400         Win32 timers (avoids having to use a Win16 callback).
2402         * [windows/win.c]
2403         Prevent programs from setting some style bits with
2404         SetWindowLong(). This should fix some BadMatch crashes.
2405         Link new windows at the end of the linked list.
2407         * [windows/winpos.c]
2408         Don't try to activate a child window in ShowWindow().
2410         * [windows/winproc.c]
2411         Added a 32->32 thunk to support Ansi-Unicode translation.
2413 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2415         * [files/directory.c]
2416         Additional (undocumented) return value for GetTempDrive() added.
2418         * [files/dos_fs.c] [files/file.c] [include/windows.h]
2419         GetTempFileName32* added.
2420         GetShortPathName* added.
2422         * [memory/string.c]
2423         Win16 lstrcpy() can get NULL ptrs as argument and survive.
2425         * [misc/lzexpand.c]
2426         LZOpenFile(): also try opening with compressed filename if normal
2427         open fails.
2429         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
2430         Char* added.
2431         CompareString* added.
2433 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2435         * [objects/font.c] [if1632/gdi32.spec]
2436         CreateFontIndirect32A and CreateFontIndirect32W added.
2438         * [misc/ole2nls.c]
2439         GetUserDefaultLCID return values updated for new languages.
2440         Finnish support added for GetLocaleInfoA.
2442         * [object/palette] [gdi32.spec]
2443         RealizePalette32 and SelectPalette32 added.
2444         
2445 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
2447         * [misc/shell.c]
2448         Fixup for SHELL_FindExecutable so that File->Run from progman
2449         works once more. Still needs some more fixups - grep for FIXME in
2450         this file.
2452 ----------------------------------------------------------------------
2453 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2455         * [controls/desktop.c]
2456         Use Windows file I/O routines to load the desktop bitmap.
2458         * [files/file.c]
2459         Implemented RemoveDirectory* and DeleteFile*.
2461         * [include/wine.h]
2462         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
2464         * [loader/task.c]
2465         Fixed initial breakpoint setting for Win32 tasks.
2467         * [misc/wsprintf.c]
2468         Ignore Unicode formats for wsprintf16().
2470         * [objects/font.c]
2471         Implemented Win32 version of GetTextMetrics.
2473         * [windows/winproc.c] [windows/win.c] [windows/class.c]
2474           [windows/dialog.c]
2475         Modified windows procedures to use thunks, to ensure that the
2476         procedure can be called directly from the Windows program.
2478         * [windows/win.c]
2479         Added function WIN_BuildWinArray() to make it easier to enumerate
2480         windows. Implemented Win32 version of EnumWindows() and friends.
2482 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
2484         * [controls/button.c] [windows/win.c]
2485         Operator precedence fixes.
2487         * [controls/edit.c]
2488         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
2489         Fixed word wrap with long words.
2491         * [debugger/debug.l]
2492         New alias "where" for command "backtrace".
2494         * [if1632/gdi.spec]
2495         Corrected parameter of ExtTextOut.
2497         * [loader/module.c]
2498         Corrected printing of table of modules.
2500         * [misc/spy.c]
2501         Removed superfluous \n in message name.
2503         * [windows/message.c]
2504         Declared MSG_SendMessage as static.
2505         Changed parameter of DirectedYield() from queue handle to task handle.
2506         Removed warning mesages for argument of printf.
2508         * [windows/nonclient.c]
2509         Added the flag DT_NOPREFIX when drawing window titles.
2511         * [windows/win.c]
2512         WIN_WalkWindows now prints the invalid window handle.
2513         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
2515         * [windows/winproc.c]
2516         Allows creating dialog windows with NULL as dialog function.
2518 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2520         * [windows/event.c]
2521         EVENT_key: Fixes to VK_ code generation for space bar and
2522         punctuation.
2524         * [files/file.c]
2525         GetTempFileName: first character in temporary name is "~".
2527         * [memory/heap.c]
2528         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
2530         * [objects/text.c]
2531         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
2533         * [misc/driver.c]
2534         Removed some bugs and reformatted. Actually loads drivers now.
2536         * [include/callback.h]
2537         Added CallDriverProc() and CallWindowsExitProc().
2539         * [loader/module.c]
2540         MODULE_CallWEP(): new function.
2542         * [misc/lzexpand.c]
2543         LZSeek(): return new pointer, not old one.
2545         * [misc/ver.c]
2546         find_ne_resource(): fixed dependence on LZSeek() bug.
2547         GetFileResource(): initialize reslen before using it.
2549         * [windows/class.c]
2550         SetClassWord(): add missing else.
2552         * [objects/font.c]
2553         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
2554         InitFontList: allocate one huge array of structures.
2555         FONT_MatchFont: uppercase the face name.
2557 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
2559         * [memory/heap.c]
2560         Fixed a typo in HeapReAlloc().
2562 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2564         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
2565           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
2566         GetTempPath* added
2567         GetDriveType* fixed, updated to NewNameStandard.
2568         GetCurrentDirectory* fixed (needs to prepend X:\).
2570         * [controls/listbox.c]
2571         Missing NULL check added.
2573         * [if1632/winmm.spec] [loader/builtin.c]
2574         winmm.dll (32bit mmsystem equivalent) specs added.
2576         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
2577         Rtl{Move,Zero,Fill}Memory added.
2579         * [misc/registry.c]
2580         Some NULL ptr dereference bugs fixed.
2582         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
2583         Check for NULL ptr.
2584         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
2585         Aliasing should work for all MCI devices.
2587         * [windows/win.c]
2588         Allow passing invalid window handles to CloseWindow().
2590 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2592         * [files/directory.c] [if1632/kernel32.spec]
2593         GetSystemDirectory32A and GetSystemDirectory32W added.
2595         * [misc/main.c] [if1632/kernel32.spec]
2596         Beep and SetEnvironmentVariable32W added.
2598 ----------------------------------------------------------------------
2599 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
2601         * [files/drive.c] 
2602         GetFreeDiskSpace*, GetVolumeInformation* added.
2604         * [files/file.c]
2605         FlushFileBuffers, CreateDirectory* added.
2607         * [include/winbase.h] [include/windows.h]
2608         Prototypes, defines added and fixes.
2610         * [if1632/kernel32.spec] [include/resource32.h]
2611           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
2612         Fixes to resource handling.
2614         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
2615         Specs for implemented functions added
2616         Some thunks to functions which are same as win16 equivalents.
2618         * [loader/task.c]
2619         GetAppCompatFlags() added.
2621         * [misc/registry.c]
2622         One missing else added, small hack to RegQueryValue16().
2624         * [win32/file.c]
2625         GetFileAttributesA() fixed (was using DOS path as UNIX path).
2627 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2629         * [loader/ne_resource.c]
2630         Fixed FreeResource() return value.
2632         * [objects/text.c]
2633         Fixed a bug in ExtTextOut() that was causing overlapped characters
2634         in WinWord.
2636         * [windows/winpos.c]
2637         SWP_FRAMECHANGED for top-level windows now invalidates client
2638         area as clock.exe wants.
2640 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2642         * [controls/listbox.c]
2643         Mini bugfix: 'revival' of missing scrollbar in listboxes.
2645 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
2647         * [resources/sysres_Fr.rc] [resources/TODO]
2648         Made changes for Choose_Font dialog.
2650 ----------------------------------------------------------------------
2651 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2653         * [memory/heap.c]
2654         Fixed bug in HeapRealloc (thanks to Bruce Milner).
2656         * [misc/wsprintf.c]
2657         Fixed argument size for %c format in wsprintf16().
2659         * [objects/dc.c]
2660         Don't free hFirstBitmap for saved DCs.
2662         * [windows/event.c]
2663         Added timer handling in EVENT_WaitXEvent().
2665         * [windows/message.c]
2666         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
2667         event is for the current task; if not, wake the other task.
2669         * [windows/queue.c] [include/queue.h]
2670         Added 'self' handle in queue structure.
2672         * [windows/timer.c]
2673         Added TIMER_ExpireTimers() function to mark expired timers and
2674         wake up the corresponding tasks.
2676 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
2678         * [windows/mapping.c]
2679         First point in list was mapped multiple times in DPtoLP and
2680         LPtoDP.  Other points were not mapped.
2682 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2684         * [misc/shell.c]
2685         Some fixes for ExtractIcon function family.
2687         * [documentation/user_module]
2688         Chapter about windowing and messaging subsystems.
2690 ----------------------------------------------------------------------
2691 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2693         * [debugger/break.c] [loader/signal.c]
2694         Fixed breakpoints in 32-bit code.
2696         * [include/windows.h]
2697         Added many more Win32 versions of standard structures.
2699         * [include/winreg.h] [misc/registry.c]
2700         Moved private types into registry.c.
2702         * [memory/string.c] (New file)
2703         Moved most string functions from misc/lstr.c; added Win32 version
2704         of all functions.
2706         * [misc/wsprintf.c]
2707         Implemented Win32 wsprintf functions.
2709         * [objects/bitmap.c]
2710         Implemented Win32 bitmap functions.
2712         * [windows/dialog.c]
2713         Don't set dialog procedure before the controls are created. This
2714         avoids a crash in Winhelp.
2716 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
2718         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
2719         Replace PeekMessage with PeekMessage16.
2721         * [if1632/kernel32.spec][misc/main.c]
2722         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
2723         MAIN_ParseVersion: new function, new command line option -winver.
2724         GetVersion: modified to take command line argument into account.
2726         * [if1632/kernel32.spec] [win32/process.c]
2727         FreeLibrary32: new function.
2728         TlsAlloc: initialize Tls to zero.
2729         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
2730         functions.
2732         * [if1632/kernel32.spec]
2733         SetErrorMode,GetActiveWindow: new relays to existing functions.
2735         * [if1632/kernel32.spec][win32/user32.c]
2736         PeekMessage32A,PeekMessage32W: new functions.
2738         * [include/struct32.h][include/windows.h]
2739         Moved MSG32 to windows.h.
2740         Renamed MSG to MSG16.
2741         Modified prototypes to use MSG16
2743         * [include/winbase.h]
2744         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
2746 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2748         * [if1632/Makefile.in] [loader/builtin.c]
2749         version.dll,lz32.dll added.
2751         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
2752           [misc/lzexpand.c]
2753         lz32.dll added.
2754         Modified to new function naming standard.
2756         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
2757         version.dll added (win32 version of ver.dll).
2758         Modified to new function naming standard.
2759         Use registry to look up a LOCALE langids too.
2760         (VerInstallFile,VerFindFile still stubs)
2762 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
2764         * [files/file.c]
2765         Added a warning if GetTempFileName() gets a bad drive parameter.
2767         * [misc/commdlg.c]
2768         Changed file listbox color to gray in SaveFile dialog 
2769         (just like Windows does this).
2771 ----------------------------------------------------------------------
2772 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2774         * [controls/button.c] [controls/listbox.c]
2775         Fixed wParam of WM_DRAWITEM message.
2777         * [if1632/Makefile.in] [loader/builtin.c]
2778         Remove WPROCS32 DLL, as the relay code can call Wine routines
2779         directly.
2781         * [loader/module.c] [loader/ne_image.c]
2782         Fixed initial stack layout for self-loading modules.
2784         * [tools/build.c]
2785         Fixed data segment building for Win16 modules.
2787         * [windows/defdlg.c]
2788         Implemented Win32 versions of DefDlgProc().
2790         * [windows/dialog.c]
2791         Merged Win16 and Win32 dialog code.
2792         Added support for control extra data in dialog item template.
2794         * [windows/win.c]
2795         Unified Win16 and Win32 versions of CreateWindow().
2796         Implemented Win32 version of GetWindowLong().
2798         * [windows/winproc.c]
2799         Changed the implementation of window procedures, so that 16-bit
2800         winprocs are valid segmented pointers.
2802 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2804         * [misc/registry.c]
2805         Fixed another bug in the w95 loader. Quietened some debug output.
2807 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2809         * [windows/winproc.c]
2810         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
2812 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2814         * [resources/TODO] [resources/sysres_It.rc]
2815         Updated font dialog box.
2817 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
2819         * [include/commdlg.h] [misc/commdlg.c]
2820         ChooseFont() and ChooseColor(): 
2821         Bugfixes and added more support for some CF_* and CC_* flags: 
2822         dialog templates and font size control.
2823         Bugfix in structure definition of CHOOSECOLOR definition.
2825         * [ipc/dde_proc.c] [windows/event.c]
2826         Replaced SendMessage with SendMessage16 and added inclusion of
2827         dde_proc.h for error-free compilation of ipc module.
2829 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2831         * [windows/scroll.c]
2832         Made ScrollDC to save/restore current clipping region.
2834         * [misc/clipboard.c] [windows/event.c]
2835         Implemented most of the previously missing features (not tested), 
2836         improved text pasting from/to X. 
2838         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
2839           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
2840           [windows/winpos.c] [windows/painting.c]
2841         Updated DCE code, implemented dynamic invalidation of owned DCs.
2842         This fixes a lot of problems with scrolling in WinWord. Not
2843         sure about the effect on -desktop.
2845 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2847         * [win32/time.c] [if1632/kernel32.spec]
2848         Added SetSystemTime and SetTimeZoneInformation.
2850         * [if1632/kernel32.spec]
2851         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
2853         * [include/windows.h]
2854         Added SYSTEM_POWER_STATUS structure and prototypes for
2855         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
2857         * [include/kernel32.h]
2858         Added a prototype for SetTimeZoneInformation.
2860         * [win32/environment.c] [if1632/kernel32.spec]
2861         Added GetSystemPowerStatus and SetSystemPowerState stubs.
2863 ----------------------------------------------------------------------
2864 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2866         * [controls/combo.c]
2867         Destroy the listbox and edit control when destroying the
2868         combo. This should prevent crashes on application exit.
2870         * [misc/system.c] [if1632/system.spec]
2871         Implemented InquireSystem().
2873         * [loader/task.c] [windows/message.c] [windows/queue.c]
2874         First attempt at inter-task SendMessage(). Still has a lot of
2875         problems.
2877 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
2879         * [windows/mdi.c]
2880         Fixed MDITile with iconic children.
2882 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
2884         * [misc/commdlg.c]
2885         ChooseFont dialog:
2886         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
2887           not real available font types (e.g. "Bold") can not selected
2888         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
2890         * [objects/font.c]
2891         In FONT_MatchFont perform check if "lfFaceName" is family from X11
2892         only if "lfFaceName" is a windows font family then do a call of
2893         FONT_TranslateName() : this results in better font selections in 
2894         ChooseFont() or applications like charmap.exe or write.exe.
2895         Added a ParseFontParms() call if necessary in function 
2896         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
2897         even if there isn't one...
2899         * [resources/TODO]
2900         Inventory of resource translations in sysres_??.rc
2902 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2904         * [misc/registry.c]
2905         _w95_loadreg: use offset to determine next RGDB position too.
2907 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
2909         * [controls/combo.c]
2910         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
2912         * [misc/main.c]
2913         Result of option "-fixedmap" is to turn flag on.
2915 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
2917         * [misc/shell.c]
2918         ShellExecute and FindExecutable now both use common code to
2919         determine the required executable file.
2921 ----------------------------------------------------------------------
2922 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2924         * [controls/button.c]
2925         Made ButtonWndProc a 32-bit window procedure.
2927         * [controls/desktop.c]
2928         Made DesktopWndProc a 32-bit window procedure.
2929         Added handling of WM_SETCURSOR.
2931         * [controls/menu.c]
2932         Allocate menu items and strings on the 32-bit system heap.
2933         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
2934         AppendMenu and LoadMenuIndirect.
2936         * [controls/widgets.c]
2937         Added possibility to have 32-bit built-in classes.
2939         * [files/drive.c]
2940         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
2942         * [misc/spy.c] [include/spy.h]
2943         Added support for spying Win32 messages.
2945         * [loader/builtin.c]
2946         Fixed bug in -dll option parsing.
2948         * [memory/local.c]
2949         Added back the change by Huw D. M. Davies to free the block in
2950         LocalRealloc() before allocating the new one.
2952         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
2953         Fixed bug in bitmap size that caused memory corruption for 24bpp.
2955         * [windows/defwnd.c]
2956         Implemented Win32 version of DefWindowProc().
2958         * [windows/dialog.c]
2959         Implemented Win32 version of SendDlgItemMessage,
2960         Get/SetDlgItemText and Get/SetDlgItemInt.
2962         * [windows/mdi.c]
2963         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
2964         Don't make a copy of the OBM bitmaps for every MDI window.
2966         * [windows/message.c]
2967         Implemented Win32 version of SendMessage().
2968         
2969         * [windows/winproc.c] [windows/class.c] [windows/win.c]
2970         New scheme for 32-bit window procedures to replace aliases. All
2971         32-bit window procedure get a 16-bit address pointing to a
2972         WINDOWPROC structure.
2973         Implemented Ansi<->Unicode translation for CallWindowProc().
2974         Added translation of WM_DRAWITEM between Win16 and Win32.
2976         * [windows/win.c] [include/callback.h]
2977         Added ugly hack to build CREATESTRUCT on the stack when sending
2978         WM_NCCREATE.
2979         Implemented Win32 version of Get/SetWindowWord/Long and
2980         Get/SetWindowText.
2981         
2982 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
2984         * [controls/button.c]
2985         Avoid gray text on gray background in disabled push buttons
2986         using a b/w raster and some raster operations (PatBlt,BitBlt).
2988         * [objects/text.c]
2989         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
2991 ----------------------------------------------------------------------
2992 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2994         * [*/*.c]
2995         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
2996         SIZE16. Implemented Win32 version of most functions that take
2997         these types as parameters.
2999         * [configure]
3000         Patched autoconf to attempt to correctly detect -lnsl and
3001         -lsocket. Please check this out.
3002         
3003         * [controls/button.c]
3004         Added support for Win32 BM_* messages.
3006         * [controls/menu.c]
3007         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
3008         with Excel.
3010         * [memory.heap.c] [include/heap.h]
3011         Added support for SEGPTRs in Win32 heaps. Added a few macros to
3012         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
3013         but they work with Win32.
3015         * [memory/atom.c]
3016         Implemented Win32 atom functions.
3018         * [memory/local.c]
3019         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
3021         * [win32/memory.c]
3022         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
3024         * [windows/class.c]
3025         Properly implemented the Win32 class functions.
3027         * [windows/winproc.c] (New file)
3028         New file handling the message translation between Win16 and Win32.
3030 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3032         * [windows/mdi.c] [windows/menu.c]
3033         Improved WM_MDICREATE and WM_MDICASCADE handling.
3035         * [windows/event.c] [objects/bitblt.c]
3036         Handle GraphicsExpose event for BitBlt from screen to screen.
3038         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
3039         Bunch of fixes for problems with -managed.
3041         * [windows/win.c] [windows/winpos.c]
3042         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
3043         in CreateWindow.
3045         * [windows/win.c] [windows/queue.c] [misc/user.c]
3046         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
3047         on window creation/destruction.
3049         * [objects/palette.c]
3050         Crude RealizePalette(). At least something is visible in LviewPro.
3052 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3054         * [if1632/gdi32.spec]
3055         Added Rectangle (use win16 version).
3057         * [if1632/kernel32.spec]
3058         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
3060         * [if1632/user32.spec]
3061         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
3062         versions).
3063         Added SetWindowsHookExA (empty stub for now).
3065         * [include/handle32.h]
3066         Changed #include <malloc.h> to #include <stdlib.h> to prevent
3067         hate message from FreeBSD compiler.
3069         * [win32/newfns.c]
3070         Added new function SetWindowsHookEx32A (empty stub for now).
3072         * [win32/user32.c]
3073         Removed redundant debugging printf statement.
3075 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3077         * [memory/local.c]
3078         Avoid creating adjacent free blocks.
3079         Free the block in LocalReAlloc() before allocating a new one.
3080         Fixed LocalReAlloc() for discarded blocks.
3081         
3082 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
3084         * [resources/sysres_Fi.rc]
3085         ChooseFont and ChooseColor dialogs updated.
3087 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3089         * [files/drive.c,if1632/kernel.spec]
3090         GetCurrentDirectory(),SetCurrentDirectory() implemented.
3092         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
3093           [include/windows.h] [include/winreg.h] [loader/main.c]
3094           [misc/main.c] [misc/shell.c] [misc/registry.c]
3095         Registry fixes:
3096         - loads win95 registry databases,
3097         - save only updated keys on default,
3098         - now adhers to the new function naming standard,
3099         - minor cleanups.
3101 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
3103         * [combo.c]
3104         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
3105         and synchronized mine with Greg Kreider's works.
3107         * [commdlg.c]
3108         Bugfix in ChooseFont: font size handling.
3110 ----------------------------------------------------------------------
3111 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3113         * [DEVELOPERS-HINTS]
3114         Added paragraph on naming conventions for Win16/Win32/Winelib.
3116         * [controls/menu.c]
3117         Create a default system menu that is the same for all windows
3118         instead of making a copy every time.
3120         * [include/wintypes.h]
3121         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
3122         Added xx16 and xx32 definitions for most types. General clean-up.
3124         * [memory/global.c] [memory/local.c] [*/*]
3125         Renamed Global and Local heap functions to xxx16. Added all xxx32
3126         versions of the same functions.
3128         * [memory/selector.c]
3129         Mask out lower bits of selector in FreeSelector().
3131         * [misc/lstr.c]
3132         Fixed wvsprintf().
3134         * [windows/class.c]
3135         Changed the class structure to make Win32 support easier.
3137         * [windows/defwnd.c]
3138         Added handling of WM_INITMENUPOPUP for system menu to gray out
3139         invalid options.
3141         * [windows/winpos.c]
3142         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
3143         a SEGPTR.
3145 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3147         * [memory/local.c]
3148         Implementation of moveable and (rudimentary) support for
3149         discardable local memory, plus several bug fixes.
3151 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3153         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
3154         FindWindowEx() implemented (someone reported it was missing
3155         for FrameMaker 4.1).
3157         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
3158           [win32/resource.c]
3159         Misc small stubs/small functions which bring win95 binaries
3160         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
3161         Small fix in WIN32_LoadAcceleratorsA.
3163 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
3165         * [controls/edit.c] [controls/EDIT.TODO]
3166         Changed / fixed some types and typecasts.
3167         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
3168         Added heap initialization in WM_CREATE.
3170 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
3172         * [controls/combo.c] [controls/listbox.c]
3173         Pass WM_[HV]SCROLL to listbox, but not combo.
3174         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
3175         Combo box gets border.
3176         Combo box includes button (otherwise button won't trigger dropdown).
3177         Proper border around RectButton.
3178         Check size consistancy of combo, listbox, and button after resizing 
3179         or before painting.  These routines still aren't completely correct.
3180         Localize size checks in separate routines.
3181         Listboxes are white.
3183 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
3185         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
3186           [resources/sysres_De.rc][resources/sysres_En.rc]
3187         Introduced ChooseFont dialog, but needed some patches in 
3188         handling of comboboxes with edit controls.
3190 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3192         * [programs/winhelp/*]
3193         Added a help viewer and a simple `.hlp' to `.sgml' converter.
3195 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
3197         * [resources/sysres_*.rc] [misc/shell.c]
3198         Modified size of "About" dialog boxes.
3200 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
3202         * [if1632/Makefile.in][loader/builtin.c]
3203         crtdll.spec, ntdll.spec, wsock32.spec: new files.
3205         * [loader/pe_image.c]
3206         Fix error message if import by ordinal failed.
3208 ----------------------------------------------------------------------
3209 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3211         * [Makefile.in]
3212         Subdir memory is now also compiled for Winelib, in order to get
3213         the Win32 heap functions.
3215         * [if1632/Makefile.in]
3216         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
3217         DLL names > 8 characters.
3219         * [loader/builtin.c] (New file)
3220         Grouped all built-in DLLs code in a single file.
3222         * [memory/global.c]
3223         Use the Win32 heap code instead of malloc() to allocate linear
3224         memory. This will help test the heap code.
3226         * [memory/local.c]
3227         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
3229         * [tools/build.c] [if1632/relay.c]
3230         Removed 'id' directive in spec files. For relay debugging, the DLL
3231         entry point is now computed from the CS:IP entry point address.
3232         Added 'heap' directive to specifiy a local heap for the DLL. USER
3233         and GDI heap are now created this way.
3235         * [windows/class.c] [include/class.h]
3236         Changed the class structure to use pointers instead of handles.
3237         Changed Get/SetClassWord/Long to use a switch statement; this
3238         allows changing the layout of the CLASS structure.
3240         * [windows/win.c] [include/win.h]
3241         Use a CLASS * instead of a handle for the window class.
3243 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
3245         * [if1632/kernel32.spec] [memory/global.c]
3246           [win32/memory.c] [win32/process.c]
3247         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
3248         LocalLock,SetThreadAffinityMask: new relays.
3250         * [win32/cursoricon32.c]
3251         Return same handle if a cursor is loaded multiple times.
3253 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
3255         * [resources/sysres_Ko.rc]
3256         Added support for Korean [Ko] language.
3258 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3260         * [objects/dc.c] [objects/font.c]
3261         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
3263         * [objects/metafile.c] [objects/dcvalues.c]
3264         Fixed broken SetTextAlign() on metafiles.
3266         * [objects/metafile.c]
3267         Delete objects in handle table at end of PlayMetaFile().
3269 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3271         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
3272         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
3273         [If it doesn't work for you, use -dll -ver and report it to me]
3275         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
3276           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
3277           [windows/graphics.c]
3278         Simple win32 functions, where we can just use the win16 counterpart.
3279         Misc. stubs. 
3281         * [misc/lstr.c]
3282         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
3284         * [misc/registry.c]
3285         Some alloclens were off by 1, one double fclose() fixed.
3286         Requesting value 0 of a key with no values returns an error 
3287         (should we always return a made up value NULL? what does win3.1?)
3289 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3291         * [misc/shell.c]
3292         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
3293         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
3295         * [misc/user.c]
3296         Do extensive cleanup on application exit.
3298         * [windows/hook.c] [windows/win.c] [windows/class.c]
3299         Added miscellaneous cleanup routines.
3301         * [controls/menu.c]
3302         More efficient popup menu window handling.
3304 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3306         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
3307         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
3309 ----------------------------------------------------------------------
3310 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
3312         * [resources/sysres_Fr.rc] [resources/TODO]
3313         Made changes for Choose_Color dialog.
3315 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3317         * [controls/button.c]
3318         Fixed test that got miscompiled by some old gcc versions.
3320         * [memory/local.c]
3321         Fixed the layout of handle tables so that moveable handle entries
3322         can be freed on LocalFree().
3323         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
3324         GetHeapSpaces().
3326         * [misc/main.c] [ANNOUNCE]
3327         Update the list of contributors. Please let me know if I forgot
3328         someone.
3330 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
3332         * [controls/edit.c] [controls/EDIT.TODO]
3333         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
3334         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
3335         Added WM_ENABLE implementation (gray text).
3336         Fixed buffer > 32767 bug.
3337         Fixed argument types / typecasting.
3338         Faster selection (re)drawing.
3340 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3342         * [misc/registry.c] [include/winreg.h]
3343         Changed savefile format again to human readable/editable
3344         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
3345         Has now global / local registry databases (including merging them).
3346         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
3347         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
3349         * [misc/comm.c]
3350         Allow " " as COMx: ... spec delimiter too.
3351         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
3352         remember the x).
3354 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3356         * [windows/mdi.c]
3357         Miscellaneous changes.
3359         * [windows/winpos.c] 
3360         Use BitBlt whenever possible in SetWindowPos.
3362         * [windows/painting.c]
3363         Fix incompatibilities with hrgnUpdate being 1.
3365 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3367         * [misc/commdlg.c]
3368         Many bugfixes in ChooseColor dialog.
3369         Added a user defined dialog title in FileOpen-/FileSave- dialog.
3371         * [misc/commdlg.c][include/commdlg.h]
3372           [if1632/commdlg.spec][if1632/winprocs.spec]
3373         Introduced dialog-, callback- and enum- stub functions
3374         for ChooseFont dialog
3376 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
3378         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
3379         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
3380         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
3381         fixes.
3383         * [windows/winpos.c]
3384         Don't try to hide the window if it's already hidden.
3386         * [windows/message.c]
3387         Let MSG_PeekHardwareMsg fill the message queue with events if
3388         it's empty.
3390 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
3392         * [resources/sysres_It.rc]
3393         Updated to support the new CHOOSE_COLOR_DIALOG.
3395 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
3397         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
3398           [include/w32sys.h] [include/dlls.h]
3399           [misc/Makefile] [misc/w32sys.c]
3400         W32SYS.DLL partially implemented.
3402 ----------------------------------------------------------------------
3403 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3405         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
3406         Made the resource loading code always use the correct Windows
3407         layout for Winelib on other CPUs.
3409         * [include/module.h] [loader/module.c]
3410         Added self handle in NE_MODULE structure, so we can use a pointer
3411         instead of a handle.
3412         Added function MODULE_GetPtr() to validate a HMODULE.
3414         * [memory/heap.c]
3415         Implemented Win32 heap management.
3417         * [memory/selector.c]
3418         Fix selector limit for huge blocks.
3420 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3422         * [objects/metafile.c]
3423         Fixed memcpy bug to allow memory based metafiles to work.
3425 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
3427         * [controls/edit.c] [controls/EDIT.TODO]
3428         Complete rewrite.  Everything changed: new features, new bugs.
3429         Main addition: WordWrap.
3431 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3433         * [resources/sysres_It.rc]
3434         Fixed a few mistakes in the file and resized some of the controls.
3436 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
3438         * [misc/winsocket.c]
3439         Fixed broken #if defined that stopped unixware compiling.
3441         * [win32/resource.c]
3442         Added missing return to end of FindResource32.
3444 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3446         * [windows/keyboard.c] [windows/event.c]
3447         Fixed GetKeyState for mouse buttons.
3449         * [windows/message.c]
3450         WM_MOUSEACTIVATE wasn't sent in some cases.
3452 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
3454         * [objects/font.c]
3455         Match slightly bigger font if height negative.
3457 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
3459         * [multimedia/mmsystem.c]
3460         Changed read's to FILE_read's in mmsystem to fix mmio bug.
3462 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3464         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
3465         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
3466         En-,De- resources. 
3467         As written in TODO: some national language support is needed here.
3469 ----------------------------------------------------------------------
3470 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3472         * [controls/button.c] [controls/static.c]
3473         Changes to use WND * wherever possible.
3475         * [debugger/dbg.y] [debugger/debug.l]
3476         Added 'info module' and 'walk module' commands.
3478         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
3479         Added assembly code generation to call from Wine into 32-bit code.
3480         Changed all 'call32' references in 'callfrom16' to avoid confusion
3481         with Win32 routines.
3483         * [include/callback.h]
3484         Added prototypes for 32-bit callbacks.
3486         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
3487         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
3488         now generated by the build program.
3490         * [include/module.h]
3491         Added extra info to NE_MODULE for Win32 modules to point to the PE
3492         module data.
3494         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
3495         Removed the wine_files list. The PE data for a module can now be
3496         accessed with the NE_WIN32_MODULE macro.
3498         * [loader/signal.c] [miscemu/instr.c]
3499         Don't start the BIOS timer at startup, but only after an access to
3500         the 0x40 segment.
3502         * [memory/local.c]
3503         Changed LOCAL_Lock() to return a 32-bit pointer.
3505         * [misc/main.c] [include/dlls.h]
3506         Some built-in DLLs (like KERNEL) can no longer be disabled from
3507         the command-line.
3508         
3509 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
3511         * [*/*]
3512         A lot of small changes to support SCO OpenServer 5.
3514 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3516         * [controls/edit.c]
3517         Fixed GetKeyState() call to use 0x8000 convention.
3519         * [include/windows.h]
3520         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
3522 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
3524         * [if1632/except.S]
3525         Modified code to assemble on unixware.
3527 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
3529         * [objects/font.c]
3530         Implementation of a second font cache which will be updated
3531         dynamically.
3533 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
3535         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
3536           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
3537           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
3538           [resources/sysres_No.rc] [resources/TODO]
3539         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3541 ----------------------------------------------------------------------
3542 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3544         * [tools/build.c]
3545         Changed BuildSpec32Files() to generate assembly instead of C code.
3546         Unified -spec16 and -spec32 options; DLL type is now determined by
3547         the 'type' declaration in the .spec file.
3548         New -stdcall option to build all stdcall assembly relays.
3550         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
3551         Started to unify 16- and 32-bit builtin DLLs.
3553         * [loader/module.c]
3554         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
3556         * [loader/pe_image.c] [loader/resource.c]
3557         All modules now have a NE signature, and can be distinguished by
3558         the NE_FFLAGS_WIN32 flag.
3560         * [windows/alias.c]
3561         Aliases for built-in window procedures are now all created at
3562         startup in ALIAS_Init().
3564 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
3566         * [controls/combo.c]
3567         Limit rectangle to clear to size of item when painting combo, not
3568         default.  Only draw items in list when there is enough room for them.
3570         * [controls/listbox.c]
3571         Get the measure of every item that's added and store in the item's
3572         data structure.  Scroll listbox if mouse near edge of box.  Only
3573         draw items in list when there is enough room.
3575 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3577         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
3578           [windows/nonclient.c] [controls/menu.c] 
3579         Various changes for better keyboard handling. 
3581         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
3582         Proper keyboard message ordering, working GetKeyState() (finally!), 
3583         improvements in ToAscii().
3585         * [windows/win.c] [windows/message.c]
3586         Small improvements in WIN_FindWinToRepaint.
3588         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
3589         Put update region in WM_NCPAINT wParam.
3591         * [loader/task.c]
3592         Kill task timers when task is deleted, switch timers to the
3593         new queue in SetTaskQueue().
3595         * [loader/signal.c] [miscemu/dosmem.c]
3596         Added SIGALRM signal handler to increment BIOS clock. 
3598         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
3599         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
3600         MDI client.
3602         * [windows/winpos.c]
3603         Improvements in handling of owned popups. "Floating" toolboxes 
3604         work better now. 
3606 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3608         * [misc/registry.c]
3609         New file, registry rewrite including win32 extensions
3610         - Unicode
3611         - multiple valus per key
3612         - different datatypes for values
3613         - multiple rootkeys
3614         - saving and loading in different registries.
3616         * [include/winreg.h]
3617         New file, definitions and structs for registry.
3619         * [include/winerror.h]
3620         Some new error defines added... there are more, someone please
3621         check a (real-)windows winerror.h.
3622         
3623         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
3624         Registry specs added.
3626         * [if1632/relay.c]
3627         Switch internal SHELL.DLL to default 'used'.
3629         * [win32/string32.c] [include/string32.h]
3630         Some new functions added.
3631         char should be unsigned char when converting to 16bit ints.
3633         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
3634         Removed old registry functions.
3636 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3638         * [include/bitmaps/ocr_ibeam]
3639         Fixed the position of the hotspot.
3641         * [objects/text.c]
3642         Fixed a few bugs in TEXT_TabbedTextOut().
3644         * [windows/event.c]
3645         Fixed the order of the bits in the KeyStateTable.
3646         0x80 is the up/down-bit.  0x01 is the toggle bit.
3648         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
3649         Fixed the calls to GetKeyState().
3651 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
3653         * [resources/sysres_Fr.rc] [resources/TODO]
3654         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3656 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3658         * [resources/sysres_it.rc]
3659         Added support for Italian [It] language.
3661 ----------------------------------------------------------------------
3662 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3664         * [include/win.h] [windows/*.c]
3665         Replaced next, parent, child and owner handles by pointers in WND
3666         structure. This should improve performance, and should be
3667         reasonably safe since Microsoft did the same in Win95.
3669         * [include/wintypes.h] [*/*]
3670         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
3671         allows removing a lot of unnecessary casts and NPFMTs.
3673         * [windows/caret.c]
3674         Create the caret brush upon CreateCaret(); use the bitmap
3675         dimensions for the caret.
3676         Fixed CARET_DisplayCaret() to use PatBlt().
3678 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3680         * [misc/winsocket.c]
3681         More sanity checks, fixup some erroneous return codes.
3683         * [documentation/winsock]
3684         Description of how compatible the winsock is currently.
3686 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3688         * [library/winmain.c]
3689         Set `lpszCmdParam' by concatenating arguments.
3691         * [loader/module.c]
3692         WinExec: accept Unix commands, use Wine emulator.
3694 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3696         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
3697         DeleteCriticalSection, EnterCriticalSection,
3698         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
3699         TlsFree, TlsGetValue, TlsSetValue: new functions.
3700         CRITICAL_SECTION: new structure.
3702         * [if1632/kernel32.spec][win32/code_page.c]
3703         WideCharToMultiByte: new function.
3705         * [if1632/kernel32.spec][win32/file.c]
3706         GetFileAttributesA: new function.
3708         * [if1632/kernel32.spec][misc/main.c]
3709         GetEnvironmentStringsW, FreeEnvironmentStringsA,
3710         FreeEnvironmentStringsW: new functions.
3711         
3712         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
3713         cursoricon32.c: new file.
3714         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
3715         to WIN32_*.
3716         LoadIconA, LoadIconW: modified implementation from LoadIconA32
3717         to WIN32_*.
3719         * [include/struct32.h]
3720         pragma pack inserted.
3721         CURSORICON32 structures added.
3723         * [include/winnls.h]
3724         Constants CP_* and WC_* added.
3726         * [loader/pe_image.c]
3727         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
3729 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
3731         * [misc/commdlg.c]
3732         Introduced hook function handling in file dialog.
3733         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
3735 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3737         * [if1632/gdi32.spec]
3738         Added GetNearestColor.
3740         * [if1632/kernel32.spec]
3741         Added GlobalAddAtomA.
3743         * [win32/param32.c]
3744         Added stackframe.h to includes.
3745         WIN32_GlobalAddAtomA() - new function.
3747 ----------------------------------------------------------------------
3748 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3750         * [controls/edit.c]
3751         Removed calls to memmove (not portable).
3753         * [debugger/dbg.y] [debugger/debug.l]
3754         Prefixed all token with 't' to avoid conflicts with type
3755         definitions.
3756         Added 'walk queue', 'walk class' and 'info class' commands.
3758         * [debugger/info.c]
3759         Moved queue and window information functions to windows/queue.c
3760         and windows/win.c respectively.
3762         * [loader/signal.c]
3763         Added SIGHUP handling to force entry into built-in debugger.
3764         Cleaned up a bit.
3766         * [misc/spy.c]
3767         General cleanup and performance improvements.
3769         * [windows/class.c]
3770         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
3771         debugger.
3773         * [windows/event.c]
3774         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
3775         sure if this key combination is a good choice...
3777         * [windows/message.c] [windows/queue.c] (New file)
3778         Moved message queue handling functions to windows/queue.c.
3780 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
3782         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
3783         Implemented Win32 exception functions: RaiseException(),
3784         RtlUnwind(), SetUnhandledExceptionFilter() and
3785         UnhandledExceptionFilter().
3787 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3789         * [controls/listbox.c] [include/listbox.h]
3790         Special handling for COMBOLBOX styles introduced via extension of
3791         HEADLIST structure: lphl->dwStyle.
3793 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
3795         * [controls/combo.c]
3796         Any mouse movement within a small distance (defined by CBLMM_EDGE)
3797         of the top or bottom edge causes the window to scroll.  Also moved 
3798         some assignments so the routine works correctly.
3800         * [controls/listbox.c]
3801         Changing selection in ListBoxSetCurSel now updates PrevFocused.
3802         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
3803         and sets the standard text height.
3805 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3807         * [windows/dce.c]
3808         Fixed memory leak in DCE_ClipWindows().
3810 ----------------------------------------------------------------------
3811 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3813         * [configure.in]
3814         Quote '[' and ']' in the test program for the strength-reduce
3815         bug. This should work much better...
3817         * [files/file.c]
3818         Augmented DOS_FILE structure. Most internal functions now return a
3819         DOS_FILE* instead of a Unix handle.
3820         Added a local file array to replace the PDB list upon startup, to
3821         allow using file I/O functions before the first task is created.
3822         Added FILE_SetDateTime() and FILE_Sync() functions.
3823         
3824         * [loader/module.c]
3825         Use the DOS file I/O functions in MODULE_LoadExeHeader().
3827         * [objects/bitblt.c]
3828         Use visible region instead of GC clip region to clip source
3829         area. This fixes the card drawing bug in freecell.
3831         * [objects/region.c]
3832         Fixed CombineRgn() to allow src and dest regions to be the same.
3834 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3836         * [controls/EDIT.TODO]
3837         Updated so it reflects the current status.
3839         * [controls/edit.c]
3840         Implemented internal EDIT_WordBreakProc().
3841         Implemented ES_READONLY.
3842         Implemented WM_LBUTTONDBLCLK to select whole words.
3843         Fixed a lot of types in the function definitions.
3845 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3847         * [debugger/info.c]
3848         Added "walk window" command to walk window list. 
3850         * [windows/mdi.c]
3851         Added proper(?) WM_MDISETMENU message handling.
3853 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3855         * [if1632/callback.c][if1632/relay32.c]
3856         RELAY32_CallWindowProcConvStruct: new function.
3858         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
3859         struct32.c: new file. Moved all structure conversions into that file
3860         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
3861         renamed to STRUCT32_POINT32to16, ...
3862         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
3863         POINT32, ...
3864         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
3865         CREATESTRUCT.
3867         * [include/windows.h][misc/exec.c]
3868         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
3869         WinHelp: Reimplemented. Thanks to Peter Balch
3870         (100710.2566@compuserve.com) for his valuable research.
3872         * [win32/winprocs.c]
3873         WIN32_CallWindowProcTo16: new function, call in
3874         USER32_DefWindowProcA,...
3876 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3878         * [include/wintypes.h]
3879         Added "#define __export".
3881         * [objects/bitblt.c]
3882         Put in a few hacks to make bitblt-ing work when upside-down and/or
3883         mirrored.  BITBLT_StretchImage should really be checked over
3884         thoroughly.
3886         * [programs/progman/main.c]
3887         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
3889         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
3890         Eliminated shift/reduce conflict in style definition.
3891         Added crude error message support: "stdin:%d: parse error before '%s'".
3892         Implemented string table support to the best of my ability (it works
3893         with LoadString() calls).
3895         * [windows/nonclient.c]
3896         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
3897         bar of non-iconized window was clicked (checked for iconization).
3899 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3901         * [if1632/lzexpand.spec] [if1632/relay.c]
3902           [include/lzexpand.h][misc/lzexpand.c]
3903         LZEXPAND.DLL added.
3905 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3907         * [windows/win.c]
3908         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
3909         this prevents too early termination of EnumChildWindows().
3911 ----------------------------------------------------------------------
3912 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3914         * [controls/scroll.c]
3915         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
3916         current tracking window.
3918         * [files/file.c]
3919         Fixed two file descriptor leaks in FILE_OpenFile().
3921         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
3922           [tools/build.c]
3923         Replaced LOADEDFILEINFO structure by OFSTRUCT.
3925         * [memory/atom.c]
3926         Reload the pointer to the atom table in ATOM_GetTable() and
3927         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
3928         move in linear memory.
3930 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3932         * [include/callback.h]
3933         Added support for CallWordBreakProc().
3935         * [controls/edit.c]
3936         New caret handling (really efficient / fast).
3937         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
3938         Fixed EM_SETFONT so it now also creates a proper new caret.
3940 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
3942         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
3943         Added WM_DELETE protocol to top-level windows.
3945         * [controls/scroll.c]
3946         Fixed a problem which caused slow scrolling to continue uncontrollably.
3948         * [misc/exec.c]
3949         Implemented ExitWindows().
3951         * [windows/win.c]
3952         Set top-level owned windows to be transient.
3954 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3956         * [programs/progman/*]
3957         Added a program manager.
3959 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
3961         * [resources/sysres_Eo.c]
3962         Added support for Esperanto [Eo] language.
3964 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3966         * [if1632/user32.spec]
3967         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
3969         * [win32/init.c]
3970         Added task.h to includes. GetModuleHandleA() - return hInstance
3971         if called with NULL parameter. Freecell needs this. NOTE this
3972         may indicate a problem with differentiation between hModule and
3973         hInstance within Wine.
3975         * [win32/resource.c]
3976         FindResource32() and LoadResource32() - Removed #if 0's around
3977         conversion from hInstance to hModule. See remarks above.
3979         * [win32/string32.c]
3980         WIN32_UniLen() - removed stray semicolon.
3982 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3983         
3984         * [windows/caret.c]
3985         Set blink rate with call to GetProfileInt().
3987         * [rc/winerc.c]
3988         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
3989         instead of 0.  This seems to correspond to Borland's defaults, and
3990         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
3991         or "| NOT WS_VISIBLE" technique in the *.rc file.
3993         * [win32/time.c]
3994         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
3995         returned by gettimeofday() instead of making second call to
3996         time().  This eliminates clock jitter if the seconds change
3997         between the two calls (rare, but possible).
3999         * [include/wintypes.h]
4000         Added "#define _far" and "#define _pascal".
4002         * [windows/win.c]
4003         Added function GetDesktopHwnd().
4005         * [include/xmalloc.h]
4006         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
4007         have been removed from 'configure', and was causing redefinition
4008         warnings.
4010 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
4012         * [windows/winpos.c] 
4013         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
4014         to force a repaint when setting menu bars with different rows.
4016 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4018         * [windows/syscolors.c] [controls/scroll.c]
4019         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
4021 ----------------------------------------------------------------------
4022 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4024         * [files/profile.c]
4025         Added \r when writing profile files, for DOS compatibility.
4027         * [memory/global.c]
4028         Fixed bug in GlobalReAlloc() that caused a discarded block not to
4029         be reallocated if its size was not changed.
4031         * [memory/selector.c]
4032         Avoid setting a valid LDT entry with base and limit set to 0, as
4033         this causes the kernel to clear the entry. This fixes a crash when
4034         exiting Windows program manager.
4036         * [objects/metafile.c]
4037         Removed call to creat() instead of _lcreat() for WINELIB.
4039 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
4041         * [if1632/gdi32.spec]
4042         GetTextExtentPointA now has win32 specific implementation.
4044         * [include/struct32.h]
4045         Define new structure tagSIZE32 and typedef SIZE32 to it.
4046         Define prototype for function PARAM32_SIZE16to32
4048         * [win32/param32.c]
4049         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
4051         * [win32/memory.c]
4052         Added missing file pointer parameter to fprintf.
4054 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
4056         * [windows/nonclient.c]
4057         Added more familiar icon activity, ie single click brings up
4058         system menu.
4060 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
4062         * [controls/menu.c]
4063         Added calls to HideCaret() and ShowCaret() from within
4064         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
4065         MENU_TrackKbdMenuBar().  Are there any more places where this
4066         should be done?
4068         * [controls/static.c]
4069         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
4070         the previous icon.  Added a new FIXME at the point where
4071         WM_SETTEXT is handled for a SS_ICON static control.
4073         * [misc/commdlg.c]
4074         Implemented FindText() and ReplaceText()
4075         Still missing : Templates and Hooks handling / error checking
4077         * [resources/sysres_En.c]
4078         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
4079         Languages other than En should update these too, though, as well
4080         as redimension the controls because some of the text doesn't fit.
4081         Created file resources/TODO to explain this.
4083         * [windows/caret.c]
4084         Re-written.  It now uses the correct R2_XORPEN.  It resets the
4085         blink timer on SetCaretPos().  It does its own hide/show scheme
4086         when SetCaretPos() is called (should be faster).
4088 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4090         * [controls/listbox.c]
4091         Miscellaneous changes for better LBS_EXTENDEDSEL support.
4092         Removed several superfluous redrawals of item list.
4094         * [controls/scroll.c]
4095         WM_GETDLGCODE return value.
4097         * [windows/win.c]
4098         FlashWindow function.
4100         * [windows/painting.c] [windows/scroll.c]
4101         Added HideCaret/ShowCaret calls.
4103         * [objects/font.c]
4104         Added GetCharABCWidths stub.
4106         * [include/windows.h]
4107         "#define"s needed for changes mentioned above.
4109 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
4111         * [include/winsock.h]
4112         Change order of includes to get in_addr struct defined in time.
4113         (Note: Linux 1.3.66, libc 5.2.18)
4115         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
4116         Changed the -enhanced option into a -mode option, which can be
4117         either 'standard' or 'enhanced'. 'enhanced' is the default.
4119 ----------------------------------------------------------------------
4120 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4122         * [controls/desktop.c]
4123         Look for the wallpaper file in the Windows directory.
4125         * [controls/menu.c]
4126         Fixed swapped parameters in SetMenuItemBitmaps().
4127         Create a separator in MENU_SetItemData() when the string is NULL.
4129         * [file/dosfs.c]
4130         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
4132         * [files/file.c]
4133         Added a DOS_FILE structure to store per-file information (not
4134         really used yet).
4135         Fixed _lread and _hread to check the size of the buffer before
4136         calling Unix read() to avoid EFAULT error.
4138         * [misc/exec.c]
4139         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
4141         * [miscemu/instr.c]
4142         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
4143         programs that poll the BIOS counter, provided they reload the
4144         selector on every read.
4146         * [miscemu/int21.c]
4147         Re-implemented FindFirst/FindNext for FCB calls.
4149         * [windows/message.c] [windows/winpos.c]
4150         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
4152         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
4153         Added a per-window WIN_MANAGED flag; only windows that have a
4154         dialog frame or a sizing border are managed.
4156 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
4158         * [if1632/Makefile.in]
4159         Added -g flag to compilation of .c files generated from *32.spec.
4161         * [if1632/gdi32.spec]
4162         Numerous additional functions implemented.
4164         * if1632/user32.spec]
4165         wsprintfA maps to vsprintf not wsprintf
4166         Numerous additional functions implemented.
4168         * [include/gdi.h] [objects/gdiobj.c]
4169         New #define MAGIC_DONTCARE added. This is used in
4170         GDI_GetObjPtr to enable getting a pointer to a GDI object of
4171         unknow type.
4173         * [win32/gdi32.c]
4174         New file.
4176         * [win32/param32.c]
4177         WIN32_MoveToEx() - handle NULL pointer argument.
4179         * [win32/user32.c]
4180         USER32_InvalidateRect - handle passing of a NULL pointer.
4181         USER32_SetTimer - New function.
4183         * [files/directory.c]
4184         Fixed DIR_Init() (off by one in allocation of space for
4185         environment variables).
4187         * [files/drive.c]
4188         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
4189         on FreeBSD).
4191 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
4193         * [controls/menu.c]
4194         Memory leak plugged.
4196         * [controls/edit.c]
4197         Erase space with function ExtTextOut(). This eliminates the use of
4198         xmalloc().  Memory leak in EDIT_WriteText plugged.
4200         * [debugger/db_disasm.c]
4201         Operand for scas now is di.
4203         * [files/profile.c]
4204         PROFILE_GetSection was copying too much data.
4205         PROFILE_GetSection now returns the correct value. It was returning
4206         the number of unused instead of used bytes.
4208         * [objects/dc.c]
4209         Corrected two typos in comments.
4211         * [objects/font.c]
4212         FONT_MatchFont didn't return if it couldn't find any font.
4214         * [objects/oembitmap.c]
4215         Free object only if it has been allocated.
4217         * [windows/scroll.c]
4218         Memory leak in ScrollDC plugged.
4220 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
4222         * [controls/edit.c]
4223         Implemented ES_NOHIDESEL style, shift+click selection,
4224         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
4225         (de)selection drawing.  Changed selection drawing to use correct
4226         system colors instead of inverting.  Fixed deleting or backspacing
4227         across a '\r\n' end of line pair.  Selection now anchors
4228         correctly. Fixed text leaking and extra garbage problem bug
4229         uncovered by change in class style in wine960131.
4231         * [controls/widgets.c]
4232         Class flags now match those of Windows.
4234 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4236         * [controls/widgets.c]
4237         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
4239         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
4240         comctl32.spec ole32.spec winspool.spec: new files.
4241         RELAY32_Init: call initialization of new DLLs.
4242         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
4243         RELAY32_MakeFakeModule: new function.
4245         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
4246         Added Win95 functions. Ordinals now differ from both NT and Win95
4247         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
4248         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
4249         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
4250         new relays.
4252         * [if1632/shell32.spec]
4253         shell32.spec: renumbered all functions to take into account ordinals.
4254         These seem to be identical between NT and Win95.
4256         * [include/dialog.h][windows/dialog.c]
4257         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
4259         * [include/handle32.h]
4260         New handle types VRANGE, HEAP, HEAPITEM.
4262         * [include/pe_image.h][loader/pe_image.c]
4263         struct w_files: new field builtin.
4264         PE_FindExportedFunction: support ordinals.
4265         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
4266         fixup_imports: support ordinals.
4267         PE_LoadImage: prefer directories over segments.
4269         * [include/resource.h][win32/resource.c]
4270         FindResource32: changed parameter from LPCTSTR to LPCWSTR
4271                 check LANG_NEUTRAL if LANG_ENGLISH fails.
4272         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
4273                 disabled because it's broken.
4274         Casted to and from LPWSTR at various places.
4276         * [include/string32.h][win32/string32.c]
4277         Changed prototypes to take const arguments where appropriate.
4279         * [include/struct32.h]
4280         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
4282         * [tools/build.c]
4283         BuildSpec32Files: generate Base value into code, generate call to
4284         RELAY32_MakeFakeModule.
4285         
4286         * [win32/heap.c]
4287         This is still not finished and needs rework.
4288         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
4289         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
4290         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
4292         * [win32/memory.c]
4293         Support for VRANGE_OBJECT. This is not yet called from any place,
4294         and needs more platform specific support
4295         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
4296         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
4298         * [win32/user32.c]
4299         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
4300         names, as in dialogs.
4301         Implemented dialog functions (see user32.spec).
4303         * [windows/caret.c]
4304         CARET_Initialize: call RELAY32_GetBuiltinDLL.
4306 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4308         * [controls/edit.c]
4309         Removed commented out #ifdefs for WINELIB.
4311         * [tools/makehtml.pl]
4312         Put in error checking when trying to open a file.
4314         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
4315         Added two new targets: hello4 and new.
4317         * [include/windows.h]
4318         Added definition of DEVMODE structure, although it's not yet used.
4319         Modified various API functions from CreateDC() to Escape(), in
4320         order to make them more compliant with the strict API definitions.
4322         * [include/wintypes.h]
4323         Added 'typedef char TCHAR'.  It probably should be defined as
4324         'short', but then we would have to support such characters.  Also did
4325         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
4326         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
4327         MFENUMPROC, and HGDIOBJ.
4329 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
4331         * [misc/commdlg.c]
4332         Patched a bug that occurred in the internal COMMDLG module for the
4333         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
4334         combobox is now handled correctly.
4336 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
4338         * [resources/sysres_Cz.rc]
4339         Added support for Czech [Cz] language.
4341 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
4343         * [objects/font.c]
4344         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
4345         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
4346         is -1, assume 0.
4347         CreateFontIndirect : if font parameter is NULL, issue an error message.
4348         CreateFont : null-terminate lfFaceName.
4349         ParseFontParms : debug code turned off : too verbose.
4350         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
4352         * [objects/color.c]
4353         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
4355 --------------------------------------------------------------------
4356 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
4358         * [configure.in]
4359         Added --with-dll option to build libwine.so.
4361         * [controls/listbox.c]
4362         Fixed ListBoxDirectory(), DlgDirSelect() and
4363         DlgDirList(). Hopefully their behavior is correct now.
4365         * [controls/menu.c]
4366         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
4367         ModifyMenu() for the item data, to avoid corrupting the pointer
4368         for owner-drawn items.
4370         * [controls/static.c]
4371         Attempt to load OEM icons for SS_ICON controls. Probably not
4372         entirely correct.
4373         Don't clip the text output.
4375         * [files/directory.c]
4376         Add temp dir and Windows dir to environment.
4378         * [files/dos_fs.c]
4379         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
4380         Cache last used directory in DOSFS_FindNext() to avoid quadratic
4381         search time.
4383         * [files/drive.c]
4384         New format for drives configuration in wine.conf; allows
4385         specifying the type, label and serial number of a drive.
4387         * [files/file.c]
4388         New function FILE_OpenUnixFile to make sure we don't open a
4389         directory instead of a file.
4390         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
4392         * [files/profile.c]
4393         Rewrote profile handling. Should be closer to Windows behavior now.
4394         New function PROFILE_GetWineIniString() to get a string from wine.conf.
4395         Support environment variables in wine.conf.
4397         * [loader/task.c]
4398         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
4399         corruption.
4401         * [memory/global.c]
4402         Create a discarded block on GlobalAlloc() if the size is 0; thanks
4403         to John Harvey for noticing this.
4405         * [memory/local.c]
4406         LOCAL_GetHeap: make sure the pointer is valid before checking
4407         magic number.
4409         * [misc/main.c]
4410         Moved profile and registry saving to ExitWindows(), so we don't
4411         try to save them in case of a crash.
4413         * [miscemu/int21.c]
4414         INT21_GetFreeDiskSpace: try to compute the cluster size from the
4415         filesystem size instead of hard-coding it to 64.
4416         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
4417         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
4419         * [windows/message.c]
4420         Fixed bug in linked-list handling in MSG_DeleteQueue().
4421         Simplified SetMessageQueue().
4423         * [wine.ini] [wine.man]
4424         Updated for new drives configuration format.
4426 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
4428         * [controls/edit.c]
4429         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
4430         EM_GETPASSWORDCHAR messages.
4432         * [controls/widgets.c]
4433         Adjusted class creation flags to better match values Windows uses.
4435         * [include/windows.h]
4436         Fixed ES_NOHIDESEL typo.
4438         * [loader/ne_image.c]
4439         Added detection for zero offset in RADDR fixups. Quicken
4440         was in an infinite loop here.
4442 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
4444         * [files/dos_fs.c]
4445         Bugfix: range error in month value (0..11 set to 1..12).
4447         * [windows/caret.c]
4448         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
4449         appearance of the caret.
4451         * [windows/mdi.c] [include/mdi.h]
4452         Changed MDITile(): added a new parameter WORD wParam for
4453         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
4454         used in Win3.1
4456 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
4458         * [miscemu/int2f.c]
4459         Added a small bit of MSCDEX emulation.
4461         * [windows/alias.c]
4462         ALIAS_RegisterAlias was returning the hash value when it should
4463         have been returning the record number.
4464         
4465 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4467         * [include/shell.h] [include/wintypes.h]
4468         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
4469         Declared FONTENUMPROC in wintypes.h.
4471         * [include/windows.h]
4472         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
4473         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
4474         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
4475         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
4476         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
4477         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
4478         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
4479         and wsprintf().
4481         * [tools/makehtml.pl] [documentation/apiw.index]
4482         New files that scan windows.h, commdlg.h, and toolhelp.h and output
4483         an HTML sorted list with optional links to www.willows.com and a
4484         tally of unimplemented APIW functions.
4486         * [objects/cursoricon.c]
4487         Added Win32 versions of CopyIcon() and CopyCursor() for use in
4488         libwine.
4490         * [win32/resource.c] [win32/winprocs.c]
4491         Added '#include "libres.h"' and explicit declarations of windows
4492         procs in order to avoid warnings.
4494         * [windows/utility.c]
4495         Added Win32 version of MulDiv() for libwine.
4497         * [*/*] [include/windows.h]
4498         Changed several function declarations to comply more strictly to
4499         the windows API (without, hopefully, altering their functionality).
4501         * [controls/menu.c]
4502         Made the return value of CheckMenuItem be the previous state of
4503         the menu item if it was found, otherwise -1 as specified in the
4504         SDK. This conflicts with the APIW specification, which says it
4505         should return TRUE if successful, otherwise FALSE.
4507         * [include/windows.h]
4508         Added obsolete WM_SIZE message wParam names for compatibility.
4509         Added WinHelp() command constants, even though they are not yet
4510         supported.
4512         * [rc/winerc.c]
4513         Tidied up transform_binary_file().  In argument checking, flattened
4514         any invalid characters specified with the prefix argument.
4516         * [library/libres.c]
4517         Made FindResource() case-insensitive when parameter 'name' is a string.
4519 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
4521         * [files/drive.c]
4522         If root "/" is given in wine.conf, use it as last resort.
4524         * [files/file.c]
4525         Report ER_AccessDenied it disk ist not writable
4526         More Debug Output
4528         * [miscemu/int21.c]
4529         Squeezed some bugs in ExtendedOpenCreateFile
4530         
4531         * [windows/winpos.c]
4532         Some windows may not be moved or resized. We are missing some
4533         structures to be exact, but the approach should help in some cases
4534         and make things worse in much fewer.
4536 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4538         * [loader/pe_image.c]
4539         fixup_imports: Find builtins for Borland style entries, too
4541 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4543         * [controls/menu.c]
4544         LoadMenu: branch to Win32 for PE modules
4546         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
4547         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
4548         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
4549         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
4550         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
4551         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
4552         to convert parameters or naming convention
4554         * [include/kernel32.h][include/wintypes.h]
4555         moved WCHAR, defined LPWSTR
4557         * [include/string32.h][win32/string32.c][include/struct32.h]
4558         New files
4560         * [loader/module.h]
4561         LoadModule: exit after returning from PE_LoadModule
4563         * [loader/pe_image.c]
4564         my_wcstombs: isascii does not work on Linux for Unicode
4565         PE_LoadImage: Handle directories
4567         * [misc/user32.c]
4568         USER32_RECT32to16, USER32_RECT16to32: new functions
4569         implemented new user32 relays
4571         * [misc/newfns.c]
4572         WIN32_WinHelpA: new function
4574         * [win32/param32.c]
4575         New file
4577         * [win32/resource.c]
4578         GetResDirEntry: added support for named entries
4579         WIN32_LoadAcceleratorsW: invoke *32 resource functions
4580         WIN32_LoadBitmapA: convert name to unicode if appropriate
4581         WIN32_ParseMenu: new function
4582         implemented new resource functions from user32.spec
4584 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4586         * [objects/cursoricon.c]
4587         GetIconId() and LoadIconHandler() functions.
4589         * [windows/mdi.c]
4590         Better maximization support, TranslateMDISysAccel() function, 
4591         misc improvements.
4593         * [windows/defwnd.c]
4594         Fix for WM_WINDOWPOSCHANGED message handler.
4596         * [windows/winpos.c]
4597         Rewrote WindowFromPoint() function.
4599 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
4601         * [include/toolhelp.h] [misc/toolhelp.c]
4602         Added Notify(Un)Register, but no callbacks yet.
4604 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
4606         * [Makefile.in]
4607         Added target for libwine.so.1.0.
4609         * [library/winmain.c]
4610         For WINELIBDLL, _WinMain just returns hInstance instead of calling
4611         WinMain().
4613         * [misc/main.c]
4614         For WINELIBDLL, renamed main() to _wine_main() for calling from the
4615         stub main function.
4617         * [library/winestub.c] (new file)
4618         Provides a stub main() function for using libwine.so.
4620 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
4622         * [winsocket.c]
4623         Fix EPERM problem.
4625         * [global.c]
4626         Attempt to do some sanity checking in MemManInfo().
4628         * [Changelog]
4629         Fix changelog oversight for previous entry.
4631 ---------------------------------------------------------------------
4632 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
4634         * [configure.in]
4635         Added check for gcc strength-reduce bug.
4637         * [controls/listbox.c]
4638         Changed ListBoxDirectory() to use the new DOS file functions.
4640         * [controls/menu.c]
4641         Fixed parameters for DeleteMenu() call in ChangeMenu().
4643         * [debugger/stack.c]
4644         Also display current frame in back-trace.
4646         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
4647         Complete rewrite of the DOS file handling.
4648         Implemented per-task file handles.
4649         Removed default Z: drive; needs to be put explicitely in wine.ini
4650         if desired.
4652         * [loader/module.c]
4653         Fixed file descriptor leak in LoadModule().
4655         * [loader/task.c]
4656         Initialise PDB file handle table in TASK_CreateTask().
4657         Close file handles on task termination.
4658         Implemented SetErrorMode().
4660         * [misc/network.c]
4661         Fixed WNetGetConnection() to use GetDriveType().
4663         * [misc/xmalloc.c]
4664         Added function xstrdup().
4666         * [miscemu/int21.c]
4667         Many changes for new DOS file functions.
4669         * [miscemu/interrupts.c]
4670         Moved DOS_GetEquipment() function into INT_Int11Handler().
4672         * [windows/win.c]
4673         Bug fix: create system menu before sending WM_NCCREATE.
4675         * [*/*.c]
4676         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
4677         better portability.
4679 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4681         * [include/wintypes.h]
4682         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
4683         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
4684         it should suffice.
4686         * [include/winsock.h]
4687         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
4688         out some old style internet address #define's.
4690         * [loader/task.c]
4691         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
4692         Made FreeProcInstance() do nothing #ifdef WINELIB32.
4693         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
4695         * [library/miscstubs.c]
4696         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
4697         with name="ActivateAppProc".  This hardly seems correct, but it's my
4698         best guess as to how the emulator responds.
4700 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4702         * [if1632/kernel32.spec][win32/process.c]
4703         WIN32_GetProcAddress, LoadLibraryA: new functions
4705         * [if1632/relay32.c]
4706         RELAY32_GetEntryPoint: Removed code to load PE DLLs
4708         * [include/pe_image.h][include/pe_exe.h]
4709         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
4710         struct PE_Reloc_Block: new structure
4712         * [loader/module.c]
4713         MODULE_RegisterModule: new function
4715         * [loader/pe_image.c]
4716         PE_FindExportedFunction,PE_GetProcAddress: new functions
4717         fixup_imports: expect struct w_files* now, fill dlls_to_init,
4718                        load PE DLLs
4719         do_relocations: new functions
4720         calc_vma_size: renamed from dump_table
4721         PE_LoadImage: use malloc to allocate memory for image
4722         PE_InitDLL: expect HMODULE
4723         PE_InitializeDLLs: new function
4725         * [loader/task.c]
4726         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
4727         GetExePtr: Accept PE modules
4729         * [misc/commdlg.c]
4730         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
4732 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
4734         * [misc/port.c]
4735         New file with usleep() function for SVR4.
4737         * [configure.in]
4738         Check for usleep() function.
4740 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
4742         * [if1632/toolhelp.spec] [include/toolhelp.h]
4743           [misc/user.c] [windows/message.c]
4744         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
4746         * [winsocket.c]
4747         Fixed ENOENT error.
4749         * [miscemu/dpmi.c]
4750         Implement DPMI Get Page Size (AX=0604, INT 31)
4752         * [memory/global.c]
4753         Implement TOOLHELP.72 GetMemManInfo.
4755 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4757         * [if1632/callback.c]
4758         CallWindowProc() - When calling RELAY32_CallWindowProc, check
4759         whether lParam should be a SEGPTR, and if so convert it to one.
4761         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4762         Numerous functions added, mostly calls to original (win16)
4763         functions.  Note that some (many) of these are probably not
4764         strictly correct, but with these additions freecell will at least
4765         display its main window though it is garbled.
4767         * [if1632/winprocs.spec]
4768         Completely rewritten - all WndProcs now have win32 versions to
4769         help with the lparam SEGPTR fix in callback.c
4771         * [include/kernel32.h]
4772         LPTCSTR defined.
4774         * [include/peexe.h]
4775         Definition of PE_Export_Directory amended.
4777         * [include/resource32.h]
4778         New file.
4780         * [include/stackframe.h]
4781         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
4782         prototype for replacement function in memory/selector.c which
4783         can operate on any given memory address. This is currently
4784         required for win32 support. It is a dreadful cludge, and will
4785         certainly slow down other programs. If you are not interested
4786         in win32 development you may wish to reverse this patch.
4788         * [include/windows.h]
4789         Definition of SW_SHOWDEFAULT added.
4791         * [loader/pe_image.c]
4792         Extensive rewrites of xmmap() fixup_imports().
4793         PE_LoadImage() - initialisation of bss added, extraction of
4794         module name fixed, initialisation of DLL added.
4795         PE_InitDLL() - now does something.
4796         PE_Win32CallToStart() - initialisation of TEB pointed to by
4797         fs added.
4798         PE_InitTEB() created to perform TEB initialisation.
4800         * [memory/selector.c] 
4801         New function MAKE_SEGPTR() - see include/stackframe.h above.
4803         * [misc/user32.c]
4804         USER32_RegisterClassA(), CreateWindowExA() memory allocation
4805         method changed. This is probably now unnecessary with the
4806         new MAKE_SEGPTR handling code.
4807         USER32_DefWndProcA() removed to win32/winprocs.c
4808         USER32_TranslateMessage added.
4810         * [tools/build.c]
4811         handling of win32 spec files changed to support gcc2.6.X
4812         this requires optimisations to be disabled.
4814         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
4815         New files.
4817         * [win32/Makefile.in]
4818         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
4820         * [win32/file.c]
4821         New function W32_SetHandleCount.
4823         * [win32/init.c]
4824         WIN32_GetModuleHandle() - now returns handle of running process
4825         if called with NULL.
4826         GetStartupInfoA() - set cbReserved2 to 0.
4828         * [win32/memory.c]
4829         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
4830         it work with FreeBSD. Also check for return value. Removed extra
4831         return.
4833         * [windows/winpos.c]
4834         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
4836 ----------------------------------------------------------------------
4837 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4839         * [configure.in] [Makefile.in] [tools/install-sh]
4840         New 'install' target installs Wine binary, library and man page.
4841         Library is now more logically named libwine.a.
4842         Split toolkit/ directory into library (for library code) and
4843         libtest (for test programs).
4845         * [controls/edit.c]
4846         Quick hack to partially support EM_PASSWORD style (avoids
4847         displaying your passwords on the screen when testing programs...)
4849         * [configure.in] [controls/menu.c] [include/resource.h]
4850           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
4851         Language is now a run-time option (wine -language xx).
4853         * [debugger/dbg.y]
4854         Dump some more debugging info on crash.
4856         * [misc/profile.c]
4857         Only consider ';' as a comment if it's the first non-blank
4858         character on the line.
4860         * [miscemu/dpmi.c]
4861         More debugging info for real-mode callback.
4863         * [objects/gdiobj.c]
4864         Rewrote EnumObjects() to do the Right Thing.
4866         * [resources/sysres*]
4867         New directory containing system resources.
4869 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
4871         * [win32/file.c] [win32/memory.c]
4872         Unixware doesn't have MAP_ANON ifdefed out for now.
4874         * [misc/dos_fs.c]
4875         DOS_GetDosFileName didn't truncate paths starting ./ properly.
4877         * [tools/build.c]
4878         Produces assembly code that works with the unixware assembler.
4880 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
4882         * [miscemu/instr.c]
4883         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
4885         * [misc/dos_fs.c]
4886         DOS_readdir should always return directories, even if they don't
4887         match the file name mask.
4889 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4890         
4891         * [misc/exec.c]
4892         Give arguments to winhelp.
4894         * [miscemu/int21.c]
4895         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
4896         Created function ExtendedOpenCreateFile.
4897         Give for some Windows95 interrupts the return value 'not
4898         implemented'.
4900 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4902         * [include/kernel32.h] [include/windows.h]
4903         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
4904         include/kernel32.h to include/windows.h and declared the new Win32
4905         API functions Sleep(), GetLocalTime(), and GetSystemTime().
4906         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
4908         * [rc/rc (new file)]
4909         Created the shell script 'rc', which should simplify resource
4910         compilation.
4912         * [win32/environment.c]
4913         Kludged around an undefined reference to wine_files.  This change
4914         should be fixed some time.
4916         * [win32/time.c] [if1632/kernel32.spec]
4917         Added the functions GetSystemTime(), and Sleep().
4919         * [miscemu/int21.c]
4920         Renamed static function GetSystemTime to INT21_GetSystemTime to
4921         avoid conflicts with the API function of the same name.
4923         * [include/wintypes.h]
4924         Added the SPFMT definition for printf statements.
4926         * [misc/shell.c] [include/shell.h]
4927         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
4928         with the ones in include/winerror.h.  They should probably use the
4929         versions in winerror.h, but I'm not certain, and that can be done
4930         later.
4932         * [windows/mdi.c]
4933         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
4934         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
4935         (boolean) was discarded with this translation.  Translated handler
4936         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
4937         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
4938         false, call DrawMenuBar() if desired).
4940         * [*/*]
4941         General explicit casts and more rigid typing to remove warnings.
4943         * [include/winpos.h] [windows/winpos.c]
4944         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
4946         * [include/commdlg.h] [misc/commdlg.c]
4947         Added prototypes for ChooseColor(), CommDlgExtendedError(),
4948         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
4949         PrintDlg, and ReplaceText().
4950         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
4951         Made GetFileTitle return a short, as per the API definition.
4953         * [Makefile.in]
4954         Added line to clean and distclean that removes temporaries from
4955         the include directory.
4957 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
4959         * [controls/edit.c]
4960         Almost rewrote EDIT_GetLineMsg.
4962 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
4964         * [windows/mdi.c]
4965         Fixed MDITile() bug that occurs when 0 windows are present or all
4966         windows are minimized.
4968 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4970         * [misc/profile.c]
4971         Try harder to find files, especially in the working directory.
4972         Look in $HOME/.wine too and create it there if it isn't found.
4974 ----------------------------------------------------------------------
4975 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4977         * [misc/lstr.c]
4978         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
4979         they do the same job.
4981         * [tools/build.c]
4982         Fixed __attribute__((stdcall)) to make it compile with gcc
4983         versions under 2.7. Doesn't mean it will run OK though...
4985 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
4987         * [include/kernel32.h] [include/winerror.h]
4988         Added file attribute definitions and more error codes.
4990         * [win32/error.c]
4991         Added some rudimentary errno-to-Win32 error conversion
4992         code.
4994         * [win32/file.c]
4995         Added to GetFileInformationByHandle, filled in some known
4996         error codes, and switched to dprintf_win32.
4998         * [win32/time.c]
4999         Added GetLocalTime.
5001 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5003         * [controls/combo.c]
5004         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
5005         LRESULT _(HWND,WPARAM,LPARAM) where needed.
5007         * [include/libres.h]
5008         Restructured libres prototypes to closer match the windows API.
5010         * [include/windows.h]
5011         Changed several API prototypes' parameter types from 'short' to INT,
5012         which is #defined as short in the emulator, but is a normal int in
5013         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
5014         (This creates a lot of warnings at library-compile time, but less
5015         warnings at app-compile time.  I'll remove the warnings soon.)
5017         * [loader/resource.c]
5018         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
5019         various implementations of the LIBRES_* API functions.
5021         * [loader/signal.c]
5022         Deleted local 'i' from win_fault(), since it was unused.
5024         * [objects/bitblt.c]
5025         Mirrored changes to include/windows.h mentioned above.
5027         * [toolkit/hello3.c]
5028         Changed LoadMenuIndirect() call to LoadMenu() to test the new
5029         resource registration technique.
5031         * [toolkit/libres.c]
5032         Removed definition of 'struct resource' and fixed bugs in the resource
5033         implementation.  Implemented LIBRES_FindResource.
5035         * [windows/graphics.c]
5036         Mirrored changes to include/windows.h mentioned above.
5038 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
5040         * [controls/edit.c]
5041         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
5043         * [controls/listbox.c]
5044         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
5046         * [include/listbox.h]
5047         change HeapSel from WORD to HANDLE
5049         * [include/resource.h][rc/winerc.c]
5050         struct ResourceTable: removed
5051         struct resource: moved to header file
5052         autoregister resources if supported by compiler
5054         * [memory/local.h]
5055         LOCAL_GetHeap: expect HANDLE rather than WORD
5056         
5057         * [toolkit/Makefile.in]
5058         Add ALLCFLAGS to make hello3
5060         * [toolkit/heap.c]
5061         LocalFree, HEAP_Free: handle 0 parameter gracefully
5063 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
5065         * [misc/winsocket.c]
5066         Fixed the msgsnd and msgrcv errors that winsock programs get.
5068 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
5069         
5070         * [if1632/kernel.spec]
5071         Fixed _hread and _hwrite return type
5073         * [if1632/relay32.c] [loader/pe_image.c]
5074         Hacked loading of PE-dll's in
5076         * [win32/advapi.c]
5077         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
5079         * [win32/file.c]
5080         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
5082         * [win32/process.c]
5083         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
5084         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
5085         
5086 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5088         * [include/wine.h] [misc/lstr.c]
5089         Define wine_strncpy(). This function does not pad the buffer with 
5090         zeroes like GNU strncpy(), which might break some Windows programs
5091         that pass bogus size arguments.
5093         * [loader/module.c]: GetModuleFileName(),
5094         [misc/commdlg.c]: GetFileTitle(),
5095         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
5096         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
5097         [multimedia/mmsystem.c], [objects/font.c]:
5098         Use wine_strncpy() where strings are returned to Windows programs.
5099         
5100         * [objects/metafile.c]
5101         PlayMetafile(): Clear the handle table before using it.
5103         * [misc/shell.c] [misc/main.c]
5104         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
5105         
5106         * [misc/profile.c]
5107         load(): Need to handle comments.
5108         
5109         * [toolkit/libres.c]
5110         Make it compile.
5111         
5112         * [windows/nonclient.c]
5113         Use MAKE_SEGPTR macro in two places where a user heap block used
5114         to be allocated instead.
5116 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
5118         * [windows/winpos.c]
5119         In function SetWindowPos: do not redraw the parent of
5120         a window if the specified window is placed on the top.
5121         This avoids that ShowWindow(hwnd,1) hides hwnd instead
5122         of showing it.
5124 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5126         * [windows/scroll.c]
5127         Now it can scroll children along with the client region of parent 
5128         window. Tried to optimize update region calculation. 
5130         * [windows/mdi.c]
5131         ScrollChildren function, more other features added. Basically
5132         a rewrite.
5134         * [windows/winpos.c] [windows/focus.c]
5135         Reimplemented window activation and focus handling.
5137         * [windows/nonclient.c]
5138         Added new flag WIN_NCACTIVATED.
5140         * [windows/message.c] [loader/task.c]
5141         Small changes (to maintain linked list of message queues).
5143 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
5145         * [include/options.h] [misc/main.c] [windows/defwnd.c]
5146           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
5147         Implemented a -managed option to replace the standard Windows
5148         frame of top-level windows with the window manager's decorations.
5149         If a top-level window makes its own frame, this will still show
5150         up, inside the window manager decorations (I believe ctl3dv2.dll
5151         would do this, although I can't test this).
5153 ----------------------------------------------------------------------
5154 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5156         * [configure.in] [Makefile] [misc/dos_fs.c]
5157         Got rid of autoconf.h file.
5159         * [debugger/dbg.y]
5160         More logical behavior upon syntax errors.
5162         * [include/hook.h] [windows/hook.c]
5163         Changed hook structure and rewrote most of the hook functions for
5164         better compatibility, based on investigations by Alex Korobka.
5166         * [include/message.h] [windows/message.c]
5167         Added hooks to message queue structure and made the structure
5168         layout Windows-compatible.
5169         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
5170         WH_JOURNALRECORD hooks.
5172         * [misc/main.c]
5173         Added command-line option for changing the language at run-time
5174         (not implemented yet), based on a suggestion from Michael Patra.
5176         * [objects/cursoricon.c]
5177         Fixed silly SEGPTR bug in DumpIcon().
5179 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5181         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
5182         Partial implementaion of LBS_EXTENDEDSEL style,
5183         yet more updates for drag & drop support. Now works.
5185         * [windows/defwnd.c]
5186         More message handlers.
5188         * [windows/win.c]
5189         DragObject, DragDetect, AnyPopup functions. 
5191         * [controls/listbox.c]
5192         More kludgy fixes (WM_...TOITEM, etc.).
5194         * [objects/cursoricon.c] [objects/oembitmap.c]
5195         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
5196         cursor.
5198         * [include/bitmaps/ocr*]
5199         New OEM cursors.
5201 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5203         * [toolkit/heap.c]
5204         Swapped flags and size arguments to LocalRealloc as per changes in
5205         memory/local.c by William Magro in previous release.
5207         * [include/wintypes.h]
5208         Reinstated the #define's for 'min' and 'max', since they're part of
5209         the Windows API.  I really don't think it's a wise idea, so I put
5210         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
5211         WINE code should never use these (it should use 'MIN' and 'MAX'
5212         instead).
5214         * [loader/*]
5215         Put '#ifndef WINELIB' around many things that WINElib should not need.
5217         * [controls/edit.c]
5218         Took out many '#if defined(WINELIB)' sections with the associated
5219         comment 'temporary fix, until Local memory is correctly implemented in
5220         WINELIB', since the effective translations are now in 
5221         toolkit/miscstubs.c.
5222         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
5223         file fixed (or at least postponed) the bug I had encountered.
5225         * [loader/task.c]
5226         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
5227         C:  This will probably cause a lot of trouble if this change is
5228         forgotten in the future, but it will let things like the OpenFileName
5229         dialog work for now.
5231         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
5232           [include/libres.h]
5233         Made new libres.c file, which will contain functions for supporting
5234         accessing resources by name in WINElib.  'winerc' will need to be
5235         changed.
5237         * [toolkit/heap.c]
5238         Refined memory routines to allow for differences between LocalAlloc
5239         and GlobalAlloc and between LocalSize and GlobalSize.
5241         * [windows/message.c] [include/windows.h]
5242         Defined the GetCurrentTime routine in windows/message.c, and removed
5243         the #define in windows.h.
5245 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
5247         * [*/*]
5248         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
5250         * [loader/module.c]
5251         Added undocumented GetExpWinVer.
5253         * [tools/build.c]
5254         Previous code didn't pop possibly changed %esi, %edi and %edx
5255         from the stack.
5256         
5257         * [win32/advapi.c]
5258         Added GetUserNameA.
5260         * [win32/code_page.c]
5261         Added stub for MultiByteToWideChar.
5263         * [win32/console.c]
5264         Added SetConsoleCtrlHandler stub.
5266         * [win32/file.c]
5267         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
5268         Added CloseHandle.
5270         * [win32/memory.c]
5271         Changed VirtualAlloc and VirtualFree.
5273         * [win32/process.c]
5274         Added ExitProcess.
5276 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5278         * [include/windows.h]
5279         Fixed a few broken structure definitions.
5281         * [loader/resource.c]
5282         FindResource(): Need to check for '#xxx' strings here.
5284         * [miscemu/int21.c]
5285         FindNext(): Return MS-DOS filenames uppercase.
5287         * [objects/cursoricon.c]
5288         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
5289         initializers.
5290         
5291         * [misc/file.c]
5292         _lopen(): Files opened in OF_WRITE mode are truncated.
5293         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
5294         created; use read/write mode.
5295         
5296         * [misc/profile.c]
5297         load(): Rewritten.
5298         
5299         * [misc/commdlg.c]
5300         Fixed bad call to strncpy() that smashed the stack.
5302         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
5303         Operator precedence fixes. People who use gcc 2.7.1 don't need a
5304         debugger :-)
5305         
5306         * [if1632/gdi.spec] [objects/palette.c]
5307         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
5308         but sometimes that's good enough.
5310 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
5312         * [include/wine.h] [include/registers.h] [include/winsock.h]
5313         Added definitions for Unixware.
5315         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
5316         Misc. fixes for Unixware.
5318         * [loader/task.c]
5319         Made assignemts to context in InitTask for registers use the macros
5320         from registers.h to make them more portable. (Needed for Unixware)
5322         * [tools/build.c]
5323         Fixed register acces routines to work on Unixware. Bit grubby but
5324         it seems to work.
5326         * [controls/edit.c]
5327         EDIT_WM_NCCreate allocates local heap if hasn't been previously
5328         allocated.
5329         
5330         * [miscemu/int21.c]
5331         mkdir now creates directory with permission to access it.
5333         * [misc/dos_fs.c]
5334         mkdir now creates directory with permission to access it.
5335         DOS_opendir now uses linked list of dirents to avoid problems with 
5336         realloc changing address of malloced memory.
5338 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
5340         * [controls/menu.c]
5341         MENU_CalcItemSize(): Fixed handling of empty menu items.
5343 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5345         * [misc/file.c]
5346         In OpenFile, unlink should be done on the unix filename.
5348 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
5350         * [include/handle32.h]
5351         New header file containing internal Win32 kernel handle
5352         information.
5354         * [win32/file.c]
5355         Added ReadFile, CreateFile, and CloseFileHandle, and did
5356         some reorganizing to match the new handle allocation scheme.
5358         * [win32/init.c]
5359         Added CloseHandle and the creation of standard I/O handles.
5361         * [win32/object_mgt.c]
5362         New module for allocating and freeing Win32 kernel handles.
5364 ----------------------------------------------------------------------
5365 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5367         * [configure.in]
5368         Attempt to check for -li386 on NetBSD. Please test this.
5370 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5372         * [*/*]
5373         Eliminated various warnings with either explicit casts or more
5374         accurate variable/parameter declarations (e.g. INT instead of short
5375         or WORD).
5376         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
5377         macros.
5379         * [controls/edit.c] [windows/defdlg.c]
5380         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
5381         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
5382         DEFDLG_FindDefButton to avoid warnings.
5384         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
5385           [windows/message.c] [windows/nonclient.c]
5386         Converted MAKEPOINT macro call to manual conversion.
5388         * [include/windows.h]
5389         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
5390         instead of INT.  This also invalidates the macro MAKEPOINT(), which
5391         is not supported in Win32.  Also defined the POINTS structure (SHORT
5392         members) and the MAKEPOINTS macro.
5394         * [misc/commdlg.c]
5395         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
5396         find this memory bug, and this should be done anyway.
5398         * [controls/edit.c]
5399         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
5400         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
5401         it's better than bizzare memory troubles.
5403         * [toolkit/miscstubs.c]
5404         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
5405         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
5406         their current implementation seems fine.
5408 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
5410         * [objects/cursoricon.c]
5411         Fix for "broken" X servers that invert masked cursor colors.
5413 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5415         * [windows/dialog.c] [windows/nonclient.c]
5416         Remove unnecessary items from the system menu.
5418 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
5420         * [objects/color.c] [objects/palette.c]
5421         Make GetNearestColor return a RGB value instead of a pixel value.
5423 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
5425         * [controls/desktop.c][controls/menu.c][include/menu.h]
5426         Changed WORD parameters to UINT parameters.
5428         * [include/wintypes.h]
5429         Made UINT 32bit for WINELIB.
5431         * [loader/main.c]
5432         Disabled RELAY32_Init and MODULE_Init for WINELIB.
5434         * [misc/main.c]
5435         Assume CPU386 for WINELIB.
5437         * [rc/winerc]
5438         add_popup: set MF_POPUP flag on menu item.
5440         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
5441         Add resource demo hello3 for WINELIB.
5442         New file README.resources.
5444         * [toolkit/miscstubs.c]
5445         Add a case for 17.
5447 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
5449         * [loader/module.c]
5450         Do not append .exe if the file name already has an extension.
5452         * [misc/profile.c]
5453         Avoid creating a file with a junk name if a .ini file does not
5454         exist.
5456         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
5457         Added a lot of dummy stubs for Windows Hebrew version.
5459 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
5461         * [controls/button.c]
5462         Fix for buttons with no label.
5464         * [controls/combo.c][controls/listbox.c]
5465         Fixes for scrollbar positioning.  Now disappears correctly
5466         for short lists.
5468         * [controls/edit.c]
5469         Handle memory allocation differently when building as library.
5471         * [controls/static]
5472         Don't destroy old icon before drawing new icon. (Fixes landscape/
5473         portrait toggle icon in print dialog.)
5475         * [if1632/gdi.spec]
5476         New functions SetMetaFileBits and GetMetaFileBits
5478         * [include/sysmetrics.h] [windows/sysmetrics.c]
5479         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
5481         * [include/windows.h]
5482         META_EXTTEXTOUT, not META_SETTEXTOUT
5483         define GetCurrentTime as GetTickCount (for wine library)
5485         * [loader/main.c]
5486         Don't initialize built-in modules in wine library
5488         * [memory/local.c]
5489         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
5491         * [misc/main.c]
5492         Always report CPUTYPE=4 to wine library.
5494         * [objects/dib.c]
5495         RLE8 images were missing top line when decompressed.
5497         * [objects/metafile.c]
5498         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
5499         from winhelp.  More testing needed.  Various memory leaks plugged.
5500         Various other bug fixes.  New metafile operations added in
5501         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
5502         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
5504         * [toolkit/heap.c]
5505         LocalUnLock changed to LocalUnlock
5507 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
5508         
5509         * [misc/winsock.c] 
5510         Return the correct error number, for host lookup operations.
5511         Also, correct the problem with send_message.
5513 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
5515         * [Makefile.in]
5516         Using nm's built-in sorting.
5518         * [*/*.c]
5519         Use xmalloc for malloc and xrealloc for realloc in all ungarded
5520         cases.
5522         * [debugger/dbg.y]
5523         Handle C-like expressions.  Clean-up.
5525         * [debugger/debug.l]
5526         Lots of new tokens for expressions.
5528         * [debugger/info.c]
5529         Implement "list" command for disassembling.
5531         * [misc/ole2nls.c]
5532         Implement more Danish stuff.
5534 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5536         * [loader/module.c]
5537         Updated self-loading modules to support for new 32 bit 
5538         stack frames.
5540 ----------------------------------------------------------------------
5541 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
5543         * [controls/menu.c]
5544         Fixed GetMenuString() for non-string items.
5546         * [debugger/*.c]
5547         First attempt to check validity of pointers before memory
5548         accesses. For now only segmented pointers are checked.
5550         * [debugger/dbg.y] [memory/ldt.c]
5551         Added possibility to dump only one segment with 'info segment'.
5553         * [include/bitmaps/ocr_*]
5554         Added all OEM cursors as XPM bitmaps.
5556         * [include/cursoricon.h] [objects/cursoricon.c]
5557         Rewrote all cursor and icon management to use the same memory
5558         layout as Windows, and to factor common code between icons and
5559         cursors. Implemented icon directory lookup to find the best
5560         matching icon (i.e. the color one).
5561         Implemented CopyCursor() and DumpIcon().
5563         * [loader/module.c]
5564         For disabled built-in modules, we now try to load the Windows DLL
5565         first, and if this fails we fall back to using the built-in module
5566         anyway.
5568         * [memory/global.c]
5569         Fixed GlobalHandle() to return the correct selector in the high
5570         word even if we are passed a handle in the first place.
5572         * [miscemu/instr.c]
5573         Take into account the size of the operand and of the stack segment
5574         when incrementing the stack pointer.
5575         Avoid referencing FS_reg and GS_reg on *BSD.
5577         * [objects/dib.c]
5578         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
5579         Monochrome DIBs are created as monochrome bitmap iff they are
5580         black and white.
5582         * [objects/oembitmap.c]
5583         Added support for OEM cursors, changed OBM_LoadIcon to use the new
5584         icon memory layout.
5586         * [rc/sysres_Fr.rc]
5587         Added French [Fr] language support.
5589         * [win32/environment.c]
5590         Fixed GetCommandLineA() to use current PDB.
5592         * [windows/event.c] [windows/winpos.c]
5593         Simulate a mouse motion event upon SetWindowPos() to force the
5594         cursor to be set correctly.
5596 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
5598         * [win32/*]
5599         New Win32 kernel functions: GetACP, GetCPInfo,
5600         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
5601         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
5602         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
5603         WriteFile.  Completed implementations of GetCommandLineA.
5605         * [include/kernel32.h]
5606         New file.
5608         * [loader/main.c]
5609         Call initialization function for Win32 data (doesn't currently do
5610         anything).
5612         * [misc/main.c]
5613         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
5615 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
5617         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
5618           [misc/commdlg.c]
5619         Misc. bug fixes
5621 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5623         * [*/*]
5624         For Winelib, explicit casts have been placed where warnings were
5625         usually generated.
5626         printf formats which give the format for printing a handle as
5627         "%04x" or something similar have been changed to use the NPFMT
5628         macro defined in include/wintypes.h.  Some times, explicit casts
5629         were also necessary.
5630         Parameter, field, and variable declarations have been made more
5631         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
5632         'WORD hFont' to 'HFONT hFont'.
5633         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
5634         replaced with a call to WIN_GetWindowInstance(hwnd).
5636         * [controls/combo.c]
5637         Added WINELIB32 support in CLBoxGetCombo().
5639         * [include/dialog.h]
5640         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
5641         winelib needs the packing as well (e.g. when accessing resources
5642         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
5644         * [include/windows.h]
5645         Got rid of the F[a-k] macros, which were cluttering up the global
5646         namespace.
5648         * [include/windows.h] [windows/defwnd.c]
5649         Added Win32 messages WM_CTLCOLOR*.
5651         * [include/wintypes.h]
5652         Put in preprocessor '#define WINELIB32' if appropriate and changed
5653         the types of some typedefs (WPARAM, HANDLE) based on this.
5654         
5655         * [loader/module.c] [toolkit/miscstubs.c]
5656         Added #ifdef'd portion in LoadModule to handle loading a WINElib
5657         module (already loaded, just init values).  '#ifdef'ed out the
5658         definition for GetWndProcEntry16 and added a new version to
5659         toolkit/miscstubs.c.
5661         * [misc/shell.c]
5662         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
5663         Same amount of total storage, but much more reasonable.  Also, changed
5664         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
5665         This was a difficult bug to track down, but the AppMisc field was
5666         being initialized with the contributers text, which was much larger
5667         than 512 characters.
5669         * [toolkit/atom.c]
5670         New file for atom-handling functions.  Copied from memory/atom.c and
5671         then heavily modified.  Right now, it's just a linked list of atoms.
5672         Consider it as a hash table with just one entry.  It's easily changed
5673         later.
5675         * [toolkit/heap.c]
5676         Commented out the heap functions with a "#ifdef WINELIB16" and put in
5677         a Win32 version (which is basically a modified copy).
5679         * [toolkit/sup.c] [toolkit/miscstubs.c]
5680         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
5681         added quite a few more stubs.
5683         * [toolkit/winmain.c]
5684         Rearranged startup code in _WinMain.  I think this will work.
5686         * [toolkit/Makefile.in]
5687         Added targets for 'hello' and 'hello2' in case anyone cares to try
5688         out the sample programs.
5690 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
5691         
5692         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
5693         First attempt at support for some VxDs. Comm, Shell and Pagefile.
5695 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5697         * [misc/dos_fs.c]
5698         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
5699         starting applications like 'wine ./excel.exe')
5701 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
5703         * [configure.in]
5704         Avoid relative path for wine.ini.
5706         * [rc/sysres_Da.rc]
5707         Support for Danish [Da] language.
5709         * [misc/main.c] [miscemu/cpu.c]
5710         Return the processor we're running on correctly.
5712         * [miscemu/int2f.c]
5713         Minor stuff in int 0x2f, function 0x16.
5715 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5717         * [misc/shell.c] [misc/main.c]
5718         Implement saving and loading of the registry database (needed for
5719         OLE). Very experimental. Fixed ShellExecute().
5720         
5721         * [miscemu/int21.c]
5722         EEXIST is not a critical error condition for mkdir().
5724 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5726         * [include/shell.h] [misc/shell.c]
5727         Implemented 4 drag/drop functions with documented functionality.
5729         * [multimedia/time.c]
5730         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
5732         * [*/*] 
5733         Added new files, more message definitions, structures, debug info,
5734         etc.  Rewrote message logging functions to produce output similar
5735         to WinSight.  Check out -debugmsg +message option.
5737         * [misc/file.c]
5738         Fixed GetDriveType return value.  
5740         * [windows/message.c] 
5741         Hooks are invoked in normal order.
5743         * [miscemu/*]
5744         Added some functions and interrupts.
5746         * [misc/shell.c]
5747         Implemented Drag... functions.
5749 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
5751         * [rc/sysres_Fi.rc] [rc/sysres.rc]
5752         First attempt at Finnish [Fi] language support.
5754 ----------------------------------------------------------------------------
5755 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5757         * [configure.in] [*/Makefile.in] [Make.rules.in]
5758         Cleaned up makefiles, added configuration option for Winelib,
5759         grouped common make rules in Make.rules.in.
5761         * [Configure]
5762         Renamed to 'Configure.old'; please use 'configure' instead.
5764         * [controls/menu.c]
5765         Fixed DestroyMenu() to avoid deleting the same menu twice.
5766         More fixes to WM_MENUSELECT, and added WM_INITMENU.
5768         * [if1632/relay.c]
5769         Fixed wrong register values displayed by RELAY_DebugCall32().
5771         * [memory/local.c]
5772         Fixed LocalLock() and LocalUnlock() to increment/decrement the
5773         lock count for moveable blocks.
5775         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
5776         Modified the generated C file so that the resource information
5777         (size, etc.) is also exported.
5778         Modified common dialogs to use the new informations.
5780         * [misc/main.c] [ANNOUNCE]
5781         Update the list of contributors. Please let me know if I forgot
5782         someone.
5784         * [rc/sysres.rc] [rc/sysres_En.rc]
5785         Moved English resources to sysres_En.rc.
5786         Changed ids from numeric to symbolic for dialogs.
5788         * [windows/dialog.c]
5789         Modified template parsing to be able to pass segmented pointers to
5790         CreateWindow().
5792         * [windows/win.c]
5793         CreateWindow() now takes segmented pointers for class and window
5794         names.
5795         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
5796         or WS_MINIMIZE bits are set.
5798 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
5800         * [controls/scroll.c]
5801         Fixed scroll-bar bugs for non-client windows.
5803 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
5805         * [include/cursor.h] [windows/cursor.c]
5806         Cursor is not mirrored any more and the hotspot is set right.
5808 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5810         * [ole.h]
5811         Misc small fixes.
5813 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
5815         * [rc/sysres_Es.rc]
5816         First attempt at Spanish [Es] language support.
5818 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
5820         * [include/alias.h][windows/alias.c][include/relay32.h]
5821         New files
5823         * [controls/widgets.c]
5824         WIDGETS_Init: register alias window procedures
5826         * [if1632/callback.c]
5827         CallWndProc: Call alias functions if necessary
5829         * [if1632/gdi32.spec]
5830         GetStockObject, TextOutA: new relays
5832         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
5833         user32.c: new file
5834         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
5835         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
5837         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
5838         PE_Win32CallToStart: new function
5839         MODULE_CreateInstance: removed static attribute
5840         LoadModule: Try loading PE image on error 21
5841         PE_LoadModule: new function
5842         PE_LoadImage: initialize pe_data with 0
5843         
5844         * [include/dlls.h][include/peexe.h]
5845         moved pe_data and w_files to peexe.h
5846         
5847         * [misc/shell.c]
5848         ShellAbout: Register AboutWndProc aliases
5850         * [miscemu/int21.c]
5851         handle 0x440A and 0xDC
5853         * [miscemu/int2f.c]
5854         handle 0x84
5856         * [objects/dib.c]
5857         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
5859         * [tools/build.c]
5860         include windows.h and relay32.h into generated Win32 relays,
5861         don't declare the implementation as int (*)();
5862         limit in WIN32_builtin was off by one
5864         * [windows/caret.c]
5865         CARET_Initialize: new function, call on strategic places
5867         * [windows/messagebox.c]
5868         MessageBox: register message box proc aliases
5870         * [if1632/advapi32.spec][if1632/comdlg32.spec]
5871         New files
5873         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
5874         added new spec files
5875         RELAY32_GetBuiltinDLL: perform lookup case insensitive
5876         RELAY32_GetEntryPoint: start name search at 0
5878         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
5879         Added stubs for new Win95 API
5881 Sat Sep 2 1995  Martin Roy
5883         * [misc/commdlg.c]
5884         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
5885         When process IDOK button in FILEDLG_WMCommand(),
5886         lpofn->nFilterIndex should be updated to current selection.
5888 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5890         * [loader/module.c] [loader/ne_image.c]
5891         Added support of self-loading modules.
5893 ---------------------------------------------------------------------
5894 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5896         * [Configure]
5897         Added compile-time option for IPC.
5899         * [configure.in]
5900         Added command-line options for language, IPC and malloc
5901         debugging.
5903         * [controls/menu.c]
5904         WM_MENUSELECT was sometimes sent to the wrong window.
5906         * [debugger/break.c]
5907         For the 'next' command, only step over instruction that require
5908         it. This allows 'next' to do the right thing with jmp and ret
5909         instructions.
5911         * [ipc/*.c] [memory/atom.c] [memory/global.c]
5912         IPC can now be configured out at compile-time.
5914         * [loader/task.c]
5915         Bug fix in TASK_Reschedule() that could cause a task to be deleted
5916         twice.
5918         * [miscemu/dosmem.c] (New file)
5919         Partial emulation of the BIOS data segment.
5921         * [miscemu/instr.c]
5922         Trap attempts to access selector 0x40 and remap the access to
5923         segment __0040H.
5925         * [tools/build.c]
5926         Fixed bug in CallTo32_LargeStack() that caused problems when
5927         compiling Wine with the -fomit-frame-pointer option.
5929         * [windows/message.c]
5930         Fixed bug in hardware event handling that could cause some events
5931         to get ignored.
5933 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
5935         * [ipc/README] [ipc/dde.tex]
5936         LaTeX documentation for the ipc and DDE stuff.
5938 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
5940         * [ipc/Imakefile] [ipc/wine_test_stub.c]
5941         Fixed IPC testing. Now it can be compiled with "make tests"
5943 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
5945         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
5946         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
5948 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5950         * [miscemu/int21.c]
5951         Misc fix to int21,ah=40 (write) to match _lwrite().
5952         AX=0x440A (check if handle is remote) added.
5954         * [multimedia/mmsystem.c]
5955         Moved mciSendString to mcistring.c.
5957         * [multimedia/mcistring.c]
5958         New file, string interface for MCI (not complete, not thoroughly
5959         tested).
5961         * [multimedia/audio.c]
5962         IOCTL prints errors; one paranoid check disabled.
5964         * [misc/file.c]
5965         Misc operator precedence fixes.
5967         * [if1632/gdi.spec] [objects/bitblt.c]
5968         Stub for FastWindowFrame (parameters not correct).
5970 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
5972         * [loader/ne_image.c]
5973         Preliminary support for iterated segments.
5975 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
5977         * [windows/mapping.c]
5978         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
5979         the absolute value of (ydim / xdim) or (xdim / ydim).
5981 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
5983         * [objects/oembitmap.c]
5984         Added some includes for Windows 95.
5986         * [include/sysmetrics.h]
5987         Added some sysmetrics for Windows 95.
5989         * [include/bitmaps/*95]
5990         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
5991         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
5993 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
5995         * [misc/shell.c] [rc/sysres*.rc]
5996         The caption of the ShellAbout dialog box is language specific and
5997         should be defined in the resources.
5999 ----------------------------------------------------------------------
6000 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6002         * [*/Makefile.in]
6003         Removed winelibclean target, as it doesn't work anyway.
6005         * [controls/button.c]
6006         Avoid drawing the focus rectangle outside of the button.
6008         * [controls/widgets.c]
6009         Fixed bug with the size of the reserved bytes for the Edit
6010         control (caused Eudora to crash).
6012         * [debugger/*] [include/debugger.h]
6013         Unified debugger address handling. Segmented and linear addresses
6014         are no grouped in a single type DBG_ADDR.
6015         All commands now accept seg:off addresses.
6016         Module entry points are now loaded upon first entry to the
6017         debugger, so that entry points of the loaded executable also
6018         appear in the symbol table.
6020         * [include/registers.h] [miscemu/*.c]
6021         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
6022         This makes code less readable, but will prevent a lot of name
6023         clashes with other definitions. It also avoids a hidden reference
6024         to the 'context' variable.
6026         * [ipc/dde_atom.c] [misc/atom.c]
6027         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
6028         to allow supporting integer atoms.
6029         Moved atom.c to memory/ directory.
6031         * [loader/task.c]
6032         Fixed environment allocation to compute the size dynamically.
6033         Added 'windir' environment variable.
6034         Fixed GetDOSEnvironment() to return the current task environment.
6036         * [windows/message.c]
6037         Fixed bug in MSG_GetWindowForEvent().
6039 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
6041         * [include/ole.h]
6042         Added a lot of structures  from my Borland Manual. Neither complete,
6043         nor 100% right (check please)
6044         
6045         * [misc/shell.c]
6046         Fixed some of the Reg* functions.
6047         Enhanced ShellExecute.
6048         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
6049         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
6051         * [misc/dos_fs.c]
6052         Make umsdos mounted windows dirs work again.
6054         * [miscemu/emulate.c]
6055         Added some comments, preimplementation of subfunction 7.
6057         * [multimedia/mmsystem.c]
6058         Implemented mciSendString. not complete, not clean, not
6059         necessarily working (only checked with a program which uses
6060         'cdaudio' (one working program is cool.exe, a shareware waveditor
6061         with cdaudio play facilities.)
6063         * [multimedia/mcicda.c]
6064         Segptr fixes in DriverProc
6065         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
6066         link to your real cdrom device.
6068 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
6070         * [loader/resource.c]
6071         Don't crash in a LoadString to NULL
6073         * [loader/resource.c]
6074         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
6075         won't work unless the ALT keypress exited the menu.)
6077         * [misc/file.c]
6078         Expand a file to the current offset with an _lwrite of size zero.
6080         * [misc/file.c]
6081         Set a newly created file to read-write instead of write-only.
6082         
6083 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
6085         * [misc/main.c] [include/msdos.h]
6086         Fixed to return DOS version 6.22, and the correct byte order
6087         for Windows programs.
6089 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6091         * [include/options.h] [memory/global.c] [misc/main.c]
6092         Make the new IPC run-time selectible, disabling it by default.
6093         (I think it's only useful for libwine, anyway.)
6095         * [loader/task.c] [memory/selector.c]
6096         In FreeSelector(), walk up the stack and fix the frames.
6098         * [objects/dib.c]
6099         Missing break statement in DIB_SetImageBits_RLE8().
6100         In GetDIBits(), set the compression flag in the bitmap info to zero.
6102         * [windows/dialog.c]
6103         GetNextDlgGroupItem() needs to treat the first child as if it had
6104         an implicit WS_GROUP bit set.
6106 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
6108         * [misc/dos_fs.c]
6109         Quick'n dirty fix for the initialisation of the Z: information
6110         structure.
6112 ----------------------------------------------------------------------
6113 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
6115         * [ipc/*]
6116         New directory. This directory contains the new inter-wine
6117         communications support. It enables DDE protocols between two wine
6118         instances.  Currently it is limited to DDE, but can be enhanced to
6119         support OLE between 2 different wine instances.  This is very
6120         important for libwine.a DDE/OLE support.
6122         * [tools/ipcl]
6123         A script to delete garbage IPC handles (shared memory, semaphores
6124         and message queues).  The current inter-wine communication is not
6125         perfect, and sometimes leaves garbage behind.
6127         * [if1632/relay.c] [include/atom.h] [include/global.h]
6128         [loader/selector.c] [loader/task.c] [loader/module.c]
6129         [loader/signal.c] [memory/global.c] [misc/atom.c]
6130         [windows/class.c] [windows/message.c] [windows/win.c]
6131         [Imakefile]
6132         Hooks for inter-wine DDE support, current Global.*Atom functions
6133         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
6134         DDE communication. (The first call to these functions sets up the
6135         IPC structures - which otherwise cause unneeded overhead.
6137 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6139         * [controls/menu.c]
6140         Don't crash if a NULL string is passed to menu functions.
6142         * [memory/selector.c]
6143         We now use a bit in ldt_flags_copy to indicate free LDT entries.
6144         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
6145         overwrite valid LDT entries when growing a block.
6147         * [miscemu/instr.c]
6148         Emulate int xx instruction by storing the interrupt vector in
6149         CS:IP and returning directly. This allows a program to install an
6150         interrupt vector.
6152         * [windows/win.c]
6153         Added function WIN_GetTopParent to get the top-level parent of a
6154         window.
6156 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
6158         * [loader/resource.c]
6159         Added LoadIconHandler. It doesn't do anything yet, but now you
6160         can use borland help files with winhelp.exe.
6162 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
6164         * [misc/main.c]
6165         Fixed to return 386 Enhanced mode correctly. Also return the same
6166         type of CPU, for both Enhanced and Standard mode, namely a 386.
6168 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
6170         * [Configure] [include/options.h] [include/wineopts.h]
6171           [misc/main.c][misc/spy.c]
6172           Removed support of spy file. Redirected spy messages to stddeb.
6173           Removed -spy option. Added -debugmsg +spy option.
6175         * [debugger/dbg.y][debugger/debug.l]
6176         Enabled segmented addresses (seg:offs) for break and x commands.
6178         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
6179           [include/region.h]
6180         FrameRgn, REGION_FrameRgn: New functions
6182         * [if1632/kernel.spec]
6183         IsWinOldApTask: Return false
6185         * [if1632/mouse.spec]
6186         CplApplet: Removed
6188         * [if1632/user.spec] [windows/win.c]
6189         ShowOwnedPopups: New function
6191         * [if1632/winsock.spec] [misc/winsocket.c]
6192         inet_addr, select: New prototypes in relay code
6193         Fixed memory layout for netdb functions (getXbyY).
6194         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
6196         * [objects/clipping.c]
6197         RectVisible: Fixed call to LPToDP
6199         * [rc/winerc.c]
6200         main: Removed extra argument to getopt for Linux.
6202 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6204         * [controls/listbox.c]
6205         Yet another fix for ListBoxDirectory().
6206         
6207         * [loader/module.c] [if1632/kernel.spec]
6208         Make GetModuleHandle() accept instance handles as parameter.
6210         * [if1632/relay.c] [loader/task.c]
6211         Put a magic cookie at the bottom of the 32 bit stack, and check on
6212         each return from a 32 bit function whether it's still there. Complain
6213         if it's not.
6215         * [if1632/user.spec]
6216         Wrong entry for CloseDriver().
6218         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
6219         [miscemu/int21.c]
6220         Large parts of dos_fs.c simplified. Changed it to use one
6221         current drive/directory per task, which is set to the module path on
6222         task creation.
6223         Prevent CorelPaint from closing stdin.
6224         open() with O_CREAT set must be passed three parameters.
6225         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
6226         it's in DOS_readdir() now.
6228         * [misc/profile.c]
6229         Some badly written software (Lotus Freelance Graphics) passes a bogus
6230         size parameter that caused Wine to write off the end of a segment.
6231         Fixed. (It's probably too paranoid now.)
6232         
6233         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
6234         [multimedia/Imakefile] [if1632/winprocs.spec]
6235         16 bit entry point for MMSysTimeCallback.
6236         Split off time.c and joystick.c from mmsystem.c.
6237         
6238         * [objects/dib.c]
6239         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
6241         * [windows/cursor.c]
6242         DestroyCursor(): do nothing for builtin cursors.
6243         
6244         * [windows/mdi.c]
6245         Half of WM_MDISETMENU implemented.
6246         
6247         * [windows/win.c]
6248         EnumWindows() and EnumTaskWindows() never enumerated any windows.
6249         Fixed.
6251         * [windows/*.c]
6252         Fixed GetParent() to return correct values for owned windows.
6254         * [windows/message.c]
6255         Don't try to activate disabled top-level windows.
6257         * [windows/nonclient.c]
6258         Work around a bug in gcc-2.7.0.
6259         
6260         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
6261         [loader/task.c] [memory/selector.c]
6262         Some Visual Basic programs (and possibly others, too) expect ES to be 
6263         preserved by a call to an API function, so we have to save it.
6264         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
6265         to prevent segfaults if ES contained the selector to be freed.
6267 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
6269         * [*/*]
6270         Added missing prototypes to header files and relevant includes
6271         to reduce compile time warnings.
6273 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
6275         * [configure.in] [include/config.h] [*/Makefile.in]
6276         New configuration scheme based on autoconf.
6278 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
6280         * [miscemu/ioports.c]
6281         Revamp to have only one in- and one out- variant, both really
6282         implemented.
6284         * [miscemu/instr.c]
6285         INSTR_EmulateInstruction: Use new ioport interface.  Implement
6286         string io.  Correct instruction pointer for 32-bit code.
6288         * [include/miscemu.h]
6289         Update port function prototypes.
6291         * [include/registers.h]
6292         Defined FS and GS.
6294 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
6296         * [misc/dos_fs.c]
6297         ChopOffSlash(): A path consisting off a single slash is left
6298         intact, and multiple slashes are all removed.
6300 ----------------------------------------------------------------------
6301 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6303         * [controls/scroll.c]
6304         Fixed drawing bug that caused part of a non-client scroll bar
6305         to be painted even when the scroll-bar was hidden.
6307         * [debugger/break.c] [debugger/dbg.y]
6308         Rewrote breakpoint handling to work in 16-bit mode.
6309         Implemented single-stepping ('step' and 'next' instructions).
6311         * [debugger/debug.l]
6312         Format specifier is now a separate token.
6313         Entering an empty line at the debugger prompt causes the previous
6314         command to be repeated, like under gdb.
6315         
6316         * [debugger/debug.l] [debugger/registers.c]
6317         Differentiate 16-bit and 32-bit registers without taking current
6318         mode into account ($eax is always 32-bit, $ax always 16-bit).
6320         * [debugger/stack.c]
6321         Fixed stack information routines to differentiate between 16-bit
6322         and 32-bit stacks.
6324         * [loader/task.c]
6325         Option -debug now sets a breakpoint at the first instruction of
6326         every loaded task.
6328         * [miscemu/instr.c]
6329         Added handling of lock, repe and repne prefixes.
6331         * [objects/dib.c]
6332         Changed StretchDIBits() to do the correct thing, even if it's still
6333         not really optimal.
6335         * [windows/graphics.c]
6336         Fixes in RoundRect(), thanks to Babak Masalehdan.
6338         * [windows/message.c]
6339         Tried to fix mouse event handling with respect to disabled
6340         windows.
6342         * [windows/painting.c]
6343         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
6344         infinite loops.
6346         * [windows/win.c]
6347         Fixed IsWindowVisible() to return FALSE when one of the parent
6348         windows is hidden.
6350 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
6352         * [if1632/compobj.spec][misc/compobj.c]
6353         CoGetMalloc: New function
6354         Added relay entries for COMPOBJ ordinals above 100
6355         CoInitialize: Changed parameter to DWORD
6357         * [if1632/ole2.spec]
6358         Exported implementation of OleBuildVersion
6360         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
6361         ole2disp.c: New file
6362         SysAllocString, SysReallocString, SysAllocStringLen,
6363         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
6365         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
6366         CompareStringA: New function
6368 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
6369         * [objects/font.c] [if1632/gdi.spec]
6370         New stubs for CreateScalableFontResource, GetGlyphOutline.
6372 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
6374         * [misc/commdlg.c]
6375         Extensive changes and bug fixes to FileDialog handling,
6376         behaves more like native Windows.
6378 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6380         * [controls/listbox.c] [controls/combo.c]
6381         Some minor optimizations.
6382         
6383         * [memory/local.c]
6384         LOCAL_FindFreeBlock(): Never use the last one.
6385         
6386         * [memory/global.c]
6387         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
6388         
6389         * [misc/file.c]
6390         read() returns an error when length==0. This is not what Windows
6391         programs expect, so pay attention to this in _lread(). Changed this
6392         in _lwrite(), _hread(), _hwrite(), too.
6394         * [loader/resource.c]
6395         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
6396         there.
6397         
6398         * [if1632/shell.spec] [misc/shell.c]
6399         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
6400         Accept some more combinations of parameters in the Reg..() functions.
6401         
6402         * [if1632/toolhelp.spec]
6403         Make InterruptRegister() and InterruptUnregister() return false.
6405         * [windows/hook.c]
6406         CallNextHookEx() used to crash when called with a null hhook. Fixed.
6408 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6410         * [include/neexe.h][loader/ne_image.c]
6411         NE_LoadSegment: Detect iterated segments
6413         * [misc/ole2nls.c]
6414         LOCALE_SLONGDATE: fixed typo
6416         * [miscemu/int5c.c]
6417         Reordered include files to avoid conflicts with Linux libc.5.1
6419         * [rc/winerc.c]
6420         Added -b option to process binary resource files into C arrays
6422         * [include/callback.h]
6423         CallWndProc: Added dummy ds parameter for libwine
6425         * [include/gdi.h][include/user.h]
6426         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
6428         * [include/ldt.h][include/stackframe.h]
6429         defined segment conversion macros for libwine
6431         * [misc/atom.c]
6432         Defined USER_HeapSel for libwine
6434         * [misc/main.c]
6435         Disable -dll option for libwine
6437         * [misc/user.c]
6438         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
6440         * [toolkit/heap.c]
6441         fixed LocalLock prototype
6443         * [toolkit/sup.c]
6444         sync'ed load_mz_header, load_ne_header with structures
6446         * [toolkit/winmain.c]
6447         Disabled resource DLLs for libwine for now
6449 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
6451         * [misc/main.c]
6452         Fixed -enhanced option to report a 386 CPU instead of a 286.
6454 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
6456         * [misc/dos_fs.c]
6457         Remove maximum open dosdirent limit (fixing the winfile.exe
6458         problem) by using telldir()/seekdir().
6459         
6460 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
6462         * [misc/profile.c]
6463         Fixed problem parsing empty lines within sections in .ini files.
6465 ----------------------------------------------------------------------
6466 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6468         * [debugger/*.c]
6469         Modified debugger to use segmented pointers everywhere.
6471         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
6472         Declared all functions that return only 16-bit as 'pascal16'.
6474         * [include/ldt.h] [memory/ldt.c]
6475         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
6476         Maintain a copy of the selector flags, removing the need to make a
6477         system call to retrieve an LDT entry.
6479         * [loader/module.c]
6480         Fixed bug with module file handle cache.
6482         * [loader/ne_resource.c]
6483         Fixed file name bug in NE_AccessResource().
6485         * [loader/resource.c]
6486         Fixed bug in LoadIcon() that caused wrong colors to be used for
6487         the icon mask.
6489         * [loader/signal.c]
6490         Moved instruction emulation to miscemu/instr.c.
6492         * [misc/dos_fs.c] [miscemu/int21.c]
6493         Lots of small fixes, thanks to Morten Welinder.
6495         * [miscemu/dpmi.c]
6496         More complete DPMI emulation.
6498         * [miscemu/instr.c]
6499         Added support for prefixes in instructions to emulate.
6501         * [miscemu/int2f.c]
6502         Use register macros instead of destroying the high part of 32-bit
6503         registers.
6505         * [objects/dc.c]
6506         Fixed bug in GetDCState() that failed to clear the new DC.
6508         * [rc/sysres.rc]
6509         Removed dialogs 11 and 12 that were never used.
6511         * [tools/build.c]
6512         'pascal16' generated functions did not save %dx.
6513         Removed use of %fs to access the stack.
6514         %ds is no longer initialized before calling a 16-bit routine.
6516         * [windows/defwnd.c]
6517         Accept a NULL pointer as window title.
6519         * [windows/mdi.c]
6520         MDICascade: skip iconic windows.
6521         Implemented CalcChildScroll().
6522         
6523         * [windows/utility.c]
6524         Fixed MulDiv() for illegal values.
6526         * [windows/win.c]
6527         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
6528         a zero width or height.
6530 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
6532         * [controls/edit.c]
6533         Fixed "uninitalized" message which -Wall couldnt see to be ok
6534         in EDIT_WriteText.
6536         * [include/debug.h]
6537         Added define for extra checks in API definitions during debugging.
6539         * [loader/ne_image.c]
6540         Added newline in NE_FixupPrologs to avoid long lines.
6542         * [misc/dos_fs.c]
6543         Added extra safety check in DOS_ValidDrive.
6545         * [misc/exec.c]
6546         Fixed definition of ExitWindows.
6547         
6548 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6550         * [controls/edit.c]
6551         Some fixes, mostly for memory management, but also for text selection
6552         and tab postitions. General cleanup. Notepad.exe now works.
6554         * [controls/combo.c]
6555         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
6556         the combo box, not the ComboLBox that belongs to it.
6558         * [controls/listbox.c]
6559         Handle itemID field correctly throughout.
6561         * [memory/local.c]
6562         Implemented flag LMEM_ZEROINIT.
6563         LocalReAlloc() could trash the heap. Fixed.
6565         * [objects/font.c]
6566         FONT_MatchFont(): don't get confused by negative widths.
6567         Fixed a segfault in EnumFonts().
6569         * [objects/text.c]
6570         DrawText(): DT_CALCRECT implies DT_NOCLIP.
6572         * [objects/dcvalues.c]
6573         MAKELONG was used with bad parameters in DC_GET_X_Y.
6575         * [windows/dialog.c]
6576         Don't show the dialog if WS_VISIBLE isn't set in the template.
6578         * [windows/utility.c]
6579         UTILITY_convertArgs(): Never pass an expression containing ++ into a
6580         macro...
6582         * [windows/win.c]
6583         SetParent() should unlink the window before changing the parent.
6585         * [windows/message.c]
6586         Don't call timer functions via CallWindowProc(), since it checks
6587         whether hwnd==0 and does not call the function in that case.
6589         * [miscemu/instr.c]
6590         Ignore interrupt 0x3D, for VBRUN300.DLL.
6592         * [misc/commdlg.c]
6593         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
6594         pointer to the item text.
6596         * [if1632/relay.c]
6597         Disable OLE and DDEML DLLs by default, since they contain nothing but
6598         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
6599         some programs may work better without them.
6600         
6601         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
6602         Begun cleaning things up a little. Replaced printfs with dprintf_
6603         macros, made functions static where possible, and some other minor
6604         changes.
6606 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6608         * [debugger/dbg.y][debugger/dbg.l]
6609         Removed special handling for FILE_IDENTIFER, because it caused
6610         problems with x/<format> statements.
6612         * [debugger/info.c]
6613         Use SC_ESP instead of SC_EIP for stack dump.
6615         * [misc/compobj.c][if1632/compobj.spec]
6616         CoBuildVersion, CoInitialize, CoUninitialize: new functions
6618         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
6619         New files ole2.c, ole2.h
6620         OleBuildVersion, OleInitialize, OleUninitialize: new functions
6622         * [if1632/ole2disp.spec]
6623         Added missing ordinals above 109
6625         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
6626         New file winnls.h
6627         GetLocaleInfoA: new function
6629         * [if1632/shell.spec]
6630         Added FindEnvironmentString as stub
6632         * [misc/olecli.c][if1632/olecli.spec]
6633         OleIsDcMeta: New function
6635         * [objects/font][misc/gdi.spec]
6636         GetKerningPairs: new function
6638         * [misc/shell.c]
6639         ShellExecute: Implemented support for starting programs
6641         * [if1632/user.spec]
6642         Inserted missing relay to GetClipCursor
6644 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6645         
6646         * [controls/edit.c]
6647         Fix a problem with the local heap.
6649         * [include/wintypes.h]
6650         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
6651         
6652         * [include/mdi.h] [windows/mdi.c]
6653         This code still assumed segmented address==linear address. Fixed.
6655         * [include/msdos.h] [misc/dos_fs.c]
6656         The filemask field of the dosdirent structure could be overrun. Fixed.
6657         If you had a file called foobar and a file called foo, trying to 
6658         FindFile(foo) could accidentally find file foobar instead. Fixed.
6659         
6660         * [misc/file.c]
6661         OpenFile(): Always return the full pathname in ofs->szPathName. This 
6662         also fixes GetModuleFilename().
6663         Prevent _lclose() from closing stderr or stdout.
6665         * [misc/profile.c]
6666         Search for .ini files in the path of the current module as well.
6667         (Needed by Lotus Organizer.)
6669         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
6670         [memory/local.c]
6671         Local heaps are now initialized by InitTask() for executables. DLLs
6672         have to call LocalInit() themselves, LocalInit() has to put the
6673         heap at the end of the segment when called with start==0. We no longer
6674         allocate the DGROUP with 64k on startup, but grow the local heap
6675         in LOCAL_GetBlock() when necessary.
6677         * [loader/module.c]
6678         LoadLibrary() should call LoadModule() in all cases, even if the
6679         DLL is already loaded, to ensure that the reference count is correct.
6681         * [loader/ne_image.c]
6682         Some changes to function prolog fixup. Does anyone know exactly how
6683         this is supposed to work? I am only guessing here.
6684         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
6685         the module itself.
6686         
6687         * [loader/task.c]
6688         Initialize instance data at the beginning of the DGROUP in InitTask().
6690         * [memory/local.c]
6691         Some fixes for moveable blocks.
6693         * [memory/selector.c]
6694         All the IsBad*Pointer() functions returned exactly the wrong boolean
6695         value in all cases!
6696         
6697         * [objects/bitblt.c]
6698         Fixed another null pointer dereference in debugging output.
6699         
6700         * [objects/font.c]
6701         Some more recovery possibilities for FONT_MatchFont() if a specified
6702         font does not exist.
6703         
6704         * [windows/win.c]
6705         The dialog code may call CreateWindowEx with an integer in windowName.
6706         This happens for static icon controls that expect a resource ID as
6707         the window name. CreateWindowEx() used to crash. Fixed.
6708         
6709         * [windows/class.c] [windows/win.c]
6710         Window classes are owned by modules, not instances. Changed
6711         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
6712         accordingly.
6714 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
6716         * [miscemu/int21.c]
6717           clock.exe was displaying incorrect year.
6719 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
6721         * [include/cursor.h] [windows/cursor.c]
6722         Implemented CreateCursorIconIndirect().
6724 ----------------------------------------------------------------------
6725 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6727         * [controls/menu.c]
6728         Fixed bug with drawing multi-column menus with vertical separator.
6730         * [debugger/debug.l]
6731         Fixed NULL-pointer reference after readline().
6733         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
6734         Added interrupt vector emulation. Allows to retrieve an interrupt
6735         vector and jump to it without crashing.
6737         * [loader/ldt.c]
6738         Moved ldt.c to memory directory.
6740         * [loader/task.c]
6741         Implemented LockCurrentTask() and GetInstanceData().
6743         * [objects/bitblt.c]
6744         Fixed a bug that caused StretchBlt() to use wrong colors when
6745         stretching a monochrome bitmap to a color display.
6747         * [objects/bitmap.c]
6748         Fixed a segmented pointer bug in CreateBitmapIndirect().
6750         * [tools/build.c]
6751         Added possibility to have arguments for register functions; used
6752         by interrupt vectors to remove the flags from the stack.
6753         Generate a new function CallTo32_LargeStack(), that allows calling
6754         a 32-bit function using the original 32-bit stack, for functions
6755         that need more that 64k of stack.
6757 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6759         * [if1632/shell.spec] [misc/shell.c]
6760         DoEnvironmentSubst: fixed prototype
6762         * [if1632/gdi.spec] [objects/palette.c]
6763         SetSystemPaletteUse: new function
6765         * [if1632/kernel.spec] [loader/resource.c]
6766         DirectResAlloc: new function
6768         * [if1632/user.spec] [windows/keyboard.c]
6769         SetKeyboardState: new function
6771 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6772         
6773         * [tools/build.c]
6774         Prevent interrupts from destroying the args for a 32 bit function
6775         by loading the correct value into %esp directly after %ss.
6777         * [loader/ne_image.c] [loader/module.c]
6778         The new instance must be created earlier in LoadModule(), so that
6779         fixups referencing it will be handled correctly.
6780         Initialize the local heap for a DGROUP in NE_LoadSegment().
6781         
6782         * [objects/dib.c]
6783         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
6784         This used to crash Wine. Fixed.
6786         * [objects/text.c]
6787         Fix possible null pointer dereference in debugging output.
6788         
6789         * [misc/commdlg.c]
6790         Handle user input in the edit control better. Some bugs fixed.
6791         
6792         * [memory/local.c]
6793         Started implementing moveable blocks. This is unfinished (!), but
6794         at least it does not seem to break things.
6796 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6797         
6798         * [loader/module.c]
6799         LoadModule(): DLLs occasionally have a data segment, and they work
6800         much better if it is loaded :-)
6801         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
6802         FindModule(): also strip off the last backslash of the pathnames
6803         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
6804         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
6805         only better.
6806         
6807         * [loader/ne_image.c]
6808         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
6809         not really correct, it seems that all programs and DLLs try to do
6810         this themselves. But they pass weird parameters.)
6811         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
6812         
6813         * [loader/task.c] [misc/user.c]
6814         Finish global initializations in InitTask instead of InitApp, or
6815         all the DLLs will be initialized in InitTask without any available
6816         window classes!
6818 ----------------------------------------------------------------------
6819 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6821         * [debugger/hash.c] [debugger/info.c]
6822         Added support for symbolic segmented addresses. Add symbols for all
6823         built-in API entry points.
6825         * [if1632/relay.c] [include/dlls.h]
6826         Removed dll_table structure, as we now use the built-in module
6827         structures.
6829         * [if1632/relay.c] [loader/main.c]
6830         Removed winestat option, as it was no longer very meaningful.
6832         * [include/stackframe.h]
6833         New macro MAKE_SEGPTR that creates a segmented pointer to a local
6834         variable on the 32-bit stack.
6836         * [loader/module.c]
6837         Added support for multiple instances of an application.
6838         Implemented LoadModule() and FreeModule().
6840         * [loader/ne_image.c] [loader/task.c]
6841         Moved initialisation of built-in DLLs to InitTask().
6843         * [memory/global.c]
6844         Implemented discardable blocks.
6846         * [misc/file.c]
6847         Search path of current executable in OpenFile().
6848         Fixed bug with searching in Windows path.
6850         * [misc/lstr.c]
6851         Hard-coded translation tables for Ansi<->Oem.
6853         * [misc/user.c]
6854         Moved some global initializations to InitApp(), because they need
6855         a task context to be performed.
6857         * [objects/dc.c]
6858         Handle R2_BLACK and R2_WHITE specially so that they work correctly
6859         with palette displays.
6861         * [tools/build.c]
6862         Suppressed generation of the C file for DLL specs, because it's no
6863         longer needed. Output all the assembly code directly to stdout.
6864         Some changes to integrate Win32 support from Martin von Loewis. 
6866         * [windows/msgbox.c]
6867         Moved message box code from misc/ to windows/.
6869 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6871         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
6872           [misc/mmaux.c] [misc/mmsystem.c]
6873         Modify code & use pointers conversion macros.
6874         Make cdaudio & wave devices work again (only using some applets).
6876         * [misc/profile.c]
6877         Change getc() to fgetc() where needed.
6879 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6881         * [if1632/Imakefile]
6882         added entries for the new files gdi32.spec, kernel32.spec,
6883         user32.spec, shell32.spec and winprocs32.spec.
6885         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
6886           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
6887         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
6888         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
6889                 stub implementations provided 
6890         marked storage.dll,storege.sys functions as stubs
6892         * [include/pe_image.h]
6893         Added structures WIN32_builtin and  WIN32_function
6895         * [include/peexe.h]
6896         PE_Import_Directory: renamed reserved fields to 
6897                 TimeDate, Forwarder, Thunk_List
6899         * [include/winerror.h]
6900         New file.
6902         * [loader/main.c]
6903         called RELAY32_Init
6905         * [loader/pe_image.c]
6906         xmmap: map BSS anonymous
6907         dump_imports: renamed to fixup_imports, do the fixup of imported
6908                       symbols
6909         PE_LoadImage: pass raw data size to xmmap
6911         * [loader/resource.c]
6912         DumpIcon: new function
6914         * [misc/kernel32.c]
6915         New file.
6917         * [misc/main.c]
6918         make stdout and stderr unbuffered
6920         * [misc/shell.c]
6921         DoEnvironmentSubst: new function
6923         * [objects/font.c]
6924         FONT_MatchFont: try oblique if there is no italic
6926         * [rc/Imakefile][rc/parser.l]
6927         yywrap: new function
6928         Don't link with libfl.a on Linux
6930         * [tools/build.c]
6931         Added keywords stdcall, subsystem, base
6932         GenerateForWin32: new function
6933         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
6935 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6936         
6937         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
6938         Minor fixes.
6939         
6940         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
6941         Rewrote message box handling.
6942         
6943         * [windows/dialog.c]
6944         Dialogs should be invisible until after WM_INITDIALOG is seent.
6945         Don't switch to invisible dialog items on a TAB keypress.
6946         
6947         * [windows/mdi.c]
6948         Send WM_NCPAINT message in MDIRestoreChild().
6949         
6950         * [windows/painting.c]
6951         Fixed typo (&& -> &).
6952         
6953         * [windows/message.c] [if1632/user.spec]
6954         Implemented PostAppMessage().
6955         
6956         * [windows/event.c]
6957         SetCapture(0) should act like ReleaseCapture().
6959 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
6961         * [Imakefile]
6962         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
6963         Added ASFLAGS to exported variables.
6965         * [debugger/readline/Imakefile]
6966         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
6968         * [memory/local.c] [miscemu/int21.c]
6969         Added some more debugging outputs.
6971 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
6973         * [misc/message.c]
6974         Fixed a "FIXME" concerning norwegian translation.
6976 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6977         
6978         * [*/*]
6979         Removed warnings in a couple of files and deleted some obsolete code.
6981         * [controls/listbox.c]
6982         Cleanup, speed improvements & lots of bug fixes.
6984         * [controls/combo.c]
6985         Mostly rewritten. This is still very buggy, but not quite as bad as 
6986         before.
6988         * [include/commdlg.h] [misc/commdlg.c]
6989         Removed the need for sysres.dll. Small bug fixes.
6990         
6991         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
6992           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
6993         Removed sysres.dll and replaced the remaining bitmaps/icons with
6994         XPM equivalents.
6996         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
6997           [if1632/winprocs.spec]
6998         "About Wine..." now brings up a standard ShellAbout() window with
6999         the Wine icon and the list of contributors.
7000         
7001         * [misc/shell.c]
7002         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
7004         * [windows/event.c]
7005         Small hack for non-alphanumeric keys: Dont't send the ascii value in
7006         the WM_KEYDOWN message, but some unused code instead. Should be done
7007         properly by sending different codes for each key. The edit control
7008         used to get a VK_DELETE message each time the user typed '.'.
7010         * [windows/class.c]
7011         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
7012         This used to be no problem, but breaks Resource Workshop in 950403.
7013         
7014         * [objects/dib.c]
7015         New diagnostic for a bug I've been encountering. If it shows up,
7016         please report it.
7018 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
7020         * [objects/color.c]
7021         Handle situation when 'dc' exists, but palette mapping
7022         does not.  (Fixes kidpix2 demo.)
7024 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
7026         * [loader/ldt.c]
7027         LDT_Print: Only show the number of entries that the kernel
7028         returned. Make this work for NetBSD.
7030 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
7032         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
7033         Modify cs and ds selector values for NetBSD-current.
7035         * [debugger/debug.l]
7036         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
7038         * [debugger/regpos.h]
7039         Modify sigcontext format for NetBSD-current.
7040         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
7042         * [include/ldt.h]
7043         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
7044         value, since only 16 bits of it may have been saved.
7046         * [misc/winsocket.c]
7047         Set structure packing with `#pragma pack' to accomodate
7048         other/older compilers.
7050 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
7051         
7052         * [misc/commdlg.c]
7053         Fixed path-names so when changing directory the listboxes
7054         changes too.
7055         
7056         * [debugger/dbg.y debugger/debug.l wine.ini]
7057         Added SymbolTableFile to wine.ini so symbols can be read
7058         without standing in the directory containing wine.sym.
7059         Added the possibility to specify full name of wine.sym from
7060         the debugger prompt.
7062 ----------------------------------------------------------------------
7063 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7065         * [controls/static.c]
7066         Fixed painting of SS_*FRAME controls.
7068         * [if1632/callback.c]
7069         Pass the window instance as DS to the 16-bit window procedure.
7070         Rewrote Catch() and Throw() to make them work with multiple tasks.
7072         * [loader/main.c]
7073         New function MAIN_Init() to perform initializations before the
7074         first task is started instead of doing them in InitApp().
7075         Temporary hack to command-line parsing to load one program per
7076         command-line argument, to make testing task-switching easier.
7078         * [loader/*.c]
7079         Reimplemented modules to use a Windows-compatible layout and to
7080         allow multiple tasks and multiple module instances. Not really
7081         finished yet.
7083         * [loader/task.c] [misc/exec.c]
7084         Reimplemented tasks to use a common address space, and implemented
7085         preliminary task-switching capabilities.
7087         * [memory/global.c]
7088         Fixed bug in GlobalNext().
7090         * [misc/main.c]
7091         Updated the list of contributors. Let me know if I forgot someone.
7093         * [miscemu/int21.c]
7094         Use one DTA per task instead of a global one.
7096         * [objects/bitblt.c]
7097         Fixed bug in BitBlt() that could cause BadMatch errors.
7099         * [tools/build.c]
7100         Added new function type 'stub', that makes possible to export an
7101         unimplemented function by name as well as by ordinal. This will
7102         avoid loading errors for unimplemented functions.
7103         Generate an in-memory module layout for built-in DLLs so that the
7104         same code can be used for built-in and loaded modules.
7105         Changed relay code to make it unnecessary to save the value of the
7106         BP register.
7108         * [windows/message.c]
7109         Implemented multiple message queues and preliminary task-switching
7110         capabilities. Inter-task SendMessage() calls are not implemented
7111         yet and will probably cause crashes if used.
7113         * [windows/property.c]
7114         Reimplemented properties and allocate them on the USER heap.
7116         * [windows/win.c]
7117         Fixed bug in SetWindowWord().
7118         Reimplemented EnumWindows() and EnumTaskWindows().
7120 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7121         
7122         * [misc/main.c]
7123         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
7124         
7125         * [loader/resource.c]
7126         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
7127         control.exe.
7128         Fixed icon loading.
7129         
7130         * [objects/font.c] [include/windows.h]
7131         Fixed a bug in InitFontsList() and worked on the EnumFonts()
7132         functions to make them comprehensible.
7134         * [controls/button.c]
7135         Fixed my previous patch to handle LBUTTONUP messages.
7137 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
7139         * [misc/network.c, misc/dos_fs.c]
7140         Implemented WNetGetConnection.  All that is currently
7141         supported are drives, for which the remote name is simply
7142         the redirected UNIX directory name.
7144         * [miscemu/int2?.c]
7145         More drive number validity checking.
7147 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7148         
7149         * [controls/listbox.c]
7150         Oops, my previous change to ListBoxDirectory broke the Borland
7151         file open dialog. Fixed.
7153 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7155         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
7156         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
7157         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
7159 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7160         
7161         * [memory/global.c] [memory/local.c] [include/windows.h]
7162         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
7163         LocalReAlloc(): Same for LMEM_MODIFY.
7164         
7165         * [controls/listbox.c]
7166         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
7167         Check for errors in some more places.
7169         * [if1632/gdi.spec] [if1632/user.spec]
7170         16 bit callback functions should be passed as segptrs.
7171         
7172         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
7173         [loader/library.c]
7174         Prevent a DLL from being initialized twice (Borlands Resource
7175         Workshop used to do this).
7176         Provide an additional flag for each w_file that indicates whether
7177         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
7178         
7179         * [controls/button.c]
7180         Handle LBUTTONUP messages even if the button no longer has the
7181         capture (for WinHelp).
7182         
7183         * [include/wintypes.h]
7184         FARPROC is now a segptr for the emulator and a function
7185         pointer for the library.
7186         
7187         * [misc/commdlg.c] [misc/commdlg.h]
7188         Cleaned the file dialogs up a little. They now work reasonably well,
7189         although there are still some problems (e.g. files are initially
7190         invisible).
7192         * [windows/class.c] [if1632/user.spec] [include/windows.h]
7193         GetClassInfo() must take a segptr, as it checks whether the
7194         highword is zero.
7195         GetClassName() called the wrong atom function. No surprise it didn't
7196         find anything.
7198         * [misc/lstr.c]
7199         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
7200         Removed some warnings.
7202         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
7203         New spec file for the 3.1 DDEML DDL. 
7205         * [controls/menu.c]
7206         Small fix to ChangeMenu - mask out the obsolete flags
7207         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
7208         problems with the MF_BYPOSITION flag.
7210         * [windows/message.c]
7211         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
7212         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
7213         stack for speed reasons.
7214         
7215         * [windows/hook.c] [include/windows.h]
7216         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
7217         they have slightly different semantics.
7218         MS Hearts now works somewhat, if you disable the new builtin DDEML.
7219         The graphics are completely messed up, though.
7221 ----------------------------------------------------------------------
7222 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7224         * [Configure] [if1632/Imakefile]
7225         Removed new build and short names options.
7227         * [if1632/*.c] [tools/build.c]
7228         Implemented compiled call-back functions for better performance;
7229         all the relay code is now done in assembly code generated by the
7230         build program.
7231         Relay code is no longer dependent on being loaded below 64K.
7233         * [loader/resource.c]
7234         Fixed memory leak in LoadString(). A fix will also be needed for
7235         other resources.
7237         * [memory/global.c]
7238         Implemented global heap arenas, so we can store informations about
7239         global blocks, like lock counts or owner handle.
7240         Implemented FarGetOwner() and FarSetOwner().
7241         Implemented global heap TOOLHELP functions.
7243         * [memory/selector.c]
7244         Bug fix: it was not possible to re-use a free selector.
7246 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
7248         *  [controls/listbox.c]
7249         Major work on listbox code
7250          - Many bugs fixed (still many bugs)
7251          - More messages supported
7252          - Code simplified
7254 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
7256         * [controls/edit.c]
7257         Lots of bug fixes related to diappearing text, lost carets,
7258         highlighting, segmentation faults, occurance of random
7259         characters, insertion of characters over selection, misplaced
7260         caret location, display corruption, end of line behavior, etc.
7262         * [controls/widgets.c]
7263         EDIT class doesn't want to use CS_PARENTDC flag.
7265 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7266         
7267         * [loader/selector.c]
7268           FixupFunctionPrologs() should also handle multiple data modules.
7269           (this bug only became visible because MakeProcInstance() was fixed
7270           in 950319)
7271         
7272         * [misc/dosfs.c]
7273           Simplified DOS_SimplifyPath.
7274           Small fix to DOS_opendir to reuse an entry if an open directory
7275           is opened again, to prevent "too many open directories" messages.
7277 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
7279         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
7280         CoDisconnectObject: new stub function
7282         * [include/msdos.h]
7283         fix DOSVERSION
7285         * [loader/ne_image.c]
7286         NE_FixupSegment: Be more generous on additive fixups
7288         * [if1632/user.spec][misc/network.c]
7289         Add more WNet* stubs
7291 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7293         * [controls/listbox.c]
7294           DlgDirList(): send segptr instead of linear pointer 
7295           in message to static control
7296         * [controls/menu.c]
7297           Tried to implement ownerdrawn menuitems. Doesn't work.
7298         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
7299           Provide a stub for GetRasterizerCaps()
7300         * [loader/selector.c]
7301           Pass end address instead of length to LocalInit() in 
7302           CreateSelectors()
7303         * [memory/local.c]
7304           LocalInit(): If there's already a local heap in the segment, do
7305           nothing and return TRUE
7306         * [objects/linedda.c]
7307           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
7308           now.
7309         * [windows/cursor.c]
7310           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
7311           more work still.
7313 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7315         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
7316           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
7317           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
7318           [windows/nonclient.c] [misc/message.c]
7319           Added a new builtin DLL that provides 16 bit entry points for all
7320           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
7321           again.
7322         * [misc/shell.c]
7323           RegOpenKey()/RegCreateKey() bugs fixed.
7324         * [loader/ne_image.c]
7325           Skipping the initialization of a DLL when CS == 0 was broken.
7327 ----------------------------------------------------------------------
7328 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7330         * [*/*]
7331         Implemented a new memory mapping scheme. There's no longer a
7332         one-to-one mapping between 16-bit and 32-bit pointers. Please see
7333         file DEVELOPERS-HINTS for technical details.
7335         * [controls/scroll.c]
7336         Fixed bug when dragging mouse in horizontal scrollbars.
7338         * [tools/build.c] [if1632/*.spec]
7339         Removed support for C callback functions and for re-ordering
7340         of the 32-bit arguments, as these were never used. This should
7341         allow a more efficient callback scheme to be implemented.
7343         * [if1632/olecli.spec]
7344         Reduced the number of entries to make the 16-bit code fit in 64k.
7345         This limitation will soon be removed.
7347         * [loader/ldt.c]
7348         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
7350         * [memory/global.c]
7351         Rewrote Global*() routines to use the new selector allocation
7352         mechanism.
7354         * [memory/local.c]
7355         Rewrote local heap handling to use a Windows-compatible layout
7356         (not really finished yet).
7357         Implemented TOOLHELP heap-walking routines.
7359         * [memory/selector.c]
7360         Implemented LDT manipulation API functions.
7362 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
7364         * [windows/defdlg.c]
7365         Fixed problem where dialogs closed using the System menu 
7366         ('Close' item or double click on close box) would
7367         hang Wine.
7369 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
7371         * [controls/listbox.c]
7372         Removed most of the statements for sending a notification message
7373         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
7374         code; Borland's standard file open dialog will work now.
7375         
7376         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
7377         Added support for new command line option "-allowreadonly". If set
7378         an attempt to open a read only file in write mode will be converted 
7379         to opening it read only (many programs try to open all files in 
7380         read/write mode even if they only intend to read it - this might 
7381         cause a few under problems under an unix-like environment where most 
7382         files are read only for a "normal" user)
7384         * [loader/selector.c]
7385         GetMemoryReference(): Added support for __AHIncr and __AHShift
7387         * [misc/dos_fs.c]
7388         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
7389         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
7390         match(): rewritten
7391         
7392         * [objects/text.c]
7393         TEXT_NextLine(): Removed a bug in the handling of LF's
7395         * [miscemu/int21.c]
7396         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
7398 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7400         * [controls/menu.c]
7401         ChangeMenu: defaults to MF_INSERT
7402         InsertMenu: allow insertion even if position is one after last item
7404         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
7405           [if1632/storage.spec] [include/dlls.h]
7406         Added stubs for STORAGE.DLL and COMPOBJ.DLL
7408         * [if1632/user.spec] [windows/message.c]
7409         InSendMessage: new function
7411         * [include/neexe.h][include/ne_image.c]
7412         NE_FixupSegment: fixed handling of additive records
7414         * [loader/selector.c]
7415         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
7417         * [loader/signal.c]
7418         win_fault: Enter debugger on SIGFPE, too
7420 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7422         * [miscemu/int*.c]
7423         Various minor modifications to the clock tick counter,
7424         FindFirst/FindNext funcs, and DPB handling.
7426 ----------------------------------------------------------------------
7427 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7429         * [loader/resource.c] [objects/oembitmap.c]
7430         Removed sysres bitmap code; you need libXpm to compile now.
7431         Implemented LoadIcon() for OEM icons.
7433         * [include/bitmaps/oic_*]
7434         Added OEM icons in XPM format.
7436         * [objects/dib.c]
7437         Bug fix in DrawIcon().
7439         * [rc/sysresbm.rc]
7440         Removed; all bitmaps are stored in XPM format now.
7442 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
7444         * [controls/edit.c]
7445         Small patch to fix edit-control when it's created with text.
7447 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
7449         * [tools/make_debug]
7450         The created macros won't have side effects anymore when used in
7451         an "if-else" structure. No more warnings from the compiler when
7452         compiled without defining DEBUG_RUNTIME.
7454 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
7456         * [controls/listbox.c]
7457         ListBoxDeleteString(): Fixed
7459         * [loader/selector.c]
7460         GetMemoryReference(): When special segments are referenced by
7461         pseudo-functions like __0040H, a reference to a "normal" segment
7462         will be returned preventing the program from crashing as soon
7463         as the referenced segment is actually accessed.
7465 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
7467         * [Configure]
7468         Ask for OLE stubs and malloc debugging
7470         * [Imakefile]
7471         link with libmcheck.a if necessary
7473         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
7474         Add OLE stubs, increase number of builtins
7475         dll_name_table_entry_s: new field dll_is_used
7477         * [loader/library.c]
7478         GetModuleHandle,ModuleNext: Check dll_is_used
7480         * [loader/ne_image.c]
7481         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
7482         to mean, anyway?)
7484         * [misc/olecli.c][misc/olesvr.c]
7485         New files. Add to misc/Imakefile
7487         * [misc/dos_fs.c]
7488         DOS_GetUnixFileName: make a copy of the input parameter to 
7489         prevent overwriting
7491         * [misc/main.c]
7492         MAIN_ParseDLLOptions: new function
7493         MAIN_ParseOptions: treat -dll command line flag
7494         main: add support for malloc debugging
7496 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
7498         * [loader/signal.c]
7499         Small patch for people using FreeBSD-2.1.0.
7501 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
7503         * [toolkit/sup.c]
7504         Added return values to the Call* routines
7506         * [toolkit/winmain.c]
7507         Load the resource file properly for WineLib applications.
7509 ----------------------------------------------------------------------
7510 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7512         * [if1632/call.S]
7513         Only save the lower 16-bits of SP and BP.
7515         * [if1632/callback.c]
7516         When calling to 16-bit code, restore DS from its previous value on
7517         entry to the 32-bit code, instead of from the code segment owner.
7519         * [if1632/relay.c] [include/stackframe.h]
7520         Use a structure to represent the 16-bit stack frame layout
7521         instead of hard-coded offsets.
7522         
7523         * [rc/Imakefile]
7524         Use y.tab.c for bison output file for compatibility with yacc.
7526         * [tools/build.c]
7527         Small optimization for calls to 32-bit code.
7529 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7531         * [tools/build.c]
7532         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
7534 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
7536         * [debugger/dbg.y]
7537         Remove unnecessary sym-table loading when stopped in 16-bit mode.
7539         * [include/segmem.h] [loader/selector.c]
7540         Added dynamic alloction of selectors.
7541         Fixed some problems with large programs SIGSEGV-ing while
7542         running out of selectors.
7544         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
7545           [memory/global.c] [memory/heap.c] [memory/linear.c]
7546         Use __AHSHIFT and __AHINCR instead of 3 and 8.
7548 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
7550         * [misc/dos_fs.c]
7551         Better relative path handling when converting filenames between
7552         dos and unix, allowing '.' to be used in the Windows path.
7553         Startup working dir is now based on current working dir.
7555 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7557         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
7558         Squeezed data structure that references internal dll's (mostly
7559         "struct dll_table_entry_s"). Caused 20% reduction in executable
7560         code size.
7562 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
7564         * [Imakefile]
7565         make wine.sym only when making emulator
7567         * [misc/file.c]
7568         OpenFile(): report as not implemented for WINELIB
7570         * [misc/winsock.c]
7571         Fix CONVERT_HOSTENT and friends for use with WINELIB
7573         * [rc/Imakefile][rc/rc.y][rc/parser.c]
7574         Rename rc.y to parser.y
7575         Use flex and bison on Sun
7577         * [toolkit/sup.c]
7578         CallWindowProc: fix parameter type
7580         * [windows/event.c]
7581         Commented #ifdef sparc
7583 ----------------------------------------------------------------------
7584 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7586         * [windows/nonclient.c] [windows/winpos.c]
7587         Implemented maximized windows.
7588         Implemented icon positioning and ArrangeIconicWindows().
7589         Bug fixes in SetWindowPos().
7591         * [windows/painting.c]
7592         Implemented GetControlBrush().
7593         Window frame is no longer contained in the update region.
7595         * [windows/win.c]
7596         Destroy owned windows upon DestroyWindow().
7598 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
7600         * [controls/edit.c]
7601         Changed line terminator to \r\n to be compatible with
7602         Windows.  Fixed bug in text selection.
7604 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7606        * [misc/shell.c]
7607        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
7608        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
7609        These functions now work somewhat more the way Windows programs expect
7610        them to work.
7612 ----------------------------------------------------------------------
7613 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7615         * [loader/resource.c] [objects/dib.c]
7616         Fixed icon loading and drawing, now that BitBlt() works correctly.
7617         
7618         * [objects/clipping.c] [objects/region.c]
7619         Implemented elliptic regions with a set of rectangle. This greatly
7620         simplifies the region code and should boost clipping performance.
7622         * [objects/color.c]
7623         Fixed bug that caused seg-fault on 24bpp displays.
7625         * [objects/bitblt.c]
7626         Fixed bug when shrinking a bitmap to more than half its size.
7628         * [windows/graphics.c]
7629         Fixed bugs in PaintRgn() and Polyline().
7631         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
7632         Fixed some problems with window background painting.
7634 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
7636        * [tools/build.c]
7637        * [tools/newbuild.c]
7638        * [Imakefile]
7639        * [include/wine.h]
7640        * [loader/call.S]
7641        * [loader/selector.c]
7642        * [include/segmem.h]
7643        * [misc/main.c]
7644        Changed selector code and 16/32 bit xfer code so that wine
7645        no longer has to be loaded low in memory.  Changed wine
7646        to work with ELF binary formats under Linux.
7647        
7648 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
7650         * [debugger/db_disasm.c]
7651         New instruction disassembler - borrowed from Mach kernel.  Has a
7652         BSD style of license as opposed to the gdb code we were previously
7653         using which was under the GPL.
7655 ----------------------------------------------------------------------
7656 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7658         * [Imakefile]
7659         Compiling with -Wall flag.
7661         * [*/*]
7662         Fixes to minimize the number of compilation warnings.
7664         * [objects/bitblt.c]
7665         Fixed BitBlt() and used the same code to rewrite PatBlt() and
7666         StretchBlt(). The three *Blt() functions should now be correct in
7667         every case (famous last words).
7669         * [objects/brush.c] [objects/dither.c]
7670         Merged the two files into brush.c
7672         * [objects/dc.c]
7673         Fixed bug when the Windows programs forget to re-select the
7674         original bitmap in a memory DC.
7676         * [objects/font.c]
7677         Tty to use 'fixed' font when the system font can't be found.
7679         * [windows/dialog.c]
7680         Tentative fix to make dialogs look better when using fixed-width
7681         fonts.
7683         * [windows/graphics.c]
7684         Partially implemented the PS_INSIDEFRAME pen style.
7686         * [windows/nonclient.c]
7687         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
7688         without the WS_DLGFRAME style.
7690 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7692         * [memory/global.c]
7693         GlobalCompact should now return the correct value when the
7694         largest run of free blocks includes the last block.
7696         * [windows/mdi.c]
7697         Tiling and cascading windows without any MDI children should
7698         no longer crash (assuming no-op is the correct thing to do).
7700 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
7702         * [objects/font.c]
7703         GetTextExtentPoint: fixed debug output, str is counted string, not
7704         zero terminated.
7706         * [if1632/relay.c]
7707         DLLRelay: when debugging_stack got segv, added upper bound for
7708         stack dump.
7710 ----------------------------------------------------------------------
7711 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7713         * [*/Imakefile]
7714         All objects files are now kept in their respective directory.
7716         * [README]
7717         Rewrote most of it.
7719         * [objects/bitblt.c]
7720         Rewrote BitBlt() to look right in every case, while minimizing
7721         the impact on performance. Not really finished yet.
7723         * [objects/bitmap.c] [objects/dc.c]
7724         Fixed bug with pattern brushes.
7726         * [objects/clipping.c] [windows/painting.c]
7727         Fixes for logical coordinates.
7729         * [objects/color.c] [windows/graphics.c]
7730         Fixed GetPixel() to return the correct color, and made it faster.
7732         * [objects/region.c]
7733         Fixed bug in CombineRgn() when one of the region is empty.
7735 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
7737         * [Configure]
7738         Don't assume that expr handles '==', use '=' instead.
7739         Give a (hopefully informative) message if imake fails.
7741 ----------------------------------------------------------------------
7742 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7744         * [controls/listbox.c]
7745         Fixed problems due to new scroll-bar code.
7747         * [loader/signal.c] [miscemu/ioports.c]
7748         Handle I/O opcodes that use an absolute address.
7750         * [objects/text.c]
7751         Implemented TabbedTextOut().
7753 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
7755         * [objects/metafile.c]
7756         Implemented GetMetafile().
7757         Fixed bug in PlayMetaFile() when reading disc based metafile records.
7758         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
7759         PlayMetaFileRecord().
7760         
7761 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7763         * [Imakefile]
7764         wine.sym: Remove gcc2_compiled and friends
7766         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
7767           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
7768         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
7770         * [if1632/call.S]
7771         CallToLibMain: New function
7773         * [if1632/relay.c][include/options.h][misc/main.c]
7774           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
7775         removed Options.relay_debug
7777         * [include/heap.h]
7778         HEAP_OWNER: Use ds instead of cs:ip
7780         * [loader/ne_image.c]
7781         LoadNEImage: Remember current exe, handle nodata dlls
7782         InitNEDLL: handle nodata dlls, call CallToLibMain
7784         * [loader/selector.c]
7785         CreateSelectors: Initialize auto_data_sel with 0
7787         * [memory/heap.c]
7788         HEAP_CheckHeap: Check prev
7789         HEAP_CheckLocalHeaps: new function
7791         * [misc/profile]
7792         Remember and dump only changed profiles
7794         * [tools/makedebug]
7795         Introduce debugging_xxx flags
7797 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
7799         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
7800         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
7801         pe_image.h selectors.h wintypes.h]
7802         Added.
7804         * [*/*]
7805         - Commented all 'static char copyright statements', see misc/main.c
7806         - moved prototypes to headers files, fixed wrong prototypes.
7807         - *please* add a header file for each .c if you need to export
7808           things.
7810         * [misc/main.c]
7811         Added one static string which list the names of the contributors.
7813 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
7815         * [Configure]
7816         Made the support for multiple languages more automatic.  Added
7817         a [fonts] section to the wine.conf file.  Made the defaults
7818         better.  Generally cleaned it up.
7820         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
7821         Norwegian resources and small fixes to the german resources.
7823 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7825         * [debugger/break.c]
7826         bark(), toggle_next(), should_continue(): New functions
7827         insert_break(): Fixed, adds write access to page before writing
7828         wine_bp.next_addr: new structure field
7830         * [debugger/dbg.y]
7831         Changed symbol's value to be it's value instead of the value
7832         pointed to by the symbol.
7833         Changed SIGTRAP handling to allow continuation after break point
7835         * [misc/shell.c]
7836         ShellAbout(): Load resource from memory
7838 ----------------------------------------------------------------------
7839 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7841         * [controls/scroll.c] [include/scroll.h]
7842         Rewritten most of scroll-bar code for better Windows look & feel.
7843         Implemented EnableScrollBar().
7844         Preliminary keyboard support.
7846         * [objects/bitblt.c]
7847         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
7848         bits from outside the visible region.
7850         * [objects/oembitmap.c] [include/bitmaps/obm_*]
7851         Use XPM symbolic colors to load bitmaps. This allows the colors
7852         of the bitmaps to depend on the system colors.
7854         * [tools/make_debug]
7855         Made the make_debug script more robust.
7857         * [windows/dialog.c]
7858         Fixed CheckRadioButton().
7860         * [windows/nonclient.c]
7861         A few changes to scroll-bar drawing and tracking.
7863         * [windows/winpos.c]
7864         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
7865         avoid confusion, and optimized it somewhat.
7867 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
7869         * [misc/audio.c]
7870         * [misc/mcianim.c]
7871         more coding but nothing spectacular.
7873         * [misc/mmaux.c]
7874         some coding to access '/dev/mixer'.
7876         * [misc/midi.c]
7877         some coding to read .MID files, but it's not playing yet.
7879 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
7881         * [objects/dib.c]
7882         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
7883         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
7884         includes some bitmaps output by Paint Shop Pro.  Implementation is
7885         possibly now too lax.  Please see the notes on the function about
7886         why.
7888         * [controls/desktop.c]
7889         The desktop pattern should be painted if the wallpaper doesn't
7890         cover the whole screen width OR the whole screen height.
7892 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
7894         * [objects/dib.c]
7895         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
7896         now work.
7898         * [loader/ne_resource.c] [include/resource.h]
7899         Some cleanup.
7901 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7903         * [Configure]
7904           [rc/sysres.rc]
7905         Primitive compile-time support for multiple languages
7907         * [rc/sysres_De.rc]
7908         New file
7910         * [loader/resource.c]
7911         LoadBitmap: Recognize end of sysresbm properly
7913         * [rc/Imakefile]
7914         Rules to compile resources simplified, dependencies changed
7916         * [rc/sysresbm.rc]
7917         Don't use sysresbm if using XPM
7919         * [windows/dialog.c]
7920         CreateDialogIndirectParam: Reverse Z-order of controls
7922         * [windows/message.c]
7923         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
7925         * [windows/winpos.c]
7926         NextWindowFromPoint: New function
7928         * [controls/button.c]
7929         WM_NCHITTEST: Group Box is HTTRANSPARENT
7930         BUTTON_CheckAutoRadioButton: New function
7931         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
7933 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
7935         * [objects/text.c]
7936         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
7937         is too long to break.
7939         * [objects/font.c]
7940         Don't assume helvetica if there is no font family; let the other
7941         font attributes decide what font to use.
7943         * [controls/widgets.c]
7944         Listboxes and combo boxes need to be notified of double-clicks.
7946         * [controls/listbox.c]
7947           [include/listbox.h]
7949         scrolling to bottom of list box should display last item at the
7950         bottom, not at the top.
7951         
7952         list boxes need to allocate a separate heap for their item data,
7953         rather than using the user heap.  Otherwise, it's very easy to run
7954         out of memory for list box items.
7956         removed redundant code in ListBoxAddString().  Implemented simple
7957         version of LBS_SORT.
7959         Don't put [.] in the list box when using DDL_DIRECTORY.
7961         * [controls/combo.c]
7962         Combos should pass CBS_SORT onto their list box.
7964         * [windows/win.c]
7965         If window creation is aborted, remove the window from the
7966         linked lists.
7968         * [controls/static.c]
7969         static controls with SS_ICON were always returning 0 from
7970         WM_NCCREATE.
7972         Make sure static controls have text to draw before drawing it.
7974 ----------------------------------------------------------------------
7975 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7977         * [objects/oembitmap.c]  (New file)
7978         Added possibility to use .xpm files for OEM bitmaps.
7980         * [include/bitmaps/obm*]  (New files)
7981         Redrawn all OEM bitmaps in xpm format.
7983         * [objects/font.c]
7984         Add space for internal leading when using a negative font height.
7985         Stubs for AddFontResource() and RemoveFontResource().
7986         Fix in FONT_Init() for uninitialised default font.
7988         * [windows/dialog.c]
7989         Make font height negative as it is really a point size and not a
7990         pixel size; dialogs using 8-point fonts look better now.
7992         * [windows/graphics.c]
7993         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
7995         * [windows/nonclient.c]
7996         A few changes for new OEM bitmaps.
7998 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
8000         * [windows/class.c]
8001         The names of local classes have to be stored using GlobalAtom*.
8002         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
8004         * [if1632/call.S]
8005         CallTo16(cx): It's possible to set the contents of the cx-register.
8007         * [loader/ne_image.c]
8008         InitNEDLL(): The size of the local heap is now passed in the cx-
8009         register when initializing a DLL.
8011         * [memory/heap.c]
8012         LocalInit(): The case start==0 is now handled in the way it should.
8014         * [windows/win.c]
8015         GetWindowLong(): If the adress of the windows function is requested
8016         it's no longer returned if it's within the Wine code (and therefore
8017         unreachable by a windows program). This makes Borland's OWL happy.
8019         * [controls/edit.c]
8020         EDIT_GetStr(): Added handling for off<0.
8022 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
8024         * [loader/library.c]
8025         Fixed infinite loop bug when two DLLs refer to each other (fixes
8026         hangup of Quicken during loading).
8028 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
8030         * [misc/dos_fs.c]
8031         Bug fix: The size of a disk an the available space
8032         is now returned in bytes instead of (incorrectly)
8033         KBytes.
8035 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
8037         * [windows/graphics.c]
8038         Bug fix: Pie segments are now filled with correct brush.
8040 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
8042         * [Imakefile]
8043         generate rc.o before loader.o
8045         * [controls/menu.c]
8046         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
8048         * [include/resource.h]
8049         Add struct ResourceTable
8051         * [loader/bitmap.h]
8052         Load system bitmaps from sysresbmTable
8054         * [misc/clipboard.c]
8055           [windows/event.c]
8056         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
8057         
8058         * [rc/Imakefile]
8059         generate rc.o from sysres.o and sysresbm.o. Added -lfl
8061         * [rc/rc.y]
8062         change style handling to allow ( S1 | S2 ) | S3
8064         * [rc/sysres.rc]
8065           [rc/sysresbm.rc]
8066         Put bitmaps and icons to sysresbm, everything else to sysres
8068         * [rc/winerc.c]
8069           [rc/winerc.h]
8070         Added -o, -c flags. New function set_out_file. Output to files.
8072         * [windows/dialog.c]
8073         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
8075         * [windows/nonclient.c]
8076         Create AboutWine dialog from template pointer
8078 ----------------------------------------------------------------------
8079 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8081         * [controls/static.c]
8082         Bug fix for SS_ICON controls.
8084         * [if1632/Imakefile]
8085         Fixed call.o dependencies.
8087         * [objects/clipping.c] [objects/dc.c]
8088         Fixed visible region handling. hVisRgn is always non-null now.
8090         * [windows/dce.c]
8091         Bug fix in GetDCEx for CS_OWNDC windows.
8093         * [windows/nonclient.c] [windows/painting.c]
8094         Fixes to icon window drawing.
8096         * [windows/winpos.c]
8097         A few fixes in SetWindowPos().
8099 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
8101         * [objects/bitblt.c]
8102         BitBlt(): BitBlt is now able to handle any raster operation. If
8103         the request can't be passed to XWindows directly, it's quite
8104         slow, though.
8106         * [*/*.c]
8107           [misc/main.c]
8108         Improvements of the system for handling debug messages. Options are
8109         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
8110         *debugoptions: +xxx there if you want to have turn messages xxx on).
8112         * [controls/menu.c]
8113         DestroyMenu(): The whole window won't be destroyed as a sideeffect
8114         any longer.
8116         * [misc/file.c]
8117         OpenFile(): Fixed bug in searching in system/window-directory.
8119 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
8121         * [include/windows.h]
8122         Bug fix for window related structures.
8123         DCB and COMSTAT are affected. They must be packed.
8125         * [misc/comm.c]
8126         Bug fix for COM ports:
8127         Dial and dialog window in terminal.exe now works.
8128         Non sequential COM assignments in wine.conf should not break now.
8129         Baudrate can be specified in wine.conf to overcome baudrate limitation
8130         in mswindow. See sample wine.ini
8132         * [include/comm.h]
8133         add baudrate field to DosDeviceStructre
8135         * [object/font.c]
8136         Bug fix for font assignment.
8137         Use pairs of foundry and family fontnames in X11 to correspond with
8138         window's fonts.
8139         Put font assignment ini wine.ini.
8141         * [wine.ini]
8142         Adding optional baudrate after port name in "serialports" section
8143         Add new section, "fonts".
8144         "default" is special key in "fonts" to match any unmatch window font.
8146 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
8148         * [if1632/relay.c]
8149         * [if1632/commdlg.spec]         New file.
8150         * [misc/commdlg.c]                      New file.
8151         * [include/commdlg.h]           New file.
8152         Begin of an emulated COMMDLG DLL, built-in for now.
8153         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
8154         thing you need to do is to put the real/dummy name in file relay.c)
8156         * [controls/scroll.c]
8157         * [controls/combo.c]
8158         * [controls/listbox.c]
8159         Few bug fixes and/or cosmetic.
8161         * [misc/audio.c]
8162         * [misc/mmaux.c]
8163         bug fixes and flags returned to emulate SB16.
8165         * [misc/midi.c]                         New file.
8166         skeleton for 'Midi' MMSYSTEM & MCI driver.
8168         * [misc/mcianim.c]                      New file.
8169         skeleton for 'Animation1' MCI driver.
8171         * [windows/win.c]
8172         Add new stub for GetLastActiveWindow().
8174 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
8176         * [if1632/call.S] [tools/build.c]
8177            Support for ELF format. (Not complete)
8179 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
8181         * [if1632/user.spec]
8182         Add stubs for ArrangeIconicWindows(), etc.
8184         * [if1632/kernel.spec]
8185         Add IsBad*Ptr() functions.
8187         * [loader/signal.c]
8188         Add test_memory(), for use with IsBad*Ptr().
8190         * [windows/winpos.c]
8191         Add stubs for TileChildWindows(), etc.
8193         * [windows/win.c]
8194         IsWindow() shouldn't crash if it's given a bad handle.
8195         Add stub for GetLastActivePopup().
8197         * [memory/global.c]
8198         Implement the IsBad*Ptr() functions.
8200         * [controls/listbox.c]
8201         Return the full longword of the item data in LB_GETITEMDATA.
8203         * [controls/edit.c]
8204         Don't let the user select an area past the end of the text.
8206         * [objects/text.c]
8207         In DrawText(), the code to delete crlfs also removed multiple
8208         consecutive newlines.  Also, using DT_CALCRECT didn't return
8209         the right height, and the width wasn't returned at all.
8210         This caused MessageBoxes to be missing much of their text.
8212         * [windows/scroll.c]
8213         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
8215 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
8217         * [miscemu/int21.c]
8218         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
8220         * [misc/property.c]
8221         Fixed inverted logic in EnumProps(), and changed CallBack16()
8222         call to use new arg format.
8224         * [windows/win.c]
8225         Fixed CallBack16() call in Enum[Child]Windows to use new arg
8226         format; this fixes crashes in enum procedures.
8228 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
8230         * [misc/clipboard.c]
8231           [windows/event.c]
8232           [windows/message.c]
8233         Added cut and paste between Wine and other X clients via
8234         the PRIMARY selection. Text only this time.
8236         * [controls/edit.c]
8237         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
8239         * [windows/defwnd.c]
8240         Send WM_SYSCOMMAND to overlapped ancestor window, 
8241         not the receiver of WM_SYSKEYDOWN
8243 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8245         * [controls/edit.c]
8246         ClientWidth()/ClientHeight() macros: return 0 if size would
8247         be negative
8248         EDIT_StrLength(): takes unsigned char* instead of char*
8250         * [controls/listbox.c]
8251         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
8252         case instead of in each place required (it was omitted in
8253         some places causing problems!)
8255         * [controls/menu.c]
8256         MENU_CalcItemSize(): don't try to find size of a text item
8257         if the pointer is NULL
8259         * [include/heap.h]
8260         added definition of HEAP_LocalInit()
8262         * [include/msdos.h]
8263         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
8264         instead)
8266         * [loader/selector.c]
8267         IPCCopySelector(): added missing flags to shmget() call
8268         ? does this break linux - I added these flags in a previous
8269         patch but they were missing in the corresponding release ?
8271         * [loader/signal.c]
8272         win_fault(): added missing definitions of i, dump for those
8273         not running NetBSD or linux
8275         * [misc/dos_fs.c]
8276         DOS_GetCurrentDir(): made temp[] static so it can be safely
8277         returned
8279         * [miscemu/int21.c,int25.c,int26.c]
8280         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
8281         segmem.h where necessary.
8283         * [windows/dialog.c]
8284         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
8285         HEAP_LocalInit(), removed redundant variables
8287 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
8289         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
8290           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
8291           [objects/bitblt.c] [objects/metafile.c]
8292         Rewritten more printf's to use the new debugging system, and
8293         made wine less verbose per default. Use "-debugmsg +module"
8294         to get (almost) the same behavior as before.
8296 ----------------------------------------------------------------------
8297 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8299         * [controls/button.c]
8300         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
8301         BM_SETSTATE.
8302         Implemented default button painting.
8303         Optimised redrawing.
8304         Fixed owner-draw buttons.
8306         * [controls/static.c]
8307         Implemented WM_SETFONT.
8308         A few optimisations in painting code.
8309         Bug fix for SS_SIMPLE controls.
8311         * [if1632/callback.c]
8312         Preliminary GetCodeHandle().
8314         * [if1632/gdi.spec]
8315         Changed 'pascal' to 'pascal16' everywhere it's needed.
8317         * [include/windows.h]
8318         Fixed a few data structures.
8320         * [memory/heap.c]
8321         Bug fix in HEAP_ReAlloc().
8323         * [misc/cursor.c]
8324         Fixed SetCursor().
8326         * [objects/bitblt.c]
8327         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
8329         * [objects/font.c]
8330         Better font mapping code.
8331         Implemented GetTextFace().
8333         * [objects/region.c]
8334         Bug fix in REGION_MakePixmap().
8335         Faster region copying.
8337         * [objects/text.c]
8338         Implemented ExtTextOut().
8339         Implemented DT_NOCLIP style for DrawText().
8341         * [windows/dc.c]
8342         Free the bitmap when deleting a memory DC.
8344         * [windows/dce.c]
8345         Added support for windows that have no associated X window.
8346         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
8348         * [windows/defdlg.c]
8349         Implemented default push button handling and DM_SETDEFID.
8350         Implemented WM_NEXTDLGCTL.
8352         * [windows/dialog.c]
8353         Implemented default push button handling.
8354         Beginning of a keyboard interface in dialogs
8355         (does not really work yet).
8356         Fixed dialogs that use a special font.
8358         * [windows/event.c] [windows/focus.c]
8359         Added support for non-X windows.
8361         * [windows/graphics.c]
8362         Rewritten FloodFill() and implemented ExtFloodFill().
8364         * [windows/message.c]
8365         Cleaner hardware messages and X events handling.
8367         * [windows/defwnd.c] [windows/painting.c]
8368         Implemented WM_SETREDRAW.
8370         * [windows/win.c]
8371         Only create an X window for top-level windows, or for the desktop.
8372         Child windows now use their parent's drawable.
8374         * [windows/winpos.c]
8375         Beginning of support for non-X windows (still somewhat broken).
8376         Implemented *DeferWindowPos().
8378         * [*/Imakefile]
8379         Cleaned up some Imakefiles.
8380         Moved dc.c from windows/ to objects/.
8381         Moved cursor.c from misc/ to windows/.
8383 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
8385         * [include/debug.h]
8386           [include/stddebug.h]
8387           [*/*.c]
8388         Rewritten all the calls to printf for displaying debug-information
8389         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
8390         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
8391         all these messages on, "-debugmsg -dll" will turn all messages 
8392         concerning DLLs off.
8394         * [controls/combo.c]
8395         Added some handling for combo controls with ownerdraw-styles
8396         (just creating and passing the necessary messages to the 
8397         corresponding listbox control; the edit-control needs to be
8398         replaced with something else).
8400         * [controls/edit.c]
8401           [windows/dialog.c]
8402         Added support for use of global heap memory in dialogs with 
8403         edit controls.
8405         * [controls/listbox.c]
8406         Added support for item data.
8407         ListBoxInsertString(): Fixed bug for elements which are not inserted
8408         after the currently last element.
8409         
8410         * [misc/dos_fs.c]
8411           [miscemu/int21.c]
8412         DOS_ValidDirectory(): Checks whether a given string is in fact the
8413         valid name of a directory.
8415 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
8417         * [Imakefile]
8418         generate wine.sym after creating wine
8420         * [debugger/dbg.y]
8421         load "wine.sym" when entering debugger
8423         * [debugger/info.c]
8424         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
8426 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
8428         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
8429         Files created
8431 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
8433         * [misc/spy.c]
8434         Exclude and Include no longer requires a terminating ';' to
8435         register the last component.
8437 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
8439         * [Configure]
8440         Rewrote much of it.  Added capability to generate a wine.ini
8441         file.  Commented out the processor emulator options until that
8442         becomes interesting.  Gives a warning if it sees any *.rej
8443         files.  I hope I haven't assumed to much about the shell/OS so
8444         that it breaks under *BSD.
8446         * [misc/dos_fs.c]
8447         Removed/changed calls to ToUnix() (which calls tolower()) so
8448         that the part of the pathname which correspond with the drive
8449         letter on DOS no longer will be mapped to lowercase.  This
8450         means that it should be possible to have uppercase letters in
8451         the [drives] section of wine.ini.
8453         * [LICENSE]
8454         Cosmetic changes so that it displays better in the window you
8455         get from pressing "Credit_License" in the "About WINE" window.
8457 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
8459         * [controls/menu.c]
8460         LoadMenu() moved to loader/resource.c.
8462         * [misc/main.c]
8463         Added stub for FileCDR().
8465         * [include/peexe.h]
8466         Added, from Eric's pe-test.
8468         * [include/resource.h]
8469         Added.
8471         * [loader/resources.c]
8472         Removed duplicated code in *Resource() functions.
8473         Moved NE-program specific functions into ne_image.c.
8474         Moved NE-fileformat functions to ne_resource.c.
8476         * [pe_image.c] [pe_resource.c]
8477         Added. Nothing implemented to run PE-executables, resource
8478         loading only.
8480         * [misc/file.c]
8481         Changed OpenFile() to use macros.
8483         * [misc/shell.c]
8484         Added NULL-ptr checks to ShellAbout().
8486         * [miscemu/int21.c]
8487         Fixed a few typos.
8489         * [miscemu/kernel.c]
8490         Added _DI = _DS, to put the caller's instance in DI. Doesn't
8491         work properly if caller changed DS :-(
8493 ----------------------------------------------------------------------
8494 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
8496         * [include/win.h]
8497         Removed seperate X window for icon, added icon width,height.
8499         * [include/windows.h]
8500         Commented out the old SW_xxx emum and added defines since
8501         they aren't enumerated.
8503         * [windows/dce.c]
8504         Removed some older IsIconic checks from GetDCEx(), functionality
8505         is now in nonclient and generic wine window handling code.
8506         Lots of thanks to Alexandre Julliard all the hints and
8507         help...
8509         * [windows/defwnd.c]
8510         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
8511         WM_PAINTICON now calls NC_HandleNCPaint.  
8513         * [windows/event.c]
8514         Removed IsIconic checks.
8516         * [windows/icon.c]
8517         Removed everything in this file for now... could be used later.
8518         Icon functionality is now handled by the generic wine windows
8519         handling functions.
8520         
8521         * [windows/mdi.c]
8522         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
8523         show up when deiconified.  Removed IsIconic checks.
8525         * [windows/message.c]
8526         Removed old icon routines from hardware_event().
8528         * [windows/nonclient.c]
8529         Changed NC_HandleNCCalcSize() so it doesn't change the size
8530         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
8531         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
8532         on an Iconic window always send a SC_RESTORE message.
8534         * [windows/painting.c]
8535         Changed RedrawWindow() so it doesn't redraw an iconic window
8536         unless it has to (no icon for this class).
8537         
8538         * [windows/win.c]
8539         Removed creation of seperate icon window from CreateWindowEx().
8540         
8541         * [windows/winpos.c]
8542         Added saving and restoring of window rectangle during
8543         iconification/deiconification to ShowWindow().  Added
8544         functions to recursively hide and show children... called
8545         by ShowWindow during iconification/deiconification.
8547 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
8549         * [windows/message.c]
8550         WaitMessage(): Fixed handling of wm_timer-messages
8552         * [miscemu/int21.c]
8553         FindNextFCB(): Rewritten to support other functions than just
8554         returning the volume label
8556         * [misc/file.c]
8557         OpenFile(): Fix in handling of OF_CREATE
8559 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8561         * [if1632/user.spec]
8562         Added SetParent.
8564         * [windows/win.c]
8565         Added SetParent.
8567 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8569         * [loader/selector.c]
8570         Many changes throughout file to correct handling of shared memory
8571         function return codes. FreeBSD and SunOS shm functions return
8572         -1 not 0 on error. If Linux is different, these changes
8573         will have to be backed out.
8574         CleanupSelectors(): this is a new (internal) call to free
8575         up all selectors (and shm handles/memory) for use on exit.
8577         * [include/segmem.h]
8578         Change comment to reflect new use of shm_key
8580         * [misc/main.c]
8581         called_at_exit(): add call to CleanupSelectors()
8583 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8585         * [controls/button.c]
8586         Use OBM_CHECKBOXES to draw check boxes with correct colors.
8587         Fixed bug with WM_SETTEXT handling.
8588         A few drawing optimisations.
8590         * [controls/menu.c]
8591         Implemented correct \t and \a handling in menu items.
8592         Implemented help items (flush right) on menu bar.
8593         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
8595         * [controls/static.c]
8596         Fixed SS_ICON controls and implemented STM_SETICON message
8597         handling.
8599         * [controls/widget.c]
8600         Set cursor to IDC_ARROW for built-in classes.
8602         * [include/options.h] [misc/main.c]
8603         Backing store is now off by default.
8605         * [objects/region.c]
8606         Use X regions for rectangle and polygon regions: *major* speed
8607         improvement.
8609         * [windows/dialog.c]
8610         Fixed the fix for integer ids in controls. SS_ICON controls in
8611         dialogs should work now.
8612         Implemented DS_ABSALIGN style.
8614         * [windows/graphics.c]
8615         Implemented InvertRgn().
8616         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
8617         than with CreateCompatibleDC() + BitBlt().
8619         * [windows/message.c]
8620         Determining the window for a mouse message is now done at
8621         GetMessage() time.
8622         Modified PeekMessage() handling to avoid needlessly flushing the
8623         output queue.
8625         * [windows/timer.c]
8626         Check for restart of a timer (SetTimer call with the same hwnd and
8627         id than an existing timer).
8629 ----------------------------------------------------------------------
8630 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
8632         * [misc/file.c]
8633         OpenFile(): Completly rewritten.
8635         * [miscemu/int21.c]
8636         CreateFile(): Fixed wrong mode in call to open.
8637         OpenExistingFile(): Implemented file sharing.
8638         FindNext(): Fixed.
8639         CreateNewFile(): Fixed wrong mode in call to open.
8640         fLock(): Added to handle record locking.
8641         GetFileAttribute(): Added.
8642         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
8644         * [miscemu/int2f.c]
8645         AH = 0x10: SHARE installation check
8647         * [loader/resource.c]
8648         AccessResource(): Fixed. A new file descriptor will be returned by
8649         every call to AccessResource().
8651         * [windows/utility.c]
8652         wvsprintf(): Fixed.
8654         * [controls/menu.c]
8655         FindMenuItem(): Fixed (handling for nPos == -1 added).  
8657         * [windows/win.c]
8658         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
8660         * [Configure]
8661         Added two options for a processor emulator that might be
8662         plugged in later..
8664         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
8665         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
8666         Added TaskFirst(), TaskNext(), TaskFindHandle().
8668         * [memory/global.c]
8669         Added stub for MemManInfo().
8671         * [objects/text.c]
8672         Added stub for GetTabbedTextExt().
8674         * [miscemu/*]
8675         Changed all references to registers. Please don't access
8676         the context structure.
8677         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
8679         * [misc/lstr.c]
8680         Fixed bug in AnsiUpper() & AnsiLower().
8682         * [misc/winsocket.c]
8683         bugfix in getsockopt()/setsockopt(): winsock uses different values
8684         than unix.
8686         * [objects/dib.c]
8687         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
8689 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
8691         * [controls/edit.c]
8692         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
8694         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
8695         Modified dialog code to create new heap for edit controls
8696         unless DS_LOCALEDIT style is set.
8698 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8700         * [controls/button.c] [controls/edit.c] [controls/static.c]
8701         Removed unneeded GlobalUnlock() calls.
8703         * [controls/menu.c] [include/menu.h]
8704         Lots of changes, fixed a lot of old bugs and introduced a lot of
8705         new ones :-)
8706         - Changed message loop to use MSG_GetInternalMessage().
8707         - Fixed a bug that caused the main window to lose activation when
8708           displaying a menu.
8709         - Correctly send initialisation messages (WM_INITMENUPOPUP).
8710         - Implemented EndMenu() and LookupMenuHandle().
8711         - Changed internal structures to be as compatible as possible with
8712           MS-Windows.
8713         - Allocated everything on the USER heap instead of the global heap.
8714         - Prefixed all internal function names with MENU_ and declared
8715           them static.
8716         - Moved "About Wine..." handling to NC_HandleSysCommand().
8717         - Multi-line menus should now work correctly.
8719         * [loader/resource.c] [objects/bitmap.c]
8720         Added the possibility to create OEM bitmaps directly as X bitmaps.
8722         * [objects/dcvalues.c] [windows/dc.c]
8723         Fixed GetDCOrg() to return screen coordinates.
8725         * [windows/message.c]
8726         Fixed double-click checks when the message is not removed from the
8727         queue.
8728         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
8730         * [windows/nonclient.c]
8731         Bug fix in system menu hit-test calculation.
8732         A few changes for new menu functions.
8734 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8736         * [controls/edit.c]
8737         Bug fix in Edit_NCCreateMessage
8738         es->textlen was being used before being set
8740         * [controls/menu.c]
8741         Bug fix in MENU_DrawMenuItem
8742         don't try to write text if NULL pointer passed
8744 ----------------------------------------------------------------------
8745 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
8747         * [windows/message.c]
8748         Implemented WaitMessage() (USER.112).
8750         * [if1632/user.spec]
8751         Added WaitMessage.
8753         * [windows/defwnd.c]
8754         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
8756         * [miscemu/int{13,21,2a}.c]
8757         * [miscemu/Imakefile]
8758         * [signal/loader.c]
8759         Added a few basic disk information and diagnostic functions to
8760         prevent programs using this function from crashing. All drives
8761         are claimed to be remote ones, so direct I/O isn't allowed.
8763         * [controls/edit.c]
8764         EDIT_WriteText(): Added code to correctly erase the remaining space
8765         of the edit-control if the size of the control has changed sinced it's
8766         creation.
8768 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
8770         * [if1632/mouse.spec]
8771         Added mouse.dll entry, no functions.
8773         * [loader/resource.c]
8774         Bug fix in AccessResource(). 
8776         * [misc/keyboard.c], added [include/keyboard.h]
8777         Changed functions to return more useful values.
8779         * [windows/dialog.c]
8780         Hacked DIALOG_GetControl() to support resources which
8781         have 0xff00 - 0xffff as id. ** Needs to be done properly by
8782         someone who knows the NE fileformat **
8784 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8786         * [windows/event.c]
8787         Add new stub for EnableHGardwareInput() function.
8789         * [windows/message.c]
8790         Add coding for HWND_BROADCAST in PostMessage().
8792         * [misc/file.c]
8793         Add coding for OpenFile() also search in WindowPaths.
8795         * [misc/mmsystem.c]
8796         * [misc/audio.c]
8797         * [misc/mmaux.c]
8798         * [misc/mcicda.c]
8799         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
8800         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
8801         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
8802 ----------------------------------------------------------------------
8803 Mon Jul 18 23:55:13 MET DST 1994
8805         * [if1632/call.S]
8806         CallTo16(): added `mov %eax,%edx' just before lcall,
8807         to make sure that DX contain the DLL's hinstance when
8808         initialised.
8810         CallTo32_16() added, equal to CallTo32() except for
8811         one thing: it saves DX and 
8813         * [tools/build.c]
8814         Added some code to support 16 and 32 bit return values.
8816         * [1632/{kernel,user}.spec]
8817         Changed most of the `pascal' style to pascal_16 when
8818         function returned a 16bit value.
8820 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8822         * [controls/menu.c]
8823         Reorganized sizing and drawing code to implement multi-line menus.
8824         Implemented MENUBREAK style.
8825         Use system colors to draw menus.
8827         * [objects/color.c]
8828         Bug fix in COLOR_IsSolid().
8830         * [objects/font.c]
8831         Bug fix in FONT_GetMetrics(): calculate average character width
8832         only on existing chars (dialogs look much better).
8834         * [objects/text.c]
8835         Bug fix in DrawText(): use text color to underline mnemonic.
8837         * [windows/nonclient.c]
8838         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
8840         * [windows/syscolor.c]
8841         Added system objects for menu colors.
8843 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8845         * [controls/menu.c]
8846         Fixed bug in SelectPrevItem that caused seperators to not be
8847         skipped when using the up arrow key.
8849 ----------------------------------------------------------------------
8850 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
8852         * [Configure]
8853         Autodetects Linux version (if running Linux).
8855         * [loader/signal.c]
8856         New signals for Linux.
8858         * [loader/ldtlib.c]
8859         New structure field in sys call.
8861 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
8863         * [load/resource.c] 
8864           fixed Memory (Resource) Leak.
8866         * [load/main.c] 
8867           fixed a printf.
8869 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8871         * [controls/desktop.c]
8872         Implemented desktop wallpaper (only 16 colors for now).
8874         * [controls/menu.c] [windows/nonclient.c]
8875         Preliminary work to allow multi-line menus.
8877         * [misc/main.c]
8878         No backing store on desktop window (not useful).
8880         * [objects/text.c]
8881         A few fixes to DrawText() to make underlines under mnemonic
8882         letters to look better.
8884         * [windows/graphics.c]
8885         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
8886         Implemented PolyPolygon() (partially working).
8888         * [windows/winpos.c]
8889         New function WINPOS_SendNCCalcSize().
8890         Cleaned up SetWindowPos() and added preliminary support for
8891         multi-line menus.
8893 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
8895         * [controls/edit.c]
8896         Changes to work as a library.
8898         * [if1632/callback.c] 
8899         Ifdefed module.
8901         * [if1632/relay.c]
8902         Changes to allow linking with WineLib.
8904         * [include/windows.h]
8905         Added macro WINELIB_UNIMP
8907         * [loader/library.c]
8908         When compiling WineLib, GetProcAddress is not implemented yet.
8910         * [loader/main.c]
8911         Added empty InitDLL when using WineLib.
8913         * [loader/ne_image.c]
8914         Some parts of the loader are needed for WineLib, ifdefed correctly
8916         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
8917         Disable compilation of module when compiling WineLib.
8919         * [toolkit/heap.c]
8920         Fixed small bug.  When passed an invalid handle WineLib would
8921         crash, now return NULL.
8923         * [toolkit/winmain.c]
8924         Call CreateNewTask in _WinMain.
8926 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
8928         * [controls/edit.c] [controls/widget.c]
8929         More changes to improve compatibility with Windows' edit
8930         control.  Finished off tab stop support.
8932 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
8934         * [if1632/relay.c]
8935         # of ordinals in shell.dll changed to 103.
8937         * [loader/signal.c]
8938         sti, cli will now be ignored.
8940         * [objects/brush.c]
8941         Added stub for GetSysColorBrush().
8943 ----------------------------------------------------------------------
8944 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
8946         * [controls/edit.c]
8947         Bug fixes and tidying up.  Preliminary tab stop support
8948         (doesn't work yet).
8950         * [windows/dialog.c]
8951         Reversed order of buttons in CheckRadioButtons so that all
8952         buttons are now displayed.
8954 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8956         * [include/options.h] [misc/main.c] [windows/win.c]
8957         Removed nosaveunders option, replaced by handling
8958         the CS_SAVEBITS flag.
8960         * [windows/class.c]
8961         Modified the fix for negative size in class extra bytes to
8962         avoid modifying the caller's data.
8964         * [windows/dc.c]
8965         Bug fix: system font must be a proportional font.
8966         Fixed a bug that caused the default pen to not be selected
8967         correctly in a DC.
8969         * [windows/graphics.c]
8970         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
8971         noticing it.
8973         * [windows/painting.c]
8974         Removed incorrect selecting of default objects in BeginPaint()
8975         (no longer needed because of the fix in dc.c).
8977 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8979         * [misc/mmsystem.c]
8980         * [misc/audio.c]
8981         Add more code to interface '/dev/dsp'.
8983         * New file [misc/mcicda.c]
8984         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
8986         * New file [misc/mmaux.c]
8987         Stubs to make a future driver connected to '/dev/mixer'.
8989         * [windows/win.c]
8990         Temporary patch to CreateWindowEx() for reseting negative
8991         coordinates to 0,0 ; because 'soundrec.exe' give negative values
8992         and I need it to work on MMSYSTEM ... :-)
8994         * [miscemu/int2f.c]
8995         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
8997 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
8999         * include/comm.h
9000         New file -- some definitions that were in comm.c now need to
9001         be shared with misc/dos_fs.c
9003         * misc/comm.c
9004         Some definitions moved into include/comm.h
9006         * misc/dos_fs.c (DOS_GetEquipment):
9007         Fixed error in equipment -- bitwise or of two values should
9008         be used instead of logical or.  Also added code to correctly
9009         report the number of serial and parallel devices.
9011 ----------------------------------------------------------------------
9012 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
9014         * [objects/bitmap.c]
9015         Allow negative bitmap sizes.
9017 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
9019         * [controls/edit.c]
9020         Improved selection display.  Added processing for WM_SETFONT,
9021         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
9022         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
9023         application's local heap.
9025         * [windows/graphics.c]
9026         Corrected bug in Rectangle().  XFillRectangle has the same
9027         width as Rectangle, but XDrawRectangle is one pixel wider
9028         for the same co-ordinates.
9030         * [memory/heap.c] [include/heap.h]
9031         Added HEAP_LocalSize function.
9033         * [windows/event.c] [windows/keyboard.c]
9034         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
9035         Added supporting code to GetKeyState and GetAsyncKeyState and
9036         merged mouse button states into GetKeyboardState.
9038         * [loader/resource.c] [include/accel.h]
9039         Added recognition of SHIFT, CONTROL and ALT keys to
9040         TranslateAccelerator.
9042         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
9043         A bit more metafile support.
9045 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
9047         * [loader/resource.c]
9048         SizeofResource() and AllocResource() added, AccessResource() updated.
9050         * [if1632/kernel.spec]
9051         FreeLibrary() used for FreeModule().
9053         * [windows/graphics.c]
9054         Rectangle(): swap left & right corners when right < left,
9055         swap top & bottom when botton < top.
9057 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9059         * [controls/combo.c]
9060         Fix bug in window style of the associated listbox.
9062         * [controls/menu.c]
9063         Skip separators in keyboard navigation by using new internal 
9064                 functions SelectPrevItem() & SelectNextItem(),
9066         * [misc/profile.c]
9067         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
9068                 IntBuf must be alloc to (5+1)=6. char instead of 5.
9070         * [misc/main.c]
9071         Put code in functions SetEnvironment() & GetEnvironment().
9073         * [misc/shell.c]
9074         Start putting some code in ExtractIcon() function.
9076         * [misc/mmsystem.c]
9077         Some code for MMTimer functions & timers list.
9079         * [miscemu/int31.c]
9080         Few stubs for DPMI interrupt calls. Nothing work yet.
9082 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
9084         * include/win.h (tagWND):
9085         Added icon fields icon, hIcon and rectClientSave to 
9086         the tagWND struct.
9088         * windows/Imakefile
9089         Added icon.c to the list of files to compile
9091         * windows/dce.c (GetDCEx):
9092         Added some checks for iconic mode and pass icon window as drawable,
9093         not the real window.
9095         * windows/defwnd.c (DefWindowProc)
9096         Added PAINTICON default windows procedure.
9098         * windows/event.c (EVENT_Expose)
9099         Added check for iconic window expose. If iconic window is exposed
9100         send a WM_PAINTICON message
9102         * windows/icon.c 
9103         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
9105         * windows/mdi.c (DefMDIChildProc)
9106         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
9108         * windows/message.c (hardware_event)
9109         Looks for icon as well as window now.
9111         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
9112         Added iconify/deiconify in NC_HandleSysCommand, new function
9113         NC_DoNCPaintIcon which paints an icon.
9115         * windows/painting.c (BeginPaint)
9116         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
9117         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
9118         windows behavior.
9120         * windows/win.h (CreateWindowEx)
9121         Set the default background color of a window to be white.
9122         Create icon window, turn off MINIMIZE if it is on, since
9123         I don't know what to do with it as of yet... register
9124         the icon with the hwnd of its window so we can identify where
9125         icon messages are coming from.
9127 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
9129         * windows/event.c: Added a hack to define XPointer when using
9130         X11R4. 
9132         * toolkit/hello.c: Test application for WineLib. To compile you'll
9133         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
9134         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
9136         * toolkit/heap.c: Extended the size of the block size per chunk.
9138         * misc/stress.c (GetFreeFileHandles): Fixed typo.
9140         * misc/main.c (main): Changes to allow compilation under SunOS. 
9142         * loader/library.c: Changed some ifdefs to compile WineLib.
9144 ----------------------------------------------------------------------
9145 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
9147         * loader/selector.c (GetCurrentPDB): 
9148         Added trivial function GetCurrentPDB() which returns the program
9149         segment prefix selector.
9151         * memory/heap.c (HEAP_Free): 
9152         If free list is empty, make the freed block the free list.
9154 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
9156         * controls/edit.c (EDIT_SetTextMsg): 
9157         Do not append a newline at the end of the last line.
9159         * windows/event.c (SetCapture): 
9160         Set winHasCursor if mouse capture succeeds.
9162 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9164         * [controls/listbox.c]
9165         Fix bug in listbox : InsertString should call AddString if -1.
9167         * [controls/menu.c]
9168         New function GetMenuState().
9170         * [controls/scroll.c] [windows/nonclient.c]
9171         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
9173         * [objects/text.c]
9174         Add Stub for TabbedTextOut(), which temporarely call Textout().
9176         * [windows/keyboard.c] [windows/event.c]
9177         New function GetKeyBoardState() with an KeyStateTable array
9178                 & associated handling in function EVENT_key().
9180 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
9182         * [controls/menu.c]
9183         IsMenu() added.
9185         * [loader/library.c]
9186         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
9187         added.
9189         * [object/gdiobj.c]
9190         IsGDIObject() added.
9192         * [miscemu/int2[56].c]
9193         bugfix: both didn't leave flags pushed on 16bit-stack.
9194         (winfile gets a bit further)
9196         * [miscemu/int16.c]
9197         Added (empty).
9199 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
9200         * windows/event.c:
9201         Added code to drop redundant motion Events in the XEvent queue.
9203 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
9205         * [misc/main.c misc/message.c include/texts.h]
9206         Removed the text-constants from message.c into variables
9207         which may be changed from X-resources.
9209         * [misc/main.c misc/message.c]
9210         added <locale.h> and setlocale() to main.c, used toupper() in message.c
9212 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
9214         * controls/button.c ( [CR]B_LButton* ) 
9215         left rc.right at full window width so click on label also 
9216         activates the control (MSWin behavior)
9218 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
9220         * include/windows.h:
9221           functions pointers can not be packed.
9222           (annoying warnings with forthcomming gcc-2.6.x)
9223         
9224         * loader/main.c (InitDLL): 
9225           Fixed a printf statement. (for control.exe) 
9227           (InitializeLoadedDLLs): 
9228           deleted shadow definition of  *wpnt.
9229           (Breaks many programs, because now COMMDLG will be
9230            initialized :-(
9232         * windows/win.c (SetWindowText): 
9233           added missing breaks; (PENSATE starts) 
9235         * windows/graphics.c (FloodFill): 
9236           Proper boundarys. (BANGBANG starts) FloodFile_rec should
9237           be rewritten.
9239         * objects/font.c (FONT_GetMetrics): 
9240           TYPO: use font->perchar only if it is defined. (WRITE starts)
9242 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
9243         controls/scroll.c:
9244         Fixes for improved behaviour when dragging thumb;
9245         Added SB_THUMBPOSITION message when thumb is released.
9247 ----------------------------------------------------------------------
9248 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
9250         * loader/selector.c (FixupFunctionPrologs): 
9251         New function to fixup loaded DLL function prologs.  It replaces the
9252         do nothing code with code that loads DS with the appropriate data
9253         segment for the DLL.
9255         * misc/cursor.c (LoadCursor): 
9256         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
9257         the possibility of multiple cursors in a single directory.  Also,
9258         it should check to see if the cursor is the right size.
9260         * objects/font.c (EnumFonts): 
9261         Checked for lpLogFontList[i] == NULL
9263         * objects/gdiobj.c (SetObjectOwner): 
9264         Removed stub.  Replaced with simple return in gdi.spec.  This
9265         function is not defined for the retail version of Windows.
9267         * memory/heap.c (WIN16_LocalHandleDelta): 
9268         New function.  This is really a dummy that imitates the proper
9269         return values.
9271         * loader/library.c (GetProcAddress): 
9272         Fixed definition of IS_BUILTIN_DLL() macro.
9274 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
9276         * miscemu/int21.c (SeekFile): 
9277         Needed to return current position in DX:AX.
9279         * windows/utility.c (windows_wsprintf): 
9280         Added support for '#' in format, and fixed bug with "ptr" being
9281         incremented too many times.
9283         * miscemu/int21.c (OpenExistingFile): 
9284         Add code to handle opening files read-only and write-only.
9286         * loader/wine.c:
9287         Segment fixups now done in LoadImage instead of _WinMain.  This
9288         is necessary to support LoadLibrary().
9290 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
9292         * [loader/*]
9293                 - fixed: GetModuleHandle() sometimes returned
9294                   a wrong handle.
9295                 - don't init dlls when cs == 0 (lzexpand, doesn't
9296                   seem to have a init function)
9297                 - LoadLibrary & LoadImage now return error instead
9298                   of stopping wine.
9299                 - moved most of NE-functions into one file.
9300                 - LoadLibrary() uses w_files list instead of its
9301                   own list.
9302                 - NE exectables are now fixed-up and initialised when
9303                   loaded instead of only once before calling InitTask.
9305         * [miscemu/int15.c] [miscemu/int31.c]
9306         Added.  
9308         * [loader/selector.c]
9309         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
9311         * [misc/main.c]
9312         Stub added for IsRomModule().
9314         * [miscemu/int21.c]
9315         Some cleanup, added heap for returning data.
9317 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9319         * [tools/build.c]
9320         Change MAX_ORDINALS     define to higher value, 1299 entries.
9321         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
9323         * [windows/utility.c]
9324         Bug fix in windows_wsprintf(), (twice increments ...).
9326         * [windows/winpos.c]
9327         Bug fix in SetWindowPos(), redraw was done if flag
9328                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
9330         * [misc/message.c] [controls/combo.c]
9331         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
9333         * [windows/win.c]
9334         In CreateWindowEx(), do SetMenu() calls after window creation,
9335                 just before sending to WM_NCCALCSIZE.
9337         * [controls/menu.c]
9338         In function SetMenu(), now use SetWindowPos() with 
9339                 flags SWP_FRAMECHANGED to readjust menu area.
9340         Function MenuBarCalcSize() redone.
9342 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
9344         * [objects/text.c]
9345         Fixed problems associated with DT_WORDBREAK flag.  String length
9346         was not being properly decremented when lines were folded, and
9347         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
9348         both on in addition to DT_WORDBREAK.  Windows does wrapping in
9349         this case, and now so does wine.
9351 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
9353         * [edit.c]
9354         cp1 was uninitialized iff lineno == 0
9356         *  FindFile tests for existance of file even if a full
9357            filename was supplied. What about unix file names?
9359         * [controls/listbox ]
9360         wndPtr was uninitialized for LB_SETTOPINDEX
9362         * [misc/property.c]     
9363         Do not free lpProp. Is it really allocated by malloc?
9364         {edited by Bob Amstadt: changed free() to GlobalFree()}
9366 ----------------------------------------------------------------------
9367 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
9369         * miscemu/int21.c (OpenExistingFile): 
9370         OpenExistingFile needed to return handle in AX register instead
9371         of the BX register.
9373         * miscemu/int21.c (ioctlGetDeviceInfo): 
9374         Added a little code to give a fake result for normal files.
9376 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
9378         * [memory/global.c]
9379         return value from GlobalSize was completely wrong.
9381         * [miscemu/int21.h]
9382         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
9383         dta correctly.
9385         * [tools/build.c]
9386         fixed creation of pop.h to guarantee that flags are restored correctly.
9388         * [misc/comm.c]
9389         changed all occurance of strncmp() to strncasecmp().
9390         BuildCommDCB() should not require that OpenComm() be called first.
9392         * [loader/selector.c]
9393         Heap initialized to size of full segment less stack size and 
9394         automatic data size.
9396 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
9398         * [controls/listbox.c]
9399         Correct typos in ListBoxResetContent where lpls variable is
9400         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
9401         twice on the same handle if hData and hMem are the same.
9403         * [debugger/opcodes/i386-dis.c]
9404         Add new name array names_rmw for table driven decoding of the
9405         16-bit mod/rm field.  Omit large case statement in OP_E and
9406         replace with array reference to match existing coding style.
9407         Add new static variable machine with value 286 or 386 to
9408         correctly decode mod/rm field in either 16 or 32 bit modes.
9409         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
9410         to decode mod/rm.  While the code was correct for 16 bit code,
9411         it was improperly decoding mod/rm fields on word prefixed
9412         32 bit instructions.
9414         * [debugger/debug.l]
9415         Recognize new token ABORT.   Recognize single letters 'p'
9416         and 'q' as tokens.
9418         * [debugger/dbg.y]
9419         Add new token ABORT.  Allow print command to be invoked by
9420         'p' and quit command by 'q', ala GDB.  Change lots of '};'
9421         to just '}'.  Add static dummy_regs to wine_debug so that
9422         wine_debug(0, NULL) doesn't core dump with qmagic.
9424         * [debugger/info.c]
9425         Correct syntax of break command in helptext and omit former
9426         comment about probable bugginess of the disassembly since it
9427         is now correct.  Change fprintf of first backtrace stack
9428         frame to match that of the second and subsequent frames.
9430         * [loader/selector.c]
9431         Change construction of command line in CreatePSP from creating
9432         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
9433         PSP command line looks like " arg1 arg2\r" with the length not
9434         including the trailing "\r" but that is not how Windows does it.
9436         * [loader/library.c]
9437         Change uses of %s to print strings in GetModuleHandle to %x so
9438         that string IDs don't cause a core dump with qmagic.  Handle
9439         converting a string id to a literal module handle.  For
9440         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
9441         it is a real module handle.
9443         * [misc/message.c]
9444         In MessageBox, translate a NULL title argument to the string "Error".
9446         * [misc/profile.c]
9447         In GetSetProfile translate a NULL Default argument to "".  Any
9448         caller whose Default argument is NULL is buggy, but CHARMAP does it
9449         anyway.
9451         * [objects/font.c]
9452         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
9454 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
9456         * New options/resourses nosaveunders and nobackingstore.  By 
9457         default backingstore and saveunders are now enabled, these use 
9458         more memory but avoids those slow (sometimes multiple) redraws 
9459         caused be exposure events.
9461 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9463         * [misc/driver.c] New file
9464         Skeleton for 'Installable Wine Drivers' functions. :-)
9465         * [misc/audio.c] New file
9466         Skeleton for basic 'Audio Driver' functions.
9467         * [misc/network.c] New file
9468         Stubs for few networking functions.
9470         * [misc/mmsystem.c]
9471         More coding ... a dust in a galaxy ...
9472         * [misc/shell.c]
9473         Some coding for 'RegXXX' functions ... a dust in the wind ...
9475         * [misc/profile.c]
9476         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
9478         * [objects/gdi.c]
9479         New function CreateDiscardableBitmap(), it just calling 
9480         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
9482         * [controls/listbox.c]
9483         * [controls/combo.c]
9484         New font member assigned to SYSTEM_FONT as default.
9485         Added processing for WM_SETFONT message;
9488 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
9490         * [windows/event.c]
9491         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
9493         * [windows/keyboard.c]
9494         Implemented beginning of GetAsyncKeyState.
9496 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9498         * [objects/metafile.c] [include/metafile.h]
9499           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
9500           [windows/dc.c]
9501         Further metafile support.
9503 ----------------------------------------------------------------------
9504 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
9506         * [loader/selector.c]
9507         Allocate heap and stack segments as 64k.
9509 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
9511         * [loader/selector.c]
9512         Correct typos where memcpy is used instead of memset.
9514         * [loader/resource.c]
9515         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
9516         by calculating the value when the bitmap is not compressed.
9518         * [miscemu/int21.c]
9519         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
9521         * [loader/resource.c]
9522         New function type_match to handle string resource types as
9523         well as IDs.  In addition, compare only low 4 bits of type_id
9524         when both numbers are IDs so that 0x0002 matches 0x8002.
9525         In FindResourceByNumber and FindResourceByName use type_match
9526         instead of comparing numbers.  In FindResource handle the
9527         "#number" syntax and empty strings in both the resource and
9528         type names.
9530 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
9532         * [windows/dialog.c]
9533         Fix inadvertent printing of string IDs as strings.
9535 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9537         * [controls/menu.c]
9538         New functions GetMenuItemCount(), GetMenuItemID().
9539                 GetMenuString() & HiliteMenuItem().
9540         Bug fix in CheckMenuItem().
9541         Function SetMenu() now make client area recalc if menu removed.
9543         * [windows/winpos.c]
9544         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
9545                 windows with initial width or height equal zero.
9547         * [objects/gdiobj.c]
9548         New function EnumObjects(), using new lpPenBrushList buildup
9549                 from calls to new function GDI_AppendToPenBrushList().
9550                 ('pbrush.exe' don't show its face yet ! ... :-( )
9551         New EMPTY STUB for function SetObjectOwner(),
9552                 ('mplayer.exe' call it via GetProcAddress() ...)
9554         * [objects/font.c]
9555         New internal functions ParseFontParms() & InitFontsList().
9556         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
9557         FONT_MatchFont now make retries to find closest-smallest font.
9558                 ('charmap.exe' can now show the differents fonts available)
9560         * [windows/nonclient.c]
9561         Use small dos OBM_OLD_CLOSE button for MDI windows.
9563         * [windows/graphics.c] [objects/bitmap.c]
9564         Start to remove obsolete globals such XT_screen ...
9566         * [loader/library.c]
9567         Make function GetProcAddress() working also with builtin DLLs.
9569 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
9571         * [if1632/system.spec] [if1632/toolhelp.spec]
9572         system.dll & toolhelp.dll added.
9574         * [loader/library.c]
9575         Modified GetModuleFileName() to return the full
9576         filename.
9577         Added a check to LoadLibrary() to prevent loading
9578         built in dlls. (eg. user.exe)
9579         Added a check to FreeLibrary() to prevent built-in
9580         dlls from being freed.
9581         Modified GetProcAddress() to support builtin dlls.
9583         * [loader/signal.c] [miscemu/int2f.c]
9584         Added => pifedit runs.
9586         * [misc/dos_fs.c]
9587         Added a NULL-ptr check to DOS_closedir().
9589 ----------------------------------------------------------------------
9590 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
9592         * [windows/dce.c]
9593         Fixed bug with dce initialization that was causing dialog boxes to not
9594         be displayed.
9596         * [if1632/callback.c]
9597         Better fix for bug found by Martin.
9599 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
9601         * [ memory/heap.c ]
9602         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
9604 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9606         * [objects/font.c]
9607         Make EnumFonts() calling a callback with dummy fonts ... :-)
9609         * [objects/text.c]
9610         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
9612         * [if1632/callback.c]
9613         Temporarely go around bug in CallWindowProc(), you will see printfs.
9615         * [controls/edit.c]
9616         Make EDIT controls focused by a mouse click.
9618         * [misc/property.c]
9619         Bug Fix in function EnumProps(), better use of CallBack16().
9621         * [misc/mmsystem.c]
9622         Basic Skelton's for MCI messages dispatching function.
9624 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
9626         * [windows/utility.c]
9627         Added windows_wsprintf() for the emulator, wsprintf() is
9628         for libwine.
9630 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
9632         * [misc/cursor.c]
9633         Fix pointer problems in LoadCursor leading to heap corruption.
9635         *  [ controls/menu.c ]
9636         Fix two NULL dereferencing bugs.
9638 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
9640         * [objects/font.c]
9641         Fix NULL pointer dereferencing bug in GetCharWidth.
9643         * [loader/resource.c]
9644         Fix under-allocation of memory in LoadAccelerators.
9646         * [windows/class.c]
9647         Ignore negative sizes for extra fields in RegisterClass.
9649 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9651         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
9652           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
9653           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
9654           [windows/dc.c] [windows/mapping.c]
9655         Beginnings of metafile support.
9657         * [misc/file.c]
9658         Corrected spelling of _lcreat.
9660         * [controls/edit.c]
9661         Minor bug fixes.
9662 ----------------------------------------------------------------------
9663 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9665         * [controls/scroll.c]
9666         Make thumbtrack button disappear if scroll box ratio < 3:1.
9667         Make arrow buttons rectangular if scroll box ratio < 2:1.
9668         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
9669                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
9670         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
9672         * [loader/library.c] [loader/task.c] [misc/exec.c]
9673         Continue playing around trying to get a second task running.
9675         * [windows/mdi.c]
9676         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
9678         * [everywhere]
9679         Adding previous works of the Apr 25, 94.
9681 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
9683         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
9684         Added Martin's mmsystem.dll stubs.
9686         * [misc/sound.c]
9687         Added remaining stubs for sound.dll.
9689         * [if1632/shell.spec] [misc/shell.c]
9690         Fixed prototypes (I found them in BC 4) and added ShellAbout()
9691         and AboutDlgProc().
9693 ----------------------------------------------------------------------
9694 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9696         * [loader/signal.c]
9697         Add XUngrabPointer() & XUngrabServer() in wine_fault().
9699 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9701         * [objects/bitblt.c]
9702         color_stretch() rewritten to use ints only. *fast!*
9703         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
9704         use color_stretch().
9706 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
9708         * [controls/menu.c]
9709         SetSysMenu() added.
9711         * [misc/cursor.c]
9712         GetCursor() added.
9714         * [misc/main.c]
9715         SwapMouseButton() added, (NOP).
9717         * [windows/win.c]
9718         GetDesktopHwnd() added.
9720         * [if1632/*spec]
9721         Added not implemented functions defs as comment.
9723         * [misc/winsocket.c]
9724         Change WSAGetXbyY() functions to non-blocking ones,
9725         Added WSAAsyncSelect(). 
9726         (WSA functions can't be canceled yet).
9728 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
9730         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
9731         path when given a simple file name.  Fixed GetSetProfile to allow
9732         enumerating all key names when KeyName is null.
9734 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9736         * [objects/bitblt.c]
9737         Add protection to BitBlt() & StretchBlt() for width or height = 0.
9739         * [windows/nonclient.c]
9740         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
9741         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
9743         * [windows/win.c]
9744         CreateWindowEx() & DestroyWindow() now call respectively
9745                 AddWindowToTask() & RemoveWindowFromTask().
9746         New empty stub for function AnyPopup().
9748         * [loader/library.c]
9749         Bug Fix : GetModuleFileName() now return full path filename.
9751         * [include/menu.h] [controls/menu.c]
9752         Add hText handle and remove obsolete MENUITEM struct members.
9753         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
9754         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
9756         * [misc/file.c]
9757         GetTempFilename() now create a file.
9758         _lcreate() use unix open (name, mode, perm), with perm=O666.
9760         * [if1632/relay.c]
9761         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
9763         * New file [misc/mmsystem.c]
9764         * New file [include/mmsystem.h]
9765         * New file [if1632/mmsystem.spec]
9766         Many, many empty stubs ... :-)
9768 ----------------------------------------------------------------------
9770 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
9772         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
9773         Fixed bug for non-Linux systems.
9775 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9777         * [windows/win.c]
9778         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
9779         New empty stub for function SetSysModalWindow().
9781         * [misc/exec.c]
9782         New empty stub for function ExitWindows().
9784         * [objects/font.c]
9785         New empty stub for function EnumFonts().
9787         * New file [misc/property.c]
9788         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
9790         * New file [misc/shell.c]
9791         New empty stubs for function RegisterShellProc(), 
9792                         ShellExecute() & ShellProc().
9794         * New files [loader/task.c] & [include/task.h]
9795         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
9796                 from 'loader/library.c'.
9798         * [if1632/user.c] [if1632/kernel.c]
9799         Put Atoms functions entries.
9801         * [controls/combo.c]
9802         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
9804         * [controls/listbox.c]
9805         New functions DirDlgSelect() & DirDlgList().
9807 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
9809         * [objects/test.c]
9810         GrayString() added.
9812         * [if1632/callback.c]
9813         CallGrayStringProc() added.
9815         * [if1632/relay.c] [if1632/mmsystem.spec]
9816         Added.
9818         * [if1632/kernel.spec] [if1632/user.spec]
9819         Added forgotten specs for atom functions.
9821 ----------------------------------------------------------------------
9822 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
9824         * misc/spy.c (SpyInit): Added more message types
9826         * [windows/mdi.c] [include/mdi.h]
9827         Maximizing and restoring child windows.
9828         Tiling of child windows.
9830 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9832         * [windows/winpos.c]
9833         Revert focus and activation to previous window when hiding a window.
9835         * [windows/syscolor.c]
9836         Implemented system color objects (brushes and pens created at
9837         SetSysColor() time for better performance).
9839         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
9840         Changed painting code to use system color objects.
9842         * [windows/message.c]
9843         New function MSG_InternalGetMessage() for internal messages
9844         loops (e.g. for dialogs or menus).
9846         * [windows/hook.c] [include/hook.h]  (New files)
9847         Beginning of the window hooks implementation.
9849         * [windows/dialog.c]
9850         Use new function MSG_InternalGetMessage() in DialogBox().
9852         * [if1632/callback.c]
9853         Added function CallHookProc().
9855 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9857         * [windows/event.c]
9858         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
9860         * [misc/exec.c]
9861         Nothing much more than a stub for LoadModule(), I saw there a lot
9862                 to be done in that corner, I will come back later ...
9864         * [loader/library.c]
9865         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
9866                         and associated modules & tasks linked-lists.
9867         (it's only an 'emerging bud', more to come next weeks).
9869         * [loader/wine.c]
9870         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
9872         * [control/menu.c]
9873         You can now click outside menu region without problem.
9874         Keyboard navig more smootly, even if a child has the focus.
9875         Bug fix in InsertItem(), (bad linklist when insert point not found).
9876         change Realloc for Free & Alloc in ModifyItem().
9877         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
9878                 done by DrawText(), (maybe it should done in DrawText() itself ?).
9880 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9882         * [misc/profile.c]
9883         .INI files will now be stored in / loaded from the windows dir
9884         if no path is supplied.
9886         * [if1632/kernel.spec]
9887         Fixed GetDriveType's prototype.
9889         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
9890         Fixed prototypes: winsock uses a word as socket handle not an int.
9892         * [misc/winsocket.c]
9893         Added heap allocation for returned structures.
9894         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
9896         * [loader/wine.c]
9897         Added IsDLLLoaded(), used in LoadImage() to prevent loading
9898         a dll multiple times.
9899         Directory is added to wine's path when a fullpath is supplied when
9900         starting wine.
9901         LoadImage(): DLL filename used instead DLL's own internal name,
9902         fixes 'Bad DLL name' errors.
9904 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
9906         * [controls/edit.c] [controls/widgets.c]
9907         First release of edit control.
9909 ----------------------------------------------------------------------
9910 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
9912         * [include/mdi.h] [windows/mdi.c]
9913         Use WM_PARENTNOTIFY messages to activate children.
9914         Generate WM_CHILDACTIVATE messages.
9915         Beginnings handler for maxmized child window.
9916         Clean up when children are destroyed.
9918         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
9919         Removed code add 94/03/26.
9921 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9923         * [control/menu.c]
9924         Make mouse menu navigation working again. :-))
9925         (be carefull, clicking outside menus (ie.: clientrect) 
9926         not resolved yet)
9928         * [windows/nonclient.c]  [controls/scroll.c]
9929         Bugs fix in NCTrackScrollBars().
9931         * [misc/dos_fs.c]
9932         Bug fix in 'ToDos()' in conversion for '/',
9933                 (example: '/window/' was translated to 'WINDOWs').
9935         * [miscemu/int21.c]
9936         Function ChangeDir() extract possible drive before DOS_ChangeDir().
9938         * [loader/library.c]  [loader/wine.c]
9939         Playing around moving function GetProcAddress() and put some code in.
9941 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
9943         * [misc/main.c]
9944         Better explanation of command-line options.
9946         * [objects/dib.c]
9947         Implemented SetDIBitsToDevice().
9949         * [windows/dc.c]
9950         Bug fix in SetDCState().
9952         * [windows/event.c]
9953         Removed WS_DISABLED handling (now done in message.c).
9955         * [windows/message.c]
9956         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
9957         Use WindowFromPoint() to find the window for mouse events, taking
9958         into account disabled windows.
9960         * [windows/painting.c]
9961         Bug fix in BeginPaint() to allow calling it at other times than
9962         on WM_PAINT (Solitaire needs it...)
9964         * [windows/win.c]
9965         Implemented FindWindow().
9966         Rewritten EnableWindow() to behave more like Windows.
9968         * [windows/winpos.c]
9969         Rewritten WindowFromPoint() to also search child windows.
9971 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
9973         * [include/int21.h] -> [msdos.h]
9974         renamed.
9976         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
9977         new, added for int 10, 25 and 26.
9979         * [miscemu/ioports.c]
9980         new, added to allow win apps to use ioports.
9982         * [loader/signal.c]
9983         Added support for in, inb, out, outb instructions.
9985 ----------------------------------------------------------------------
9986 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
9988         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
9990 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
9992         * [windows/mdi.c]
9993         Window list properly updated.
9995         * [windows/message.c]
9996         Call WINPOS_ChildActivate() when mouse pressed.
9998         * [windows/nonclient.c]
9999         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
10000         NC_HandleNCPaint().
10002         * [windows/winpos.c]
10003         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
10005 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
10007         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
10008         (DeleteMenu): Many bug fixes.
10010         * [controls/menu.c]
10011         Created function FindMenuItem().
10013 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
10015         * [windows/win.c]
10016         Removed incorrect MDI handling code from CreateWindowEx().
10018         * [controls/menu.c]
10019         MF_STRING items needed to allocate a private copy of string.
10021         * [controls/menu.c]
10022         Fixed buggy calls to GlobalFree().
10024         * [memory/global.c]
10025         Eliminated some redundant code with function call.
10027 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
10029         * [windows/timer.c]
10030         timer list pointers looped in InsertTimer
10032 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
10034         * [misc/cursor.c]
10035         A few changes for desktop window support.
10037         * [misc/main.c]
10038         Added -depth option.
10040         * [misc/rect.c]
10041         Yet another bug fix in SubtractRect().
10043         * [objects/bitmap.c]
10044         Changes to use only one depth (specified with -depth)
10045         for color bitmaps.
10047         * [objects/brush.c]
10048         Added support for dithered solid brushes.
10050         * [objects/color.c]
10051         Use the same 20 system colors as in Windows.
10052         System palette initialisation now done in COLOR_InitPalette().
10053         Added support for a color mapping table to map logical color
10054         indexes to X colormap entries.
10055         Implemented GetNearestColor() and RealizeDefaultPalette().
10057         * [objects/dib.c]
10058         Added support for color mapping table.
10060         * [objects/dither.c]  (New file)
10061         Implemented solid color dithering.
10063         * [objects/palette.c]
10064         Implemented GetSystemPaletteEntries() and SelectPalette().
10066         * [windows/class.c]
10067         Make a copy of the menu name in RegisterClass().
10069         * [windows/dc.c]
10070         Fixed device caps when using a desktop window.
10071         Added support for the color mapping table in DCs.
10073         * [windows/event.c]
10074         Added ConfigureNotify handler on desktop window.
10076         * [windows/message.c]
10077         Removed call to XTranslateCoordinates() on every mouse motion
10078         New function MSG_Synchronize() to synchronize with the X server.
10080         * [windows/syscolor.c]
10081         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
10083         * [windows/winpos.c]
10084         Added synchronization on window mapping. Solves the double redraw
10085         problem when starting Solitaire.
10087 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10089         * [control/menu.c]      * [windows/defwnd.c]
10090         Make keyboard navigation working with menubar,
10091         but temporarely inserted a bug in menubar mouse handling ... :-((
10092         (it will be fix next week !)
10094         * [windows/defwnd.c]
10095         Connect VK_MENU to menubar navigation.
10097         * [loader/library.c]
10098         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
10100 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
10102         * [misc/main.c]
10103         Added Copy(). Added a check for `-h' to show usage.
10105         * [misc/dos_fs.c]
10106         Fixed bug in FindFile(), to load directories as dlls.
10108         * [misc/dos_fs.c]
10109         Fixed ToUnix() and ToDos() again, as my previous patch
10110         didn't make it.
10112         * [misc/dos_fs.c] [miscemu/int21.c]
10113         Bug fixes, should be able to handle all winfile and progman int21
10114         requests now except for a few small things.
10116 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
10118         * [memory/heap.c]
10119         Implemented GetFreeSystemResources().
10121 ----------------------------------------------------------------------
10122 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
10124         * controls/menu.c (GetSubMenu): Function did not return correct value
10126         * [windows/mdi.c]
10127         Beginnings of menu handling.
10129 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
10131         * [objects/font.c]
10132         if font.width equals zero use asterix instead.
10134 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10136         * [objects/bitmap.c]
10137         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
10139         * [objects/brush.c]
10140         Some changes with pattern brushes because of the new bitmap code.
10142         * [objects/color.c]
10143         Added function COLOR_ToPhysical for better color mapping.
10145         * [objects/dib.c]
10146         Heavily optimized SetDIBits().
10148         * [windows/dc.c]
10149         Opimized SetDCState() and DC_SetupGC*() functions.
10150         Added stub for CreateIC().
10152 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10154         * [misc/message.c]
10155         Call SetFocus() after closing box to give back focus to previous owner.
10157         * [misc/files.c]
10158         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
10160         * [control/scroll.c]
10161         Calls to BitBlt() replace by StretchBlt().
10163         * [control/menu.c]
10164         Call SetFocus() to previous owner after closing Popups. 
10165         Fill stub DeleteMenu().
10167         * [control/listbox.c]
10168         * [control/combo.c]
10169         Use SetFocus() in WM_LBUTTONDOWN.
10170         Close ComboBox List upon WM_KILLFOCUS.
10171         Early development of WM_MEASUREITEM mecanism.
10173         * [windows/defwnd.c]
10174         Early development of WM_MEASUREITEM mecanism.
10176 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
10178         * [misc/atom.c]
10179         Fixed sintaxis problem when building the library.
10181 ----------------------------------------------------------------------
10182 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
10184         * [include/windows.h]
10185         Added message types and structures for MDI
10187         * [include/mdi.h]
10188         Created internal structures for handling MDI
10190         * [windows/mdi.c]
10191         Began creating MDI support
10193 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
10195         * [loader/wine.c] [include/wine.h]
10196         Added new field to "struct w_files" to hold the "name table"
10197         resource for Windows 3.0 programs
10199         * [loader/resource.c]
10200         Added code to handle programs with a "name table" resource.
10201         LoadResourceByName() modified to check for the existence of
10202         this resource.
10204 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10206         * [objects/color.c]
10207         Added installing the private colormap on the desktop window.
10209         * [windows/event.c]
10210         Cleaned up focus event handling (see focus.c).
10211         Use GetFocus() to direct key events to the correct window.
10213         * [windows/focus.c]
10214         Rewritten SetFocus() to:
10215         - only set X focus on top-level windows
10216         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
10217         - prevent setting focus to disabled windows
10218         - install private colormap so -privatemap option works again
10220         * [windows/message.c] [windows/timer.c]
10221         Changed timer management to no longer use PostMessage(), but
10222         to generate timer messages on the fly. Also fixed a related bug
10223         in GetMessage() which could cause busy-waiting.
10225         * [windows/win.c]
10226         Only select focus events on top-level windows.
10228         * [windows/winpos.c]
10229         Added some sanity checks for desktop window.
10231 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
10233         * [misc/dos_fs.c]
10234         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
10235         Support for tilde symbol added for rootdirectories in [drives]
10236         section of wine's configfile.
10238         * [misc/file.c]
10239         hread(), hwrite() added.
10241         * [misc/main.c]
10242         hmemcpy() added.
10244         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
10245         Added STRESS.DLL, an useless dll used to stress a windows system.
10247         * [*/*]
10248         Added missing #includes, fixed prototypes for prototype checking.
10250         * [include/prototypes.h]
10252         Added prototypes for loader/*c, if1632/*c.
10254 ----------------------------------------------------------------------
10255 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
10257         * [Configure]
10258         Added reminder to set WINEPATH, if it is not set.
10260         * [Imakefile]
10261         Removed #elif's
10263         * [controls/button.c]
10264         Added BN_CLICKED notification for owner-draw buttons.
10266         * [if1632/kernel.spec] [memory/heap.c]
10267         Changed Local* functions to WIN16_Local* to prevent unconcious use
10268         of these functions.
10270         * [if1632/relay.c]
10271         Push old Stack16Frame on stack before setting.
10273         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
10274         Added multiple local heap handling in Atom* functions.
10276         * [include/regfunc.h] [miscemu/int21.c]
10277         Rewrote DOS3Call() use context frame that is already on the stack.
10279         * [misc/profile.c]
10280         Fixed to allow leading ";" to mark comments.
10282         * [misc/spy.c]
10283         Fixed bugs and added support for "include" and "exclude" filters.
10285         * [misc/user.c]
10286         Rearranged calls in InitApp().
10288         * [misc/font.c]
10289         Fixed font handling to create system fonts, if they are used.
10291         * [windows/dc.c]
10292         If text drawn on window with no font specified, then default the
10293         font to the system font.
10295 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10297         * [controls/desktop.c]
10298         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
10299         Implemented SetDeskPattern().
10301         * [misc/main.c]
10302         Added -desktop option to get a large desktop window with
10303         everything inside it.
10304         Added -name option.
10306         * [misc/rect.c]
10307         Bug fix in SubtractRect().
10309         * [objects/*.c]
10310         Replaced the DefaultRootWindow() macro by the rootWindow variable.
10312         * [windows/event.c] [windows/message.c]
10313           [windows/nonclient.c] [windows/win.c]
10314         A few changes to accomodate the new desktop window.
10316  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
10318         * [toolkit/arch.c] --New file-- 
10319         Routines for converting little endian data structures to
10320         big-endian data structures, currently only BITMAP structures are 
10321         converted.
10323         * [misc/atom.c]
10324         When used as part of the WineLib, the code is much simpler.
10325         Doesn't depend on alignement.
10327         * [loader/wine.c]
10328         Ifdefed Emulator dependent code if compiling WineLib.
10330         * [loader/resource.c]
10331         Moved misc/resource.c to loader/resource.c.
10333         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
10334         Ifdefed whole code if compiling WINELIB.
10336         * [include/winsock.h]
10337         Added compilation define to allow compilation on SunOS.
10339         * [include/wine.h]
10340         Removed load_typeinfo and load_nameinfo prototypes, they belong
10341         to neexe.h
10343         * [include/neexe.h]
10344         Added load_typeinfo and load_nameinfo prototypes.
10346         * [include/arch.h]
10347         Fixed some bugs in the conversion routines.
10348         Added macros for Bitmap loading.
10350 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
10351         
10352         * [if1632/kernel.spec] [memory/global.c]
10353         Implemented GetFreeSpace()
10355         * [if1632/user.spec] [loader/resource.c]
10356         Implemented CreateIcon()
10358 ----------------------------------------------------------------------
10359 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
10361         * [Configure] [*/Imakefile]
10362         Created configure script to handle different types of Wine builds.
10364         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
10365         Added ability to compile Wine on systems with 14-char filename limit.
10367         * [if1632/relay.c] [include/options.h] [misc/main.c]
10368         Added -relaydbg option to command line if DEBUG_RELAY is defined.
10370         * [loader/selector.c]
10371         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
10373         * [memory/heap.c]
10374         Fixed LocalInit() to work correctly.
10376         * [misc/user.c]
10377         Added code to call loaded DLLs' initialization routines.
10379 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10381         * [windows/dce.c]
10382         Added clipping of child windows by their parent's client area.
10384         * [windows/nonclient.c]
10385         Bug fix in NC_DoNCPaint().
10387         * [windows/painting.c]
10388         Bug fix in RedrawWindow().
10390 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10392         * [mem/atom.c]
10393         Bug fix again in ATOM_DeleteAtom() : 
10394                 change LocalFree() by USER_HEAP_FREE().
10395         (Previous patch done Feb 13th had been lost)
10397         * [controls/scroll.c]
10398         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
10400         * [windows/class.c] (sorry Alex ...)
10401         There was no bug there "in RegisterClass() : 
10402                 WNDCLASS->lpszClassName was reset to NULL."
10403                               ^^^^^
10405         * [misc/clipboard.c]    --- New File ---
10406         New function EnumClipboardFormats().
10407         New function OpenClipboard().
10408         New function CloseClipboard().
10409         New function EmptyClipboard().
10410         New function GetClipboardOwner().
10411         New function GetClipboardViewer().
10412         New function CountClipboardFormats().
10413         New function IsClipboardFormatAvailable().
10414         New function OpenClipboard().
10415         New function GetClipboardData().
10416         New function SetClipboardViewer().
10417         New function EnumClipboardFormats().
10418         New function RegisterClipboardFormat().
10419         New function ChangeClipboardChain().
10420         New function SetClipboardData().
10421         New function GetOpenClipboardWindow().
10422         New function GetPriorityClipboardFormat().
10423         New function GetClipboardFormatName().
10425 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
10427         * [misc/comm.c]
10428         bugfix in OpenComm().
10430 ----------------------------------------------------------------------
10431 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
10433         * [include/winsock.h]
10434         The sockproto struct is already defined in <sys/socket.h>
10436         * [misc/winsock.c]
10437         Need to include <netinet/in.h> for struct in-addr.
10438         Use sys_errlist[] instead of strerror[].
10440         *[toolkit/heap.c]
10441         ANSI C specifies that the malloc functions are defined in stdlib.h,
10442           so we don't need to include malloc.h.
10444         *[loader/ldtlib.c]
10445         Print informative error message about probable cause of i386_set_ldt()
10446           failure and then exit.
10448         *[Imakefile]
10449         For systems that don't use gmake by default, set the MAKE variable
10450           to gmake and propagate it on recursive makes.
10451         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
10452           can be built with the FreeBSD 1.0.2 compiler.
10454 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
10456         * [objects/bitblt.c]
10457         Added in three functions to do stretching and compression
10458         for WHITEONBLACK, BLACKONWHITE, and color copies.
10460 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
10462         * [windows/graphics.c]
10463         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
10464         inefficent, but should suffice for now.
10466         * [include/windows.h]
10467         Changed the x,y paramaters for the FloodFill prototype 
10468         from ints to shorts
10470 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10472         * [windows/widgets.c]
10473         Added desktop window class.
10475         * [windows/painting.c]
10476         Bug fix in RedrawWindow().
10477         Implemented ExcludeUpdateRgn().
10479         * [windows/win.c] [windows/winpos.c]
10480         Implemented desktop window.
10482         * [controls/desktop.c]
10483         Preliminary desktop window procedure.
10485 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10487         * [controls/menu.c]
10488         New function LoadMenuIndirect().
10489         New function GetMenuCheckMarkDimensions().
10491         * [if1632/user.spec]
10492         Entry for DefDlgProc().
10494         * [windows/class.c]
10495         Fix bug in RegisterClass() : 
10496                 WNDCLASS->lpszMenuName was reset to NULL.
10498         * [windows/win.c]
10499         In CreateWindowEx(), if hMenu == 0 then use 
10500                 wndclass->lpszMenuName to load Menu from resource;
10502 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
10504         * [loader/library.c] [loader/wine.c]
10505         Fixed runing DLL's as main executable problem.
10507         * [misc/dos_fs.c]
10508         Added wildcard support in DOS_readdir().
10510         * [misc/winsocket.c]
10511         Added proper error handling of BSD winsocket functions.
10513         * [miscemu/int21.c]
10514         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
10516         * [main/main.c]
10517         Added functions for GetVersion, GetWinFlags and GetTimerResolution
10518         for libwine.a, SystemParametersInfo() partly implemented.
10520 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
10522         * [toolkit/winmain.c]
10523         Added _WinMain function. Setups the library (calls USER_InitApp).
10525         * [toolkit/sup.c]
10526         Added load_mz_header, load_ne_header, load_type_info and
10527         load_name_info functions.
10529         * [toolkit/heap.c] 
10530         Code cleanup. 
10532         * [misc/user.c]
10533         Moved from loader/misc.c. I hope to put back all the loader
10534         functions in the ~loader subdirectory in the future. CUrrently is
10535         needed since it has USER_InitApp.
10537         * [misc/resource.c]
10538         Since WineLib will probably need DLLs (currently it needs
10539         Sysres.dll). WineLib will be using much code of the loader again.
10540         So I removed some ifdefs that were used by WineLib.
10542         Added load_typeinfo and load_nameinfo (and the corresponding
10543         functions in [toolkit/sup.c]
10545         Added integer convertion functions in the needed places.
10547         Added very ugly patch (includes wine.c). In the next release I
10548         plan to move back all the loader routines to ~/loader. In the
10549         meantime I needed this patch. It doesn't affect any of the
10550         emulator code (its ifdefed for WineLib).
10552         * [misc/main.c]
10553         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
10554         Ifdefed argument number checking when compiling the library.
10556         * [loader/wine.c]
10557         Modified to use load_(mz|ne)_header instead of doing a direct
10558         read.  When compiling the emulator it still uses the direct read
10559         for performance. 
10561         * [include/wine.h]
10562         Prototypes for loading routines.
10564         * [include/class.h]
10565         Added WINE_PACKED macro instead of __attribute__ ((packed))
10567         * [include/arch.h]
10568         Macros for converting integers (Little endian to big-endian).
10569         Needed in the Sun to allow loading of DLL files.
10571 ----------------------------------------------------------------------
10572 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10574         * [windows/clipping.c]
10575         Moved everything into windows/painting.c and removed this file.
10577         * [windows/message.c]
10578         Removed calls to memmove() in MSG_RemoveMsg().
10580         * [windows/nonclient.c]
10581         Added WM_GETMINMAXINFO support for window resizing.
10583         * [windows/painting.c]
10584         Implemented RedrawWindow().
10586         * [windows/scroll.c]
10587         Bug fix in ScrollWindowEx().
10589         * [windows/win.c]
10590         Moved UpdateWindow() to windows/painting.c.
10592 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
10593         
10594         * [loader/wine.c] [misc/dos_fs.c]
10595         getenv() eq NULL bugfixes.
10597         * [misc/comm.c]
10598         cfmakeraw changed for SunOS.
10600 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10602         * [mem/atom.c]
10603         Bug fix in ATOM_DeleteAtom() : 
10604                 change LocalFree() by USER_HEAP_FREE().
10606         * [misc/message.c]
10607         New function FatalAppExit().
10609         * [objects/font.c]
10610         New empty stub SetMapperFlags().
10612         * [controls/menu.c]
10613         Better CheckMark & other bitmaps placement.
10615         * [windows/graphics.c]
10616         New function RoundRect() : calc.exe now working...
10618 Tue Feb 15 14:29:37 1994  John Richardson
10620         * [objects/bitblt.c]
10621         Fixed StretchBlt so it works quicker and faster.  It still doesn't
10622         use the StretchMode bits for bitmap compression, but that will
10623         come soon.
10625 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10627         * [include/windows.h,dialog.h,gdi.h]
10628         Changed __atribute__ ((packed)) for WINE_PACKED. 
10629         When compiling the library this is defined as nothing. This gets
10630         rid with all the problems compiling under SunOS. Also 
10632         * [windows/utility.c]
10633         Added DebugPrintString.
10635         * [toolkit/sup.c]
10636         Added hSysRes = 1 definition to resolve externals.
10637         Added CallLineDDAProc function (toolkit version).
10638         Added toy, and hi ineficient memmove until code in message.c get
10639         rewritten.
10641         * [objects/gdiobj.c]
10642         Ifdefed linux/emulator-dependent code to allow compilation of
10643         WineLib.
10645         * [misc/winsocket.c]
10646         Added ifdef to allow compilation under SunOS.
10648         * [misc/resource.c]
10649         When compiling the library, the resource file is expected to be in
10650         a file called $argv[0].Res. Also the information of the resource
10651         is expected to be at offset 0 of the .Res file.
10653         * [misc/main.c]
10654         Call WinMain with arguments if compiling WineLib.
10655         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
10656         Call sync_profiles to preserve changes to .INI files.
10658         * [misc/comm.c,dos_fs.c]
10659         removed call to atexit(Comm_DeInit)
10660         removed call to atexit(DOS_DeInitFS)
10661         Shutdown functions are now called from the return of WinMain
10663         * removed memorylib subdirectory
10665         * moved memory/atom.c    to misc/atom.c
10666           moved memorylib/heap.c to toolkit/heap.c
10668         * [loader/wine.c]
10669         Moved DebugPrintString to windows/utility.c
10671         * [include/winsock.h]
10672         Define SO_DONTLINGER only if it has not been previously defined.
10674         * [include/windows.h]
10675         added definition for DLGPROC.
10676         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
10677         When compiling WineLib WNDPROC is defined with all the parameters
10678         to avoid compilation problems.
10680         * [include/user.h]
10681         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
10682         calls are translated to the library allocation routines.
10684         * [include/gdi.h,user.h]
10685         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
10686         translated to the library allocation routines.
10688         * [include/atom.h]
10689         Defined LocalAlign. When compiling the emulator it's translated as
10690         a call to LocalAlloc (the original code), when compiling WineLib
10691         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
10692         (atom.c needs aligned data on a 4 byte boundary).
10694         * [misc/file.c]
10695         Renamed KERNEL_* functions and fixed prototypes.
10697         * [if1632/kernel.spec]
10698         Renamed KERNEL_* functions in order to be used by applications
10699         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
10700         _llseek, _lopen, _lwrite).
10702         * [Makefile]
10703         Create library instead of executable when building target
10704         libwine.a 
10706 ----------------------------------------------------------------------
10707 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
10709         * [Makefiles]
10710         Use $(CC) instead of cc.
10711         Added libwine target.
10713         * [include/prototypes]
10714         #ifdefed section for WineLib
10716         * moved loader/cursor.c   to misc/cursor.c
10717           moved loader/resource.c to misc/resource.c
10718           moved misc/emulate.c    to miscemu/emulate.c
10719           moved misc/int1a.c      to miscemu/int1a.c
10720           moved misc/int21.c      to miscemu/int21.c
10721           moved misc/kernel.c     to miscemu/kernel.c
10722           moved misc/user.c       to miscemu/user.c
10724         * [memorylib/heap.c]
10725         Heap management for WineLib
10727         * [misc/comm.c]
10728         Modified to allow compilation under SunOS (#include errno, SunOS
10729         doesn't have atexit ()).
10731         * [misc/dos_fs.c]
10732         Modified to allow compilation under SunOS (#include vfs.h)
10734         * [misc/file.c]
10735         Modified to allow compilation under SunOS (OPEN_MAX constant,
10736         #include unistd.h)
10738         * [objects/palette.c]
10739         Modified to allow compilation under SunOS (#include limits)
10741         * [toolkit/sup.c]
10742         WineLib version of CallWindowProc.
10744         * [windows/event.c]
10745         Typedef XPointer under X11R4 (OpenWindows).
10747         * [windows/win.c]
10748         When compiling WineLib, use direct callbacks instead of the
10749         windows supplied callbacks.
10751 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10753         * [loader/cursor.c]
10754         New function CURSOR_SetWinCursor(), for internal use, to set
10755         the cursor of a specific window more reliably than with SetCursor().
10757         * [windows/nonclient.c]
10758         Better window management. Moving and resizing from the system
10759         menu should work now.
10760         Added scroll-bar mouse tracking.
10762         * [windows/win.c]
10763         Moved scroll-bar creation and destruction to defwnd.c.
10765 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10767         * [windows/nonclient.c]
10768         Call to StdDrawMenuBar() during NC's drawing.
10769         New NC_TrackMouseMenuBar() function which call 
10770                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
10772         * [controls/menu.c]
10773         New ChangeMenu() function.
10774         Remove permanently old Xt menu code.
10775         Make common functions MenuButtonDown(), MenuButtonUp()
10776                 & MenuMouseMove() for both popups & menubar.
10777         
10778         * [controls/combo.c]
10779         Paint OBM_COMBO directly in combo client.
10781         * [controls/listbox.c]
10782         Fix bug in multicolumns calculations.
10784         * [controls/Makefile]
10785         Remove rules for old file 'caption.c'.
10787         * [misc/kernel.c]
10788         Remove empty stub GetModuleFileName().
10790         * [loader/library.c]
10791         New GetModuleHandle() function.
10792         New GetModuleUsage() function.
10793         New GetModuleFileName() function.
10795         * [loader/resource.c]
10796         Try to find the bug a missing menu loading ... Not found yet !
10798         * [windows/win.c]
10799         Remove old menubar creation.
10801 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
10803         * [misc/winsocket.c]
10804         More functions added.
10806         * [if1632/winsock.spec] [misc/winsocket.c]
10807         Added John Brezak's winsock.dll stuff.
10809 ----------------------------------------------------------------------
10810 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
10812         * [loader/selector.c]
10813         Added function CreateNewSegments().  Modified IPCCopySelector
10814         to allow aliasing to any arbitrary memory space.
10816         * [memory/global.c]
10817         Fixed potential bug in GlobalGetFreeSegments().
10819         * [memory/linear.c]
10820         Created functions GlobalLinearLock() and GlobalLinearUnlock().
10822 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
10824         * [controls/widgets.c]
10825         Removed CAPTION window class.
10827         * [loader/cursor.c]
10828         Bug fix in LoadCursor(): don't allocate memory every time for
10829         built-in cursors.
10831         * [windows/clipping.c]
10832         Invalidate child windows in InvalidateRgn().
10834         * [windows/defwnd.c]
10835         Added repaint of the caption when changing window text.
10837         * [windows/event.c]
10838         Modified SetCapture() to allow keyboard events while capturing.
10840         * [windows/message.c]
10841         New function MSG_GetHardwareMessage(), to do mouse tracking
10842         without returning control to the Windows program.
10844         * [windows/nonclient.c]
10845         A couple of changes in frame drawing for DLGMODALFRAME windows.
10846         Rewritten window moving code, to use MSG_GetHardwareMessage()
10847         instead of non-client mouse events (this is the way Windows
10848         does it), and to send WM_ENTERSIZEMOVE messages.
10849         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
10851         * [windows/win.c]
10852         Allocate temporary structures on the USER heap instead of
10853         using GlobalAlloc().
10855         * [windows/winpos.c]
10856         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
10858 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10860         * [windows/nonclient.c]
10861         Call to StdDrawScrollBar() during NC's drawing.
10862         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
10863         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
10864         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
10866         * [controls/menu.c]
10867         New GetSubMenu() function.
10868         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
10870         * [controls/listbox.c]
10871         Start changes to satisfy recent changes in scrollbars/windows.
10873         * [loader/resource.c]
10874         Put some code in LoadAccelerators() stub.
10875         New TranslateAccelerator() function.
10877         * [windows/win.c]
10878         Remove GetMenu() & SetMenu() functions.
10879         Call to NC_CreateScrollBars() if required by CreateWindow().
10881 ----------------------------------------------------------------------
10882 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
10884         * [window/win.c]
10885         Added functions EnumWindows, EnumChildWindows, and helper
10886         WIN_EnumChildWin.  EnumWindows won't list all wine windows
10887         because GetDesktopWindow isn't complete.  However, the code
10888         is in place for it to work correctly and only needs 
10889         GetDesktopWindow to do so.  
10891 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
10893         * [windows/defwnd.c]
10894         Added handling of activation messages (WM_ACTIVATE,
10895         WM_NCACTIVATE, WM_MOUSEACTIVATE)
10897         * [windows/event.c]
10898         De-activate the window when losing input focus.
10900         * [windows/focus.c]
10901         Bug fix in SetFocus().
10903         * [windows/message.c]
10904         Added activation of the window on mouse-clicks.
10906         * [windows/nonclient.c]
10907         Changed non-client area painting to use the correct colors
10908         depending upon the activation state.
10909         Added WM_NCACTIVATE message handling.
10910         Fixed a couple of bugs in window moving and resizing.
10912         * [windows/winpos.c]
10913         Implemented Get/SetActiveWindow().
10914         Implemented SWP_NOACTIVATE flag in SetWindowPos().
10916 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10918         * [misc/message.c]
10919         MessageBox has a CaptionBar for his title except for
10920                 MB_SYSTEMMODAL with MB_ICONHAND.
10922         * [windows/nonclient.c]
10923         Call to NC_TrackSysMenu on SysMenu button mouse click.
10925         * [windows/defwnd.c]
10926         Call to NC_TrackSysMenu on Alt key (VK_MENU).
10928         * [controls/menu.c]
10929         New GetSystemMenu() function.
10930         New CopySystemMenu() internal function.
10931         New NC_TrackSysMenu() internal function.
10933         * [include/windows.h]
10934         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
10936 ----------------------------------------------------------------------
10937 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
10939         * [window/win.c]
10940         Added functions EnableWindow, IsWindowEnabled, and helper 
10941         WIN_SetSensitive.
10942         
10943         * [window/event.c]
10944         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
10945         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
10946         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
10947         button presses beep for a disabled window.  
10948         If anyone finds better places for these checks, please tell me.
10950 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10952         * [misc/message.c]
10953         Cleanup on buttons answer value returned.
10955         * [control/combo.c]
10956         Now use OBM_COMBO bitmap dropdown button.
10958 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
10960         * [misc/comm/c]
10961         A few bugfixes.
10963 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
10965         * [loader/cursor.c]
10966         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
10968         * [include/options.h] [misc/main.c]  (New files)
10969         Rewrote main() function to get rid of Xt application context,
10970         and added command-line option parsing.
10972         * [objects/color.c]
10973         Use of a private map now configurable with command-line option.
10975         * [windows/defwnd.c]
10976         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
10978         * [windows/event.c]
10979         Removed ConfigureNotify event handler (no longer needed).
10981         * [windows/message.c]
10982         Send WM_SETCURSOR message on mouse events.
10984         * [windows/nonclient.c]
10985         Use OEM bitmaps for the drawing of the non-client area.
10986         Added caption bar buttons handling, and moving and resizing of
10987         the window via the window frame (bypassing the window manager).
10989         * [windows/painting.c]
10990         Bug fix in BeginPaint().
10992         * [windows/win.c]
10993         Set the override_redirect flag for windows (to bypass window
10994         manager).
10996         * [windows/winpos.c]
10997         Implemented WindowFromPoint(), ChildWindowFromPoint(),
10998         BringWindowToTop(), Get/SetInternalWindowPos(),
10999         Get/SetWindowPlacement().
11001 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
11003         * [memory/heap.c]
11004         Added support for multiple local heaps.
11006 ----------------------------------------------------------------------
11007 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
11009         * [window/caret.c]
11010         Modified code to use system timer.
11012 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11014         * [windows/win.c]
11015         Windows create if required new XLIB MenuBar & CaptionBar.
11017         * [windows/defwnd.c]
11018         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
11019         (I'm not sure it's the good place for it, but it work...)
11021         * [loader/resource.c]
11022         optimize in FindResourceByNumber, make lseek() if next type ...
11024         * [controls/scroll.c]
11025         scrollbar buttons are now using system resources bitmaps.
11027         * [controls/caption.c] - new file ...
11028         captionbar showing title, close button with SysMenu,
11029         and other buttons using system resources bitmaps.
11031         * [controls/menu.c]
11032         New functions: SetMenuItemBitmaps() with 'glues',
11033         Make new version of LoadMenu() & ParseMenu(),
11034         ( put #define USE_POPUPMENU ).
11035         Implementation of MenuBar functions.
11036         
11037         * [sysres.dll]
11038         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
11039         New SYSMENU menu, it don't work yet ! :-((
11041 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
11043         * [memory/atom.c]
11044         Fixed a bug that could cause atoms to be case-sensitive.
11046         * [misc/rect.c]
11047         Bug fix in SubtractRect().
11049         * [objects/clipping.c]
11050         Bug fix when setting the clip mask to an empty region.
11052         * [windows/dce.c]
11053         Bug fix in ReleaseDC().
11055         * [windows/dialog.c]
11056         Call AdjustWindowRectEx() before creating the dialog window.
11057         Added support for DS_MODALFRAME style.
11059         * [windows/event.c]
11060         Cleaned up event handling and removed old Xt stuff.
11061         Moved double-click handling to windows/message.c
11063         * [windows/focus.c]
11064         Bug fix: only set the X focus when the window is viewable.
11066         * [windows/graphics.c]
11067         Rewritten DrawReliefRect() to use brush instead of pen, and
11068         to use the system colors.
11070         * [windows/message.c]
11071         Implemented WM_NCHITTEST message sending, and non-client
11072         mouse messages.
11073         Cleaned up double-click handling, and removed the Xt code.
11075         * [windows/nonclient.c]  (New file)
11076         Implemented AdjustWindowRect().
11077         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
11079         * [windows/painting.c]
11080         Added sending of the WM_NCPAINT message in BeginPaint().
11082         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
11083         Implemented system metrics.
11085         * [windows/win.c]
11086         Bug fix in setting the parent and owner in CreateWindow().
11087         Removed the Xt code.
11089         * [windows/winpos.c]
11090         Added sending of the WM_NCPAINT message in SetWindowPos().
11091         Removed the Xt code.
11093 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
11095         * [windows/class.c]
11096         Implemented GetClassName and GetClassInfo.
11098         * [windows/caret.c]
11099         Various improvements to text caret code.
11101 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
11103         * [misc/comm.c]
11104         Patches to work with NetBSD.
11106 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
11108         * [objects/bitblt.c] Added StretchBlt().
11110 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
11112         * [misc/user.c]
11113         Added creation of system message queue.
11115         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
11116         Added DC size fields into DC structure.         
11118         * [objects/clipping.c]
11119         Bug fix in CLIPPING_IntersectRect().
11121         * [windows/class.c]
11122         Allocate a DCE instead of a DC for CS_CLASSDC classes.
11124         * [windows/clipping.c]
11125         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
11127         * [windows/dce.c]
11128         Implemented GetDCEx() and GetWindowDC().
11130         * [windows/defwnd.c]
11131         Implemented WM_WINDOWPOSCHANGED handling.
11133         * [windows/event.c]
11134         Preliminary support for Xlib event handling instead of Xt callbacks.
11135         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
11137         * [windows/message.c]
11138         Preliminary support for multiple message queues.
11139         Implemented hardware_event() to store messages into the system queue.
11140         Implemented Get/SetTaskQueue().
11141         Better WM_PAINT and WM_TIMER handling.
11142         Changes to use Xlib instead of Xt for events.
11144         * [windows/painting.c]
11145         Use GetDCEx() to retrieve the DC, to get a correct visible region.
11147         * [windows/timer.c]
11148         Moved the timer procedure callback into DispatchMessage().
11149         Changed implementation to get rid of Xt timeouts.  Timer checking
11150         is now done inside GetMessage().
11152         * [windows/win.c]
11153         Allocate a DCE instead of a DC for CS_OWNDC windows.
11154         Replaced Xt calls with Xlib calls.
11155         Moved window positioning functions into windows/winpos.c
11157         * [windows/winpos.c]  (New file)
11158         Rewritten most of the window positioning functions.
11159         Implemented SetWindowPos() and MapWindowPoints().
11161 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11163         * [if1632/user.spec]
11164         Bad arguments description for function SetDlgItemText.
11166         * [objects/text.c]
11167         Function DrawText now handle DT_CALCRECT request.
11169         * [misc/message.c]
11170         Message boxes now use DrawText with DT_CALCRECT.
11172         * [windows/graphics.c]
11173         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
11175         * [windows/win.c]
11176         Bug fix for flags in function ShowWindow.
11177         More accurate WM_SIZE generated by function ShowWindow.
11179         * [controls/listbox.c]
11180         More code for LBS_MULTIPLESEL.
11181         More code for LBS_MULTICOLUMN.
11183         * [include/windows.h]
11184         Bad define for MF_SEPARATOR.
11186         * [controls/menu.c]
11187         New functions: PopMenuWndProc() with 'glues',
11188         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
11189         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
11190         Code in stubs: CreateMenu(), DestroyMenu(). 
11192 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
11194         * loader/wine.c: Added support for relocation types 5 and 6.
11196 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
11198         * [misc/comm.c]
11199         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
11200         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
11201         GetCommError(), SetCommEventMask(), GetCommEventMask(),
11202         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
11203         WriteComm().
11205 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
11207         * [windows/caret.c]
11208         Implemented text caret functions.
11210 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
11212         * [loader/wine.c]
11213         Bug fix in LoadImage().
11215         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
11216           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
11217         Modified graphics calls to take into account the DC origin.
11219         * [windows/defwnd.c]
11220         Added preliminary WM_NCCALCSIZE handling.
11222         * [windows/event.c]
11223         Send WM_NCCALCSIZE message on resize event.
11225         * [windows/win.c]
11226         Send WM_NCCALCSIZE message in CreateWindow().
11227         Realize widgets at creation time (should prevent problems with
11228         unrealized widgets).
11230 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11232         * [controls/static.c]
11233         Send mouse & keyboard message received to its parent.
11235         * [controls/scroll.c]
11236         Send keyboard message received to its parent.
11238         * [controls/listbox.c]
11239         Add Navigation keys .
11240         ListBox now use VSCROLL & HSCROLL instead of children.
11241         Alpha version of LBS_MULTIPLESEL.
11242         Alpha version of LBS_MULTICOLUMN.
11244         * [controls/combo.c]
11245         Add Navigation keys on closed ComboBox.
11246         Remove useless 'COMBOBOX_CreateComboBox' function.
11248 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
11250         * [loader/wine.
11251         LoadImage() modified to use FindFile().
11253         * [misc/file.c]
11254         SetErrorMode added
11256         * [misc/dos_fs.c]
11257         bug fixes.
11259 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11261         * [memory/global.c]
11262         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
11264         * [sysres.dll]
11265         preliminary version of a 'glass of wine' bitmap
11267         * [windows/event.c]
11268         New function 'GetCapture'.
11270         * [controls/scroll.c]
11271         Remove useless 'SCROLLBAR_CreateScrollBar' function.
11273         * [controls/listbox.c]
11274         Remove useless 'LISTBOX_CreateListBox' function.
11276 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
11278         * [objects/font.c]
11279         Corrected bugs in GetCharWidth().
11281         * [windows/event.c]
11282         Modified EVENT_key to send Windows virtual key codes for
11283         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
11284         for printable characters.
11286 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
11288         * [windows/graphics.c]
11289         Added Polyline and Polygon
11291 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
11293         * [controls/listbox.c]
11294         ListBoxDirectory() modified to use dos_fs.c's functions to
11295         access files&|drives.
11297 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
11299         * [misc/dos_fs.c]
11300         Added FindFile() to search a file in a dos/unix style path.
11301         
11302         * [misc/file.c]
11303         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
11304         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
11305         GetDriveType.                      
11307         * [misc/int21.c]
11308         Modified.
11310 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
11312         * [misc/profile.c]
11313         The Profile functions now return the correct values. They now
11314         implement all the features described in the SDK.
11316 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
11318         * [loader/selector.c]
11319         Rewrote selector aliasing routines to use System V IPC
11320         routine to alias memory segments.
11322 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11324         * [controls/listbox.c]
11325         More consistency in functions using wIndexes
11327         * [controls/scroll.c]
11328         New function : ShowScrollBar().
11330         * [loader/cursor.c] ... New file
11331         Move cursor functions from [loader/resource.c].
11332         New function : ClipCursor().
11333         New function : GetClipCursor().
11334         New function : CreateCursor().
11335         SetCursor() now working using gloabal variable 'winHasCursor'.
11337         *[object/palette.c]
11338         New stub only : SelectPalette().
11339         New stub only : RealizePalette().
11341         *[win/event.c]
11342         New function : EVENT_enter_notify(),
11343                 update 'winHasCursor' and send WM_SETCURSOR.
11345         *[win/defwnd.c]
11346         Add processing of WM_SETCURSOR message.
11348         *[win/win.c]
11349         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
11350         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
11351         New function ClientToScreen().
11352         New function ScreenToClient().
11354 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
11356         * [files.h / regfunc.h / misc/dos.c]
11357         Removed.
11359         * [misc/dos_fs.c]
11360         Added support for loading dosdrive cfg from wine.ini.
11362         * [misc/int21.c]
11363         Modified.
11366 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
11368         * [include/atom.h] [memory/atom.c]
11369         Implemented atoms.
11371         * [windows/class.c]
11372         Modified RegisterClass() to use atoms.
11373         Implemented CS_GLOBALCLASS style.
11375         * [windows/message.c]
11376         Implemented RegisterWindowMessage().
11378         * [loader/resource.c]
11379         Bug fix in LoadResource().
11381         * [windows/dialog.c]
11382         Modified CreateDialogParam() to use Find/LoadResource().
11384 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
11386         * [windows/scroll.c]
11387         Preliminary implementations of ScrollWindow, ScrollDC and
11388         ScrollWindowEx.
11390 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11392         * [controls/listbox.c]
11393         Optimization of redraw during 'Add' or 'Insert'.
11395         * [controls/scroll.c]
11396         Optimization of WM_PAINT during 'thumbtracking'.
11398         * [controls/button.c]
11399         Add of beta implement of 'BS_OWNERDRAW'
11401         * [controls/static.c]
11402         Style 'SS_ICON' new supported.
11404         * [misc/message.c]
11405         Begin of implemantation of MB_XXX styles.
11407         * [loader/resource.c]
11408         Function LoadIcon() : now prepare transparency Bitmap mask.
11409         Function LoadCursor() : now prepare a 'X pixmapcursor'.
11410         New function SetCursor() : not finished.
11411         New function ShowCursor() : not finished.
11412         New function AccessResource() : stub.
11414         * [obj/dib.c]
11415         Function DrawIcon(): deugging phase of icon transparency mask.
11417         * [loader/library.c]
11418         new file for news functions LoadLibrary() & FreeLibrary().
11420         * [sysres.dll]
11421         Resources only 16bits DLL for System Resources, icons, etc...
11423 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
11425         * [include/dialog.h] [windows/dialog.c]
11426         Simplified dialog template parsing.
11427         Implemented DialogBoxIndirect().
11429         * [windows/win.c]
11430         Fixed bug in CreateWindow() when aborting window creation.
11431         Modified UpdateWindow() to only update visible windows.
11432         Implemented IsWindow().
11434 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11436         * [controls/listbox.c]
11437         Listbox control window : new messages.
11439         * [controls/combo.c]
11440         Combo box control window : new messages.
11442         * [misc/message.c]
11443         Moved stub MessageBox() to this new file.
11444         Implemented of a callback, now MessageBox show a window.
11446         * [loader/resource.c]
11447         New function DestroyIcon()
11448         New function DestroyCursor()
11449         Filled stub LoadIcon()
11450         Filled stub LoadCursor()
11451         Bug fixed in FindResourceByName() : missing lseek().
11453         * [obj/dib.c]
11454         New function DrawIcon()
11456         * [windows/win.c]
11457         New function CloseWindow()
11458         New function OpenIcon()
11459         New function IsIconic()
11460         New Function FindWindow()
11462 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
11464         * [loader/selector.c]
11465         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
11467 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
11469         * [loader/selector.c]
11470         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
11472 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
11474         * [loader/resource.c]
11475         Wrote FindResource(), LoadResource(), LockResource(),
11476         and FreeResource()
11478         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
11479         Changed selector allocation method.
11481 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
11483         * [if1632/callback.c if1632/call.S if1632/user.spec] 
11484         added Catch (KERNEL.55) and Throw (KERNEL.56)
11485         
11486 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11488         * [controls/scroll.c]
11489         Scroll bar control window
11490                 Bug resolved : Painting message before scroll visible.
11492         * [controls/listbox.c]
11493         Listbox control window
11494                 Destroy cleanup.
11496         * [controls/combo.c]
11497         Combo box control window
11498                 Destroy cleanup.
11500         * [controls/button.c]
11501                 GetCheck Message now return is state.
11503         * [windows/win.c]
11504         New function IsWindowVisible()
11506 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
11508         * [if1632/user.spec]
11509         Removed some duplicate entries.
11511         * [include/dialog.h] [windows/dialog.c]
11512         Implemented dialog units and fonts.
11513         Added preliminary loading of dialog resources.
11514         Preliminary implementation of DialogBox().
11515         Implemented Get/SetDlgItem* functions.
11517         * [windows/win.c]
11518         Implemented WM_PARENTNOTIFY message.
11519         Implemented CreateWindowEx() and GetWindow().
11520         Completed DestroyWindow().
11522 Mon Nov  1 18:19:34 1993  Erik Bos
11524         * [loader/signal.c]
11525         Added support for int 0x11 & 0x12.
11527         * [loader/int21.c]
11528         Improved function handling.
11530 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
11532         * [objects/font.c]
11533         Implemented GetCharWidth().
11535 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
11537         * [Makefile]
11538         Use GNU malloc.
11540         * [include/int21.h include/wine.h]
11541         Change sc_eflags to sc_efl .
11543         * [include/wine.h]
11544         Fix misplaced #endif
11545         Include <signal.h> for NetBSD
11547         * [loader/int21.c]
11548         Don't include <sys/vfs.h> in NetBSD
11549         Do include <sys/mount.h> in NetBSD
11550         Cleanup some lint.
11552 Mon Oct 26 17:59:01 1993  Erik Bos
11554         * [include/int21.h]
11555         Added.
11557         * [loader/int21.c]
11558         Added support for many dos ints.
11560         * [misc/file.c] [include/files.h]
11561         Moved OPEN_MAX and DosDriveStruct to files.h.
11563 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
11565         * [controls/button.c]
11566         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
11567         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
11568         a preliminary USERBUTTON control.
11570         * [objects/text.c]
11571         Corrected bugs in TEXT_NextLine() and added handling of prefix
11572         character.
11574         * [controls/button.c]
11575         Disabled focus handling by commenting out SetFocus() calls until
11576         serious bug can be found.
11578 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11580         * [controls/listbox.c]
11581         Listbox control window
11582                 Painting cleanup, new messages processed.
11584         * [controls/scroll.c]
11585         Scroll bar control window
11586                 Painting cleanup.
11588         * [controls/combo.c]
11589         Combo box control window
11590                 Painting cleanup.
11592 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
11594         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
11595         Better support for the private color map.
11596         Using a private map is now the default.
11598         * [windows/win.c]
11599         Bug fix.
11601         * [include/dialog.h] [windows/dialog.c]
11602         Implemented CreateDialog*() and IsDialogMessage().
11604         * [misc/xt.c] [windows/defwnd.c]
11605         Moved DefWindowProc() to defwnd.c.
11606         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
11608         * [windows/defdlg.c]
11609         Started the implementation of DefDlgProc().
11611         * [windows/win.c]
11612         Added WM_NCCREATE and WM_NCDESTROY messages.
11613         Implemented IsChild().
11615 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
11617         * [windows/focus.c]
11618         Implemented GetFocus() and SetFocus().
11620         * [windows/event.c]
11621         Added processing of FocusIn and FocusOut events.
11623         * [windows/graphics.c]
11624         Added DrawFocusRect().
11626 Sat Oct  9 14:36:57 1993  Erik Bos
11628         * [loader/int1a.c]
11629         Added more function handling.
11631 Wed Oct  6 12:21:22 1993  Erik Bos
11633         * [loader/signal.c]
11634         Split signal.c into int1a.c, int21.c and signal.c.
11636 Tue Oct  5 22:12:40 1993  David Metcalfe
11638         * [controls/static.c] [control/widgets.c]
11639         Static control class.
11641         * [objects/text.c]
11642         Added processing of additional DT_ flags to DrawText().
11644         * [windows/win.c] [misc/xt.c]
11645         Added SetWindowText() and WM_SETTEXT processing.
11647 Tue Oct  5 22:12:40 1993  Martin Ayotte
11649         * [controls/listbox.c]
11650         Listbox control window
11652         * [controls/scroll.c]
11653         Scroll bar control window
11655         * [controls/combo.c]
11656         Combo box control window
11658         * [include/combo.h]
11659         Combo box definitions
11661         * [include/listbox.h]
11662         Listbox definitions
11664         * [include/scroll.h]
11665         Scroll bar definitions
11667 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
11669         * [if1632/callback.c]
11670         Fixed bug in MakeProcInstance().
11672         * [debugger/info.c]
11673         Changed x/w and x/b to display in hex.
11675         * [debugger/i386-pinsn.c]
11676         Added code to properly unassemble 16-bit indexing.
11678 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
11680         * [loader/files.c] [misc/profile.c]
11681         System initialization file is now called "wine.ini" and can
11682         be located in the current directory, the user's home directory,
11683         or any directories specified in the WINEPATH environment variable.
11685         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
11686         Changed register function stack to match sigcontext structure.
11688 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
11690         * [loader/files.c]
11691         Created function to search a path for files to load.
11693         * [loader/wine.c]
11694         Modified exe and dll file loading to search through path
11695         specified by the environment variable WINEPATH.
11697 Thu Sep 30 22:30:21 1993  Eric Youngdale
11699         * [loader/signal.c]
11700         Bug fix.
11702 Thu Sep 30 22:30:21 1993  John Brezak
11704         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
11705           [debugger/obstack.h]
11706         Updates to allow debugger to function under NetBSD.
11708 Tue Sep 28 19:59:21 1993  David Metcalfe
11710         * [windows/win.c]
11711         Implemented support for windows with no borders.  Added
11712         GetParent(), GetDlgCtrlID(), GetWindowText() and
11713         GetWindowTextLength() functions.
11715         * [misc/xt.c]
11716         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
11717         to DefWindowProc and Implemented MessageBeep().
11719         * [windows/syscolor.c]
11720         Added preliminary system color support.
11722         * [controls/button1.c]
11723         Mods to new button control and integration with Wine.
11725 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
11727         * [controls/button1.c]
11728         New button control using GDI functions.
11729         
11730 Tue Sep 28 19:59:21 1993  Eric Youngdale
11732         * [debugger/*]
11733         Added debugging capabilities to Wine
11735 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
11737         * [objects/region.c]
11738         Bug fix
11740 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
11742         * [tools/build.c]
11743         Changed the entry point code to reduce the standard entry
11744         point size from 22 bytes to 10 bytes.  This leaves about
11745         4000 free entry points instead of the 800 in version 0.4.2.
11747         * [loader/resource.c]
11748         Rewrote functions to allow loading of resources from any
11749         DLL.
11751         * [loader/wine.c] [include/wine.h]
11752         Added functions GetFilenameFromInstance() and GetFileInfo()
11753         to search for a loaded file based on its instance handle.
11754         Added a field in struct w_files to make searching by an instance
11755         handle faster.
11757 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
11759         * [misc/profile.c]
11760         Implementation of .INI file handling
11762 Mon Sep 20 10:54:32 1993  David Metcalfe
11764         * [misc/profile.c.old]
11765         Implementation of .INI file handling
11767 Mon Sep 20 10:54:32 1993  John Brezak
11769         * [controls/WinButton.c]
11770         Bug fix with call to XtVaSetValues.
11772 Mon Sep 20 10:54:32 1993  Alexandre Julliard
11774         * [windows/win.c]
11775         Quick patch to get colormaps to work with button widget.
11777 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
11779         * misc/keyboard.c: 
11780         Ifdefed out some bogus Ansi<->Oem conversion functions
11782         * misc/lstr.c: 
11783         New file with string functions like lstr* IsChar* *Ansi* 
11785 Wed Sep 15 20:35:10 1993  John Brezak
11787         * [loader/signal.c]
11788         Additional changes to support NetBSD.
11790 Wed Sep 15 22:19:22 1993  Martin Ayotte
11792         * [windows/graphics.c]
11793         Added FrameRect function
11795 Tue Sep 14 13:54:45 1993  Alexandre Julliard
11797         * [objects/color.c] [objects/palette.c]
11798         Preliminary support for private color map.
11800         * [windows/class.c]
11801         Implemented CS_CLASSDC style.
11803         * [windows/dce.c]
11804         Moved DCEs to USER heap.
11805         Implemented class and window DCs.
11807         * [windows/event.c]
11808         Implemented CS_DBLCLKS style.
11810         * [windows/graphics.c]
11811         Bug fix in SetPixel().
11813         * [windows/win.c]       
11814         Implemented CS_OWNDC style.
11815         Implemented Get/SetWindowLong().
11817         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
11818           [windows/dce.c] [windows/message.c] [windows/win.c]   
11819         Moved windows from global heap to USER heap.
11821 Mon Sep 13 05:00:11 1993  Eric Youngdale
11823         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
11824           [loader/wine.c] [tools/build.c]
11825         Added ability to generate missing functions statistics.
11827 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
11829         * [WIN31-APPLETS]
11830         Added new file.
11832         * [if1632/kernel.spec]
11833         Added definitions for GetProfile{Int,String} and SetHandleCount.
11835         * [if1632/keyboard.spec]
11836         Created interface specification for Keyboard driver DLL.
11838         * [if1632/relay.c]
11839         Added keyboard.dll to list of included DLLs.
11841         * [if1632/user.spec]
11842         Added LoadAccelerators definition.
11844         * [loader/resource.c]
11845         Added LoadAccelerators stub.
11847         * [misc/file.c]
11848         Changed OpenFile, and added SetHandleCount (for winfile.exe)
11850         * [misc/keyboard.c]
11851         Added keyboard code.
11853         * [misc/profile.c] [misc/xt.c]
11854         Moved GetPrivateProfile* commands here, and added GetProfile*
11855         commands.
11857 Mon Sep 13 10:24:37 1993  Andrew Bulhak
11859         * [windows/utility.c]
11860         Implemented MulDiv(), OutputDebugString() and wvsprintf()
11862 Fri Sep 10 09:13:30 1993  John Brezak
11864         * [*/Makefile]
11865         Created patch to allow BSD make to build wine.
11867         * [windows/win.c]
11868         Fixed NULL pointer reference.
11870         * [windows/message.c] [misc/xt.c]
11871         Defined HZ to handle system specific timing.
11873         * [windows/graphics.c]
11874         Use M_PI is PI
11876         * [objects/pallete.c]
11877         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
11879         * [dump.c] [ldt.c] [wine.c]
11880         ifdef'ed linux headers for linux compile.
11882         * [loader/ldtlib.c]
11883         Add NetBSD system calls when compiled on that system.
11885         * [loader/selector.c]
11886         Use mmap(MAP_ANON, ...) for NetBSD.
11888         * [if1632/call.S]
11889         Fixed selector assumptions.
11891 Thu Sep 9 20:01:37 1993  David Metcalfe
11893         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
11894           [windows/win.c] [windows/class.c]
11895         Added 3D button control and tied into CreateWindow()
11897 Thu Sep  9 07:35:24 1993  Scott Laird
11899         * [if1632/sound.spec]
11900         Created interface specification for SOUND DLL.
11902         * [if1632/win87em.spec]
11903         Added more functions to the WIN87EM DLL interface specification
11905         * [misc/emulate.c]
11906         Created stubs for the new math emulation functions.
11908         * [misc/sound.c]
11909         Created stubs for the SOUND DLL.
11911 Sun Sep  5 21:02:10 1993  John Burton
11913         * [if1632/kernel.spec]
11914         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
11915         and _lwrite.
11917         * [include/windows.h]
11918         Added OF_ macros
11920         * [misc/file.c]
11921         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
11923 Fri Sep  3 18:47:03 1993  Alexandre Julliard
11925         * [windows/dc.c]
11926         Bug fix
11928         * [objects/text.c]
11929         Bug fix
11931 Fri Sep  3 18:47:03 1993  Bob Amstadt
11933         * [objects/linedda.c]
11934         Finished LineDDA().
11936 Fri Sep  3 11:52:18 1993  Bob Amstadt
11938         * [windows/timer.c]
11939         Changed to use CallWindowProc() rather directly calling callback.
11941         * [windows/event.c]
11942         Implemented SetCapture() and ReleaseCapture()
11944         * [windows/keyboard.c]
11945         Created stub for GetKeyState()
11947         * [objects/linedda.c]
11948         Created stub for LineDDA()
11950         * [if1632/callback.c]
11951         Created callback handler for LineDDA callback procedure.
11953         * [if1632/callback.c]
11954         Created FreeProcInstance()
11956 Fri Sep  3 08:36:52 1993  David Metcalfe
11958         * [loader/signal.c]
11959         Patch to and code for INT 1A
11961 Thu Sep  2 00:31:54 1993  Alexandre Julliard
11963         * [objects/font.c] [objects/text.c]
11964         More text support: implemented justification and underlining.
11966         * [windows/clipping.c] [objects/clipping.c]
11967         Moved low-level clipping functions to objects/clipping.c.
11969         * [windows/clipping.c] [windows/event.c] [windows/message.c]
11970         Implemented window update regions.
11972         * [windows/dc.c] [objects/dcvalues.c]
11973         Moved some device-independent DC functions to objects/dcvalues.c.
11975         * [windows/graphics.c]
11976         Implemented InvertRect() and GetPixel().
11978 Sat Aug 28 08:40:23 1993  Eric Youngdale
11980         * [include/neexe.h] [loader/wine.c]
11981         Added code to handle relocation type 4.
11983         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
11984         Added support for dos interrupts.
11986 Thu 26 Aug 19:15:00 1993  Eric Youngdale
11988         * [loader/selector.c]
11989         Fixed bug dealing with loading DLLs.
11991 Thu Aug 26 19:22:40 1993  Alexandre Julliard
11993         * [include/gdi.h] [objects/font.c] [windows/dc.c]
11994         Beginning of real font support.
11996         * [windows/graphics.c]
11997         Implemented PatBlt().
11999         * [memory/global.c]
12000         Corrected a bug with linked list handling in GlobalAlloc().
12002         * [objects/bitmap.c]
12003         Corrected a bug in BITMAP_SelectObject().
12005 Tue Aug 24 19:22:40 1993  David Metcalfe
12007         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
12008           [controls/SmeMenuButt*]
12009         Change code to support & as a special character in menu item text.
12011 Tue Aug 24 19:22:40 1993  Alexandre Julliard
12013         * [include/gdi.h] [windows/dc.c]
12014         Heavily modified the DC structure for better device-independence.
12016         * [objects/bitmap.c]
12017         Implemented bitmap dimensions.
12019         * [windows/dc.c] [windows/dce.c]
12020         Implemented DC state saving and restoring.
12022         * [windows/dc.c]
12023         Implemented ROP mode.
12025         * [windows/graphics.c]
12026         Implemented FillRect().
12028 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
12030         * [misc/xt.c]
12031         Fixed bug in InvalidateRect().  Solitaire attempted to
12032         clear window before it was realized.
12034         * [loader/resource.c]
12035         Began rewrite of LoadBitmap().
12037         * [loader/wine.c]
12038         Fixed code which set Argv and Argc global variables.
12040         * [loader/selector.c]
12041         Added code to set up command line arguments.
12043         * [include/neexe.h]
12044         Fixed error in PSP structure.
12046 Tue Aug 17 20:41:12 1993  Alexandre Julliard
12048         * [include/gdi.h] [windows/dc.c]
12049         Implemented device capabilities.
12051         * [objects/region.c]
12052         Implemented EqualRgn() and CombineRgn().
12054         * [windows/clipping.c]
12055         Implemented Save/RestoreVisRgn().
12057         * [windows/graphics.c]
12058         Implemented PaintRgn() and FillRgn().
12060         * [windows/mapping.c]
12061         Implemented mapping modes.
12063 Tue Aug 10 14:07:38 1993  Alexandre Julliard
12065         * [if1632/user.spec] [misc/rect.c]
12066         Implemented rectangle API functions.
12068         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
12069         Implemented regions.
12071         * [windows/class.c]
12072         Corrected a typo in UnregisterClass().
12074         * [windows/clipping.c] [windows/dc.c]
12075         Implemented DC clipping and visible region.
12077 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
12079         * [controls/menu.c] [windows/win.c]
12080         SetMenu(), GetMenu(), CheckMenuItem() implemented
12082 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
12084         * [controls/menu.c] [windows/win.c]
12085         Many improvements menus.  LoadMenu() should work.
12087 Wed Aug  4 14:55:36 1993  Alexandre Julliard
12089         * [objects/dib.c]
12090         Started the implementation of device-independent bitmaps.
12092         * [objects/bitmap.c]
12093         Added support for multiple bitmap depths.
12095         * [objects/brush.c]
12096         Implemented pattern brushes.
12098         * [windows/dc.c] [windows/graphics.c]
12099         Implemented some GDI graphics primitives.
12101 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
12103         * [controls/menu.c] [windows/win.c] [include/menu.h]
12104         Code to load class menus from executable file.
12106         * [if1632/user.spec]
12107         Fixed specification of SendMessage() and PostMessage.
12109 Mon Jul 26 21:53:24 1993  Alexandre Julliard
12111         * [if1632/call.S]
12112         Corrected a bug in KERNEL_InitTask().
12114         * [include/windows.h]
12115         Added a lot of constants.
12117         * [loader/selector.c]
12118         Corrected a bug in segment allocation in CreateSelectors().
12120         * [objects/bitmap.c]
12121         Implemented SelectObject() for bitmaps.
12123         * [objects/brush.c]
12124         Implemented hatched brushes and SelectObject().
12126         * [objects/gdiobj.c]
12127         Removed linked list (not needed).
12129         * [objects/palette.c]
12130         Implemented system palette creation and misc. palette API functions.
12132         * [windows/timer.c]
12133         Implemented timers.
12135         * [windows/dc.c]
12136         Implemented memory device contexts.
12138 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
12140         * [dos.c]
12141         Split DOS3Call() out of kernel.c.  Added support for get date
12142         and time functions.
12144         * [call.S]
12145         Added function ReturnFromRegisterFunc() to allow DOS calls
12146         to return values in registers.
12148         * [regfunc.h]
12149         Macros to access registers saved on stack.
12151 Tue Jul 20 10:38:59 1993  Alexandre Julliard
12153         * [win.c]
12154         Corrected allocation of the WM_CREATE data structure.
12156         * [dce.c] [dce.h]
12157         Implemented DCE handling.
12159         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
12160           [gdiobj.c] [palette.c] [pen.c]
12161         Implemented the GDI objects data structures and allocation.
12163         * [windows.h]
12164         Added several structures and constants for GDI objects.
12166 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
12168         * [ldtlib.c]
12169         Modified system calls to match Linus' new interface for
12170         the LDT modification.
12172         * [win.c]
12173         Fixed bug with WM_CREATE message.
12175         * [heap.c] [kernel.spec]
12176         Completed local heap allocation functions.
12178         * [global.c]
12179         Created function GlobalQuickAlloc() for easy allocation from DLLs
12181 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
12183         * [global.c]
12184         Completed global memory pool API
12186 Sun Jul 11 16:59:52 1993  Alexandre Julliard
12188         * [message.c] [user.c] [user.spec] [windows.h]
12189         Added emulation of Windows message queue.
12191 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
12193         * [build.c] Original by Bob Amstadt
12194         * [callback.c] Original by Bob Amstadt, updates by 
12195         Alexandre Julliard
12196         * [dump.c] Original by Bob Amstadt
12197         * [global.c] Original by Bob Amstadt
12198         * [heap.c] Original by Bob Amstadt
12199         * [kernel.c] Original by Bob Amstadt
12200         * [ldt.c] Original by Bob Amstadt
12201         * [ldtlib.c] Original by Bob Amstadt
12202         * [relay.c] Original by Bob Amstadt
12203         * [resource.c] Original by Bob Amstadt, updates by 
12204         Alexandre Juliard
12205         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
12206         * [user.c] Original by Bob Amstadt
12207         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
12208         Alexandre Julliard
12209         * [wintcl.c] Original by Regents of the University of California,
12210         updates by Peter MacDonald and Alexandre Julliard
12211         * [callback.h] Original by Bob Amstadt
12212         * [dlls.h] Original by Bob Amstadt
12213         * [heap.h] Original by Bob Amstadt
12214         * [neexe.h] Original by Bob Amstadt
12215         * [prototypes.h] Original by Bob Amstadt, updates by 
12216         Eric Youngdale
12217         * [segmem.h] Original by Bob Amstadt
12218         * [tkInt.h] Original by Regents of the University of California
12219         * [windows.h] Original by Peter MacDonald, updates by 
12220         Alexandre Julliard and Bob Amstadt
12221         * [wine.h] Original by Eric Youngdale
12222         * [kernel.spec] Original by Bob Amstadt, updates by 
12223         Alexandre Julliard
12224         * [gdi.spec] Original by Bob Amstadt, updates by 
12225         Alexandre Julliard
12226         * [shell.spec] Original by Bob Amstadt
12227         * [unixlib.spec] Original by Bob Amstadt
12228         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
12229         * [win87em.spec] Original by Bob Amstadt
12230         * [Windows.tcl] Original by Peter MacDonald, updates by 
12231         Alexandre Julliard
12232         * [build-spec.txt] Original by Bob Amstadt
12233         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale