Release 980413
[wine/multimedia.git] / ChangeLog
blob6119f63da2fba645299fd6b85580e65d82cde9d4
1 ----------------------------------------------------------------------
2 Sun Apr 12 12:22:23 1997  Andreas Mohr <100.30936@germany.net>
4         * [files/drive.c]
5         Fixed "no free space" problem with partition sizes between 1 and 2 GB
6         (cluster_sectors may not exceed 0x40).
8         * [windows/msgbox.c] [if1632/user.spec] [include/windows.h]
9         Implemented MessageBoxIndirect16, corrected MSGBOXPARAMS16.
11         * [loader/task.c]
12         DOS environment strings may never exceed 127 chars
13         -> truncate Unix environment strings if necessary.
15 Sun Apr 12 02:51:44 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
17         * [files/*.c]
18         All fprintf statements were converted to appropriate debug
19         messages.
21         * [tools/find_debug_channels]
22         Updated comments at the beginning of the file.
24 Sat Apr 11 15:27:21 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
26         * [loader/module.c] [loader/task.c] [scheduler/process.c]
27         Moved some code around to prepare the ground for CreateProcess().
29         * [memory/environ.c] [loader/task.c]
30         Moved Win32 environment strings functions to environ.c.
31         Unified Win16 and Win32 environment management.
33         * [scheduler/handle.c] [scheduler/k32obj.c] [scheduler/*.c]
34         Implemented handle inheritance and DuplicateHandle().
36         * [scheduler/thread.c]
37         Create a 16-bit stack for all threads.
39         * [windows/dialog.c]
40         Implemented DIALOGEX resource format.
42 Fri Apr 10 20:21:51 1998  Marcus Meissner <marcus@mud.de>
44         * [configure.in][include/acconfig.h][*/*][multimedia/*]
45         Cleaned up the OSS detection stuff, added some more checks for
46         headerfiles/functions.
47         Removed a lot of OS specific #ifdefs.
48         Lots of dependend multimedia cleanups.
50         * [loader/pe_image.c]
51         Enhanced comment, added missing reference count increase.
53         * [ole/compobj.c]
54         Replaced broken StringFromGUID2 by working one.
56         * [misc/winsock.c]
57         SO_LINGER uses unsigned 16 bit in Win16 and Win32, but unsigned
58         int (32bit) for UNIX.
60         * [memory/global.c]
61         Allow realloc for lockcount 1 too.
63 Fri Apr 10 15:27:34 1998  Morten Welinder  <terra@diku.dk>
65         * [graphics/x11drv/text.c]
66         Handle control characters in trace.  Ignore terminating newline.
68         * [multimedia/init.c]
69         (MULTIMEDIA_Init): Correct allocations.
71         * [tools/examine-relay]
72         Tidy up.
74         * [windows/syscolor.c]
75         Change highlight colour from lightblue to lightgray.  This
76         looks correct for menus.
78 Fri Apr 10 01:49:58 1998  Douglas Ridgway  <ridgway@winehq.com>
80         * [configure.in] [Make.rules.in]
81         Add check for c2man before using it.
83 Fri Apr 10 02:59:21 1998  Douglas Ridgway  <ridgway@winehq.com>
85         * [DEVELOPERS-HINTS]
86         Simple description of adding API calls.
88         * [include/wintypes.h] [include/windows.h]
89         Get rid of Winelib16, avoid declaring some illegal functions in
90         Winelib, add prototypes for some enhanced metafile functions, fix
91         GetTextExtentPoint32 declarations.
93         * [relay32/gdi32.spec] [objects/enhmetafile.c]
94         Cosmetic and functional improvements.
96         * [include/wincon.h] [programs/view/*]
97         Fixes, improved compatibility with native compilers.
99 Thu Apr  9 15:48:49 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
101         * [win32/kernel32.c]
102         Implemented FT_Thunk / FT_Prolog / FT_Exit / FT_PrologPrime.
103         Fixed Common32ThkLS thunk function.
105         * [tools/build.c] [relay32/relay386.c] [if1632/relay.c]
106         Changed relay code to allow register functions to modify stack layout.
108         * [memory/selector.c]
109         Implemented AllocMappedBuffer / FreeMappedBuffer.
111         * [relay32/kernel32.spec] [if1632/kernel.spec] [win32/ordinals.c]
112         Added names for undocumented functions.
114         * [loader/module.c]
115         Bugfix: LoadLibrary16 should *not* silently load 32-bit DLL.
117 Thu Apr  9 03:54:58 1998  Jim Peterson <jspeter@birch.ee.vt.edu>
119         * [windows/keyboard.c]
120         Fix an erroneous test in TranslateAccelerator{16,32} for the end
121         of the accelerator table.
123 Thu Apr  8 20:36:28 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> 
125         * [misc/crtdll.c]
126         Implement getenv.
128         * [misc/commdlg.c]
129         Make Get[Save/Open]FileName work in most situations.
131         * [misc/lstr.c]
132         Use wvsprintf32A instead of vsprintf in FormatMessage32X
134         * [misc/version]
135         Make NT3.50 a recognised version
137         * [graphics/x11drv/graphics.c]
138         Change the algorithme to draw arcs
140         * [loader/resource.c]
141         Return an empty buffer in LoadString32A if no resource found.
143         * [win32/code_page.c]
144         Try harder to get the right size in MultiByteToWideChar.
146         * [win32/process.c]
147         Call WinExec32 for CreateProcess32A.
149         * [windows/user.c]
150         Install default Int0 Handler in InitApp().
152 Thu Apr  8 19:29:48 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
154         * [misc/imagelist.c]
155         Preliminary fix for drawing selected images.
156         Various improvements.
158         * [controls/progress.c][include/progress.c][include/commctrl.h]
159         Added progress bar messages and styles for IE4.01 (dll version 4.72)
160         compatibility.
161         Fixed led size problem.
163         * [controls/updown.c][include/commctrl.h]
164         Added UDM_GETRANGE32 and UDM_SETRANGE32.
166         * [objects/oembitmaps.c][include/windows.h][include/bitmaps/*]
167         Added Win95 icons and fixed Win95 cursor and restore button bug.
168         Now they should be visible. Sorry!!!
170         * [relay32/comctl32.spec]
171         Added most missing function names.
173 Tue Apr  6 18:48:36 1998  Matthew Becker <mbecker@glasscity.net>
175         * [objects/font.c] [if1632/gdi.spec]
176         GetOutlineTextMetrics: stub
178         * [objects/text.c]
179         GetTextCharset should just call GetTextCharsetInfo.
181         * [misc/mpr.c] [relay32/mpr.spec]
182         WNetCachePassword: stub
184         * [scheduler/thread.c] [relay32/user32.spec]
185         AttachThreadInput: stub
186         Updated documentation.
188         * [objects/palette.c]
189         Updated documentation.
191 Tue Mar 31 17:06:30 1998  James Juran <jrj120@psu.edu>
193         * [*/*.c]
194         Finished fixing USER32 ordinal numbers in function documentation.
196 Mon Mar 30 20:27:38 1998  Morten Welinder  <terra@diku.dk>
198         * [misc/debugstr.c] [include/debugstr.h]
199         Moved _dumpstr from relay32/relay386.c.  Improved control
200         character handling.
202         * [msdos/int21.c]
203         Implement 215E00 -- get machine name.
205         * [windows/winpos.c]
206         SetWindowPos32: Make an extra sync when mapping managed
207         windows.  This makes sure the reconfigure event has been
208         handled.  See Mshearts' what's-your-name window.
210 Mon Mar 30 01:13:50 1998  Alexander V. Lukyanov <lav@long.yar.ru>
212         * [Makefile.in]
213         Install includes from TOPSRCDIR.
215 ----------------------------------------------------------------------
216 Sun Mar 29 15:18:57 1998  Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de>
218         * [msdos/int21.c]
219         More verbose Trace messages
221 Sun Mar 29 15:03:30 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
223         * [loader/ne_image.c]
224         Terminate relocation chains on 0 offset.
226 Sun Mar 29 02:35:45 1998  James Juran  <jrj120@psu.edu>
228         * [windows/caret.c] [windows/class.c] [windows/clipboard.c]
229         Fixed more USER32 ordinal numbers in function documentation.
231 Sat Mar 28 22:40:23 1997  Andreas Mohr <100.30936@germany.net>
233         * [controls/desktop.c]
234         Return 1 for WM_NCCREATE in DesktopWndProc.
236         * [controls/menu.c]
237         Fixed crash when destroying a top popup win that was only created
238         but not shown.
240         * [ole/typelib.c] [if1632/typelib.spec]
241         Implemented OABuildVersion.
243         * [windows/win.c]
244         Finally fixed ugly bug in GetParent32 that affected window placement:
245         Didn't return 0 for windows that have neither WS_POPUP nor
246         WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;)
248 Sat Mar 28 02:26:43 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
250         * [DEVELOPERS-HINTS] [documentation/debug-msgs]
251         Updated documentation on debug messages
253         * [include/button.h] [controls/button.c] [include/windows.h]
254         [include/combo.h] [controls/combo.c] [controls/commctrl.c]
255         [controls/icontitle.c] [controls/listbox.c]     [controls/menu.c]
256         [controls/scroll.c] [controls/widgets.c] 
257         Changed some 16-bit code to 32-bit code. I am positive this will
258         not break anything.
260         * [controls/uitools.c] 
261         Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_
262         to reflect the fact that they implement Win95 look. Maybe we will
263         have a UITOOLS31_ in the future. Anyhow, the change is completely
264         internal to this file.
266         * [*/*.c]
267         Changed a lot of [f]printf into appropriate debug messages.
269 Fri Mar 27 19:56:12 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
270         * [documentation/status/]
271         Added directdraw and directsound status.
273         * [if1632/thunk.c][ole/*.c][win32/kernel32.c]
274         Added some documentation.
275         Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk
276         (calling conventions and the like still unknown).
278 Fri Mar 27 09:59:32 1998  Morten Eriksen  <mortene@pvv.org>
280         * [loader/resource.c][windows/keyboard.c]
281         Implemented CopyAcceleratorTable() and CreateAcceleratorTable().
282         
283         * [include/compobj.h][ole/compobj.c][relay32/ole32.spec]
284         Added implementation of StringFromGUID2(). 
286 Tue Mar 26 23:12:05 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
288         * [misc/imagelist.c][relay32/comctl32.spec]
289         Implemented new debugging interface.
290         Added missing functions (some are empty stubs).
291         Changed ordinals in comctl32.spec (now dll version 4.72 comatible).
293         * [objects/oembitmaps.c][include/windows.h]
294           [include/bitmaps/*]
295         Added missing restore bitmaps for Win95 look.
296         Added missing Win95 cursors.
298 Thu Mar 26 10:18:20 1998  Douglas Ridgway  <ridgway@winehq.com>
300         * [programs/view/Makefile.in] [programs/view/view.c]
301         Fix compilation, Aldus placeable metafile loading.
303         * [graphics/metafiledrv/init.c] [relay32/gdi32.spec] 
304           [objects/metafile.c]
305         Implemented various 32 bit versions of regular metafile API.
307         * [objects/enhmetafile.c]
308         Implemented rendering of a couple of dozen records.
310 Tue Mar 24 20:06:39 1998  Matthew Becker <mbecker@glasscity.net>
312         * [memory/*.c]
313         Updated documentation for API manpages.
315 Mon Mar 23 09:09:00 1998  Alex Korobka <alex@pharm.sunysb.edu>
317         * [misc/winsock.c]
318         Fixed 32-bit DNS lookup.
320 Mon Mar 23 23:54:47 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
322         * [multimedia/init.c]
323         New code for the initialization and gathering of information about
324         the MIDI devices, for future use.
326 Thu Mar 19 00:59:29 1998  Jim Peterson <jspeter@nospam.birch.ee.vt.edu>
328         * [windows/win.c]
329         Eliminated inaccurate setting of cs->hMenu in
330         WIN_CreateWindowEx, along with superfluous SetMenu32 call.
332 Mon Mar 16 17:40:53 1998  Petter Reinholdtsen <pere@td.org.uit.no>
334         * [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in]
335         Install wine.sym in $(exec_prefix)/lib and make sure the debugger
336         finds it.
338 Sun Mar 15 22:36:35 1998  Michael Veksler <mveksler@tx.technion.ac.il>
340         * [dummy.c] [if1632/gdi.spec]
341         Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
343 ----------------------------------------------------------------------
344 Sun Mar 15 03:46:50 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
346         * [*/*]
347         Fixed some dprintf_ such that there is one and only one
348         new line for each dprintf and that new line occurs at the end.
349         Transformed some fprintfs into proper debug statements.
350         Removed much redundancy from most of the debug statements. The
351         redundancy appeared because now the component and function
352         name is output automatically. Most debug statements also used to
353         output the name of the function.
354         All these changes prepared the source to switch completely to
355         the new debugging interface.
356         For more info, refer to ./documentation/debug-msg
358 Sat Mar 14 19:45:23 1997  Andreas Mohr <100.30936@germany.net>
360         * [misc/shell.c] [if1632/kernel.spec]
361         Changed parameters of FUNC004() to fix a crash.
362         Not sure if this fix is correct (doc wanted).
364         * [windows/user.c] [if1632/user.spec] [include/user.h]
365         Implemented UserSeeUserDo.
367         * [msdos/int21.c] [include/msdos.h]
368         Added "GET LIST OF LISTS" (INT 21/52h).
370 Sat Mar 14 15:48:02 1998  Douglas Ridgway <ridgway@gmcl.com>
372         * [include/windows.h] [relay32/gdi32.spec] [objects/enhmetafile.c]
373         Beginnings of enhanced metafile support.
375 Fri Mar 13 20:53:09 1998  John Richardson <jrichard@zko.dec.com>
377         * [win32/console.c]
378         Restart interrupted console writes.
380 Fri Mar 13 18:59:24 1998  Matthew Becker <mbecker@glasscity.net>
382         * [*/*.c]
383         Updated documentation for API manpages.
385         * [windows/dce.c]
386         ReleaseDC16: Fixed cast.
388         * [include/windows.h] [memory/virtual.c]
389         VirtualQuery{Ex} should return DWORD instead of BOOL32.
391 Fri Mar 13 13:03:06 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
393         * [README][documentation/status/]
394         README updated, added lzexpand,version and multimedia
395         status notes to new documentation/status directory.
397         * [ole/*.c][if1632/typelib.spec]
398         Added typelib stubs, several small additions and fixes.
400         * [loader/pe_image.c]
401         Fixed a small bug (fixup_imports got passed the wrong hModule in a
402         remapcase).
404         * [loader/signal.c][if1632/signal.c][misc/winsock_dns.c]
405           [loader/module.c]
406         Fixed some recursive debugger crashes (caused by invalid FS).
408         * [misc/registry.c]
409         Two bugs fixed.
411 Fri Mar 13 04:55:01 1998  David Lee Lambert <lamber45@egr.msu.edu>
413         * [include/winnt.h] [include/winnls.h]
414         Moved LANG_xxx flags to winnls.h
416         * [include/winnls.h]
417         Added flags for GetDateFormat(); fixed validity of
418         LOCALE_SYSTEM_DEFAULT.
420         * [include/windows.h] 
421         Added GetTimeFormat() prototypes.
423         * [ole/ole2nls.c]
424         Implemented ASCII date- and time-functions,  using an
425         optimized common core;  added stubs for Unicode versions;  
426         started work on a Unicode core.
428         * [AUTHORS]
429         Added my name.
431 Mon Mar  9 20:10:15 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
433         * [relay32/comctl32.spec] [include/imagelist.h]
434           [include/commctrl.h] [misc/imagelist.c] [misc/Makefile.in]
435         First attempt at implementing ImageLists.
437 Sun Mar  8 20:19:49 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
439         * [files/dos_fs.c] [configure.in]
440         Try to get FileTimeToLocalFileTime,FileTimeToSystemTime and
441         SystemTimeToFileTime right.
442         Use timegm() where available.
444         * [misc/lstr.c]
445         Fix an off by one error in FormatMessage and handle the case 
446         when args = NULL (used by programs to get the length of the 
447         string).
449         * [win32/console.c]
450         Actual display a per-process Title string, better working
451         attempt for WriteConsole32W and ReadConsole32W.
453 Fri Mar  6 20:33:45 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
455         * [include/config.h.in][configure.in][multimedia/audio.c]
456           [multimedia/dsound.c]
457         Added check for FreeBSD sound system.
459 Sun Mar  1 17:40:10 1998  Jason Schonberg <schon@mti.sgi.com>
461         * [controls/edit.c] [include/ole.h] [include/shlobj.h]
462         Removed final commas in enum types.
464 Mon Feb 23 07:52:18 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
466         * [multimedia/time.c]
467         Workaround to avoid infinite recursion inside timeGetTime.
469         * [multimedia/audio.c]
470         WODM_GETNUMDEVS and WIDM_GETNUMDEVS only return 1 now if the
471         SOUND_DEV can be opened, or if it's busy.
473 ----------------------------------------------------------------------
474 Sun Mar  1 10:45:23 1998  Andreas Mohr <100.30936@germany.net>
476         * [loader/ne_image.c]
477         Fixed problem with weird DLLs (NE_FFLAGS_SINGLEDATA && DGROUP = 0).
479         * [msdos/dosmem.c]
480         Export address for __0000H, too.
482         * [msdos/dpmi.c]
483         Changed MemAlloc functions to return less fragmented addresses.
485 Sat Feb 28 18:50:12 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
487         * [scheduler/process.c] [scheduler/sysdeps.c]
488         Don't use %fs register before threading initialization.
490 Sat Feb 28 14:04:56 1998  Kristian Nielsen  <kristian.nielsen@risoe.dk>
492         * [configure.in] [include/acconfig.h]
493         Autoconf macro to check for non-reentrant X libraries.
495         * [windows/winpos.c]
496         In SetWindowPos32(), do not cause WM_SIZE messages when the
497         SWP_NOSIZE flag is specified. This fixes the division-by-zero in
498         Borland C++ 4.0 "Open Project" menu item.
500 Sat Feb 28 13:11:26 1998  James Moody  <013263m@dragon.acadiau.ca>
502         * [ole/ole2nls.c]
503         Changed "English" values from German to English.
505         * [files/dos_fs.c]
506         Fixed off-by-one month bug.
508 Fri Feb 27 22:12:01 1998  Douglas Ridgway  <ridgway@winehq.com>
510         * [windows/win.c]
511         Fix winelib class menu loading bug.
513         * [include/module.h] [loader/module.c]
514         LoadModule32 should be implemented in terms of CreateProcess.
516         * [programs/view/*]
517         Metafile viewer sample program.
519         * [documentation/wine.texinfo] [documentation/Makefile.in]
520         Improvements and additions, HTML target.
522 Fri Feb 27 04:27:48 1998  Dimitrie O. Paun <dimi@cs.toronto.edu>
524         * [*/*]
525         Switched to the new debug messages interface. For more information
526         please refer to documentation/debug-msgs. Because the new scheme
527         introduces a new semantic level, I had to manually do through
528         about 530 dprintf_xxx!  The rest of about 2400 where transformed
529         via a script.  Because of the large number of changes that I had
530         to do, some may have not come out as nicely as I wanted them.  If
531         this is the case, please let me know. There is a lot of work left
532         to do: -- a few hundred printf's to be converted -- about 2300
533         fprintf's to be converted -- about 600 FIXME's to be transformed
534         The problem is that in the above mentioned cases, a lot of manual
535         intervention is required because a lot of the information is
536         missing.  There are also a lot of other things to be done to the
537         interface and so forth. I have now ideas for a at least a month
538         worth of full time work :) I will proceed with many changes in the
539         next few releases, so please do not start modifing things because
540         there will be a hell of a lot of conflicts. If you have ideas that
541         you want to integrate or you want to work on different things,
542         please coordinate with me.
544 Thu Feb 26 13:04:29 1998  David Lee Lambert <lamber45@egr.msu.edu>
546         * [ole/ole2nls.c] [include/windows.h]
547         First try at OLE date- and time-formatting functions.
549 Wed Feb 25 11:20:35 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
551         * [files/*.c]
552         Changed dos device handling, added 'CON' devicehandling.
554         * [graphics/ddraw.c]
555         Bug fixes, some additions.
557         * [if1632/builtin.c][loader/module.c][library/winestub.c]
558         Small hack so we don't need a dummy BUILTIN_LoadModule
559         in winestub.c.
561         * [ole/*][relay32/ole32.spec][if1632/storage.spec]
562         storage.dll started. winword loads documents (saving
563         doesn't work yet, dunno why).
564         Several ole additions, some cleanups and bugfixes.
565         IMalloc16 implemented.
567         * [loader/pe_image.c]
568         Added some comments, fixed circular dll references,
569         fixed modref ordering, fixed tls allocation.
571         * [memory/global.c]
572         Added validity checks before every GET_ARENA_PTR.
573         (several functions rely on Global* return values
574          on invalid handles, like IsTask).
575         Implemented GlobalUnlockFree16.
577         * [memory/virtual.c]
578         Replaced dprintf_virtual by fprintf, so we can
579         do 'info map' again in the debugger. Increase read
580         linesize for Linux2.1 cases.
582         * [misc/cpu.c][misc/registry.c]
583         Moved cpu registry initialization to misc/cpu.c.
585         * [multimedia/dsound.c]
586         Enhanced, replaced GETOSPACE bufferingcheck by SETFRAGMENT.
588         * [relay32/crtdll.spec][relay32/ntdll.spec]
589         Replaced some ptr by respective 'str' and 'wstr' arguments
590         for libc functions.
592         * [scheduler/thread.c]
593         Added some sanity checks to stackallocation, tlshandling fixed.
595         * [tools/build.c]
596         Fixed cdecl argumenttype order (was reversed).
598         * [win32/ordinals.c]
599         Implemented KERNEL_449.
601         * [windows/dinput.c]
602         Some fixes, needs much more work. Tomb Raider2 works with keyboard ;)
604 Tue Feb 24 20:46:37 1998  James Juran   <jrj120@psu.edu>
606         * [windows/win.c]
607         Fixed USER32 ordinal numbers in documentation.
609 Sat Feb 21 12:30:38 1998  John Richardson <jrichard@zko.dec.com>
611         * [files/file.c] [include/k32obj.h] [memory/virtual.c]
612         [scheduler/critsection.c] [scheduler/event.c] [scheduler/handle.c]
613         [scheduler/k32obj.c] [scheduler/mutex.c] [scheduler/process.c]
614         [scheduler/semaphore.c] [scheduler/thread.c]
615         Added generic k32obj read and write routines for k32objs that
616         support I/O.
618         * [documentation/console]
619         Updated console docs.
621         * [win32/console.c]
622         Make console work like a k32obj that supports I/O.
624         * [include/windows.h]
625         Make WriteFile and ReadFile take HANDLE32 for handle.
627 ----------------------------------------------------------------------
628 Sun Feb 15 14:07:07 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
630         * [controls/menu.c] [misc/ver.c] [multimedia/dsound.c]
631           [multimedia/joystick.c] [windows/dialog.c]
632         Modified some dprintf_xxx's to prepare them for a new
633         dprintf_ scheme. Basically, I changed the dprintf's that
634         outputed a line with many dprintf calls to do just one
635         dprintf call.
637 Sun Feb 15 12:02:59 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
639         * [graphics/x11drv/*.c] [objects/*.c]
640         A few X11 critical section optimizations, mostly with XGet/PutPixel.
642         * [scheduler/sysdeps.c] [misc/main.c]
643         Make sure X11 critical section is available before any Xlib call.
645         * [if1632/relay.c] [tools/build.c]
646         Yet another attempt at fixing Catch/Throw.
648         * [loader/pe_image.c]
649         Fixed broken PE DLL loading.
651         * [include/winnt.h] [scheduler/handle.c] [scheduler/*.c]
652         Implemented handle access rights.
653         Added Get/SetHandleInformation.
655 Sun Feb 15 09:45:23 1997  Andreas Mohr <100.30936@germany.net>
657         * [misc/winsock.c]
658         Fixed bug in WSACleanup which lead to crashes in WINSOCK_HandleIO.
660         * [graphics/fontengine.c] [include/font.h]
661         Minor improvements.
663         * [memory/global.c]
664         Implemented GlobalEntryHandle.
666         * [misc/toolhelp.c]
667         Fixed a memory bug in Notify*register.
669         * [misc/w32scomb.c]
670         Improved Get16DLLAddress.
672         * [objects/gdiobj.c]
673         Implemented GdiSeeGdiDo.
676 Sat Feb 14 14:57:39 1998  John Richardson <jrichard@zko.dec.com>
678         * [win32/console.c]
679         Added the console implementation, AllocConsole, FreeConsole,
680         CONSOLE_InheritConsole.
682         * [documentation/console]
683         Some documentation on the console.
685         * [include/winerror.h]
686         Added some error defines.
688         * [scheduler/k32obj.c]
689         Registered the scheduler ops.
691 Fri Feb 13 19:35:35 1998  James Moody  <013263m@dragon.acadiau.ca>
693         * [ole/ole2nls.c]
694         Some English language fixes for missing values.
696         * [controls/listbox.c]
697         Fix to allow an empty listbox to deselect all items.
699         * [relay32/user32.spec] [windows/keyboard.c]
700         CreateAcceleratorTableA stub method.
702         * [windows/sysmetrics.c]
703         Added missing SM_CXCURSOR & SM_CYCURSOR initializers.
705         * [windows/message.c]
706         PostThreadMessage32A stub method.
708 Fri Feb 13 17:12:24 1998  Jim Peterson <jspeter@roanoke.infi.net>
710         * [libtest/hello3res.rc] [libtest/hello3.c] [libtest/Makefile.in]
711         Updated the 'hello3' test so that it functions properly again.
713 Fri Feb 13 14:08:07 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
714         
715         * [graphics/mapping.c]
716         Fixed the embarrassing bugs I introduced into DPtoLP and
717         LPtoDP.
719         * [windows/scroll.c]
720         Prevent ScrollWindow32 from sending WM_ERASEBKGND.
722 Thu Feb 12 22:46:53 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
724         * [objects/metafile] [include/ldt.h]
725         Fix to cope with records longer than 64K.
727         * [windows/clipboard.c]
728         Clean up bitmaps and metapicts properly.
730 Mon Feb  3 21:52:18 1998  Karl Backström <karl_b@geocities.com>
732         * [programs/winhelp/Sw.rc] [resources/sysres_Sw.rc]
733         Minor update of Swedish language support.
735 ----------------------------------------------------------------------
736 Sun Feb  1 13:24:54 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
738         * [files/drive.c]
739         Added Device= parameter to drive configuration.
741         * [if1632/relay.c]
742         Throw() and Catch() now use the correct CATCHBUF layout (untested).
744         * [tools/build.c] [include/stackframe.h] [loader/task.c]
745         Moved 16-bit stack pointer into thread database.
746         Save current %fs while running 16-bit code.
748 Fri Jan 30 09:25:49 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
750         * [graphics/mapping.c]
751         Made DPtoLP32 and LPtoDP32 respect world transforms.
753         * [graphics/path.c] [graphics/painting.c] [if1632/gdi.spec]
754           [include/path.h]
755         More path support.
757         * [include/gdi.h] [include/windows.h] [objects/dc.c]
758           [relay/gdi32.spec]
759         Support for Get/SetArcDirection and Get/SetWorldTransform
761         * [windows/hook.c]
762         Fixed a bug in HOOK_Map16To32Common.
764 Thu Jan 29 23:43:18 1998  Douglas Ridgway <ridgway@taiga.gmcl.com>
766         * [graphics/metafiledrv/init.c] [objects/metafile.c]
767         Documentation for metafile related API calls. Fixed a bug to avoid
768         documenting it.
770         * [include/windows.h]
771         Declaration for LoadImage.
773 Thu Jan 29 21:44:45 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
775         * [graphics/win16drv/*]
776         Changes to printing code to enable use of printer fonts with the
777         win3.1 postscript driver. Remember to add printer=on to [wine]
778         section of wine.conf . You will also need to disable truetype
779         fonts from control panel. Winword 6.0 and Write seem to be happy
780         with this...
782         * [include/bitmap.h]
783         Fix Widthbytes for 15bpp displays.
785 Tue Jan 27 20:54:08 1998  Kristian Nielsen <kristian.nielsen@risoe.dk>
787         * [tsx11/*] [include/ts*] [tools/make_X11wrappers]
788         Implemented thread-safe X11 wrappers.
790 Tue Jan 27 13:54:09 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
792         * [windows/queue.c]
793         Forgot to convert thdb to thread_id.
795         * [misc/registry.c]
796         Sped up Windows 95 registry reading. Changed code to traverse
797         registry as a tree rather than read in all possible keys
798         (including dead ones). 
800 Tue Jan 27 12:46:09 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
802         * [loader/pe_image.c][Makefile.in][scheduler/thread.c]
803           [libtest/hello5.c]
804         Don't exit() on failed to load referenced dlls.
805         Fixed static tls allocation for multiple threads.
806         WINELIB should now be able to load PE dlls. A sample
807         winelib program, that dynamically loads a internal dll
808         is included.
810         * [graphics/ddraw.c][include/ddraw.h][include/d3d.h]
811         Cleaned up and enhanced further. Added several DirectX5
812         interface definitions and DirectSurface3 implementation.
813         Stubs for D3D (NOT coming soon, just there so it fails safely).
815         * [multimedia/dsound.c][include/dsound.h]
816         Actually works now for a lot of cases. Some DirectX5 stuff
817         added. Still lacking several features.
819         * [windows/dinput.c][include/dinput.h]
820         Started implementing DirectInput. Doesn't work yet, don't 
821         know why.
823         * [if1632/thunk.c][misc/callbacks.c]
824           [win32/kernel.c][include/callbacks.h]
825         Added WOWCallback16Ex, WOWHandle32.
827         * [misc/cpu.c]
828         Fixed GetSystemInfo, IsProcessorFeaturePresent.
830         * [multimedia/joystick.c][multimedia/time.c]
831         Several fixes. Small hack to get timerevents in timeGetTime() loops.
833 Tue Jan 20 11:26:27 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
835         * [configure.in]
836         Fixed check for union semun on FreeBSD systems.
838 Sun Jan 18 23:05:04 1998  Karl Backström <karl_b@geocities.com>
840         * [misc/ole2nls.c] [programs/progman/Sw.rc] [programs/winhelp/Sw.rc]
841           [resources/sysres_Sw.rc]
842         Added/updated Swedish language support.
844 Sun Jan 18 18:49:01 1998  Alex Korobka <alex@trantor.pharm.sunysb.edu>
846         * [misc/winsock.c] [misc/winsock_dns.c] [windows/event.c]
847           [windows/win.c] [windows/dce.c] [windows/winpos.c]
848         Bug fixes.
850 Sun Jan 18 12:45:23 1997  Andreas Mohr <100.30936@germany.net>
852         * [msdos/int25.c] [msdos/int26.c]
853         Implemented "native" absolute disk read/write access.
855         * [msdos/int13.c] [msdos/ioports.c]
856         Enhanced GET DRIVE PARAMETERS (int13 AH=08).
858         * [graphics/win16drv/prtdrv.c] [if1632/gdi.spec]
859         Fixed typos, implemented dmEnumDFonts,
860         Started implementation of dmRealizeObject.
862         * [if1632/compobj.spec] [ole/compobj.c] [relay32/ole32.spec]
863         Stubs CoCreateInstance, CoFreeUnusedLibraries, implemented
864         CoFileTimeNow.
866         * [if1632/kernel.spec] [include/windows.h] [memory/global.c]
867           [memory/string.c] [misc/kernel.c] [misc/Makefile.in]
868           [misc/toolhelp.c] [msdos/int21.c]
869         Implemented GlobalHandleNoRIP, GetFreeMemInfo, DebugFillBuffer, 
870         stubs GetSetKernelDOSProc, DiagQuery, DiagOutput, ToolHelpHook
871         (Undocumented Windows).
873         * [if1632/user.spec] [if1632/win32s16.spec] [misc/win32s16.c]
874         Misc stubs.
876         * [if1632/winaspi.spec] [misc/aspi.c]
877         Implemented GetASPIDLLVersion.
879         * [if1632/wprocs.spec] [msdos/int20.c] [msdos/Makefile.in]
880         Added handler for Int 0x20 (terminate program, _very_ old-fashioned).
882         * [misc/w32scomb.c]
883         Implemented Get16DLLAddress() partially
884         (big thanks to Marcus and Alexandre).
886         * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/dplay.spec]
887         Added built-in DPLAY.DLL.
889         * [relay32/winmm.spec] [multimedia/joystick.c]
890         Added joySetThreshold.
892         * [misc/windebug.c]
893         Added WinNotify.
895         * [win32/console.c]
896         Stubs CreateConsoleScreenBuffer, SetConsoleActiveScreenBuffer,
897         WriteConsoleOutput32A.
899         * [windows/user.c]
900         Stub SetEventHook.
902 Sat Jan 17 19:30:35 1998  Matthew Toseland  <Paul.Toseland@btinternet.com>
904         * [windows/painting.c]
905         Fixed broken restore-to-maximized.
907 Mon Jan 12 21:25:32 1998  Perceval - Marc Huguet Puig <mhp@tinet.fut.es>
909         * [documentation/wine.man] [include/options.h]
910           [misc/main.c] [ole/ole2nls.c] [resources/sysres.c]
911           [resources/sysres_Ca.rc] [resources/Makefile.in]
912         Added language catalan. (Afegit l'idioma català).
914 ----------------------------------------------------------------------
915 Sun Jan 18 17:05:58 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
917         * [include/stackframe.h] [tools/build.c]
918         Some cleanups in stack frame building.
920         * [misc/port.c]
921         Implemented clone() wrapper for libc5 users.
923         * [scheduler/mutex.c] [scheduler/synchro.c]
924         Implemented abandoned mutexes.
926         * [scheduler/process.c] [scheduler/thread.c]
927         We now create a process and a thread structure as soon as possible
928         during initialization.
930         * [scheduler/thread.c] [scheduler/sysdeps.c]
931         Moved system-specific thread handling to sysdeps.c.
933 Fri Jan 16 10:45:15 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
935         * [graphics/ddraw.c][include/ddraw.h]
936         Surface handling enhanced. Some stuff already works ;)
938         * [multimedia/dsound.c][include/dsound.h]
939         Implemented using the Open Sound System.
940         Slowly starts to work (sounds terrible for some programs).
942         * [configure.in][multimedia/audio.c][include/config.h.in]
943         Added check for OpenSoundSystem, fixed -lXxf86dga check.
944         Replaced OS #ifdefs by #ifdef HAVE_OSS in mm/audio.c.
946         * [if1632/relay.c][relay32/relay386.c]
947         Do not print control characters for 'str' or 'wstr' args.
949         * [misc/registry.c]
950         "" seems to equals NULL in keynames. Replace where needed. Seems
951         to help the win95 regedit.exe...
953         * [win32/newfns.c]
954         Implemented QueryPerformance* using gettimeofday(2)
955         (should be done using the pentium timers probably).
957         * [tools/ipcl]
958         Removed useless open_pipe construct.
960 Sun Jan 11 17:10:02 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
962         * [objects/region.c] [include/region.h] [graphics/x11drv/clipping.c]
963         Regions are now internal to Wine. The basis of this code is taken
964         from the X11 distribution. GetRegionData() is implemented as is 
965         ExtCreateRegion() (without Xforms). CreatePolyPolygonRgn() should
966         behave correctly now. 
968         * [objects/metafile.c] [graphics/metafiledrv/graphics.c]
969           [graphics/metafiledrv/init.c] [include/metafile.h]
970           [include/metafiledrv.h]
971         Playback of META_CREATEREGION should now work. Implemented recording
972         of META_CREATEREGION and META_PAINTREGION.
974         * [graphics/x11drv/graphics.c]
975         FillRgn() (and therefore its friends) respect logical co-ords.
977 Wed Jan  7 01:21:45 1998  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
979         * [configure.in] [include/acconfig.h] [tools/build.c]
980         Now checking whether to use .string or .ascii.
982         * [configure.in] [include/acconfig.h] [scheduler/critsection.c]
983         Defining union semun if this is not available from header files.
985         * [misc/lstr.c]
986         Moved wine's own header files below <wctype.h> to avoid
987         parse error on Solaris.
989 Sun Jan  4 15:38:07 1998  Andrew Taylor <ataylor@cadvision.com>
991         * [multimedia/mmsystem.c] [multimedia/mmio.c]
992         Implemented mmioSendMessage and rearranged the mmio
993         subsystem in terms of this function.
995 Wed Dec 24 00:51:29 1997  Charles Duffy <cduffy@bigfoot.com>
997         * [windows/clipboard.c] [relay32/user32.spec]
998         GetPriorityClipboardFormat32 now has something other than just
999         a stub. I have no idea if it works (can't test until
1000         SetClipboardData is finished) but HEdit likes things a lot more
1001         this way.
1003 ----------------------------------------------------------------------
1004 Sat Jan  3 17:15:56 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1006         * [debugger/db_disasm.c]
1007         Added cpuid and cmpxchg instructions.
1009         * [if1632/builtin.c] [relay32/builtin32.c]
1010         Fixed broken -dll option with Win32 DLLs.
1012         * [include/heap.h]
1013         Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
1015         * [configure.in] [misc/lstr.c]
1016         Added check for wctype.h.
1017         Commented out --enable-ipc option (IPC code has been broken for a
1018         long time anyway).
1020         * [scheduler/critsection.c] [scheduler/event.c]
1021           [scheduler/mutex.c] [scheduler/semaphore.c]
1022         Implemented Win32 synchronization objects.
1024         * [scheduler/synchro.c]
1025         Implemented WaitForMultipleObjects and related functions.
1027         * [scheduler/thread.c]
1028         If possible, use clone() in CreateThread().
1030         * [scheduler/thread.c] [scheduler/process.c]
1031         Made thread and process waitable objects.
1032         Thread and process id values are now different from the pointers
1033         they represent.
1035         * [win32/k32obj.c]
1036         Moved to scheduler directory.
1037         Added function table for waiting operations on objects.
1039         * [files/file.c] [memory/virtual.c]
1040         Added new K32OBJ function table.
1042 Sun Jan  1 16:48:23 1997  Andreas Mohr <100.30936@germany.net>
1044         * [files/file.c]
1045         Fixed my patch for GetTempFileName16() as needed.
1046         It was ...Name32A() that didn't work properly, not ...Name16().
1048         * [graphics/x11drv/brush.c]
1049         Fixed a BadMatch error.
1051         * [msdos/int21.c]
1052         Fixed INT21_FindNextFCB() to get correct volume labels e.g.
1053         in "file open" dialog.
1055         * [multimedia/joystick.c] [relay32/winmm.spec]
1056         Stub JoyGetPosEx().
1058         * [scheduler/process.c] [relay32/kernel32.spec]
1059         Implemented RegisterServiceProcess().
1061 Wed Dec 31 11:14:43 1997  Lawson Whitney  <lawson_whitney@juno.com>
1063         * [if1632/kernel.spec] [if1632/relay.c]
1064         Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
1065         CallProc32W.
1067         * [loader/module.c]
1068         Take a shot at defining FreeLibrary32W.
1070 Sun Dec 28 12:44:04 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
1072         * [controls/menu.c]
1073         Menu modification from WM_INITMENUPOPUP message fixed.
1074         Menu items now can have different wID and hSubMenu (Win95 behavior).
1076         * [misc/cpu.c]
1077         Improved IsProcessorFeaturePresent.
1079 Sun Dec 28 03:21:08 1997  Ove Kaaven <ovek@main.arcticnet.no>
1081         * [include/winsock.h] [misc/winsock.c]
1082         Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
1083         empty fd_sets if timeout.
1085         * [objects/palette.c]
1086         AnimatePalette() bailed out if entire palette is animated. Fixed.
1088         * [objects/dib.c]
1089         Added some code to SetDIBitsToDevice() and its helpers to fix
1090         some offseting problems.
1092         * [objects/cursoricon.c]
1093         Made CreateCursor32() convert the instance handle properly. Made
1094         DestroyCursor() return correct success status.
1096 Wed Dec 24 17:56:34 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
1098         * [windows/syscolor.c]
1099         Added definition of GetSysColorPen16/32. This function does not
1100         exist in the Win32 API but is a very close (and natural) relative
1101         to GetSysColorBrush function. Moreover, it is *very* much used 
1102         within Wine since there are a lot of places where we need to draw
1103         lines with the standard colors.
1105         * [controls/button.c] [controls/combo.c] [controls/icontitle.c]
1106           [controls/menu.c] [controls/progress.c] [controls/scroll.c]
1107           [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
1108           [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
1109         Replaced references to sysColorObjects with the appropriate
1110         call to GetSysColorBrush32/GetSysColorPen32. There is no need to
1111         expose the implementation of these functions, even within Wine.
1112         This makes the code easier to understand, debug, maintain.
1114         * [controls/uitools.c]
1115         Modified most of the functions in this file to use the now
1116         standard pens (i.e. GetSysColorPen32). These functions made
1117         *heavy* use of standard pens so I expect a lot less
1118         CreatePen/DeleteObject calls can do only good...:)
1119         Plus some minor modifications (*no* functional changes though).
1121         * [controls/updown.c]
1122         Used the new DrawFrameControl32 function to paint the control.
1123         I also deleted UDDOWN_DrawArrow since it was no longer required.
1125 Tue Dec 23 00:03:33 1997  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
1127         * [configure.in]
1128         Added check for -lw.
1130         * [include/wintypes.h] [tools/build.c]
1131         Changes to make the assembly understandable for even sun as.
1132         ".ascii" -> ".string", "call %foo" -> "call *%foo",
1133         "pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
1135         * [memory/ldt.c]
1136         #ifdef added so <sys/seg.h> will not be included on Solaris.
1138 Mon Dec 22 18:55:19 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1140         * [configure.in]
1141         Added XF86DGA check.
1143         * [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
1144         Started DirectSound. Only stubs for now.
1146         * [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
1147         Started to implement DirectDraw. Mostly stubs, some
1148         testcases work. Requires the XF86DGA extension to XFree86.
1149         (check demo/blizdemo.exe from the Diablo CD-ROM).
1151         * [files/drive.c]
1152         Return correct "CDFS" fsname so Diablo is a bit happier.
1154 Sun Dec 21 21:45:48 1997  Kevin Cozens <kcozens@interlog.com>
1156         * [misc/registry.c]
1157         Fixed bugs in the routines which read the Windows '95 registry
1158         files. Added extra information regarding the format of the Windows
1159         '95 registry files.
1161 ----------------------------------------------------------------------
1162 Fri Dec 19 10:50:46 1997  Douglas Ridgway  <ridgway@winehq.com>
1164         * [Make.rules.in] [Makefile.in] [documentation/Makefile.in]
1165           [documentation/README.documentation]
1166         First cut at Wine API documentation. No longer install reference
1167         manual by default.
1169 Wed Dec 17 21:32:23 1997  Andreas Mohr <100.30936@germany.net>
1171         * [files/file.c]
1172         Fixed GetTempFileName16() to use current path of requested drive
1173         as needed.
1175         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/dciman32.spec]
1176           [if1632/msvfw32.spec] [if1632/tapi32.spec] [if1632/wow32.spec]
1177         Added misc DLLs needed by various apps.
1179 Wed Dec 17 12:01:50 1997  Morten Eriksen <mortene@sim.no>
1181         * [if1632/gdi32.spec] [include/windows.h] [objects/palette.c]
1182         Inserted empty stub for CreateHalftonePalette.
1184 Tue Dec 16 22:08:06 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1186         * [windows/mdi.c]
1187         Use VK_TAB instead of VK_SEPARATOR in TranslateMDISysAccel().
1189         * [graphics/metafiledrv/init.c]
1190         DeleteDC() on a MetaDC doesn't do anything - it shouldn't. Therefore
1191         fix cleanup of MetaDCs in CloseMetaFile(); they now actually get
1192         removed from the GDI heap!
1194         * [graphics/x11drv/xfont.c]
1195         Preserve FO_MATCH_XYINDEP flag in XFONT_MatchFIList(). Should reduce
1196         the number of bold-italic matches.
1198 Tue Dec 16 20:11:43 1997  Bertho Stultiens <bertho@panter.soci.aau.dk>
1200         * [graphics/painting.c]
1201         Included an implementation of DrawState
1203         * [if1632/thunk.c]
1204         Changed many fprintfs into dprintf_thunk
1206         * [include/cache.h] [graphics/cache.c]
1207         New files to hold cached handles to regulary used GDI object.
1209         * [include/windows.h]
1210         Added DRAWSTATExx typedefs
1211         Added DSS_DEFAULT define for DrawState
1213         * [objects/text.c]
1214         New implementation of GrayString()
1216         * [controls/uitools.c]
1217         Implemented DrawFrameControl() functions
1218         Changed DrawEdge() behaviour to win95 implementation
1220 Mon Dec 15 23:43:01 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
1222         * [graphics/path.c] [include/path.h] [graphics/painting.c]
1223           [if1632/gdi32.spec] [include/gdi.h] [include/windows.h]
1224           [objects/dc.c]
1225         Added preliminary support for GDI paths.
1227         * [objects/dc.c]
1228         Added DC_Init_DC_INFO function for initializing WIN_DC_INFO
1229         structure.
1231         * [include/windows.h] [include/gdi.h] [objects/gdiobj.c]
1232         Added DEFAULT_GUI_FONT.
1234         * [include/winerror.h]
1235         Added a few error codes.
1237         * [memory/heap.c]
1238         Changed HeapAlloc to make the correct calls to SetLastError
1239         (now conforms to NT's behaviour).
1241         * [windows/win.c]
1242         Changed WIN_CreateWindowEx to allow child windows with zero
1243         width / height.
1245 Sun Dec 14 12:01:07 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1247         * [if1632/*] [relay32/*]
1248         Moved all 32-bit relay stuff to relay32/
1250         * [fi1632/thunk.c] [win32/kernel32.c]
1251         Moved all KERNEL32 ordinal functions to kernel32.c
1253         * [memory/selector.c]
1254         Initialize selectors in AllocSelectorArray.
1256         * [tools/build.c]
1257         Generate C instead of assembly for Win32 relays.
1258         Fixed stack corruption in CallTo16 functions, found by Bertho
1259         Stultiens.
1260         
1261 Sun Dec 14 10:55:00 1997  Andreas Mohr <100.30936@germany.net>
1263         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/ole2thk.spec]
1264         Added built-in OLE2THK.DLL. 
1266         * [if1632/toolhelp.spec] [include/toolhelp.h] [memory/selector.c]
1267           [misc/toolhelp.c]
1268         Added stubs for StackTraceFirst(), StackTraceCSIPFirst(),
1269         StackTraceNext(), UTSelectorOffsetToLinear()
1270         and UTLinearToSelectorOffset().
1272 Sat Dec 13 17:26:41 1997  Alex Korobka  <alex@trantor.pharm.sunysb.edu>
1274         * [misc/winsock.c]
1275         32-bit API fixes for reported problems (thanks to Marcus
1276         and David).
1278         * [graphics/x11drv/xfont.c]
1279         Little tweak in point size calculation.
1281         * [windows/defwnd.c] [windows/dce.c] [windows/winhelp.c]
1282           [windows/winproc.c] [windows/win.c]
1283         Bug fixes.
1285 Sat Dec 13 16:35:14 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
1287         * [files/dos_fs.c]
1288         OpenFile with empty filename and OF_PARSE returns current dir.
1290         * [misc/commdlg.c]
1291         Ignore initial dir if bogus.
1293         * [files/file.c]
1294         Locking an identic region in a file must not be an error.
1296         * [misc/lstr.c]
1297         Use wide char ctype functions.
1299 Fri Dec 12 23:46:22 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
1301         * [file/drive.c]
1302         First attempt for GetDiskFreeSpaceEx.
1304 Fri Dec 12 23:18:41 1997  Marcus Meissner  <msmeissn@cip.informatik.uni-erlangen.de>
1306         * [loader/pe_resource.c]        
1307         Fixed wrongly appearing menus problem (only use default lookups in
1308         last resource subtree).
1310         * [multimedia/*.c]
1311         Added win32 support for time* and joy* lowlevel drivers,
1312         (not excessively tested), some misc fixes and cleanups.
1314         * [misc/shellord.c][misc/shell.c][ole/folders.c][ole/ifs.c]
1315           [include/interfaces.h][include/shlobj.h]
1316         Added some more undocumented SHELL32 functions, some shell folder
1317         interface stubs added, SHGetMalloc, SHGetDesktopFolder,
1318         SHGetSpecialFolderLocation, SHGetPathFromIDList stubs added,
1319         IMalloc, IUnknown implemented.
1321         * [windows/msgbox.c]
1322         Implemented MessageBoxIndirect*, some internal changes.
1324         * [if1632/thunk.c]
1325         KERNEL_431 implemented.
1327         * [objects/gdiobj.c]
1328         GetCurrentObject implemented.
1330 Wed Dec  3 01:09:17 1997  Gordon Chaffee  <chaffee@apu.cs.berkeley.edu>
1332         * [objects/dib.c]
1333         Fix a couple small DIB problems.
1335         * [controls/edit.c]
1336         Fix a typo.
1338         * [files/dos_fs.c]
1339         Try normal readdir in case fs is specified as vfat but isn't.
1341         * [files/profile.c]
1342         Implementation of WritePrivateProfileSection32A from Uwe Bonnes.
1344         * [misc/printdrv.c]
1345         OpenPrinter32A stub, helps Word97 start.
1347         * [objects/text.c]
1348         Fixup implementation of GetTextCharsetInfo.
1350         * [scheduler/process.c]
1351         Fix environment variable expansion.
1353         * [win32/code_page.c]
1354         Make MultiByteToWideChar and WideCharToMultiByte conform in return
1355         values and error conditions to those in Windows NT 4.0.
1357         * [windows/message.c]
1358         Fix broadcasting problems in Win32.  The Win32 docs say to use
1359         HWND_TOPMOST to broadcast to all Win32 Windows.
1361         * [memory/virtual.c] [loader/pe_image.c]
1362         Do not map in VirtualAlloc if address is specified and space is
1363         not available.  This is required by Win32.
1365         * [include/pen.h] [include/x11drv.h] [objects/dc.c]
1366           [objects/pen.c] [graphics/x11drv/pen.c]
1367         Support for ExtCreatePen.
1369 Tue Dec  2 20:22:06 1997  Morten Welinder  <terra@diku.dk>
1371         * [*/*.c] [*/*.h]
1372         Add lots of prototypes.
1374         * [if1632/kernel32.spec][include/windows.h][include/winnt.h]
1375           [misc/cpu.c]
1376         Define IsProcessorFeaturePresent.
1378         * [misc/crtdll.c]
1379         (CRTDLL__getcwd): Allocate enough memory for the terminating zero.
1381         * [misc/ver.c]
1382         Improve check for null component in _find_data[AW].  Plug leaks
1383         in VerQueryValue*.
1385         * [win32/console.c][if1632/kernel32.spec]
1386         Add stubs for GetConsoleCursorInfo32, SetConsoleCursorInfo32.
1388         * [windows/message.c][if1632/user32.spec][include/windows.h]
1389         Define SendMessageTimeout*.
1391         * [graphics/x11drv/xfont.c]
1392         Change algorithm of __genericCheckSum to be alignment safe.
1394         * [misc/main.c] [misc/winsock.c] [misc/winsock_dns.c]
1395         Include winsock.h early to avoid Solaris problem.
1397         * [include/windows.h]
1398         Undef FSHIFT before we define it.
1400         * [rc/winerc.c]
1401         Include <fcntl.h> instead of <sys/fcntl.h>.
1403         * [files/file.c]
1404         Use strerror in FILE_SetDosError if available.
1406         * [include/config.h.in] [configure.in]
1407         Check for strerror.
1409         * [objects/gdiobj.c]
1410         Make static font structures aligned.
1412 Mon Dec  1 10:10:21 1997  Karl Garrison  <karlos@eznet.net>
1414         * [win32/console.c] [if1632/kernel32.spec] [include/windows.h]
1415         Added stub for GetNumberOfConsoleMouseButtons.
1416         Added stub for PeekConsoleInput(A,W).
1417         Fixed parameter list for WriteConsole(A,W).
1418         GetNumberOfConsoleInputEvents now returns 0 events instead of 1
1419         (since low-level console functions are not yet supported).
1420         GetConsoleMode no longer returns ENABLE_WINDOW_INPUT and
1421         ENABLE_MOUSE_INPUT since these are not currently implemented.
1423 ----------------------------------------------------------------------
1424 Sat Nov 29 12:35:26 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1426         * [if1632/builtin.c]
1427         Build a complete PE header for builtin Win32 modules.
1429         * [loader/pe_image.c] [loader/module.c]
1430         HMODULE32 now points to the loading address of the module. There
1431         is no longer a separate PE_MODULE structure.
1433 Fri Nov 28 11:21:47 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1435         * [ole/*][configure.in][Makefile.in][include/interfaces.h]
1436           [if1632/olesvr32.spec][if1632/olecli32.spec]
1437         New directory, moved OLE stuff there.
1438         new .spec files for olecli32,olesvr32, some stubs added.
1440         * [misc/shell.c]
1441         Added support for extracting icons from PE dlls.
1443         * [misc/shellord.c][if1632/shell32.spec]
1444         Added a huge heap of ordinal only exported shell functions
1445         (will work only in Win95).
1447         * [loader/task.c]
1448         Hack to make MakeProcInstance16 work in all cases (mplayer.exe).
1450         * [win32/string32.c][include/string32.h]
1451         Obsolete, removed.
1453         * [windows/keyboard.c]
1454         Added *RegisterHotkey.
1456         * [objects/font.c][objects/text.c]
1457         Added GetFontLanguageInfo, GetTextCharsetInfo.
1459 Wed Nov 26 18:10:40 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
1461         * [misc/network.c]
1462         In WNetGetConnection16 return the Drive label and not the DOS-Cwd.
1463         Makes Wordview 6 start on a network connected machine.
1465         * [controls/status.c]
1466         Catch a Null pointer in SW_SetText.
1468         * [files/dos_fs.c]
1469         Add NT5 functions GetLongPathName32.
1471         * [files/file.c]
1472         Make GetTempFileName16 accept drive 0 (Current Drive) too.
1473         Handle more errors and be more verbose in FILE_SetDosError, fix
1474         an error in DeleteFile32W
1476         * [memory/virtual.c]
1477         Implement FlushViewOfFile.
1479         * [misc/crtdll]
1480         Implement _rotl and splitpath and add a stub for 
1481         _abnormal_termination.
1483         * [misc/printdrv.c]
1484         Stub for EnumPrinters32A.
1486         * [win32/newfns]
1487         Add Stub for QueryPerformanceFrequency, change return value
1488         for QueryPerformanceCounter.
1489         Add stub for DeviceIoControl.
1491 Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
1493         * [controls/combo.c] [controls/edit.c] [windows/defwnd.c]
1494           [windows/winpos.c] [windows/win.c]
1495         Removed WIN_NO_REDRAW flag.
1497 Tue Nov 25 13:20:35 1997  Douglas Ridgway <ridgway@taiga.v-wave.com>
1499         * [graphics/x11drv/bitblt.c]
1500         Fixed memory leak in BITBLT_GetDstArea.
1502 Sun Nov 23 14:05:23 1997  Andreas Mohr <100.30936@germany.net>
1504         * [files/directory.c]
1505         Export windows system directory to environment.
1507         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec]
1508           [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c]
1509         Added Win32s DLLs W32SKRNL and WIN32S16.
1511         * [if1632/kernel32.spec] [loader/module.c]
1512         Added misc functions for Win32s.
1514         * [if1632/kernel.spec] [loader/task.c]
1515         Added DefineHandleTable().
1517         * [scheduler/process.c]
1518         Fixed SetEnvironmentVariable32A() to avoid heap corruption.
1520 Sat Nov 22 14:11:42 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1522         * [windows/painting.c]
1523         Fix leak in BeginPaint16() for CS_PARENTDC windows where the
1524         update region was not properly released.
1526 Thu Nov 20 03:55:29 1997  Gordon Chaffee <chaffee@CS.Berkeley.EDU>
1528         * [loader/pe_image.c]
1529         Implemented forwarded DLL functions.
1531         * [objects/dib.c]
1532         Added support for 16- and 32-bit mode DIBs.
1533         Support negative bitmap heights.
1535         * [win32/process.c]
1536         Added stub for CreateProcess32W.
1538         * [win32/security.c] [include/ntdll.h]
1539         Added stubs for LookupAccountSid32A/W.
1541         * [scheduler/process.c]
1542         Use the size specified in the PE header for the process heap.
1544 Mon Nov 17 00:53:35 1997  Len White <phreak@cgocable.net>
1546         * [msdos/int3d.c]
1547         New file. Stubs for int3d.
1549 Sun Nov 16 12:30:00 PST 1997  Jason Schonberg  <schon@mti.sgi.com>
1551         * [include/aspi.h]
1552         Changed comment style from C++ to C.
1554 ----------------------------------------------------------------------
1555 Sun Nov 16 07:42:44 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1557         * [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
1558         Bug fixes.
1560         * [misc/shell.c] [resources/*]
1561         New "About" dialog.
1563 Sat Nov 15 17:30:18 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1565         * [configure.in] [Makefile.in]
1566         Replaced --with-library option by --disable-emulator. The default
1567         is now to build both the library and the emulator.
1568         Renamed --with options to --enable to follow autoconf guidelines.
1570         * [loader/main.c] [miscemu/main.c] (New file)
1571         Split initialization in WinelibInit/EmulatorInit.
1573         * [loader/*.c]
1574         Removed all remaining #ifdef's WINELIB.
1576         * [controls/widgets.c] [windows/mdi.c]
1577         Converted MDIClientWndProc to 32-bit.
1579         * [debugger/break.c] [if1632/signal.c] [include/selectors.h]
1580           [scheduler/thread.c]
1581         Code and data selector values are now computed at run-time.
1583         * [library/libres.c]
1584         Moved to loader/ directory.
1586         * [misc/main.c] [misc/version.c] (New file)
1587         Moved all version stuff to version.c. Cleaned up a bit.
1589         * [msdos/dpmi.c]
1590         Update the REALMODECALL structure on return from real-mode
1591         interrupt.
1593         * [windows/event.c] [windows/keyboard.c]
1594         Changed the way event coordinates are determined. Don't rely on
1595         the ConfigureNotify event values. This should fix all problems
1596         with cursor position in -desktop and -managed modes.
1598 Sat Nov 15 16:09:36 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
1600         * [controls/button.c]
1601         (BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
1603 Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf@america.com>
1605         * [misc/ver.c]
1606         Changed VerInstall32A to assume srcdir as destination if destdir
1607         is blank.  This was causing alot of DLL installation into SYSTEM
1608         directory to fail.
1610         * [loader/ne_image.c]
1611         NE_LoadSegment buffer[100] was too small and getting overruns.
1612         Changed it to buffer[200].
1614 Sat Nov  8 06:09:57 1997  Len White <phreak@cgocable.net>
1616         * [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
1617         Added stub functions DdeConnectList(), DdeQueryNextServer(),
1618         DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
1619         DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
1620         DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
1621         DdeCmpStringHandles().
1623 Fri Nov  7 19:44:26 1997  Olaf Flebbe  <o.flebbe@science-computing.de>
1625         * [files/directory.c]
1626         Fix typo in directory.c [broke loading of cdplayer on nt40]
1628         * [misc/main.c]
1629         Implemented -winver nt40.
1631         * [loader/resource.c] [user32.spec]
1632         Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
1634 Thu Nov  6 22:37:04 1997  Morten Welinder  <terra@diku.dk>
1636         * [files/drive.c]
1637         (GetDiskFreeSpace32A): Cap at 2GB.
1639         * [include/windows.h]
1640         Prototype DrawIconEx and CreateDIBSection32.
1641         Define OBM_RADIOCHECK.
1642         Add DI_* macros.
1644         * [objects/dib.c] [if1632/gdi.spec]
1645         CreateDIBSection is a WINAPI.  Renamed to CreateDIBSection32.
1646         Implement CreateDIBSection16.
1648         * [if1632/user.spec] [if1632/user32.spec]
1649         Add DrawIconEx.
1651         * [objects/cursoricon.c]
1652         (CopyIcon32): Fix bogus implementation.
1654         * [objects/bitmap.c]
1655         (CopyBitmap32): New function.
1656         (CopyImage32): Do bitmaps.
1658         * [graphics/x11drv/text.c]
1659         (X11DRV_ExtTextOut): Change ascent and descent default to avoid
1660         zero-thinkness overstrike line.
1662         * [include/debugstr.h] [misc/debugstr.c]
1663         New files.
1665         * [msdos/dpmi.c]
1666         Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
1667         int 0x21, ah=0x52.
1669         * [msdos/int2f.c]
1670         Add dummys for 0x1681 and 0x1682.
1672         * [misc/registry.c]
1673         Fix memory leaks in RegDeleteKey32W.
1675         * [objects/text.c]
1676         In TEXT_NextLine, fix another off-by-one bug.
1678         * [include/bitmaps/obm_radiocheck]
1679         New file.  (It a small circle used to radio-button menu items
1680         when selected.)
1681         
1682         * [objects/oembitmap.c]
1683         Add obm_radiocheck.
1685         * [include/windows.h] [if1632/user32.spec] [controls/menu.c]
1686           [if1632/user.spec]
1687         Define CheckMenuRadioItem{16,32}.  Define GetMenuItemRect{16,32}.
1689 Wed Nov  5 11:30:14 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1690         * [misc/main.c]
1691         Auto adjust versions depending on binary.
1693 Tue Nov  4 15:21:00 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1695         * [controls/listbox.c]
1696         Paint full background in listbox items with tab stops enabled.
1698         * [if1632/thunk.c]
1699         Copy some more message parameter structures (DRAWITEMSTRUCT16,
1700         COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
1701         that need this.
1703         * [windows/dce.c]
1704         Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
1705         style set.
1707         * [windows/focus.c]
1708         Make order of events in FOCUS_SwitchFocus() reflect API docs.
1710         * [windows/defdlg.c]
1711         Fix problem with loss of focus in some dialogs.
1713         * [win32/code_page.c]
1714         Fix return value for MultiByteToWideChar().
1716         * [BUGS]
1717         BCW now works.
1719 ----------------------------------------------------------------------
1720 Thu Oct 30 21:52:23 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
1722         * [windows/nonclient.c]
1723         Changed NC_TrackSysMenu to give the same behaviour as MS-Windows,
1724         i.e. system menu already appears when mouse button is depressed.
1725         Changed NC_HandleNCLButtonDblClk so that double clicks on scroll
1726         bar arrows are handled the same way as single clicks.
1728         * [windows/winpos.c]
1729         Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is
1730         set; this is the way MS-Windows behaves.
1732 Thu Oct 30 21:08:57 1997  Morten Welinder  <terra@diku.dk>
1734         * [controls/status.c]
1735         In SW_SetText, fix condition, I hope.
1737         * [controls/menu.c]
1738         (GetMenuState32): Don't mask return value. Print more debug info.
1739         (MENU_MenuBarCalcSize): Be more careful when printing debug
1740         information.
1741         (MENU_SetItemData): Empty strings are separators.
1743         * [graphics/x11drv/text.c]
1744         Don't prototype CLIPPING_IntersectClipRect.
1746         * [include/dc.h]
1747         Prototype CLIPPING_IntersectClipRect.
1749         * [objects/font.c]
1750         Remove non-portable (and faulty) smartness in FONT_TextMetric*to*.
1751         In CreateFont32W and CreateFont16, handle null font name.
1753         * [objects/text.c]
1754         (TEXT_NextLine): Fix end-of-line bug.
1756         * [if1632/shell32.spec]
1757         Activate existing implementation of ExtractIconA.
1759         * [misc/shell.c]
1760         For Control_RunDLL, add types for parameters.
1762 Thu Oct 30 14:54:11 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1764         * [controls/static.c] [include/windows.h] [misc/spy.c]
1765         Added some win32 defines to static controls, basic SS_BITMAP style
1766         handling implemented. [please add more, I am lacking knowledge and
1767         time]
1769         * [controls/status.c]
1770         part_num 255 seems to indicate whole statusline (win95 cdplayer.exe)
1772         * [if1632/thunk.c] [tools/build.c]
1773         Support lret and 0x66 lret calls for CallTo16_regs
1774         (needed for KERNEL32_45)
1775         Fixed KERNEL32_45, QT_Thunk (should work now).
1777         * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec]
1778         Added string dumping to relay debugging for win32 apifuncs.
1780         * [misc/ver.c]
1781         Fixed and cleaned up VerQueryValue*.
1783         * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec]
1784           [if1632/winmm.spec]
1785         Win32 support for lowlevel multimedia functions.
1786         Added some mixer* lowlevel functions.
1787         Some small fixes in the audio lowlevel queue handling, code
1788         reformatting/cleanups.
1790         * [debugger/hash.c]
1791         Don't show difference between 16bit symbols if they are in
1792         different segments.
1794         * [objects/cursoricon.c]
1795         Added GetIconInfo (partial) and CreateIconIndirect.
1797         * [windows/mdi.c]
1798         Fixed some "bad class" problems and crashes in MDICreateChild,
1799         which happen in Win32 (jwp32.exe).
1801 Wed Oct 29 00:57:27 1997  Bruce Milner  <Bruce.Milner@genetics.utah.edu>
1803         * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c]
1804           [documentation/aspi] [include/callback.h]
1805         Added support for 16 bit ASPI calls to linux generic SCSI.
1806         The support is not complete, but appears to run my Mustek
1807         scanner from within ipplus.exe.
1809 Mon Oct 27 00:59:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1811         * [windows/dce.c]
1812         DC reuse framework.
1814 Sun Oct 26 18:41:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1816         * [graphics/x11drv/xfont.c]
1817         Substituted fonts are removed from the alias table. References to
1818         the old name are also updated.
1820         * [controls/combo.c]
1821         LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to
1822         ComboLBox.
1824 Sun Oct 26 14:25:00 1997  Nikita V. Youshchenko <yoush@cs.msu.su>
1826         * [include/drive.h] [files/drive.c] [msdos/int21.c]
1827         Partially implemented DOS drive mapping (int21 AX=440F).
1829 Sat Oct 25 13:03:29 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1831         * [debugger/debug.l]
1832         Support '.' in identifiers. Use "x . y" to access structure
1833         fields.
1835         * [debugger/hash.c] [loader/pe_image.c]
1836         Load entry points of Win32 modules only when entering the
1837         debugger.
1839         * [debugger/break.c]
1840         New function DEBUG_AddModuleBreakpoint() to set a breakpoint at
1841         the start of every module.
1843         * [files/file.c]
1844         FILE_mmap() can now fake mmap() for unaligned offsets or broken
1845         filesystems.
1847         * [include/callback.h] [misc/callback.c] [if1632/thunk.c]
1848         Use a table of callbacks instead of macros to differentiate
1849         between emulator and Winelib.
1851         * [loader/task.c]
1852         Initialize current directory from cwd, not from module path.
1854         * [tools/build.c]
1855         Read CallTo16 prototypes directly from thunk.c source file.
1857         * [windows/winproc.c] [windows/mdi.c]
1858         Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE.
1860 Fri Oct 24 21:41:25 1997  Uwe Bonnes  <bon@elektron.ikp.tu-darmstadt.de>
1862         * [files/drive.c]
1863         Allow arguments like "a" for the drive related apis.
1865         * [memory/global.c]
1866         Keep the calculation for dwMemoryLoad in range.
1868         * [misc/crtdll.c]
1869         Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc
1870         its memory if requested.
1871         Implemented CRTDLL_rename and CRTDLL_stat needed for
1872         lcc-win32:wedit.exe.
1873         Implemented CRTDLL__fullpath.
1875         * [misc/comm.c]
1876         High speed modes for the 16-bit mode Comm functions.
1878         * [misc/cpu.c]
1879         As applications may treat lpMaximumApplicationAddress as long,
1880         use a valid long number.
1882         * [misc/main.c]
1883         In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too.
1885         * [misc/ole2nls.c]
1886         Implement LCMAP_UPPERCASE for LCMapString32.
1888         * [misc/wsprintf]
1889         Made WPRINTF_ParseFormatA understand %ws.
1891         * [win32/file.c]
1892         Ignore FILE_ATTRIBUTE_NORMAL.
1893         Stub for ReadFileEx.
1895 Fri Oct 24 15:36:02 1997  Doug Ridgway <ridgway@routh.ucsd.edu>
1897         * [memory/local.c]
1898         Local heap exhaustion message now prints which builtin heap filled.
1900 Fri Oct 24 00:46:34 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1902         * [windows/dialog.c]
1903         Reversed CreateFont16/32W typo.
1905 Thu Oct 23 23:44:20 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1907         * [if1632/user.spec]
1908         Fixed argument list for ChangeClipboardChain.
1910         * [windows/mdi.c]
1911         Pass correct hInstance to CreateWindow16() in MDICreateChild().
1913 Mon Oct 20 11:51:24 1997  Carsten Fallesen <cf@it.dtu.dk>
1915         * [objects/metafile.c]
1916         Added support for META_SETTEXTCHAREXTRA.
1918         * [objects/region.c]
1919         Fixed crash in XPolygonRegion if there is only one point in 
1920         in the region.
1922         * [if1632/gdi32.spec][include/gdi.h][include/windows.h]
1923           [objects/gdiobj.c]
1924         Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c 
1925         and included gdi.h instead. Implemented GetObjectType32().
1927 Thu Oct 16 17:21:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1929         * [documentation/wine.texinfo]
1930         Fixed WIN32 and Makefiles entries of Reference manual node, that
1931         made makeinfo dump core.
1933 Mon Oct 13 17:15:57 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
1935         * [if1632/crtdll.spec]
1936         Added missing math functions y0(), y1(), y2(), floor(), frexp(),
1937         ldexp(), modf().
1939 ----------------------------------------------------------------------
1940 Sun Oct 12 15:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1942         * [if1632/builtin.c] [if1632/relay.c]
1943         Relay debugging entry points are now generated on the fly for
1944         Win32 DLLs.
1946         * [include/stackframe.h]
1947         Added VA_LIST16 type and macros to access arguments on the 16-bit
1948         stack.
1950         * [memory/global.c]
1951         Fixed GlobalHandle32 to work with fixed blocks.
1953         * [misc/ddeml.c] (New file)
1954         Added a lot of stubs for DDEML functions.
1956         * [objects/dc.c]
1957         Added Get/SetGraphicsMode().
1959         * [objects/gdiobj.c] [windows/winpos.c]
1960         Added a few stubs.
1962         * [tools/build.c]
1963         Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
1964         'register' functions can no longer take arguments in Win32.
1965         The Win32 NE module is now generated by MODULE_CreateDummyModule.
1966         CallFrom32 callbacks removed except for register functions.
1968 Fri Oct 10 18:22:18 1997  John Harvey <john@division.co.uk>
1970         * [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
1971           [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
1972           [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
1973           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
1974           [include/callback.h] [include/win16drv.h]
1975         Added support for pens and brushes in SelectObject. Added support
1976         for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
1977         Rectangle. Text is drawn in the correct place more often. These
1978         changes may only work with the Windows Postscript driver since
1979         many other drivers now need more GDI support.
1981 Tue Oct  7 21:06:23 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1983         * [debugger/expr.c]
1984         Fixed typo for the >> operator.
1986         * [loader/task.c]
1987         Fixed SwitchStackTo(); it used to return with the new stack placed
1988         four bytes too high in memory.
1990         * [loader/ne_resource.c]
1991         Removed problematic nametable code introduced in Wine 970914.
1993 Tue Oct  7 02:24:12 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
1995         * [controls/commctrl.c]
1996         Added this files to hold functions from the comctl32.dll
1997         Added to this files some functions scattered in different places
1998         (such as InitCommonControls) and added some new ones as well.
2000         * [include/syscolor.h] [windows/syscolor.c]
2001         Added proper entries for all possible COLOR_* values.
2003         * [objects/brush.c]
2004         Modified GetSysColorBrush to return the correct brush for 
2005         all possible COLOR_* constants.
2007 Sat Oct  4 23:35:20 1997  U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
2009         * [loader/module.c] [scheduler/process.c] [win32/environment.c]
2010         Another approach to get access to an unrestricted commandline.
2012         * [misc/crtdll.c]
2013         Make fclose work again.
2015         * [if1632/crtdll.spec]
2016         Use sprintf for crtdll-sprintf again as e.g. %g is not available
2017         for wsprintf.
2019         * [misc/wsprintf.c]
2020         Make WPR_STRING work in more situations.
2021         Added debug output for the wsprintf functions.
2023         * [misc/crtdll.c] [misc/main.c]
2024         Use argv[0] as comand with CRTDLL_system.
2026 Fri Oct  3 14:00:29 MET DST 1997  Jan Willamowius  <jan@janhh.shnet.org>
2028         * [*/*]
2029         Removed some compiler warnings.
2031         * [msdos/int15.c]
2032         New INT 15 handler.
2034 ----------------------------------------------------------------------
2035 Sat Sep 27 12:36:56 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2037         * [if1632/relay.c]
2038         Made Catch and Throw also save %si and %di (untested).
2040         * [memory/selector.c]
2041         Added check for %fs and %gs in SELECTOR_FreeBlock.
2043         * [rc/winerc.c]
2044         Generated files no longer depend on Wine includes.
2045         Made .h generation optional.
2047         * [tools/build.c] [loader/task.c]
2048         Added CALL32_Init function.
2049         Added possibility to pass arguments when using CALLTO16_regs_.
2050         32-bit stack pointer is now saved on the 16-bit stack, instead of
2051         using IF1632_Saved32_esp.
2052         Removed CallTo32 callbacks.
2054         * [tools/makedep.c] [*/Makefile.in]
2055         Added support for directly generating dependencies for .y, .l and
2056         .rc files. Modified the makefiles to use this feature.
2058         * [windows/winproc.c] [if1632/thunk.c]
2059         Use CALLTO16_regs to call window procedures.
2061 Thu Sep 25 12:18:57 1997  Kristian Nielsen <kristian.nielsen@risoe.dk>
2063         * [if1632/kernel.spec]
2064         Changed entry for SwitchStackBack to remove arguments from stack
2065         upon return (arguments left over from previous SwitchStackTo()).
2066         Borland C++ 4.0 now compiles "Hello World" (but crashes after
2067         outputting the .exe).
2069 Wed Sep 24 13:54:44 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2071         * [files/directory.c]
2072         SearchPath might get NULL buffer (empty LRU list in wordpad).
2074         * [memory/selector.c]
2075         Added SUnMapLS*.
2077         * [loader/pe_image.c]
2078         Be able to run executeables from non mmap()ble filesystems.
2079         PE_LoadLibrary adds librarys loaded by another process to
2080         its own modref list too.
2082         * [windows/keyboard.c][include/accel.h][loader/resource.c]
2083         Fixed accelerator leakage, use SDK defines/names.
2085         * [graphics/env.c][misc/main.c]
2086         Set/GetEnvironemnt have nothing to do with environment vars,
2087         but with Printer Environment.
2089         * [graphics/escape.c]
2090         Escape32: map args back to segmented pointers.
2092         * [windows/win.c]
2093         WS_POPUP|WS_CHILD windows don't need a parent window (SDK).
2095 Tue Sep 16 14:40:16 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
2097         * [if1632/crtdll.spec] [misc/crtdll.c]
2098         Added signal().
2100 ----------------------------------------------------------------------
2101 Thu Sep 11 18:24:56 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2103         * [objects/dc.c]
2104         In DC_SetupGCForPatBlt, replace R2_NOT by GXxor with (black xor white).
2106 Tue Sep  9 23:04:02 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
2108         * [memory/virtual.c] 
2109         Do not write debugging info unconditionally to stderr.
2111         * [files/profile.c]
2112         Call PROFILE_GetSection in PROFILE_GetString for key_name "" too.
2114         * [misc/crtdll.c]
2115         Many new functions.
2117         * [include/windows.h] [windows/winpos.c]
2118         ClientToScreen16 doesn't have a return value.
2120 Sun Sep  7 10:06:39 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2122         * [misc/main.c] [AUTHORS]
2123         Update the list of contributors. Please let me know if I forgot
2124         someone.
2126         * [if1632/*.spec] [if1632/builtin.c] [tools/build.c]
2127         Ordinal base for Win32 DLLs is now computed automatically from the
2128         lowest ordinal found.
2130         * [include/wintypes.h]
2131         WINAPI is now defined as attribute((stdcall)). This will require
2132         gcc to compile.
2134         * [if1632/thunk.c]
2135         Removed Win32 thunks (no longer needed with stdcall).
2137         * [if1632/crtdll.spec] [misc/crtdll.c]
2138         Make sure we only reference cdecl functions in the spec file.
2140         * [objects/dc.c]
2141         Use CapNotLast drawing style for 1-pixel wide lines.
2143         * [tools/build.c]
2144         Added 'double' argument type.
2145         Added 'varargs' function type for Win32.
2146         Made CallTo16_xxx functions stdcall.
2148 Fri Sep  5 14:50:49 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2150         * [tools/build.c] [windows/win.c] [windows/event.c] [windows/message.c]
2151         More fixes to get message exchange closer to the original.
2153         * [misc/spy.c]
2154         Message logs now contain window names.
2156         * [loader/resource.c] [loader/ne_resource.c] [loader/task.c]
2157           [objects/cursoricon.c] [windows/user.c]
2158         Added some obscure features to fix memory leaks.
2160 Fri Sep  5 00:46:28 1997  Jan Willamowius <jan@janhh.shnet.org>
2162         * [if1632/kernel32.spec] [win32/newfns.c]
2163         Added stub for UTRegister() and UTUnRegister().
2165 Thu Sep  4 12:03:12 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
2166         * [controls/edit.c]
2167         Allow ASCII codes > 127 in WM_CHAR.
2169 Mon Sep  1 17:23:24 1997  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
2171         * [controls/widgets.c]
2172         In InitCommonControls, remember the name of the class
2173         because lpszClassName was made to point to a local array
2174         Added the ProgressBar to the list of implemented controls.
2175         Call InitCommonControls from WIDGETS_Init to register all
2176         implemented Common Controls.
2177         
2178         * [include/commctrl.h]
2179         Added misc decl for the Progress Bar.
2181         * [controls/progress.c] [include/progress.h]
2182         First attempt at implementiong the Progress Bar class.
2184         * [objects/brush.h]
2185         Implementation for GetSysColorBrush[16|32]
2187         * [controls/status.c]
2188         Use DrawEdge to draw the borders and fill the background
2190         * [controls/uitools.c]
2191         Added DrawDiagEdge32 and DrawRectEdge32
2193         * [graphics/painting.c]
2194         Implement DrawEdge[16|32]
2195         Started DrawFrameControl32
2197 Mon Sep  1 10:07:09 1997  Lawson Whitney <lawson_whitney@juno.com>
2199         * [misc/comm.c] [include/windows.h]
2200         SetCommEventMask returns a SEGPTR.
2202 Sun Aug 31 23:28:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2204         * [loader/pe_image.c][loader/module.c][include/pe_image.h]
2205           [include/module.h]
2206         Cleaned up the whole Win32 library mess (a bit).
2208         * [debugger/stabs.c]
2209         If 'wine' has no absolute path and isn't found, check $PATH too.
2211         * [misc/ole2nls.c]
2212         Some fixes.
2214         * [misc/ver.c]
2215         Added support for PE style version resources.
2217         * [memory/string.c]
2218         Check for NULL pointers to _lstr* functions, just as Windows95 does.
2220         * [multimedia/time.c]
2221         Made list of timers a simple linked list.
2223         * [loader/resource.c]
2224         Netscape 3 seems to pass NEGATIVE resource Ids (in an
2225         unsigned int, yes). Don't know why, fixed it anyway.
2227         * [objects/bitmap.c]
2228         LoadImageW added.
2230         * [include/win.h][windows/win.c]
2231         Change wIDmenu from UINT16 to UINT32 and changed the
2232         SetWindow(Long|Word) accordingly.
2234 Thu Aug 28 19:30:08 1997  Morten Welinder  <terra@diku.dk>
2236         * [include/windows.h]
2237         Add a few more colors defined for Win95.
2238         Add a few more brush styles.
2240         * [windows/syscolor.c]
2241         Add error checks for SYSCOLOR_SetColor, SYSCOLOR_Init,
2242         GetSysColor16, GetSysColor32.  Add support for above colors.
2244 Sun Aug 24 16:22:57 1997  Andrew Taylor <ataylor@cadvision.com>
2246         * [multimedia/mmsystem.c]
2247         Changed mmioDescend to use mmio functions for file I/O, neccessary
2248         for memory files.
2250 ----------------------------------------------------------------------
2251 Sat Aug 23 00:05:23 1997  Andreas Mohr <100.30936@germany.net>
2253         * [if1632/kernel.spec] [if1632/mmsystem.spec]
2254         Added some stubs.
2256         * [include/neexe.h] [loader/module.c]
2257         Added warning for OS/2 executables.
2259         * [multimedia/midi.c]
2260         Shortened MIDIOUT driver version string to be less than 31 chars.
2262         * [objects/gdiobj.c]
2263         Fixed DeleteObject32() to react properly when called with stock object.
2265 Fri Aug 22 18:03:26 1997  Dimitrie O. Paun <dimi@cs.toronto.edu>
2267         * [controls/updown.c] [include/updown.h]
2268         First attempt at implementiong the UpDown class.
2270         * [controls/widgets.c]
2271         Added the UpDown class to be initialized by InitCommonControls().
2273 Wed Aug 20 18:01:33 1997  Doug Ridgway <ridgway@routh.UCSD.EDU>
2275         * [graphics/*] [objects/*] [include/gdi.h]
2276         Made all GDI objects (except DCs) moveable.
2278 Mon Aug 18 03:25:30 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2280         * [windows/event.c] [misc/winsock.c] [misc/winsock_dns.c]
2281         Removed IPC communication to speed up winsock services
2282         (tested only with 16-bit netscape 3.03).
2284         * [graphics/x11drv/xfont.c] [documentation/fonts]
2285         Miscellaneous improvements. Updated docs.
2287 Sun Aug 17 20:39:55 1997  Ingo Schneider <schneidi@informatik.tu-muenchen.de>
2289         * [misc/comm.c]
2290         A couple of bug fixes.
2292 Sun Aug 17 19:29:22 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2294         * [debugger/dbg.y]
2295         Display next instruction after stepi/nexti.
2297         * [if1632/relay.c] [include/callback.h] [tools/build.c]
2298         Replaced CallTo32_LargeStack with the CALL_LARGE_STACK macro for
2299         better Winelib support.
2301         * [include/sigcontext.h]
2302         Renamed to sig_context.h to avoid conflicts with libc.
2304         * [*/*]
2305         All API functions are now prefixed with WINAPI in prevision of
2306         future Winelib integration.
2308         * [loader/signal.c] [memory/ldt.c]
2309         Fixed assembly code to be -fPIC compatible.
2311 Thu Aug 14 14:38:15 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2313         * [if1632/crtdll.spec][win32/except.c]
2314         _global_unwind, _local_unwind stub added.
2316         * [objects/dib.c]       
2317         Don't read memory you don't even need for the target bitmap (fixes
2318         one 'lazy' program).
2320         * [if1632/relay.c][if1632/thunk.c][if1632/kernel32.spec]
2321           [win32/ordinals.c][memory/selector.c][memory/global.c]
2322           [include/callback.h]
2323         Added/moved some more win95 ordinal stuff. Implemented QT_Thunk
2324         (not 100% correct yet) and some friends.
2326         * [loader/pe_image.c]
2327         Add possibility to break at the DLL entrypoint.
2329         * [controls/static.c][misc/commdlg.c][scheduler/thread.c]
2330         Misc bugfixes and additions.
2332         * [misc/registry.c]
2333         The registry seems to be case-preserving but case-insensitive.
2335         * [memory/global.c]     
2336         Adapted to new /proc/meminfo format.
2338         * [objects/font.c][graphics/x11drv/xfont.c]
2339         FONT_SelectObject and GetTextMetrics* get passed ranges in logical
2340         and not device points (thanks to Marion Reyzl for pointing this
2341         out).
2343         * [windows/caret.c]
2344         Use the windows own DC if present (The caret coordinates are
2345         logical coordinates based on it). Fixes another AMIPRO problem.
2347 Wed Aug  6 18:22:22 1997  Morten Welinder  <terra@diku.dk>
2349         * [controls/menu.c]
2350         General clean-up and Win32 work: split item_flags into fType and
2351         fState; split item_id into wID and hSubMenu.  Improved
2352         debug-printing.  Implemented InsertMenuItem32[AW],
2353         SetMenuDefaultItem32, and SetMenuItemInfo32[AW].  Fixed
2354         GetMenuItemInfo32[AW].
2356         * [if1632/user32.spec]
2357         Define above new functions.
2359         * [include/windows.h]
2360         Define MF_DEFAULT and MF_RIGHTJUSTIFY.  Prototype above functions.
2362         * [include/menu.h]
2363         Don't prototype now-static MENU_InitSysMenuPopup.
2365         * [include/comm.h]
2366         Reduce MAX_PORTS to 9 (which the profile code can handle).
2368 Tue Aug  5 20:16:22 1997  Victor Schneider <vischne@ibm.net>
2370         * [library/winestub.c] [libtest/expand.c]
2371         These patches let people porting Windows apps compile them using
2372         the same conventions regarding global _argc and _argv as those on
2373         Windows C/C++ compilers.
2375 ----------------------------------------------------------------------
2376 Sun Aug  3 14:03:43 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2378         * [documentation/Makefile.in]
2379         Create links for files included from wine.texinfo.
2381         * [wine.man]
2382         Moved to documentation dir.
2384         * [if1632/builtin.c]
2385         Made SYSTEM.DLL always loaded by default.
2387         * [loader/signal.c] [if1632/signal.c]
2388         Split signal.c in generic/emulator-specific parts.
2390         * [misc/system.c] [if1632/thunk.c]
2391         Implemented system timer functions.
2392         Fixed InquireSystem parameters.
2394         * [msdos/ioports.c]
2395         Defined inb/outb functions to avoid including asm/io.h.
2396         Use the right instruction for word and dword direct access.
2398         * [multimedia/mmsystem.c]
2399         Fixed CallTo16 usage.
2401 Sat Aug 2 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
2403         * [controls/edit.c]
2404         When text is inserted into a newly created editline, the caret
2405         is placed after the text. Should be placed before the text. Fixed.
2407         * [files/file.c]
2408         Removed O_TRUNC flag from OF_WRITE mode in _lopen32().
2409         According to doc _lopen() never truncates files.
2411         * [if1632/user.spec] [misc/comm.c]
2412         Added stub for EnableCommNotification().
2414         * [misc/ver.c]
2415         Fixed problem with VerQueryValue*() running over end of name table
2416         in rare cases.
2418         * [msdos/int21.c]
2419         Enhanced ioctlGetDeviceInfo() to correctly return the current drive.
2421         * [multimedia/joystick.c] [windows/message.c]
2422         Added joystick support !!!
2423         Needs Linux >= 2.1.45 or joystick-0.8.0.tar.gz.
2425 Fri Aug  1 18:02:09 1997  Morten Welinder  <terra@diku.dk>
2427         * [if1632/user32.spec]
2428         Define DrawAnimatedRects32.
2430         * [graphics/painting.c]
2431         (DrawAnimatedRects32): Create stub.
2433         * [misc/registry.c]
2434         Cope with NULL class in RegQueryInfoKey32A.
2436         * [if1632/user32.spec]
2437         Add GetMenuItemInfo32[AW].
2439         * [controls/menu.c]
2440         (InsertMenu32A): Upgrade flags to 8 hex-digits.
2441         (MENUEX_ParseResource): First shot at implementation.
2442         (LoadMenuIndirect32A): Handle extended menus.
2443         (GetMenuItemInfo32[AW]): First shot at implementation.
2445         * [include/windows.h]
2446         Define MFT_*, MFS_*, MIIM_* macros.  Define MENUITEMINFO[AW]
2447         structures and pointers.
2449         * [Makefile.in]
2450         (etags): Add TAGS as target.
2452         * [if1632/comctl32.spec]
2453         Use Windows 95's ordinals.  Add a few missing stubs.
2455 Thu Jul 31 14:01:13 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2457         * [objects/color.c]
2458         Fix for 16 color mode of XFree.
2460         * [if1632/kernel32.spec][win32/ordinals.c]
2461         Moved/added some ordinal only exported functions from kernel32.dll
2462         (mostly thunking preparation stuff).
2464 Wed Jul 30 09:16:38 1997  John Harvey <john@division.co.uk>
2466         * [graphics/win16drv/init.c] [include/win16drv.h]
2467         Escape(SETABORTPROC) returns success to keep pbrush.exe happy.
2468         Escape(NEXTBAND) implemented to make HP PCL printer driver work in
2469         word.  Stub for PATBLT added to start work on printing more than
2470         text.
2472 Mon Jul 28 13:14:28 1997  Victor Schneider <vischne@ibm.net>
2474         * [libtest/expand.c]
2475         New Winelib test program.
2477 Wed Jul 23 09:37:13 1997  Adrian Harvey <adrian@select.com.au>
2479         * [tools/build.c] [tools/build-spec.txt] [if1632/kernel.spec]
2480           [if1632/user.spec]
2481         Added ability to set filename wine considers the built-in DLLs 
2482         to be in  to something other than name.DLL with new "file" key
2483         in .spec files.
2484         Made kernel filename KRNL386.EXE (some programs use this name 
2485         explicitly - ChemOffice install now starts up).
2486         Made user filename USER.EXE (just to be tidy).
2488 Sun Jul 20 23:51:02 1997  David A. Cuthbert <dacut@henry.ece.cmu.edu>
2490         * [controls/menu.c] [misc/tweak.c] [include/tweak.h]
2491         Fixed MENU_KeyLeft and MENU_KeyRight to handle multiple-column
2492         menus.  Misc menu drawing issues for Win95 tweaks fixed.  Misc
2493         warnings fixed.
2495         * [loader/module.c]
2496         Spaces are now permitted in file/path names on the command line.
2497         If multiple matches can be made, the preferred match is the
2498         path/file with fewer spaces.
2500 Tue Jul 29 02:21:15 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
2502         * [misc/compobj.c]
2503         Added CLSIDFromString and StringFromCLSID.
2505 ----------------------------------------------------------------------
2506 Sat Jul 19 13:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2508         * [tools/build.c] [include/stackframe.h]
2509         Save the complete %ebp register in CallFrom16; fixes a crash with
2510         LabView reported by Andreas Mohr.
2512         * [loader/main.c]
2513         Avoid executing a built-in DLL.
2515         * [controls/static.c]
2516         Converted static window procedure to Win32.
2518         * [windows/message.c] [windows/queue.c] [include/queue.h]
2519         Hacked SendMessage functions to support inter-task messages with
2520         SendMessage32A/W.
2522 Sun Jul 13 16:55:35 1997  Bernhard Rosenkraenzer <bero@bero-online.ml.org>
2524         * [ipc/bit_array.c]
2525         Don't use bitops.h in Linux 2.1.x (these versions do not return
2526         the previous state for clear_bit and set_bit)
2528         * [ipc/shm_main_blk.c]
2529         Adapt to GLIBC's ipc_perm structure.
2531         * [memory/ldt.c]
2532         Include <asm/unistd.h> on Linux/GLIBC systems (required for
2533         _syscall3).
2535 Wed Jul 9 23:53:19 1997  David A. Cuthbert  <dacut@henry.ece.cmu.edu>
2537         * [include/options.h] [files/profile.c]
2538         Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection.
2540         * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c]
2541         All sysmetrics moved to array (no more constant macros).  Added
2542         MOUSEWHEELPRESENT metric.
2544         * [include/bitmap.h] [objects/oembitmap.c]
2545         Added OBM_Init() (see also loader/main.c) and more support for Win95
2546         bitmaps; added size info to OEM bitmaps.
2548         * [include/graphics.h] [windows/graphics.h]
2549         Added GRAPH_DrawGenericReliefRect.
2551         * [loader/main.c]
2552         Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the
2553         latter checks for invalid entries in wine.conf).
2555         * [include/debug.h] [include/stddebug.h] [include/nonclient.h]
2556           [include/tweak.h] [controls/menu.c] [misc/tweak.c]
2557           [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c]
2558           [BUGS] [documentation/win95look]
2559         Added tweaks for Windows 95 interface support.  See
2560         documentation/win95look for more information.
2562         * [controls/edit.c]
2563         Fixed EDIT_MoveHome bug.
2565         * [misc/ver.c]
2566         Changed name of dprintf_ver_string to ver_dstring to fix
2567         problem with tools/make_debug utility.
2569 Wed Jul 9 21:31:54 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2571         * [objects/dib.c]
2572         Don't use palettes with dibs with biBitCount > 8.
2574         * [misc/ole2nls.c][misc/ver.c]
2575         IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works)
2576         Some VerLanguage coded moved to ole2nls.c, some cleanups.
2578         * [multimedia/mcistring.c]
2579         Fixed "capabilities <dev> device type" crash (cool.exe).
2581         * [misc/main.c]
2582         SystemParametersInfo*: added stub option 41
2583         (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16
2584         that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe)
2586 Tue Jul  8 22:40:53 1997  Morten Welinder  <terra@diku.dk>
2588         * [if1632/shell32.spec]
2589         Use Windows 95's ordinals. Help wanted, inquire within.
2591 Mon Jul  7 11:20:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2593         * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec]
2594           [tools/build-spec.txt] [tools/build.c]
2595         Added type 'segstr' (segmented pointer to null-terminated string)
2596         to .spec files.
2598         * [windows/user.c] [if1632/user.spec]
2599         ExitWindowsExec stub function added.
2601 Mon Jul  7 01:18:25 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
2603         * [files/file.c] [include/winbase.h] [if1632/kernel32.spec]
2604         Implement MoveFileEx32, some enhancement for Movefile32.
2606 Sat Jul  5 18:13:48 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu.
2608         * [files/file.c] [if1632/kernel32.spec] [include/winerror.h]
2609           [msdos/int21.c] [win32/file.c]
2610         Add LockFile/UnlockFile implementation.
2611         Add back in int21 func(0x5c) Record locking functions.
2613         * [files/file.c]
2614         Fixed bug with OF_REOPEN in FILE_DoOpenFile.
2616 Fri Jul 4 12:00:00 1997  Henrik Olsen <Henrik.Olsen@iaeste.dk>
2618         * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc]
2619           [resources/sysres_Da.rc]
2620         Added/updated Danish language support.
2622 Thu Jul  3 13:04:20 1997  Claus Fischer  <fischer@iue.tuwien.ac.at>
2624         * [files/dos_fs.c]
2625         Properly implemented DOSFS_UnixTimeToFileTime and
2626         DOSFS_FileTimeToUnixTime.
2628         * [documentation/wine.texinfo]
2629         First version of texinfo documentation.
2631 ----------------------------------------------------------------------
2632 Thu Jun 26 02:14:03 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
2634         * [Makefile.in]
2635         New target install_includes.
2637         * [rc/parser.h] [rc/parser.y] [rc/winerc.c]
2638         Some bug fixes.
2640 Wed Jun 25 14:43:41 1997  Victor Schneider <vischne@ibm.net>
2642         * [controls/edit.c]
2643         Fixed WM_GETTEXT return value.
2645 Tue Jun 24 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2647         * [multimedia/*.c] [include/mmsystem.h]
2648         Added more callback code, including (I hope) function callback.
2649         Changed some linear pointers into segmented.
2651         * [multimedia/audio.c]
2652         Removed some bugs.
2654 Sat Jun 28 11:37:56 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2656         * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c]
2657           [include/commdlg.h]
2658         Implemented parts of comdlg32: GetOpenFileName32*,
2659         GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents.
2661         * [windows/event.c]
2662         EVENT_QueryZOrder: check for children !=NULL (happens when
2663         using -managed).
2665         * [BUGS][DEVELOPER-HINTS]
2666         Updated.
2668         * [objects/text.c]
2669         Added GetTextCharset... (stub mostly).
2671 Sat Jun 21 08:47:58 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2673         * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h]
2674           [loader/resource.c] [graphics/x11drv/xfont.c]
2675         SetResourceHandler & RemoveFontResource prototypes fixed.
2677         * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec]
2678           [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec]
2679           [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec]
2680           [include/windows.h] [memory/string.c] [tools/build.c]
2681         New type of parameter allowed in .spec files : str, printed
2682         as a string with -debugmsg +relay. .spec files updated.
2684         * [objects/dc.c]
2685         In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel.
2686         Likewise for WhitePixel.
2688         * [objects/gdiobj.c] [graphics/x11drv/brush.c]
2689         Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush,
2690         instead of BS_SOLID.
2692 Fri May 30 17:58:00 1997  Chris Faherty <chrisf@america.com>
2694         * [windows/keyboard.c]
2695         Added vkey to scancode translation table.
2696         This was primarily to fix Citrix WinFrame client which
2697         always needs scancodes in WM_KEYDOWN.
2698         Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
2700 ----------------------------------------------------------------------
2701 Sat Jun 14 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
2703         * [include/mmsystem.h]
2704         Avoided infinite loop in audio code when accessing
2705         WAVEOUTCAPS/WAVEINCAPS/MIDIOUTCAPS/AUXCAPS with rigid variable
2706         offsets (I applied WINE_PACKED).
2708         * [*/*]
2709         Added "WARNING:" and "ERROR:" to some printf's.
2710         Just grep for them with '-debugmsg +all'.
2712         * [multimedia/audio.c] [multimedia/mmsystem.c]
2713         Implemented wave callbacks: window and function callback.
2714         Fixed problem with WAVE_NotifyClient().
2715         Misc fixes.
2717         * [windows/winhelp.c]
2718         Fixed problem with windows help telling "Help topic doesn't exist".
2719         But this problem still remains when using Winword.
2721 Wed Jun 11 09:14:20 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2723         * [wine.ini]
2724         New 'fonts' section format. Read documentation/fonts.
2726         * [controls/icontitle.c] [windows/winpos.c] [windows/nonclient.c]
2727           [windows/win.c] [include/win.h]
2728         Implemented icon titles.
2730         * [graphics/x11drv/xfont.c] [objects/font.c] [objects/dc.c]
2731           [include/x11drv.h] [include/x11font.h] [documentation/fonts]
2732         Rewrote font mapper from scratch.
2734         * [tools/fnt2bdf.c]
2735         Bug fixes. REPLACE FONTS CREATED BY THE PREVIOUS VERSIONS.
2737         * [windows/defwnd.c] [windows/nonclient.c]
2738         Word document window activation fix.
2740         * [windows/mdi.c] [windows/win.c]
2741         Replaced WCL lists with WIN_BuildWinArray().
2743 Mon Jun  9 23:51:16 1997  Andrew Taylor <ataylor@cadvision.com>
2745         * [misc/error.c] [include/windows.h] [if1632/kernel.spec]
2746         Implemented LogParamError, LogError functions.
2748 Tue Jun  3 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2750         * [include/mmsystem.h] [multimedia/audio.c]
2751         Constants for asynchronous play and record.
2753         * [multimedia/time.c]
2754         Filled in some empty functions.
2756         * [multimedia/mmsystem.c]
2757         Fixed bugs in waveOutOpen.
2759         * [multimedia/mmsystem.c] [multimedia/audio.c]
2760         Implemented Window Callback for wave output at least.
2762         * [files/file.c]
2763         Corrected bug in FileDosSetError.
2764         NULL pointer checking added.
2766         * [misc/spy.c]
2767         Added Multimedia messages to SPY_GetMsgName.
2769 Tue Jun 3 22:34:30 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2771         * [debugger/*.c][include/peexe.h][loader/*.c][tools/build.c]
2772           [tools/fnt2bdf.c][library/sup.c]
2773         IMAGE_* structs/defines changed fit better to SDK naming
2774         Don't load non-i386 PE executables.
2775         %fs should already be initialised for the FIRST loaded PE module.
2777         * [if1632/advapi.spec][win32/advapi.c]
2778         Some small stubs added to bring win32 setup.exe a bit farther.
2780         * [if1632/kernel32.spec][scheduler/process.c]
2781         Adapted to match win95 kernel32.dll ordinals (NT doesn't use
2782         ordinal import), some ordinal only exported functions added.
2784         * [if1632/relay.c]
2785         Added CallProc32W.
2787         * [misc/lzexpand.c]
2788         Fixed return values of GetExpandedName* (thanks to Andreas Mohr).
2790         * [objects/dib.c]
2791         Everything with more than 8 bit of color is a truecolor mode
2792         and doesn't have a colormap.
2794 Tue Jun  3 09:24:53 1997  John Harvey <john@division.co.uk>
2796         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
2797           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
2798           [include/win16drv.h]
2799         Changed some structures that are passed to and from the 16 bit
2800         drivers to be allocated on the global heap.
2801         Implemented Escape(Control) 0x100 GetExtTextData properly to
2802         stop word from crashing.
2803         Postscript driver now prints on complete page instead of top
2804         left corner.
2805         Print spooling implemented.
2807         * [loader/module.c]
2808         MODULE_GetOrdinal changed char buffer to unsigned char to stop
2809         a loop that was happening when running the font control
2810         program from the control panel.
2812 Sun Jun  1 19:05:02 1997  Peter Schlaile <up9n@rz.uni-karlsruhe.de>
2814         * [include/miscemu.h] [loader/main.c] [msdos/ioports.c]
2815         Added support for direct io port access.
2817 Fri May 30 16:18:35 1997  David A. Cuthbert <dacut@dssc3353.ece.cmu.edu>
2819         * [misc/ver.c]
2820         Implemented VerFindFile16.
2822 Tue May 27 22:00:39 1997  Rick Richardson <rick@dgii.com>
2824         * [misc/comm.c]
2825         Fixed GetCommError and GetCommEventMask.
2827 Tue May 27  9:10:53 1997  Georg Beyerle <gbeyerle@awi-potsdam.de>
2829         * [scheduler/thread.c]
2830         Minor fix in thread database initialization.
2832 Mon May 26 19:46:34 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2834         * [objects/dc.c]
2835         In DC_SetupGCForPen, avoid to draw in GXxor mode with a 0 mask.
2837 Mon May 26 15:22:42 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
2839         * [loader/pe_image.c]
2840         Add code for modules that co-reference each other. Photodex's
2841         agds.exe (cpic32) has two dll's that make calls into each other.
2843 Mon May 26 13:38:16 1997  Jody Goldberg <jodyg@idt.net>
2845         * [memory/virtual.c]
2846         Dont use stdio when reading /proc/self/maps.  It causes problems
2847         with libc6.
2849         * [windows/dialog.c]
2850         Translate messages in IsDialogMessage when DLGC_WANTMESSAGE
2851         is used.
2853 Sun May 25 17:02:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2855         * [objects/metafile.c]
2856         Resource cleanup in EnumMetaFile(). This was one reason Word was
2857         crashing after long periods of use. (Thanks to Chris Underhill for
2858         the logs)
2860 Sun May 25 14:59:33 1997  Jimen Ching  <jching@flex.com>
2862         * [multimedia/mcistring.c]
2863         Initial support for compound MCI commands.
2864         Use case-insensitive compare for 'alias' and 'element' keywords.
2865         Fixed pointer copy of args keywords array.
2867 ----------------------------------------------------------------------
2868 Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@linux.chanae.stben.be>
2870         * [resources/sysres_Es.rc]
2871         Updated CHOOSE_FONT, CHOOSE_COLOR, EDITMENU for Spanish.
2873 Mon May 19 22:06:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2875         * [multimedia/mcistring.c]
2876         Corrected bug for device!element command.
2878         * [multimedia/mmaux.c]
2879         Replaced printf and fprintf calls by dprintf_mmaux.
2881         * [multimedia/audio.c]
2882         Corrected debugmessage in wodGetVolume.
2883         Include code for MCI_CUE command.
2885         * [multimedia/mmsystem.c]
2886         Added the MCIERR_SEQ error messages.
2888         * [if1632/mmsystem.spec] [multimedia/audio.c] [multimedia/mmsystem.c]
2889         Changed call structure of waveInOpen and waveOutOpen.
2891         * [multimedia/mmsystem.c] [multimedia/audio.c] [multimedia/midi.c]
2892           [multimedia/mmaux.c] [multimedia/mcicda.c] [multimedia/mcianim.c]
2893           [multimedia/mcistring.c] [include/mmsystem.h]
2894         Changed the deviceID scheme.
2896         * [include/queue.h] [include/win16drv.h] [msdos/dpmi.c]
2897           [windows/user.c] [windows/driver.c] [graphic/wing.c]
2898           [graphics/x11drv/bitmap.c] [misc/wsprintf.c] [misc/crtdll.c]
2899         Removed compiler warnings.
2901 Mon May 19 01:32:24 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2903         * [controls/menu.c] [windows/win.c] [windows/graphics.c]
2904         Popup menu shade, new system menu implementation, 
2905         ModifyMenu() fixes, better check mark painting.
2907         * [windows/mdi.c]
2908         MDI client fix for Win32.
2910 Sat May 17 12:02:11 1997  Albrecht Kleine  <kleine@ak.sax.de>
2912         * [objects/metafile.c]
2913         Added handling of META_DIBBITBLT, META_SETTEXTJUSTIFICATION
2914         plus bugfix in META_EXTTEXTOUT (start_of_text etc.)
2916 Thu May 15 22:52:00 1997  Jimen Ching  <jching@flex.com>
2918         * [loader/ne_image.c]
2919         Make sure dgroup is valid by checking pModule->flags consistently.
2921 ----------------------------------------------------------------------
2922 Tue May  6 19:12:20 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2924         * [loader/task.c] [loader/module.c]
2925         Fixed command line in LoadModule to already include the length
2926         indicator (thanks to Andreas Mohr).
2928         * [windows/dialog.c]
2929         DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
2930         to Bruce Milner for this one); correctly update file spec on exit.
2932         * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
2933         Moved emulator-specific code for calling window procedure to
2934         thunk.c.
2936 Mon Apr 28 10:21:59 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2938         * [memory/local.c]
2939         Better implementation of moveable blocks (first word in block is
2940         the handle itself) and discarded blocks. Local(Re)Alloc is much
2941         more like the real thing.
2943 Thu Apr 24 19:50:19 1997  Albrecht Kleine <kleine@ak.sax.de>
2945         * [objects/metafile.c]
2946         Added handling of meta record META_DIBCREATEPATTERNBRUSH.
2948 Mon Apr 21 14:03:32 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2950         * [multimedia/mmsystem.c] [multimedia/audio.c]
2951         Fixed leftover problems with masked device IDs.
2953         * [msdos/int21.c]
2954         Removed code duplications, fixed Write.
2956         * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
2957           [windows/winpos.c]
2958         Yet another attempt to make -managed work better.
2960         * [controls/combo.c]
2961         UI fix.
2963 Mon Apr 21 13:10:24 1997  Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
2965         * [debugger/*]
2966         All "Loading from ..." lines merged into one so important
2967         information before the crash doesn't scroll out.
2969         * [if1632/kernel.spec]
2970         Added some ordinal stubs used by win95 OLE and friends.
2972         * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
2973         MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
2974         LoadLibraryEx32W and GetProcAddress32W added.
2976         * [objects/bitmap.c]
2977         XImages use another memory layout for depth 4 (and poss. other
2978         depths) then Windows bitmaps. Replaced speedup hack by generic
2979         (and better working) code.
2981         * [objects/dib.c]
2982         Another ximage!=bitmap memory layout bug. 
2983         All _XinitImageFuncPtrs except one removed.
2985 Sun Apr 20 17:12:30 1997  Andrew Taylor <ataylor@cadvision.com>
2987         * [multimedia/audio.c]
2988         Fixed some regression bugs.
2990 Sun Apr 20 12:15:09 1997  Andreas Mohr <100.30936@germany.net>
2992         * [loader/module.c]
2993         Fixed MODULE_LoadExeHeader() to use the correct offset for
2994         fast-load area.
2996 Sat Apr 19 16:40:00 1997  Chad Fraleigh <chadf@bookcase.com>
2998         * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
2999           [win32/*]
3000         Removed <malloc.h> and added <stdlib.h> where needed.
3001         Changed printf formaters to match argument types (%lx instead of %x).
3002         Casted some types to make the compiler happy. Mostly pointer<->ulong.
3004         * [graphics/win16drv/init.c]
3005         Fixed uninitialized variable.
3007         * [include/msdos.h]
3008         Added <sys/types.h> needed for <dirent.h>.
3010         * [include/sigcontext.h]
3011         Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
3012         Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
3014         * [misc/crtdll.c] [misc/lstr.c]
3015         Casted last argument in v*printf() to be va_list. This code seems to
3016         make BIG assumptions about the implementation of va_list.
3018         * [misc/ver.c]
3019         Fixed impossible if() expression (unsigned < 0).
3021         * [misc/winsock.c]
3022         Removed semicolon on the end of an if() statement.
3024         * [windows/mdi.c]
3025         Changed a counter/index to unsigned since it was complaining about
3026         signed/unsigned comparison and didn't need to be negative.
3028 Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
3030         * [scheduler/thread.c]
3031         Minor fix in thread database initialization.
3033 Wed Apr 16 17:28:05 1997  Andreas Mohr <100.30936@germany.net>
3035         * [files/file.c]
3036         Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
3037         directory entry.
3039 ----------------------------------------------------------------------
3040 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
3042         * [graphics/win16drv/init.c]
3043         Minor changes to help debug problems.
3045         * [if1632/dummy.c] [if1632/gdi.spec]
3046         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
3048         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
3049         StartDoc16, EndDoc16 new functions.
3051 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3053         * [memory/virtual.c]
3054         Implemented MapViewOfFile.
3056         * [debugger/dbg.y]
3057         Added 'info maps' command.
3059 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
3061         * [controls/edit.c] [controls/EDIT.TODO]
3062         Started restructuring.  Performance improvements.
3063         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
3064                 EditWndProc() is now reentrant, wordbreak procs,
3065                 better compliance to specs.
3066         New:    margins, format rectangle.
3068         * [controls/widgets.c]
3069         Changed the cursor for the edit control class to an I-beam.
3071         * [include/callback.h]
3072         Added 32 bit wordbreak callback.
3074 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
3076         * [objects/metafile.c]
3077         Added handling of some more metafile records: 
3078         META_CREATEREGION, META_INVERTREGION etc.
3080 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
3082         * [loader/signal.c]
3083         Define kernel sigaction ourselves instead of getting it
3084         from the kernel source.
3086 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3088         * [control/menu.c]
3089         Fix return value range for GetMenuState.
3091         * [files/file.c]
3092         Always fill out ofs->szPathName in FILE_DoOpenFile.
3094         * [memory/string.c]
3095         Add debug option string.
3097         * [objects/cursoricon.c]
3098         Fix return value for DestroyIcon32.
3100 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3102         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
3103         Added description of the source tree. Moved several
3104         files to fit it.
3106         * [misc/shell.c]
3107         Use Win32 heap functions.
3109 ----------------------------------------------------------------------
3110 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3112         * [misc/main.c] [ANNOUNCE]
3113         Update the list of contributors. Please let me know if I forgot
3114         someone.
3116         * [controls/combo.c]
3117         Fixed bug in CB_DIR16 handling.
3118         Use correct text color in CBPaintText.
3120         * [controls/listbox.c]
3121         Fixed WM_CTLCOLOR handling.
3123         * [windows/winproc.c]
3124         Added translation for EM_*32 messages.
3126 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
3128         * [files/drive.c]
3129         Added information on device and inode numbers to the DOSDRIVE
3130         struct, using it to find DOS drives in a path even if it contains
3131         symbolic links, eliminating annoying messages at startup.  
3132         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
3134 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
3136         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
3137           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
3138           [include/win16drv.h] [include/x11drv.h]
3139         Implemented GetCharWidth via graphics drivers.
3141         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
3142         Moved printer driver interfaces into a separate file.
3144         * [graphics/win16drv/text.c]
3145         Fixed bugs that seg-faulted write.
3147 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3149         * [BUGS]
3150         Update.
3152         * [controls/edit.c]
3153         Removed useless parameters from a lot of functions.
3155         * [controls/menu.c]
3156         Improved keyboard shortcuts. Added check for entries with popup 
3157         menu in EnableMenuItem().
3159         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
3160         Do not allocate separate thunks for new windows.
3162         * [misc/clipboard.c] [windows/painting.c]
3163         Fixed problems with ClipBook.
3165         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
3166           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
3167         Combo rewrite.
3169         * [objects/dib.c]
3170         Slight improvements.
3172 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3174         * [misc/crtdll.c]
3175         Added chdir/mkdir.
3177         * [misc/ntdll.c]
3178         Fixed some bugs, added RtlUnicodeStringToAnsiString.
3180         * [win32/process.c]
3181         Added initialisation of events/semaphores/mutices.
3183 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
3185         * [resources/sysres_Po.rc]
3186         Added support for Portuguese language.
3188 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
3190         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
3191         Implemented SwitchToThisWindow().
3192         
3193         * [misc/ver.c]
3194         Corrected a flaw in VerInstallFile32A.
3195         
3196         * [msdos/int21.c]
3197         Corrected wrong number in Int21 3305
3198         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
3199         
3200 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
3202         * [loader/ne_module.c]
3203         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
3204         setting it to 0x10000 if pSeg->size is 0.
3206 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
3208         * [ANNOUNCE]
3209         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
3211         * [memory/global.c]
3212         Removed MemManInfo sizeof check.
3214 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
3216         * [files/dos_fs.c]
3217         Pick up kernel dirent on glibc systems.
3219         * [loader/signal.c]
3220         Pick up kernel sigaction on glibc systems.
3222 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
3224         * [debugger/stabs.c] [debugger/msc.c]
3225         Check return value of mmap.
3227 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
3229         * [win32/code_page.c]
3230         Added IsValidCodePage.
3232 ----------------------------------------------------------------------
3233 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3235         * [*/*]
3236         Completed transition to new Win32 types.
3238         * [tools/build.c]
3239         Changed CallTo16_regs to take a CONTEXT argument.
3241         * [memory/virtual.c]
3242         Rewrote Virtual* functions. Implemented CreateFileMapping and
3243         OpenFileMapping. Broke MapViewOfFile ;-)
3245         * [win32/k32obj.c]
3246         Implemented named objects.
3248 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
3250         * [misc/ole2nls.c] [resources/sysres_Pl.c]
3251         Added Polish language support.
3253 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
3255         * [windows/keyboard.c]
3256         Wrote VkKeyScan and tested with Winword. Works ok except for dead
3257         chars.
3259 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
3261         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
3262           [graphics/win16drv/obects.c]
3263         Added start of SelectObject call for printer driver. Write should
3264         now run with the printer driver enabled.
3266 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3268         * [debugger/*.c]
3269         Re-added a disassembly command (list serves another functionality
3270         now).
3272         * [loader/pe_resource.c]
3273         Added # support.
3275         * [misc/ole2nls.c]
3276         GetStringType* added.
3278         * [objects/color.c]
3279         VGA16 fixes.
3281         * [windows/class.c]
3282         Look for global widget classes too in GetClassInfo32.
3284         * [windows/sysmetrics.c] [include/windows.h]
3285         Added Win32 sysmetrics.
3287 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
3289         * [documentation/languages]
3290         The fourth case updated.
3292         * [if1632/ntdll.spec]
3293         Added some is* and to* functions.
3295 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
3297         * [configure.in]
3298         Add tests for wait4 and waitpid.
3300         * [loader/signal.c]
3301         Clean up OS-dependent code.  I hope I got it right, :-)
3303         * [tools/wineconf]
3304         Recognise vfat file systems.  Ignore floppy drives specified in
3305         /etc/fstab.
3307         * [files/*]
3308         Fix function names in error messages.
3310 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
3312         * [windows/keyboard.c] [windows/message.c]
3313         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
3314         characters sets.
3316 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3318         * [controls/edit.c]
3319         Fix incorrect arg order in LOCAL_Alloc() call.
3321 Fri Feb 21 18:19:17 1997  Andrew Taylor  <ataylor@cadvision.com>
3323         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
3324         Fixed bug related to device IDs returned by multimedia
3325         system.  Implemented mciGetDeviceID.
3327 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
3329         * [debugger/dbg.y]
3330         Do not dereference invalid expressions.
3332 ----------------------------------------------------------------------
3333 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3335         * [*/*]
3336         Converted a lot of functions to Win32 types.
3337         Removed HWND type.
3339 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
3341         * [memory/global.c]
3342         Implemented GMEM_MOVEABLE blocks for Win32.
3344 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3346         * [loader/task.c] [windows/queue.c]
3347         Do not read X events while in the intertask SendMessage().
3349         * [misc/lstr.c]
3350         Fixed CharPrev32A().
3352         * [windows/hook.c] [include/hook.h]
3353         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
3355         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
3356           [windows/event.c] [controls/edit.c] 
3357         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
3358         Several new Win32 messages are sent when this flag is on.
3359         
3360         * [msdos/dosmem.c] [memory/global.c]
3361         Some changes in DOS memory allocation.
3363 Fri Feb  7 21:46:03 1997  Andrew Taylor  <ataylor@cadvision.com>
3365         * [win32/security.c]
3366         Added SID manipulation functions.
3368         * [include/debug.h]
3369         Added debugging class "security".
3371 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
3373         * [debugger/msc.c] [debugger/source.c] 
3374           [documentation/wine_os2.txt] [loader/signal.c]
3375         Some more changes for OS/2. Doesn't work yet.
3377 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3379         * [scheduler/process.c]
3380         Added ExpandEnvironmentStrings*.
3382         * [misc/ntdll.c] [include/ntdll.h]
3383         Added some new functions.
3385         * [objects/cursoricon.c]
3386         CURSORICON_LoadHandler: check against some bizarre out of memory
3387         conditions.
3388         
3389         * [windows/mdi.c]
3390         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
3392 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
3394         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
3395           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
3396         Added Hungarian language support.
3398 ----------------------------------------------------------------------
3399 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3401         * [files/drive.c]
3402         Fixed SetCurrentDirectory() to also change the current drive.
3404         * [win32/except.c] [tools/build.c]
3405         Use Win32 register functions to implement exception handling.
3406         Fixed UnhandledExceptionFilter.
3408 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
3410         * [windows/keyboard.c]
3411         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
3412         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
3413         or when the state has changed, out of wine.
3414         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
3415         by InputKeyStateTable.
3417 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3419         * [loader/*resource.c][if1632/thunk.c]
3420         EnumResource* added.
3422         * [loader/pe_resource.] [loader/resource.c]
3423         SizeofResource32(), LoadAccelerators32() added.
3425         * [misc/lstr.c]
3426         FormatMessage %n added.
3428         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
3429         _chdrive,_errno,_isctype added.
3431         * [misc/cpu.c]
3432         Replaced runtime_cpu by GetSystemInfo().
3434         * [windows/hook.c][include/hook.h]
3435         Fixed mapping of hooks to win32/unicode.
3437         * [windows/keyboard.c] [windows/defwnd.c]
3438         Updated to win32 standard.
3439         ALT-<Menukey> fixed.
3441         * [windows/queue.c]
3442         GetWindowThreadProcessId() implemented.
3444 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
3446         * [graphics/metafiledrv/*] [graphics/x11drv/*]
3447           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
3448           [objects/gdiobj.c] [objects/pen.c]
3449         Moved SelectObject to graphics drivers. Printer support now works
3450         in a few cases but is definitely not complete. Generic/text driver
3451         works. The postscript driver works if true type fonts are disabled
3452         from the control panel. To enable printer support add Printer=on
3453         to the wine section of your wine.conf file. This causes write not
3454         to work properly. I know that several other printer drivers do not
3455         work.
3457         * [tools/build.c]
3458         Make .stabs not used for svr4 since it doesn't use GNU assembler.
3460         * [misc/fontengine.c]
3461         Make sure a printf doesn't crash the system.
3463 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3465         * [objects/metafile.c]
3466         Fixed some problems with PlayMetaFileRecord().
3468         * [objects/dc.c]
3469         hClipRgn gets initialized in GetDCState().
3471 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3473         * [debugger/stabs.c]
3474         Handle file names beginning with '/'.
3476 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
3478         * [*/*]
3479         Some more patches for OS/2 support.
3481 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
3483         * [resources/sysres_Ko.rc]
3484         Updated support for Korean (Ko) language.
3486 ----------------------------------------------------------------------
3487 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3489         * [loader/module.c]
3490         Fixed LoadModule() to always call the DLL initialization code.
3492         * [windows/event.c]
3493         Moved all the keyboard stuff to windows/keyboard.c
3495         * [tools/build.c]
3496         Fixed Win32 register functions.
3498 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
3500         * [tools/makedep.c]
3501         Fixed bug which causes SEGV on Solaris x86.
3503 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
3505         * [controls/edit.c]
3506         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
3507         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
3508         Fixed EM_SETSEL and some minor bugs (features).
3509         Hence: fully functional undo and a win95 menu with the right mouse
3510                 button.
3512         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
3513         Added a context menu for the edit control.
3514         Translations, please ...
3516 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
3518         * [windows/event.c]
3519         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
3520         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
3521         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
3522         to make them work with any X server.
3523         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
3525         * [include/keyboard.h]
3526         Totally replaced the file (formerly containing the vkcase definitions)
3527         by the declaration of 'extern' variables contained by event.c and used
3528         by keyboard.c
3529         
3530         * [windows/keyboard.c]
3531         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
3532         table keyc2vkey or X functions only.
3533         ToAscii : added keypad 0-9 and . special case.
3534         Changed toggle keys active mask from 0x80 to 0x1.
3536         * [misc/keyboard.c]
3537         File deleted. Contents moved to windows/keyboard.c.
3539         * [misc/main.c]
3540         Added putenv XKB_DISABLE to disable XKB extension (which, when
3541         present, causes AltGr to change keyboard group instead of being a
3542         modifier).
3544 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3546         * [windows/event.c]
3547         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
3548         output of XGetModifierMapping for XK_Num_Lock.
3550 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3552         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
3553           [debugger/*.c]
3554         General clean up.
3555         Changed defines/structures to match Windows NT SDK.
3557         * [loader/main.c]
3558         Don't crash on empty command-line.
3560         * [windows/winpos.c]
3561         winpos.c made win32 clean.
3563         * [misc/ntdll.c]
3564         Some string conversion additions.
3566         * [files/file.c]
3567         GetFileAttributes/GetTempFileName fixed.
3569         * [misc/ver.c]
3570         VerInstallFile implemented.
3572 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3574         * [tools/build.c]: Use PREFIX also in stabs messages.
3576 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
3578         * [graphics/win16drv/*] [include/win16drv.h]
3579         Many fixes and some new features.
3581         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
3582           [include/x11drv.h] [objects/font.c]
3583         GetTextMetrics() moved to graphics driver.
3585         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
3586         New dummy EngineEnumerateFont, EngineRealizeFont functions.
3588         * [include/windows.h]
3589         TEXTFORM16 and FONTINFO16 structure definitions moved here from
3590         include/win16drv.h
3592 ----------------------------------------------------------------------
3593 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3595         * [controls/menu.c]
3596         Updated to new Win32 types.
3598         * [controls/listbox.c]
3599         Fixed Winfile extended selection bug.
3601         * [files/directory.c]
3602         Changed DIR_SearchPath to return both long and short file names.
3604         * [files/dos_fs.c]
3605         Implemented VFAT ioctl to retrieve the original short filenames
3606         from a VFAT filesystem (Linux only for now).
3607         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
3608         DOS_GetFullName().
3609         Properly implemented GetShortPathName() and GetFullPathName().
3610         Made all functions re-entrant.
3612         * [files/file.c] [misc/main.c]
3613         Replaced -allowreadonly option by -failreadonly. The default is
3614         now to report success when opening a read-only file for writing.
3616         * [objects/metafile.c]
3617         Fixed bug in DIB bitmaps pointer calculation.
3619         * [scheduler/process.c]
3620         Implemented environment strings and Get/SetStdHandle with process
3621         environment block.
3623         * [tools/build.c]
3624         Rewrote BuildContext32() to avoid instructions that may not be
3625         supported by all assemblers.
3626         
3627 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
3629         * [windows/event.c]
3630         Created table keyc2vkey, which associate a vkey(+extended bit) to
3631         any keycode. Changed EVENT_event_to_vkey to use this table to
3632         return the correct vkey. Changed EVENT_ToAscii to get the keycode
3633         from this table too.  Assigned OEM specific vkeys arbitrarily.
3635 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
3637         * [misc/winsock.c] [misc/winsoc_async.c]
3638         Fixed svr4 header files.
3639         Changed bzero() to memset().
3641         * [tools/fnt2bdf.c]
3642         Removed bcopy() and used memcpy() instead.
3644         * [debugger/msc.c]
3645         Include string.h instead of strings.h
3647         * [debugger/stabs.c]
3648         Include string.h instead of strings.h.
3649         Define __ELF__ for svr4 systems.
3651         * [loader/signal.c]
3652         Use wait() instead of wait4() which doesnt exist on Unixware.
3654         * [memory/global.c]
3655         Use sysconf() instead of getpagesize() for svr4 systems.
3657 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
3659         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
3660           [tools/Makefile.in] [documentation/wine_os2.txt]
3661         Patches for OS/2 support. Note that it doesn't compile yet.
3663 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
3665         * [debugger/*]
3666         Many more debugger improvements (see debugger/README for details).
3668 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3670         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
3671           [graphics/metafiledrv/*]
3672         Moved some device dependent code into the resp. subdirs.
3674         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
3675         Prototypes added,
3676         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
3678         * [objects/region.c]
3679         CreatePolyPolygonRgn32 added.
3681         * [files/dos_fs.c]
3682         QueryDosDevice added.
3684         * [misc/lstr.c]
3685         FormatMessage: broken heap management fixed.
3687         * [scheduler/process.c] [scheduler/thread.c]
3688         Get/SetThreadPriority/PriorityClass added.
3690 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3692         * [misc/keyboard.c]
3693         ToAscii : Use EVENT_ToAscii instead.
3695         * [windows/event.c]
3696         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
3697         keypad cursor keys.
3698         EVENT_event_to_vkey : New function, to transform a X keycode
3699         into a MSwin vkey + extended bit.
3700         EVENT_ToAscii : New function, to transform a vkey + extended bit
3701         (+ key state table) into ascii char(s), using XLookupString, and
3702         recognizing dead chars.
3703         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
3704         EVENT_event_to_vkey for keycode to vkey conversion; fixed
3705         previous, context and extended bits.
3707         * [windows/keyboard.c]
3708         Include stddebug.h, to get -debugmsg messages.
3709         GetKeyState : Handle VK_MBUTTON case.
3710         GetKeyboardState, SetKeyboardState : Debugging messages added.
3712         * [windows/message.c]
3713         TranslateMessage : Handle dead chars.
3715 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
3717         * [if1632/crtdll.spec] [misc/crtdll.c]
3718         C++ functions new/delete/set_new_handler implemented.
3720 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
3722         * [controls/edit.c] [include/windows.h]
3723         Moved the edit control to 32 bits.
3724         Included new (win95) message definitions in windows.h
3725         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
3726         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
3727         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
3728         Fixed some bugs, introduced a couple of others.
3729         Text buffer is now initially in 32-bit heap.
3731         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
3732           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
3733           [misc/commdlg.c]
3734         Updated to work with 32-bit edit control.
3736 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
3738         * [loader/pe_image.c]
3739         Use mmap rather then malloc. Better workaround for clean
3740         segments.
3742 ----------------------------------------------------------------------
3743 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3745         * [controls/listbox.c]
3746         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
3748         * [files/dos_fs.c]
3749         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
3751         * [files/file.c] [files/directory.c]
3752         Use Win32 kernel objects and handles for file handles.
3753         Unified SearchPath() and OpenFile().
3755         * [loader/builtin.c]
3756         Moved to if1632/ directory.
3758         * [tools/build.c] [debugger/*] [miscemu/*]
3759         Win16 register functions now receive the same CONTEXT * structure
3760         as Win32 functions.
3762         * [include/sigcontext.h] [miscemu/instr.c]
3763         Added new macros to get register values from the SIGCONTEXT
3764         structure (only used for instruction emulation now).
3766         * [scheduler/process.c] [scheduler/thread.c] (New files)
3767         Allocate process and thread structures.
3769         * [scheduler/process.c] [win32/k32obj.c]
3770         Added Win32 kernel objects and handles management.
3772         * [loader/task.c]
3773         Create a Win32 process and thread for every Win16 task.
3775         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
3776         Built-in resources are now in Win32 format. This also avoids
3777         16-bit callbacks for built-in dialogs.
3779         * [misc/lzexpand.c]
3780         Differentiate between 16-bit and 32-bit file handles.
3782         * [miscemu/int*.c]
3783         Moved all int emulation to msdos/ directory.
3785         * [msdos/*]
3786         New directory msdos/ contains all MS-DOS emulation code that can
3787         also be used for Winelib; this should enable Winelib apps to use
3788         DOS3Call and related functions.
3790         * [rc/winerc.c]
3791         A few bug fixes for Win32 resource format.
3793         * [windows/winpos.c]
3794         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
3795         right though).
3797 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
3799         * [loader/pe_image.c]
3800         Make sure BSS of a PE_Image is zero.
3802 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
3804         * [windows/scroll.c]
3805         ScrollWindowEx() rewrite, ScrollDC() fix.
3807         * [windows/nonclient.c] [controls/menu.c]
3808         Fixed Alt-Space crashes in dialogs.
3810         * [windows/event.c] [windows/message.c]
3811         Some changes in mouse message generation.
3813 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3815         * [debugger/stabs.c]
3816         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
3818 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
3820         * [windows/event.c]
3821         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
3822         compatibility.
3824 ----------------------------------------------------------------------
3825 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3827         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
3828         Added mapping functions.
3830         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
3831         Added a lot of Win32 functions.
3833         * [memory/heap.c]
3834         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
3836         * [misc/lstr.c] [memory/string.c]
3837         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
3839         * [object/font.c]
3840         Avoid uppercasing font names.
3842         * [windows/hook.c]
3843         Set ds = ss before calling hook procedure.
3845 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3847         * [objects/color.c]
3848         Use colors allocated by other clients. 
3850         * [windows/caret.c]
3851         Set default blink time to 500.
3853         * [windows/win.c] [windows/event.c]
3854         Delete X context before XDestroyWindow().
3856         * [windows/keyboard.c]
3857         Fixed GetKeyState() once more.
3859 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
3861         * [debugger/*.c]
3862         Lots of built-in debugger improvements: parse Win32 EXEs debug
3863         information, display local variables, source files and line
3864         numbers, get symbols directly from the Wine executable, etc.
3866 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3868         * [misc/winsock_async.c]
3869         Extern declaration added for h_errno.
3871 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
3873         * [windows/message.c]
3874         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
3876 ----------------------------------------------------------------------
3877 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3879         * [graphics/x11drv/bitblt.c]
3880         Fixed BITBLT_StretchImage for partially covered or inverted
3881         bitmaps.
3883         * [objects/dib.c]
3884         Fixed the upside-down bitmap problem.
3886 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3888         * [if1632/user32.spec]
3889         IsMenu and RemoveMenu added (use existing Win16 functions).
3891         * [include/windows.h]
3892         Corrections to BITMAPINFOHEADER structure.
3894         * [loader/module.c] [if1632/kernel32.spec]
3895         New function GetModuleFileName32A (heavily based on original
3896         Win16 version).
3898         * [loader/pe_image.c]
3899         Hack to allow files with short PE header to be loaded (e.g.
3900         COMDLG32.DLL from Win32s).
3902         * [misc/winsock_async.c]
3903         #if out EIDRM case (not present in FreeBSD).
3905         * [tools/build.c]
3906         Remove trailing comments from .s files generated by build
3907         as these break assembly when not run through pre-processor.
3909         * [windows/graphics.c] [if1632/gdi32.spec]
3910         New function Polyline32 - based on original Polyline. Needs
3911         metafile support adding still.
3913 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
3915         * [win32/findfile.c] [if1632/kernel.spec]
3916         FindFirstFile32A(): Use dos current directory for drive prefixes.
3917         FindNextFile32A(): Fill in file attribute information.
3918         Implement FindFirstFile16, FindNextFile16, FindClose16.
3920         * [files/drive.c]
3921         GetCurrentDirectory32A - Fix problem with null 3rd character in
3922         string.
3924 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3926         * [windows/painting.c][windows/message.c]
3927         Don't use linked lists to call SendMessage(), for it might destroy
3928         the current listentry.
3930         * [misc/registry.c]
3931         Fixed temporary file saving (rename doesn't work across
3932         partitions).
3934         * [files/*.c]
3935         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
3936         GetVolumeInformation32W fixed.
3938         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
3939         LoadLibrary* updated to new naming std., *32W added.
3941         * [win32/console.c] [include/wincon.h]
3942         Additions for NT commandline executables.
3944         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
3945         GetUserName32W added, GetComputerName32W added,
3946         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
3948         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
3949         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
3951         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
3952           [if1632/ntdll.spec]
3953         Lot of new unicode functions added (needed for NT).
3955         * [loader/pe_image.c]
3956         NtCurrentTeb added.
3958 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
3960         * [windows/keyboard.c]
3961         Rewrote function TranslateAccelerator().
3963 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3965         * [windows/defwnd.c] 
3966         DEFWND_SetText(): Set icon name.
3968 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3970         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
3971           [if1632/winsock.spec]
3972         IPC resource cleanup, bugfixes.
3974         * [windows/dialog.c] [windows/defdlg.c]
3975         More DefDlgProc() fixes.
3977 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
3979         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
3980           [win32/newfns.c] [windows/graphics.c]
3981         Added a few WIN32 functions which needed to run some win32
3982         accessories. Clock should now work almost as well as 16 bit version.
3983         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
3984              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
3985              Polygon32
3986         Fix: Polygon16 possible memory leak on error return.
3988 ----------------------------------------------------------------------
3989 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3991         * [configure.in]
3992         Added check to see if the compiler supports building a DLL when
3993         the --with-dll option is used.
3995         * [controls/listbox.c]
3996         Don't send LBN_SELCHANGE too often.
3997         Added WM_CHARTOITEM support.
3999         * [Make.rules.in] [library/Makefile.in]
4000         Build winestub.o and link it with Winelib programs.
4002         * [objects/text.c]
4003         Added support for '&&' in DrawText().
4005         * [tools/build.c]
4006         Added -o option.
4008 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
4010         * [win32/thread.c]
4011         GetCurrentThread(): return -2 (current thread pseudo-handle).
4012         GetCurrentThreadId(): return GetCurrentTask().
4014         * [objects/font.c] [if1632/gdi32.spec]
4015         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
4017         * [win32/findfile.c]
4018         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
4020         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
4021           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
4022           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
4023         Hooks rewritten to support Win32.
4025         * [misc/winsock.c]
4026         WINSOCK_select(): need to put sockets with errors into exceptfds.
4027         WINSOCK_socket(): fix error return.
4029         * [windows/win.c]
4030         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
4032 Wed Dec  4 22:03:05 1996  Andrew Taylor <ataylor@cadvision.com>
4034         * [files/dos_fs.c]
4035         Check if buf is NULL before copying string in GetFullPathName32A().
4037 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
4039         * [graphics/wing.c] [if1632/wing.spec]
4040         Implemented many WinG functions, but some don't seem to
4041         work correctly (probably due to the one not done).
4042         
4043 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
4045         * [misc/main.c]
4046         Implemented a few more of the SystemParametersInfo() cases.
4048 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
4050         * [controls/button.c]
4051         Improved focus rectangle painting.
4053         * [windows/dialog.c] [windows/defdlg.c]
4054         Fixed IE3.0 problems with DWL_MSGRESULT.
4056 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
4058         * [files/profile.c]
4059         Changed error handling in PROFILE_SetString().
4061 ----------------------------------------------------------------------
4062 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4064         * [configure]
4065         Re-generated with autoconf 2.11. Let me know if you have
4066         problems.
4068         * [controls/listbox.c] [controls/oldlbox.c]
4069         Listboxes rewritten from scratch. Moved old code still used by
4070         comboboxes to oldlbox.c
4072         * [misc/registry.c]
4073         Use temporary file when saving registry.
4075         * [windows/dialog.c]
4076         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
4078         * [windows/winproc.c]
4079         Added translation for listbox Win32 messages.
4081 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
4083         * [controls/widgets.c] [controls/button.c]
4084         Fixed some incompatibilities with CTL3D DLL.
4086         * [windows/dialog.c]
4087         Made dialog windows fit into the desktop.
4089         * [misc/winsock.c] [misc/winsock_async.c]
4090         New Winsock engine.
4092         * [windows/message.c]
4093         GetMessage() fixes.
4095         * [windows/queue.c] [windows/hook.c] [windows/win.c]
4096         SetMessageQueue() fixes.
4098 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
4100         * [objects/text.c]
4101         DrawText16(): Fixed return value.
4103 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4105         * [files/profile.c] [*/*]
4106         Added Win32 profile functions, updated to new naming standard.
4108         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
4109         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
4110         structures.
4112         * [misc/ole2nls.c] [if1632/thunk.c]
4113         Added EnumSystemLocales() (winhelp.exe).
4115         * [misc/registry.c]
4116         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
4118         * [win32/file.c]
4119         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
4121 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
4123         * [misc/shell.c]
4124         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
4126         * [misc/main.c]
4127         Implemented a few more of the SystemParametersInfo() cases.
4129 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
4131         * [include/keyboard.h]
4132         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
4134         * [include/windows.h]
4135         New [VK_A, VK_Z] and [VK_0, VK9] macros.
4137         * [misc/keyboard.c]
4138         Fixes in KeyTable and ToAscii.
4140         * [objects/font.c]
4141         FONT_init : Give default value for MSWIN "system" font.
4142         FONT_MatchFont : Do not try every size of a font family if the
4143         family does not exist.
4145         * [windows/event.c]
4146         lastEventChar hack removed.
4147         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
4148         and QueueKeyStateTable (maintained in message.c).
4149         EVENT_key : Corrections to the extended bit setting.
4151         * [windows/message.c] [windows/keyboard.c]
4152         Implementation of a new QueueKeyStateTable : table of key states
4153         valid when messages are retrieved by GetMessage or PeekMessage,
4154         and valid for TranslateMessage.
4155         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
4156         and ToAscii.
4157         
4158 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
4160         * [graphics/Makefile.in] [graphics/wing.c]
4161           [if1632/wing.spec]
4162         Some functions for WinG support, mostly empty stubs.
4164         * [misc/crtdll.c] [if1632/crtdll.spec]
4165         Many functions added to CRTDLL, mostly calls to Unix C library.
4167 ----------------------------------------------------------------------
4168 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4170         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
4171         Moved BitBlt operations to the new graphics driver
4172         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
4174         * [memory/global.c]
4175         Unified MemManInfo() and GlobalMemoryStatus().
4177         * [objects/text.c]
4178         Fixed ExtTextOut() to always use physical coords for clip rect.
4180         * [windows/dialog.c]
4181         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
4183         * [windows/event.c]
4184         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
4185         (thanks to Thomas Koenig).
4187         * [windows/painting.c]
4188         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
4189         
4190         * [windows/scroll.c]
4191         Implemented Win32 version of ScrollWindow() and ScrollDC().
4193 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4195         * [files/*.c] [win32/file.c]
4196         Some win32 filetime conversion functions added.
4197         Fixed behaviour with DOS drives pointing to UNIX /
4198         SetCurrentDirectory() may also get X:\xxx paths.
4199         Fixed FILE_Open when called from CreateFile().
4200         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
4202         * [misc/crtdll.c] [if1632/crtdll.spec]
4203         Added some new functions.
4205         * [if1632/user32.spec]
4206         Some thunks into win16 code added.
4208         * [win32/init.c]
4209         Added GetSystemInfo(), removed GetModuleFileName() stub.
4211         * [win32/code_page.c] [if1632/thunk.c]
4212         Added EnumSystemCodePages* (untested).
4214         * [objects/font.c] [if1632/thunk.c]
4215         Added EnumFontFamilies32*.
4216         
4217 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4219         * [controls/menu.c] [windows/mdi.c]
4220         Don't delete the MDI `windows' menu if it's already been deleted.
4222         * [misc/exec.c]
4223         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
4224         and complains if it returns FALSE.
4226         * [windows/winpos.c]
4227         Get maximized MDI child's nonclient area redrawn after resize.
4229 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
4231         * [memory/global.c]
4232         Use /proc filesystem for GlobalMemoryStatus() on Linux.
4234 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4236         * [windows/event.c]
4237         Added OffiX-style file drop handling. File paths must be
4238         DOS-mappable by Wine (via wine.conf).
4240         * [controls/combo.c]
4241         Added WM_GETTEXT handler.
4243         * [objects/palette.c]
4244         Added ResizePalette() (untested).
4246         * [objects/cursoricon.c]
4247         Implemented icon to cursor conversion.
4249         * [objects/color.c]
4250         Fixed crash on startup when no colorcells are writeable.
4252 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
4254         * [rc/winerc.c]
4255         Added support for win32 output.
4257         * [library/libres.c] [include/libres.h] [loader/resource.c]
4258         Renamed LIBRES_FindResource to LIBRES_FindResource16.
4259         Added LIBRES_FindResource32.
4261 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
4263         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
4264         Added the spec file for WinG, it's only stub for now, but it
4265         should be easy to do by someone with Windows programming
4266         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
4268         * [if1632/crtdll.spec]
4269         Added some string and memory functions to make sfxed95.exe (of
4270         Warcraft 2) almost work.
4272 ----------------------------------------------------------------------
4273 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4275         * [files/dos_fs.c]
4276         Added long file name mask in DOSFS_FindNext().
4278         * [loader/pe_image.c] [loader/task.c]
4279         Moved Win32 task startup into TASK_CallToStart().
4281         * [objects/dc.c]
4282         Fixed SetDCState() for memory DC (thanks to Constantine
4283         Sapuntzakis for spotting this one).
4285         * [windows/winpos.c]
4286         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
4288         * [*/*]
4289         Added Win32 version for many graphics functions.
4291 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4293         * [controls/button.c]
4294         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
4296         * [controls/edit.c]
4297         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
4298         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
4300         * [windows/dialog.c]
4301         DS_LOCALEDIT is a dialog style not an edit style.
4303         * [windows/winproc.c]
4304         Stop stack trashing when wndPtr->text == NULL.
4306 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
4308         * [windows/dce.c]
4309         GetDCEx32 - The determination of whether to use the DC cache or
4310         not should be independent of DCX_USESTYLE.
4312 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4314         * [files/directory.c]
4315         Added errno.h to #includes
4317         * [tools/makedep.c]
4318         Close files once they have been processed.
4320 ----------------------------------------------------------------------
4321 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4323         * [*/Makefile.in] [tools/makedep.c]
4324         New program to generate dependencies; should be faster and more
4325         portable than 'gcc -MM'.
4327         * [*/*]
4328         Replaced WPARAM and HDC by explicitly-sized types.
4330         * [windows/hook.c]
4331         Fixed bug in HOOK_GetHook16 function.
4333 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
4335         * [include/debug.h] [include/stddebug.h]
4336         Added debug option for win16drv (-debugmsg +win16drv)
4338         * [graphics/win16drv/init.c]
4339         Only enable CreateDC if printer=on specified in wine section of
4340         wine.conf.
4341         printfs changed to dprintf_win16drv.
4342         Some tidying up.
4344         * [include/gdi.h] [graphics/x11drv/clipping.c]
4345           [graphics/x11drv/Makefile.in]
4346         Moved SetDeviceClipping into drivers.
4348 ----------------------------------------------------------------------
4349 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4351         * [Make.rules.in] [*/Makefile.in]
4352         Made it possible to compile from a directory other than the source
4353         directory.
4355         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
4356           [objects/metafile.c] [objects/dc.c]
4357         New graphics driver for metafiles.
4359         * [if1632/thunk.c]
4360         Added thunks for SetWindowsHook and SetDCHook.
4362         * [windows/dialog.c]
4363         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
4364         items.
4366         * [*/*]
4367         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
4368         HINSTANCE, HMENU, HRGN and HTASK.
4370 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
4372         * [controls/edit.c]
4373         Fixed EditWndProc() to fall back to DefWndProc() when the
4374         edit state structure is not available.
4376 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
4378         * [windows/nonclient.c] [windows/mdi.c]
4379         AdjustWindowRectEx16() should only take notice of the styles
4380         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
4381         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
4383         * [controls/scroll.c]
4384         Fixed typo in ShowScrollBar32().
4386 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4388         * [if1632/user32.spec] [if1632/winmm.spec]
4389         Added SetParent and sndPlaySoundA.
4390         
4391 ----------------------------------------------------------------------
4392 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4394         * [controls/button.c]
4395         Fixed focus rectangle size and clipping.
4397         * [controls/scroll.c]
4398         Converted to Win32 and added support for scroll page.
4399         Completed SetScrollInfo() and implemented other Win32 functions.
4401         * [files/file.c]
4402         Removed FILE_Read() (use _lread32 instead).
4404         * [objects/dce.c] [include/dce.h]
4405         Allocate DCE on the Win32 heap, and use pointers instead of
4406         handles.
4407         Implemented Win32 version of DC functions.
4409         * [windows/painting.c]
4410         Attempt to make CS_PARENTDC style work again.
4412 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
4414         * [windows/dce.c] [windows/winpos.c]
4415         Override SaveUnder attribute when painting took place
4416         in a window below. Force X to raise activated window 
4417         in seamless mode.
4419         * [misc/clipboard.c] [windows/event.c]
4420         Translation between DOS and Unix text formats and several
4421         other fixes for the sudden selection loss.
4423         * [windows/message.c]
4424         Apply "first" and "last" when checking for WM_QUIT in 
4425         MSG_PeekMessage().
4427         * [windows/win.c]
4428         Rearranged DestroyWindow() to fit "Windows Internals"
4429         description.
4431         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
4432         Misc. fixes to CBT hook calls.
4434         * [controls/menu.c] [misc/user.c]
4435         Fixup resident popup menu window so that it doesn't get
4436         destroyed by USER_AppExit().
4438         * [loader/module.c] [loader/task.c] [windows/event.c]
4439         Process "unsafe" X events outside the scheduler to prevent
4440         deadlocks.
4442         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
4443         Lots of fixes for better Win16 multitasking.
4445 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4447         * [include/windows.h]
4448         Added some missing HOOK defines.
4450         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
4451         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
4453         * [win32/console.c][include/wincon.h]
4454         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
4456         * [misc/registry.c]
4457         Some null ptr fixes.
4459         * [loader/pe_image.c]
4460         Fixed exported function lookup. (msvcrt20.dll)
4461         Add debugsyms for entrypoint, exported functions and sections.
4463         * [multimedia/mmsystem.c]
4464         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
4466         * [several]
4467         Added several missing things/stubs/simple thunks from win32
4468         to win16 code.
4470 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
4472         * [windows/property.c]
4473         Fixed debugging of 16 Bit RemoveProp().
4475         * [debugger/memory.c]
4476         Added DEBUG_checkmap_bad() for linux.
4478 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
4480         * [windows/event.c] [windows/hook.c]
4481         Use EnableHardwareInput() for JournalPlayback hook.
4483         * [controls/listbox.c]
4484         Changed handling of LB_GETITEMRECT in empty listboxes.
4486 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
4488         * [misc/main.c]
4489         Fixes to X resources handling.  
4491 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4493         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
4494         Individual handle table created for each metafile. Fixed
4495         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
4497         * [windows/graphics.c] [objects/dc.c]
4498         Rectangle() changed to work better with wide pens and PS_NULL.
4499         Use JoinMiter.
4501         * [windows/winpos.c]
4502         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
4503         is set.
4505         * [windows/nonclient.c]
4506         AdjustWindowRectEx() should perform calculations even if the
4507         window is minimized.
4509         * [windows/mdi.c]
4510         Better handling of system button painting. Maximized windows can
4511         contain scroll bars. Icons now maximize properly.
4513         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
4514         Improved greying of items in system menu. WM_INITMEMUPOPUP no
4515         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
4516         menu.c.
4518 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4520         * [several files]
4521         Fix missing includes and wrong printing arguments.
4523         * [controls/listbox.c]
4524         Don't sort drives in ListBoxDirectory().
4525         
4526 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
4528         * [windows/dialog.c]
4529         Fixed handling of Shift-TAB in dialogs.
4531 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4533         * [if1632/gdi32.spec]
4534         Added SelectClipRgn - call win16 version.
4536         * [if1632/user32.spec]
4537         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
4539         * [include/wincon.h]
4540         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
4541         out of #if 0 protected portion of file.
4543         * [loader/pe_image.c]
4544         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
4545         programs now work better)
4547         * [win32/console.c]
4548         Added stub functions for GetConsoleScreenBufferInfo and 
4549         GetLargestConsoleWindowSize
4551         * [win32/findfile.c]
4552         FindFirstFile32A() - removed erroneous strcpy
4554         * [windows/keyboard.c]
4555         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
4556         specification. NB - I still have doubts about some other functions
4557         in this file.
4559 ----------------------------------------------------------------------
4560 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
4562         * [windows/event.c]
4563         Minor improvements in setting event time in MSG struct.
4565         * [windows/hook.c]
4566         Removed an useless 'unimplemented hook' message.
4568         * [windows/win.c]
4569         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
4571 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4572         * [loader/pe_image.c]
4573         Fixed imports with no name/ordinal list (MFC30.DLL).
4574         Added borland style - ordinal import (wsock32.dll).
4576         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
4577           [if1632/kernel32.spec] [include/windows.h]
4578         Win32 and Win16 code use the same filehandles/HFILEs.
4579         Added SetEndOfFile, MoveFile*, diverse *W functions.
4581         * [loader/pe_image.c]
4582         Fixed argument 2 to DllEntry.
4584         * [misc/comm.c]
4585         Adapt to filehandling changes, win32 code still broken.
4587         * [misc/registry.c]
4588         Use Wine filehandling.
4589         StartupRegistry to add startup-detected registry entries.
4591         * [miscemu/dpmi.c] [miscemu/int21.c]
4592         Some missing interrupt-functions added.
4594         * [if1632/gdi32.spec][if1632/user32.spec]
4595         Some thunks to 16 bit equivalent functions added.
4597 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
4599         * [misc/winsocket.c]
4600         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
4601         Windows fd_set structs.
4603         * [if1632/winsock.spec]
4604         Corrected arguments to select().
4606 ----------------------------------------------------------------------
4607 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4609         * [misc/commdlg.c] [if1632/commdlg.spec]
4610         Fixed some SEGPTR problems.
4612         * [windows/winproc.c]
4613         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
4614         and WM_MEASUREITEM
4615         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
4617 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4618         * [files/drive.c]
4619         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
4621         * [multimedia/audio.c]
4622         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
4623         below 4096 bytes.
4625         * [multimedia/mcistring.c]
4626         Segptr string handling fixed & enhanced.
4628         * [if1632/crtdll.spec][misc/crtdll.c]
4629         malloc,free,_strupr,_stricmp,_strcmpi added.
4631         * [if1632/wsock32.spec][misc/winsock.c]
4632         More direct thunks into unix libc and WsControl-stub added.
4634 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4636         * [objects/metafile.c]
4637         Bug fixes to both recording and playback of ExtTextOut().
4639 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
4641         * [multimedia/audio.c] [multimedia/mcianim.c]
4642           [multimedia/mcicda.c] [multimedia/midi.c]
4643         Made cdaudio, audio and midi work for FreeBSD.
4645 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4647         * [misc/crtdll.c] [if1632/crtdll.spec]
4648         Added a lot of functions.
4650         * [misc/ole2nls.c]
4651         Added ID values for all languages in GetUserDefaultLCID().
4652         
4653 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
4655         * [windows/event.c] [windows/message.c]
4656         First attempt at hook WH_JOURNALPLAYBACK.
4658 ----------------------------------------------------------------------
4659 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4661         * [controls/scroll.c]
4662         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
4664         * [graphics/driver.c] [include/x11drv.h]
4665         New files for graphics driver handling.
4667         * [if1632/relay.c] [include/registers.h] [tools/build.c]
4668         Implemented Win32 register functions. Not really tested yet.
4670         * [include/gdi.h]
4671         Added a lot of functions to the DC func table.
4673         * [loader/pe_image.c]
4674         Initialise %fs before calling out to 32-bit code.
4676         * [windows/hook.c]
4677         Fixed bug in HOOK_GetHook().
4679         * [windows/win.c]
4680         Fixed FindWindow to return an error if the class name doesn't exist.
4682 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4684         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
4685         mpr.dll specs added.
4687         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
4688         QueryPerformanceCounter(), GlobalMemoryStatus() added.
4690         * [if1632/user32.spec] [win32/error.c]
4691         SetLastErrorEx() added.
4693         * [misc/commdlg.c]
4694         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
4696         * [misc/registry.c]
4697         Some missing NULL ptr checks added, misc clean up.
4699 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
4701         * [controls/menu.c]
4702         Adjust popup menu coordinates so that it always stays within 
4703         the desktop.
4705         * [misc/main.c]
4706         Fixed GetEnvironment() return value for lpEnv == NULL case.
4708 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4710         * [misc/crtdll.c] [if1632/crtdll.spec]
4711         Added some is* functions, strlen and tolower.
4712         
4713 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
4715         * [tools/wineconf]
4716         New perl script to generate the wine.conf file.
4718 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
4720         * [if1632/gdi.spec]
4721         Lots of printer functions.
4722         
4723         * [include/callback.h]
4724         New functions for printer driver support.
4726         * [include/gdi.h]
4727         New/changed structures to support printer driver.
4729         * [misc/escape.c]
4730         New version that uses function table in DC structure.
4732         * [objects/dc.c]
4733         CreateDC copes with things other than Display.
4734         X code for CreateDC moved to graphics/x11drv directory.
4735         CreateCompatibleDC copies func table from original DC.
4737         * [objects/font.c]
4738         GetTextExtentPoint32A,GetTextMetrics16 use function table in
4739         DC and code moved to drivers directory.
4741         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
4742         New files for printer support. 
4744 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4746         * [controls/scroll.c]
4747         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
4748         code. There are a few options in which I'm probably the wrong person
4749         for the job (page size and disable bar). There are comments in the
4750         code as to what they should do.
4752         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
4753         Added 32 bit version of FONT_GetObject.
4755 ----------------------------------------------------------------------
4756 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4758         * [files/drive.c]
4759         Added 'Filesystem' option in drives configuration.
4761         * [files/dos_fs.c] 
4762         Added handling of case-insensitive filesystems.
4764         * [memory/selector.c] [include/stackframe.h]
4765         Removed MAKE_SEGPTR.
4767         * [misc/commdlg.c] [multimedia/mcistring.c]
4768         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
4770         * [objects/bitblt.c] [windows/graphics.c]
4771         Use an intermediary pixmap to avoid some BadMatch errors on
4772         XGetImage().
4774 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
4776         * [windows/message.c]
4777         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
4779         * [misc/ver.c]
4780         Fixed a bad string result in VerQueryValue[16|32A|32W].
4782 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4784         * [if1632/crtdll.spec] [misc/crtdll.c]
4785         More additions to get win95 programs further down the road.
4787         * [if1632/kernel.spec] [loader/module.c]
4788         GetModuleName() added.
4789         LoadModule(): params->showCmd can be NULL.
4791         * [if1632/kernel32.spec] [if1632/thunk.c]
4792         ThunkConnect32() stub added.
4794         * [loader/resource.c]
4795         Entries include lastentry.
4797         * [misc/shell.c] [files/file.c]
4798         Made progman work again.
4800 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4801         
4802         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
4803         Icon painting fixes.
4805         * [windows/winpos.c] [windows/painting.c]
4806         Enforce and follow hrgnUpdate more closely to cut down on
4807         redundant RedrawWindow() calls.
4809         * [windows/event.c]
4810         Process ConfigureNotify only for managed windows.
4812         * [windows/winpos.c]
4813         Do not redraw parent if the window was hidden before SetWindowPos().
4815         * [windows/nonclient.c]
4816         Omit some nonclient decoration painting for managed windows.
4818         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
4819         Implemented WM_NEXTMENU.
4821         * [controls/listbox.c]
4822         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
4824         * [misc/shell.c]
4825         Added .ICO file handling to ExtractIcon().
4827 ----------------------------------------------------------------------
4828 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4830         * [configure.in] [include/acconfig.h] [tools/build.c]
4831         Added check for underscore on external symbols.
4833         * [memory/selector.c] [memory/global.c]
4834         Fixed FreeSelector() to free only one selector.
4835         Added SELECTOR_FreeBlock() to free an array of selectors.
4837         * [objects/color.c]
4838         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
4839         hi-color displays.
4841         * [tools/build.c] [if1632/crtdll.spec]
4842         Added 'extern' type, used for external variables or functions.
4844         * [windows/winpos.c]
4845         Allow de-activating a window in WINPOS_ChangeActiveWindow().
4847         * [windows/winproc.c]
4848         Added 32-to-16 translation for button messages.
4849         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
4850         happen to be valid SEGPTRs.
4852 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
4854         * [windows/message.c]
4855         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
4856         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
4858         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
4859         Introduced undocumented API function IsValidMetaFile(), plus a
4860         minor fix in last patch of CopyMetaFile().
4862         * [objects/gdiobj.c]
4863         Removed a FIXME in IsGDIObject(): added magic word check.
4865 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4867         * [controls/statuswin.c]
4868         First pass at implementing the StatusWindow class.
4870         * [include/commctrl.h]
4871         Header file for common controls.
4873         * [controls/widgets.c]
4874         Added InitCommonControls().
4876         * [if1632/comctl32.spec]
4877         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
4879         * [win32/findfile.c] [if1632/kernel32.spec]
4880         Add FindNextFile32A, FindClose.
4881         Modified FindFirstFile32A so it works with FindNextFile32A.
4883         * [include/winbase.h]
4884         Fixed WIN32_FIND_DATA structure member names.
4886 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4888         * [windows/scroll.c]
4889         Changed scrolling routines to benefit from DCE code update.
4891 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4893         * [files/file.c]
4894         SearchPath* could get NULL for lastpart argument.
4896         * [if1632/build-spec.txt] [documentation/debugging]
4897         Varargs documentation added, debugging hints updated.
4899         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
4900         Started to implement CRTDLL.
4902         * [if1632/wsock32.spec]
4903         Some thunks to standard libc functions (structures have the same
4904         elements, but perhaps wrong offset due to packing).
4906         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
4907         Merged kernel32.h into windows.h.
4909         * [misc/lstr.c]
4910         Enhanced FormatMessage().
4912         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
4913         GetVersion() updated to new naming standard.
4914         Changed language handling to support language ids.
4916         * [misc/shell.c]
4917         Enhanced FindExecutable, so it finds files in the search path too.
4919         * [win32/environment.c]
4920         GetCommandLine* updated.
4922         * [loader/resource.c] [loader/pe_resource.c]
4923         FindResourceEx32* added.
4924         Loading of messagetables added.
4925         Language handling now uses Wine default language id.
4927 ----------------------------------------------------------------------
4928 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4930         * [controls/scroll.c]
4931         Attempted to implement undocumented scroll-bar messages.
4933         * [tools/build.c] [include/callback.h] [windows/winproc.c]
4934         CallTo16_* functions now get DS from the previous 16-bit stackframe.
4936         * [if1632/thunk.c] [include/callback.h]
4937         Added thunks to implement callbacks for the emulator. Now all the
4938         Enum* functions always take a real function pointer even in the
4939         emulator.
4940         
4941         * [loader/builtin.c]
4942         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
4943         work with NULL entry points. Using linear search now.
4945         * [loader/module.c]
4946         Implemented IsSharedSelector().
4948         * [loader/task.c]
4949         Changed SwitchStackTo/Back to use the instance data to store the
4950         previous stack instead of the TDB. Also copy the local variables
4951         onto the new stack.
4952         Added GetExeVersion() and SetTackSignalProc().
4953         Implemented SetSigHandler().
4955 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4957         * [controls/menu.c]
4958         "Fixed" problem in deleting menus where win32 could get into an
4959         endless loop when it crashed. I think I've fixed the symptoms, not
4960         the original problem so it might be worth further investigation.
4962         * [debugger/registers.c]
4963         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
4964         compile wine properly.
4966         * [files/dos_fs.c]
4967         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
4968         from win32/findfile.c (q.v.).
4970         * [if1632/gdi32.spec]
4971         Added SetMapMode (call existing function)
4973         * [if1632/kernel32.spec]
4974         Added FindFirstFileA and SetFileAttributesA.
4976         * [if1632/user32.spec]
4977         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
4978         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
4979         UnhookWindowsHookEx.
4981         * [win32/file.c]
4982         Added stub function SetFileAttributes32A. It's a stub because I
4983         can't really work out what this function should do with most
4984         attributes in a Unix environment. Anyone care to expand it?
4986         * [win32/findfile.c]
4987         New file. Initial stab at FindFirstFile. This doesn't work as
4988         specified yet, though a lot of the groundwork is there. I haven't
4989         time to work on this for the next month, so if anyone wants to pick
4990         it up and run with it please do.
4992         * [win32/memory.c]
4993         Removed malloc.h from includes (covered by stdlib.h include, and
4994         gets rid of a warning in FreeBSD).
4996         * [win32/newfns.c]
4997         UnhookWindowsHookEx32A stub added.
4999         * [win32/user32.c]
5000         Added implementation of IsDialogMessage32A.
5002         * [windows/dialog.c]
5003         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
5004         SendDlgItemMessage16.
5006 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5008         * [windows/graphics.c]
5009         Removed rectangle checking (conflicted with nonstandard
5010         mapping modes). 
5012         * [windows/dialog.c]
5013         Added check for child-style dialogs to DS_ABSALIGN
5014         coordinate conversion.
5016         * [objects/color.c]
5017         Cleaned up misc. bits
5019 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
5021         * [windows/focus.c] [windows/event.c] [windows/win.c]
5022           [windows/defdlg.c]
5023         Fixes to focusing and activation.
5025         * [windows/defdlg.c]
5026         Properly(?) handle DM_GETDEFID.
5028         * [controls/combo.c]
5029         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
5030         CBCheckSize: Adjust edit position.
5032 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5034         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
5035         Pass HFILEs instead of unix-fds to self-loader code.
5037 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
5039         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
5040         Implemented handling of some new metafile records (META_...)
5041         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
5042         Added functions like MF_StretchBlt() for usage in metafiles.
5043         Minor bugfix in CopyMetafile().
5045         * [objects/bitmap.c][objects/dib.c]
5046         Added check for metafile-DC in Bitmap and DIB functions:
5047         CreateCompatibleBitmap() etc.
5049 ----------------------------------------------------------------------
5050 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5052         * [loader/task.c] [include/task.h]
5053         Implemented SwitchStackTo()/SwitchStackBack().
5055         * [include/wintypes.h] [loader/main.c]
5056         Added __winelib variable to distinguish between emulator and
5057         library at run-time. Later on, this should avoid some
5058         recompilations when building Winelib.
5060         * [windows/property.c]
5061         Implemented Win32 functions for window properties.
5063 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5065         * [controls/listbox.c]
5066         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
5067         messages.
5069         * [controls/menu.c]
5070         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
5072         * [include/cursoricon.h]
5073         Moved #pragma pack(1) back to where it belongs.
5075         * [objects/palette.c]
5076         RealizeDefaultPalette() maps to system colors only.
5077         Do not broadcast palette notifications when in TrueColor.
5079         * [objects/color.c] [include/palette.h]
5080         Miscellaneous optimizations. Had to fix several
5081         "improvements" made to my patch for previous release.
5083         * [objects/dib.c]
5084         Reverse dib bits order for 24-bit SetDIBits().
5086         * [objects/dc.c]
5087         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
5089         * [windows/scroll.c]
5090         Scroll update region too.
5092         * [windows/message.c]
5093         Include QS_MOUSE into the event mask for nonclient mouse
5094         message filter. Fixes problems with Word 6 freezing when
5095         mouse hits nonclient area.
5097         * [windows/win.c] 
5098         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
5100         * [windows/winpos.c] [windows/mdi.c]
5101         Attempt to fix control menu duplication.
5103 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5105         * [files/drive.c]
5106         GetDriveType32A(): return value for CDROM fixed.
5108         * [files/file.c]
5109         SearchPath* added.
5111         * [if1632/gdi32.spec] [objects/brush.c]
5112         SetBrushOrgEx() added.
5114         * [loader/pe_resource.c]
5115         If even loading the default entry fails, we just use the first
5116         entry from the resource directory.
5118         [loader/task.c]
5119         SetSigHandler() stub added, Paradox 4.5 now starts up.
5121         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
5122         COMM functions updated to win32, not complete.
5124         * [misc/lstr.c]
5125         FormatMessageA partially implemented.
5127         * [include/miscemu.h] [memory/selector.c]
5128           [memory/global.c] [miscemu/dosmem.c]
5129         DOS memory handling changed: 1MB preallocated block, real-mode
5130         segment handling possible, SetSelectorBase into lower physical 1MB
5131         possible.
5133         * [miscemu/dpmi.c]
5134         Real-mode segments changed, real-mode int 21,ax=6506 added.
5135         AX=0x0303 added.
5137         * [multimedia/time.c]
5138         Fixed bug in killTimer.
5140         * [objects/bitmap.c]
5141         LoadImageA partially implemented.
5143 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
5145         * [include/dde_mem.h][include/dde_proc.h]
5146           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
5147           [ipc/generic_hash.h][library/miscstubs.c]
5148         Changes for error free compilation using "--with-ipc":
5149         replaced some names with *16-equivalent (e.g. MSG to MSG16),
5150         modified prototype of function DDE_GlobalFree() .
5152         * [objects/palette.c]
5153         Added check for metafile-DC in GDISelectPalette(),
5154         GDIRealizePalette(),RealizeDefaultPalette() and
5155         IsDCCurrentPalette().
5157 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
5159         * [controls/edit.c]
5160         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
5161         fixes Winhelp.
5163         * [windows/dialog.c]
5164         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
5166 ----------------------------------------------------------------------
5167 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5169         * [configure.in]
5170         Generate include/config.h instead of putting everything on the
5171         command-line.
5172         Removed -with-malloc-debug option (not useful for end users
5173         anyway).
5174         Added check for memmove().
5176         * [include/wintypes.h] [*/Makefile.in]
5177         Added definition of __WINE__ symbol when compiling Wine code
5178         (emulator or library) as opposed to user programs.
5180         * [debugger/editline.c] [debugger/readline/*]
5181         Moved all the readline code into debugger/editline.c. Removed the
5182         readline subdirectory.
5184         * [files/profile.c]
5185         Added PROFILE_GetWineIniInt().
5187         * [include/stackframe.h] [loader/task.c]
5188         The 16-bit stackframe now also exists for Winelib (even though it
5189         only ever contains one frame).
5191         * [loader/module.c]
5192         Added function MODULE_CreateDummyModule() to create a dummy Win16
5193         module for Winelib and Win32.
5195         * [memory/ldt.c]
5196         Make sure the ldt entry contents will be acceptable for the Linux
5197         kernel.
5199         * [memory/selector.c]
5200         Fixed SetSelectorLimit() when the limit is in pages.
5202         * [misc/port.c]
5203         Added memmove().
5205         * [miscemu/dpmi.c]
5206         Clear the segment registers that contain the selector being freed
5207         in int31/ax=0001.
5208         Added missing break after SelectorAccessRights call.
5210         * [win32/struct32.c]
5211         Added conversions for MDICREATESTRUCT.
5213         * [windows/winproc.c]
5214         Added message conversions for WM_MDICREATE.
5216 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
5218         * [windows/class.c]
5219         Added GetExePtr() call in CLASS_FindClassByAtom().
5221 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5223         * [if1632/*.spec]
5224         Some more trivial specs added.
5226         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
5227         CreateFont32* added, changed to new naming std.
5229         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
5230         Some defines/types added.
5232         * [win32/thread.c]
5233         TlsSetValue() returns boolean.
5235         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
5236           [controls/menu.c] [objects/bitmap.c]
5237         Cleanup of the resource functions, mostly changes to new naming
5238         standard and fixing of argument types so that they agree with the
5239         win16/win32 API.
5241 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5243         * [windows/winpos.c]
5244         ShowWindow() fixes.
5246         * [windows/mdi.c]
5247         Fix reversed LPARAM in WM_MDIACTIVATE.
5249         * [wine.ini]
5250         New option AllocSystemColors tells Wine how many colors to grab
5251         from the system colormap.
5253         * [objects/bitblt.c] [objects/dc.c]
5254         Fixed pink garbage over Word buttons in PseudoColor. Added
5255         optional DSTINVERT shortcut for faster text selection.
5257         * [misc/wsprintf.c]
5258         Skip bogus segmented pointers in wsvnprintf16(). 
5260         * [objects/gdiobj.c]
5261         Added palette handling to UnrealizeObject(). 
5263         * [objects/color.c] [objects/palette.c] [windows/dce.c]
5264         Wine gets palette manager with support for more than 20 colors. 
5265         Only PseudoColor and TrueColor visuals tested so far.
5267         * [windows/winpos.c] [windows/win.c] 
5268         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
5269         use XReconfigureWMWindows() instead of XConfigureWindow() in
5270         managed mode.
5272         * [memory/global.c]
5273         Do not allocate more than 640K of DOS memory.
5275         * [misc/main.c]
5276         Do not allow -desktop and -managed together.
5278 ----------------------------------------------------------------------
5279 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5281         * [controls/scroll.c]
5282         Use Win32 heap functions to allocate scroll-bar info structure.
5284         * [debugger/dbg.y] [debugger/registers.c]
5285         Added support for FS and GS segment registers.
5286         Check that segment registers value are OK before returning from
5287         the signal handler.
5289         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
5290         Changed relay debugging for Win32 function: the relay code now
5291         passes the entry point address instead of the function name.
5293         * [tools/build.c] [miscemu/*.c]
5294         Added support for data entry points in Win32 DLLs.
5295         Added 'cdecl' function type for Win32.
5296         For 'register' function, the relay code now passes a pointer to
5297         the SIGCONTEXT structure.
5298         
5299         * [include/registers.h] [include/wine.h]
5300         Moved SIGCONTEXT structure definition in registers.h.
5302         * [loader/pe_image.c]
5303         Don't die at once if some Win32 entry points cannot be found, but
5304         set them to NULL, just like we do for Win16. This allows some
5305         programs to go further before crashing.
5307         * [loader/task.c] [loader/main.c]
5308         Moved global initializations from InitTask() to MAIN_Init(), as
5309         they no longer need a task context with the new SEGPTR heap functions.
5311         * [memory/string.c]
5312         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
5313         very convenient.
5315         * [windows/graphics.c]
5316         Partially implemented DrawEdge().
5318         * [windows/timer.c] [windows/caret.c]
5319         Implemented Win32 timer handling. Updated caret management to use
5320         Win32 timers (avoids having to use a Win16 callback).
5322         * [windows/win.c]
5323         Prevent programs from setting some style bits with
5324         SetWindowLong(). This should fix some BadMatch crashes.
5325         Link new windows at the end of the linked list.
5327         * [windows/winpos.c]
5328         Don't try to activate a child window in ShowWindow().
5330         * [windows/winproc.c]
5331         Added a 32->32 thunk to support Ansi-Unicode translation.
5333 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5335         * [files/directory.c]
5336         Additional (undocumented) return value for GetTempDrive() added.
5338         * [files/dos_fs.c] [files/file.c] [include/windows.h]
5339         GetTempFileName32* added.
5340         GetShortPathName* added.
5342         * [memory/string.c]
5343         Win16 lstrcpy() can get NULL ptrs as argument and survive.
5345         * [misc/lzexpand.c]
5346         LZOpenFile(): also try opening with compressed filename if normal
5347         open fails.
5349         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
5350         Char* added.
5351         CompareString* added.
5353 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5355         * [objects/font.c] [if1632/gdi32.spec]
5356         CreateFontIndirect32A and CreateFontIndirect32W added.
5358         * [misc/ole2nls.c]
5359         GetUserDefaultLCID return values updated for new languages.
5360         Finnish support added for GetLocaleInfoA.
5362         * [object/palette] [gdi32.spec]
5363         RealizePalette32 and SelectPalette32 added.
5364         
5365 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
5367         * [misc/shell.c]
5368         Fixup for SHELL_FindExecutable so that File->Run from progman
5369         works once more. Still needs some more fixups - grep for FIXME in
5370         this file.
5372 ----------------------------------------------------------------------
5373 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5375         * [controls/desktop.c]
5376         Use Windows file I/O routines to load the desktop bitmap.
5378         * [files/file.c]
5379         Implemented RemoveDirectory* and DeleteFile*.
5381         * [include/wine.h]
5382         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
5384         * [loader/task.c]
5385         Fixed initial breakpoint setting for Win32 tasks.
5387         * [misc/wsprintf.c]
5388         Ignore Unicode formats for wsprintf16().
5390         * [objects/font.c]
5391         Implemented Win32 version of GetTextMetrics.
5393         * [windows/winproc.c] [windows/win.c] [windows/class.c]
5394           [windows/dialog.c]
5395         Modified windows procedures to use thunks, to ensure that the
5396         procedure can be called directly from the Windows program.
5398         * [windows/win.c]
5399         Added function WIN_BuildWinArray() to make it easier to enumerate
5400         windows. Implemented Win32 version of EnumWindows() and friends.
5402 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
5404         * [controls/button.c] [windows/win.c]
5405         Operator precedence fixes.
5407         * [controls/edit.c]
5408         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
5409         Fixed word wrap with long words.
5411         * [debugger/debug.l]
5412         New alias "where" for command "backtrace".
5414         * [if1632/gdi.spec]
5415         Corrected parameter of ExtTextOut.
5417         * [loader/module.c]
5418         Corrected printing of table of modules.
5420         * [misc/spy.c]
5421         Removed superfluous \n in message name.
5423         * [windows/message.c]
5424         Declared MSG_SendMessage as static.
5425         Changed parameter of DirectedYield() from queue handle to task handle.
5426         Removed warning mesages for argument of printf.
5428         * [windows/nonclient.c]
5429         Added the flag DT_NOPREFIX when drawing window titles.
5431         * [windows/win.c]
5432         WIN_WalkWindows now prints the invalid window handle.
5433         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
5435         * [windows/winproc.c]
5436         Allows creating dialog windows with NULL as dialog function.
5438 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
5440         * [windows/event.c]
5441         EVENT_key: Fixes to VK_ code generation for space bar and
5442         punctuation.
5444         * [files/file.c]
5445         GetTempFileName: first character in temporary name is "~".
5447         * [memory/heap.c]
5448         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
5450         * [objects/text.c]
5451         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
5453         * [misc/driver.c]
5454         Removed some bugs and reformatted. Actually loads drivers now.
5456         * [include/callback.h]
5457         Added CallDriverProc() and CallWindowsExitProc().
5459         * [loader/module.c]
5460         MODULE_CallWEP(): new function.
5462         * [misc/lzexpand.c]
5463         LZSeek(): return new pointer, not old one.
5465         * [misc/ver.c]
5466         find_ne_resource(): fixed dependence on LZSeek() bug.
5467         GetFileResource(): initialize reslen before using it.
5469         * [windows/class.c]
5470         SetClassWord(): add missing else.
5472         * [objects/font.c]
5473         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
5474         InitFontList: allocate one huge array of structures.
5475         FONT_MatchFont: uppercase the face name.
5477 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
5479         * [memory/heap.c]
5480         Fixed a typo in HeapReAlloc().
5482 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5484         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
5485           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
5486         GetTempPath* added
5487         GetDriveType* fixed, updated to NewNameStandard.
5488         GetCurrentDirectory* fixed (needs to prepend X:\).
5490         * [controls/listbox.c]
5491         Missing NULL check added.
5493         * [if1632/winmm.spec] [loader/builtin.c]
5494         winmm.dll (32bit mmsystem equivalent) specs added.
5496         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
5497         Rtl{Move,Zero,Fill}Memory added.
5499         * [misc/registry.c]
5500         Some NULL ptr dereference bugs fixed.
5502         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
5503         Check for NULL ptr.
5504         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
5505         Aliasing should work for all MCI devices.
5507         * [windows/win.c]
5508         Allow passing invalid window handles to CloseWindow().
5510 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5512         * [files/directory.c] [if1632/kernel32.spec]
5513         GetSystemDirectory32A and GetSystemDirectory32W added.
5515         * [misc/main.c] [if1632/kernel32.spec]
5516         Beep and SetEnvironmentVariable32W added.
5518 ----------------------------------------------------------------------
5519 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
5521         * [files/drive.c] 
5522         GetFreeDiskSpace*, GetVolumeInformation* added.
5524         * [files/file.c]
5525         FlushFileBuffers, CreateDirectory* added.
5527         * [include/winbase.h] [include/windows.h]
5528         Prototypes, defines added and fixes.
5530         * [if1632/kernel32.spec] [include/resource32.h]
5531           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
5532         Fixes to resource handling.
5534         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
5535         Specs for implemented functions added
5536         Some thunks to functions which are same as win16 equivalents.
5538         * [loader/task.c]
5539         GetAppCompatFlags() added.
5541         * [misc/registry.c]
5542         One missing else added, small hack to RegQueryValue16().
5544         * [win32/file.c]
5545         GetFileAttributesA() fixed (was using DOS path as UNIX path).
5547 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5549         * [loader/ne_resource.c]
5550         Fixed FreeResource() return value.
5552         * [objects/text.c]
5553         Fixed a bug in ExtTextOut() that was causing overlapped characters
5554         in WinWord.
5556         * [windows/winpos.c]
5557         SWP_FRAMECHANGED for top-level windows now invalidates client
5558         area as clock.exe wants.
5560 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
5562         * [controls/listbox.c]
5563         Mini bugfix: 'revival' of missing scrollbar in listboxes.
5565 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
5567         * [resources/sysres_Fr.rc] [resources/TODO]
5568         Made changes for Choose_Font dialog.
5570 ----------------------------------------------------------------------
5571 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5573         * [memory/heap.c]
5574         Fixed bug in HeapRealloc (thanks to Bruce Milner).
5576         * [misc/wsprintf.c]
5577         Fixed argument size for %c format in wsprintf16().
5579         * [objects/dc.c]
5580         Don't free hFirstBitmap for saved DCs.
5582         * [windows/event.c]
5583         Added timer handling in EVENT_WaitXEvent().
5585         * [windows/message.c]
5586         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
5587         event is for the current task; if not, wake the other task.
5589         * [windows/queue.c] [include/queue.h]
5590         Added 'self' handle in queue structure.
5592         * [windows/timer.c]
5593         Added TIMER_ExpireTimers() function to mark expired timers and
5594         wake up the corresponding tasks.
5596 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
5598         * [windows/mapping.c]
5599         First point in list was mapped multiple times in DPtoLP and
5600         LPtoDP.  Other points were not mapped.
5602 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5604         * [misc/shell.c]
5605         Some fixes for ExtractIcon function family.
5607         * [documentation/user_module]
5608         Chapter about windowing and messaging subsystems.
5610 ----------------------------------------------------------------------
5611 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5613         * [debugger/break.c] [loader/signal.c]
5614         Fixed breakpoints in 32-bit code.
5616         * [include/windows.h]
5617         Added many more Win32 versions of standard structures.
5619         * [include/winreg.h] [misc/registry.c]
5620         Moved private types into registry.c.
5622         * [memory/string.c] (New file)
5623         Moved most string functions from misc/lstr.c; added Win32 version
5624         of all functions.
5626         * [misc/wsprintf.c]
5627         Implemented Win32 wsprintf functions.
5629         * [objects/bitmap.c]
5630         Implemented Win32 bitmap functions.
5632         * [windows/dialog.c]
5633         Don't set dialog procedure before the controls are created. This
5634         avoids a crash in Winhelp.
5636 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
5638         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
5639         Replace PeekMessage with PeekMessage16.
5641         * [if1632/kernel32.spec][misc/main.c]
5642         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
5643         MAIN_ParseVersion: new function, new command line option -winver.
5644         GetVersion: modified to take command line argument into account.
5646         * [if1632/kernel32.spec] [win32/process.c]
5647         FreeLibrary32: new function.
5648         TlsAlloc: initialize Tls to zero.
5649         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
5650         functions.
5652         * [if1632/kernel32.spec]
5653         SetErrorMode,GetActiveWindow: new relays to existing functions.
5655         * [if1632/kernel32.spec][win32/user32.c]
5656         PeekMessage32A,PeekMessage32W: new functions.
5658         * [include/struct32.h][include/windows.h]
5659         Moved MSG32 to windows.h.
5660         Renamed MSG to MSG16.
5661         Modified prototypes to use MSG16
5663         * [include/winbase.h]
5664         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
5666 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5668         * [if1632/Makefile.in] [loader/builtin.c]
5669         version.dll,lz32.dll added.
5671         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
5672           [misc/lzexpand.c]
5673         lz32.dll added.
5674         Modified to new function naming standard.
5676         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
5677         version.dll added (win32 version of ver.dll).
5678         Modified to new function naming standard.
5679         Use registry to look up a LOCALE langids too.
5680         (VerInstallFile,VerFindFile still stubs)
5682 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
5684         * [files/file.c]
5685         Added a warning if GetTempFileName() gets a bad drive parameter.
5687         * [misc/commdlg.c]
5688         Changed file listbox color to gray in SaveFile dialog 
5689         (just like Windows does this).
5691 ----------------------------------------------------------------------
5692 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5694         * [controls/button.c] [controls/listbox.c]
5695         Fixed wParam of WM_DRAWITEM message.
5697         * [if1632/Makefile.in] [loader/builtin.c]
5698         Remove WPROCS32 DLL, as the relay code can call Wine routines
5699         directly.
5701         * [loader/module.c] [loader/ne_image.c]
5702         Fixed initial stack layout for self-loading modules.
5704         * [tools/build.c]
5705         Fixed data segment building for Win16 modules.
5707         * [windows/defdlg.c]
5708         Implemented Win32 versions of DefDlgProc().
5710         * [windows/dialog.c]
5711         Merged Win16 and Win32 dialog code.
5712         Added support for control extra data in dialog item template.
5714         * [windows/win.c]
5715         Unified Win16 and Win32 versions of CreateWindow().
5716         Implemented Win32 version of GetWindowLong().
5718         * [windows/winproc.c]
5719         Changed the implementation of window procedures, so that 16-bit
5720         winprocs are valid segmented pointers.
5722 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5724         * [misc/registry.c]
5725         Fixed another bug in the w95 loader. Quietened some debug output.
5727 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5729         * [windows/winproc.c]
5730         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
5732 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
5734         * [resources/TODO] [resources/sysres_It.rc]
5735         Updated font dialog box.
5737 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
5739         * [include/commdlg.h] [misc/commdlg.c]
5740         ChooseFont() and ChooseColor(): 
5741         Bugfixes and added more support for some CF_* and CC_* flags: 
5742         dialog templates and font size control.
5743         Bugfix in structure definition of CHOOSECOLOR definition.
5745         * [ipc/dde_proc.c] [windows/event.c]
5746         Replaced SendMessage with SendMessage16 and added inclusion of
5747         dde_proc.h for error-free compilation of ipc module.
5749 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5751         * [windows/scroll.c]
5752         Made ScrollDC to save/restore current clipping region.
5754         * [misc/clipboard.c] [windows/event.c]
5755         Implemented most of the previously missing features (not tested), 
5756         improved text pasting from/to X. 
5758         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
5759           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
5760           [windows/winpos.c] [windows/painting.c]
5761         Updated DCE code, implemented dynamic invalidation of owned DCs.
5762         This fixes a lot of problems with scrolling in WinWord. Not
5763         sure about the effect on -desktop.
5765 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5767         * [win32/time.c] [if1632/kernel32.spec]
5768         Added SetSystemTime and SetTimeZoneInformation.
5770         * [if1632/kernel32.spec]
5771         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
5773         * [include/windows.h]
5774         Added SYSTEM_POWER_STATUS structure and prototypes for
5775         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
5777         * [include/kernel32.h]
5778         Added a prototype for SetTimeZoneInformation.
5780         * [win32/environment.c] [if1632/kernel32.spec]
5781         Added GetSystemPowerStatus and SetSystemPowerState stubs.
5783 ----------------------------------------------------------------------
5784 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5786         * [controls/combo.c]
5787         Destroy the listbox and edit control when destroying the
5788         combo. This should prevent crashes on application exit.
5790         * [misc/system.c] [if1632/system.spec]
5791         Implemented InquireSystem().
5793         * [loader/task.c] [windows/message.c] [windows/queue.c]
5794         First attempt at inter-task SendMessage(). Still has a lot of
5795         problems.
5797 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
5799         * [windows/mdi.c]
5800         Fixed MDITile with iconic children.
5802 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
5804         * [misc/commdlg.c]
5805         ChooseFont dialog:
5806         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
5807           not real available font types (e.g. "Bold") can not selected
5808         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
5810         * [objects/font.c]
5811         In FONT_MatchFont perform check if "lfFaceName" is family from X11
5812         only if "lfFaceName" is a windows font family then do a call of
5813         FONT_TranslateName() : this results in better font selections in 
5814         ChooseFont() or applications like charmap.exe or write.exe.
5815         Added a ParseFontParms() call if necessary in function 
5816         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
5817         even if there isn't one...
5819         * [resources/TODO]
5820         Inventory of resource translations in sysres_??.rc
5822 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5824         * [misc/registry.c]
5825         _w95_loadreg: use offset to determine next RGDB position too.
5827 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
5829         * [controls/combo.c]
5830         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
5832         * [misc/main.c]
5833         Result of option "-fixedmap" is to turn flag on.
5835 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
5837         * [misc/shell.c]
5838         ShellExecute and FindExecutable now both use common code to
5839         determine the required executable file.
5841 ----------------------------------------------------------------------
5842 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5844         * [controls/button.c]
5845         Made ButtonWndProc a 32-bit window procedure.
5847         * [controls/desktop.c]
5848         Made DesktopWndProc a 32-bit window procedure.
5849         Added handling of WM_SETCURSOR.
5851         * [controls/menu.c]
5852         Allocate menu items and strings on the 32-bit system heap.
5853         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
5854         AppendMenu and LoadMenuIndirect.
5856         * [controls/widgets.c]
5857         Added possibility to have 32-bit built-in classes.
5859         * [files/drive.c]
5860         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
5862         * [misc/spy.c] [include/spy.h]
5863         Added support for spying Win32 messages.
5865         * [loader/builtin.c]
5866         Fixed bug in -dll option parsing.
5868         * [memory/local.c]
5869         Added back the change by Huw D. M. Davies to free the block in
5870         LocalRealloc() before allocating the new one.
5872         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
5873         Fixed bug in bitmap size that caused memory corruption for 24bpp.
5875         * [windows/defwnd.c]
5876         Implemented Win32 version of DefWindowProc().
5878         * [windows/dialog.c]
5879         Implemented Win32 version of SendDlgItemMessage,
5880         Get/SetDlgItemText and Get/SetDlgItemInt.
5882         * [windows/mdi.c]
5883         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
5884         Don't make a copy of the OBM bitmaps for every MDI window.
5886         * [windows/message.c]
5887         Implemented Win32 version of SendMessage().
5888         
5889         * [windows/winproc.c] [windows/class.c] [windows/win.c]
5890         New scheme for 32-bit window procedures to replace aliases. All
5891         32-bit window procedure get a 16-bit address pointing to a
5892         WINDOWPROC structure.
5893         Implemented Ansi<->Unicode translation for CallWindowProc().
5894         Added translation of WM_DRAWITEM between Win16 and Win32.
5896         * [windows/win.c] [include/callback.h]
5897         Added ugly hack to build CREATESTRUCT on the stack when sending
5898         WM_NCCREATE.
5899         Implemented Win32 version of Get/SetWindowWord/Long and
5900         Get/SetWindowText.
5901         
5902 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
5904         * [controls/button.c]
5905         Avoid gray text on gray background in disabled push buttons
5906         using a b/w raster and some raster operations (PatBlt,BitBlt).
5908         * [objects/text.c]
5909         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
5911 ----------------------------------------------------------------------
5912 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5914         * [*/*.c]
5915         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
5916         SIZE16. Implemented Win32 version of most functions that take
5917         these types as parameters.
5919         * [configure]
5920         Patched autoconf to attempt to correctly detect -lnsl and
5921         -lsocket. Please check this out.
5922         
5923         * [controls/button.c]
5924         Added support for Win32 BM_* messages.
5926         * [controls/menu.c]
5927         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
5928         with Excel.
5930         * [memory.heap.c] [include/heap.h]
5931         Added support for SEGPTRs in Win32 heaps. Added a few macros to
5932         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
5933         but they work with Win32.
5935         * [memory/atom.c]
5936         Implemented Win32 atom functions.
5938         * [memory/local.c]
5939         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
5941         * [win32/memory.c]
5942         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
5944         * [windows/class.c]
5945         Properly implemented the Win32 class functions.
5947         * [windows/winproc.c] (New file)
5948         New file handling the message translation between Win16 and Win32.
5950 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5952         * [windows/mdi.c] [windows/menu.c]
5953         Improved WM_MDICREATE and WM_MDICASCADE handling.
5955         * [windows/event.c] [objects/bitblt.c]
5956         Handle GraphicsExpose event for BitBlt from screen to screen.
5958         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
5959         Bunch of fixes for problems with -managed.
5961         * [windows/win.c] [windows/winpos.c]
5962         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
5963         in CreateWindow.
5965         * [windows/win.c] [windows/queue.c] [misc/user.c]
5966         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
5967         on window creation/destruction.
5969         * [objects/palette.c]
5970         Crude RealizePalette(). At least something is visible in LviewPro.
5972 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5974         * [if1632/gdi32.spec]
5975         Added Rectangle (use win16 version).
5977         * [if1632/kernel32.spec]
5978         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
5980         * [if1632/user32.spec]
5981         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
5982         versions).
5983         Added SetWindowsHookExA (empty stub for now).
5985         * [include/handle32.h]
5986         Changed #include <malloc.h> to #include <stdlib.h> to prevent
5987         hate message from FreeBSD compiler.
5989         * [win32/newfns.c]
5990         Added new function SetWindowsHookEx32A (empty stub for now).
5992         * [win32/user32.c]
5993         Removed redundant debugging printf statement.
5995 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5997         * [memory/local.c]
5998         Avoid creating adjacent free blocks.
5999         Free the block in LocalReAlloc() before allocating a new one.
6000         Fixed LocalReAlloc() for discarded blocks.
6001         
6002 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
6004         * [resources/sysres_Fi.rc]
6005         ChooseFont and ChooseColor dialogs updated.
6007 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6009         * [files/drive.c,if1632/kernel.spec]
6010         GetCurrentDirectory(),SetCurrentDirectory() implemented.
6012         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
6013           [include/windows.h] [include/winreg.h] [loader/main.c]
6014           [misc/main.c] [misc/shell.c] [misc/registry.c]
6015         Registry fixes:
6016         - loads win95 registry databases,
6017         - save only updated keys on default,
6018         - now adhers to the new function naming standard,
6019         - minor cleanups.
6021 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
6023         * [combo.c]
6024         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
6025         and synchronized mine with Greg Kreider's works.
6027         * [commdlg.c]
6028         Bugfix in ChooseFont: font size handling.
6030 ----------------------------------------------------------------------
6031 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6033         * [DEVELOPERS-HINTS]
6034         Added paragraph on naming conventions for Win16/Win32/Winelib.
6036         * [controls/menu.c]
6037         Create a default system menu that is the same for all windows
6038         instead of making a copy every time.
6040         * [include/wintypes.h]
6041         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
6042         Added xx16 and xx32 definitions for most types. General clean-up.
6044         * [memory/global.c] [memory/local.c] [*/*]
6045         Renamed Global and Local heap functions to xxx16. Added all xxx32
6046         versions of the same functions.
6048         * [memory/selector.c]
6049         Mask out lower bits of selector in FreeSelector().
6051         * [misc/lstr.c]
6052         Fixed wvsprintf().
6054         * [windows/class.c]
6055         Changed the class structure to make Win32 support easier.
6057         * [windows/defwnd.c]
6058         Added handling of WM_INITMENUPOPUP for system menu to gray out
6059         invalid options.
6061         * [windows/winpos.c]
6062         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
6063         a SEGPTR.
6065 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
6067         * [memory/local.c]
6068         Implementation of moveable and (rudimentary) support for
6069         discardable local memory, plus several bug fixes.
6071 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6073         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
6074         FindWindowEx() implemented (someone reported it was missing
6075         for FrameMaker 4.1).
6077         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
6078           [win32/resource.c]
6079         Misc small stubs/small functions which bring win95 binaries
6080         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
6081         Small fix in WIN32_LoadAcceleratorsA.
6083 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
6085         * [controls/edit.c] [controls/EDIT.TODO]
6086         Changed / fixed some types and typecasts.
6087         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
6088         Added heap initialization in WM_CREATE.
6090 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
6092         * [controls/combo.c] [controls/listbox.c]
6093         Pass WM_[HV]SCROLL to listbox, but not combo.
6094         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
6095         Combo box gets border.
6096         Combo box includes button (otherwise button won't trigger dropdown).
6097         Proper border around RectButton.
6098         Check size consistancy of combo, listbox, and button after resizing 
6099         or before painting.  These routines still aren't completely correct.
6100         Localize size checks in separate routines.
6101         Listboxes are white.
6103 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
6105         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
6106           [resources/sysres_De.rc][resources/sysres_En.rc]
6107         Introduced ChooseFont dialog, but needed some patches in 
6108         handling of comboboxes with edit controls.
6110 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6112         * [programs/winhelp/*]
6113         Added a help viewer and a simple `.hlp' to `.sgml' converter.
6115 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
6117         * [resources/sysres_*.rc] [misc/shell.c]
6118         Modified size of "About" dialog boxes.
6120 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
6122         * [if1632/Makefile.in][loader/builtin.c]
6123         crtdll.spec, ntdll.spec, wsock32.spec: new files.
6125         * [loader/pe_image.c]
6126         Fix error message if import by ordinal failed.
6128 ----------------------------------------------------------------------
6129 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6131         * [Makefile.in]
6132         Subdir memory is now also compiled for Winelib, in order to get
6133         the Win32 heap functions.
6135         * [if1632/Makefile.in]
6136         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
6137         DLL names > 8 characters.
6139         * [loader/builtin.c] (New file)
6140         Grouped all built-in DLLs code in a single file.
6142         * [memory/global.c]
6143         Use the Win32 heap code instead of malloc() to allocate linear
6144         memory. This will help test the heap code.
6146         * [memory/local.c]
6147         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
6149         * [tools/build.c] [if1632/relay.c]
6150         Removed 'id' directive in spec files. For relay debugging, the DLL
6151         entry point is now computed from the CS:IP entry point address.
6152         Added 'heap' directive to specifiy a local heap for the DLL. USER
6153         and GDI heap are now created this way.
6155         * [windows/class.c] [include/class.h]
6156         Changed the class structure to use pointers instead of handles.
6157         Changed Get/SetClassWord/Long to use a switch statement; this
6158         allows changing the layout of the CLASS structure.
6160         * [windows/win.c] [include/win.h]
6161         Use a CLASS * instead of a handle for the window class.
6163 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
6165         * [if1632/kernel32.spec] [memory/global.c]
6166           [win32/memory.c] [win32/process.c]
6167         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
6168         LocalLock,SetThreadAffinityMask: new relays.
6170         * [win32/cursoricon32.c]
6171         Return same handle if a cursor is loaded multiple times.
6173 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
6175         * [resources/sysres_Ko.rc]
6176         Added support for Korean [Ko] language.
6178 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
6180         * [objects/dc.c] [objects/font.c]
6181         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
6183         * [objects/metafile.c] [objects/dcvalues.c]
6184         Fixed broken SetTextAlign() on metafiles.
6186         * [objects/metafile.c]
6187         Delete objects in handle table at end of PlayMetaFile().
6189 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6191         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
6192         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
6193         [If it doesn't work for you, use -dll -ver and report it to me]
6195         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
6196           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
6197           [windows/graphics.c]
6198         Simple win32 functions, where we can just use the win16 counterpart.
6199         Misc. stubs. 
6201         * [misc/lstr.c]
6202         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
6204         * [misc/registry.c]
6205         Some alloclens were off by 1, one double fclose() fixed.
6206         Requesting value 0 of a key with no values returns an error 
6207         (should we always return a made up value NULL? what does win3.1?)
6209 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6211         * [misc/shell.c]
6212         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
6213         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
6215         * [misc/user.c]
6216         Do extensive cleanup on application exit.
6218         * [windows/hook.c] [windows/win.c] [windows/class.c]
6219         Added miscellaneous cleanup routines.
6221         * [controls/menu.c]
6222         More efficient popup menu window handling.
6224 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6226         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
6227         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
6229 ----------------------------------------------------------------------
6230 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
6232         * [resources/sysres_Fr.rc] [resources/TODO]
6233         Made changes for Choose_Color dialog.
6235 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6237         * [controls/button.c]
6238         Fixed test that got miscompiled by some old gcc versions.
6240         * [memory/local.c]
6241         Fixed the layout of handle tables so that moveable handle entries
6242         can be freed on LocalFree().
6243         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
6244         GetHeapSpaces().
6246         * [misc/main.c] [ANNOUNCE]
6247         Update the list of contributors. Please let me know if I forgot
6248         someone.
6250 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
6252         * [controls/edit.c] [controls/EDIT.TODO]
6253         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
6254         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
6255         Added WM_ENABLE implementation (gray text).
6256         Fixed buffer > 32767 bug.
6257         Fixed argument types / typecasting.
6258         Faster selection (re)drawing.
6260 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6262         * [misc/registry.c] [include/winreg.h]
6263         Changed savefile format again to human readable/editable
6264         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
6265         Has now global / local registry databases (including merging them).
6266         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
6267         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
6269         * [misc/comm.c]
6270         Allow " " as COMx: ... spec delimiter too.
6271         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
6272         remember the x).
6274 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6276         * [windows/mdi.c]
6277         Miscellaneous changes.
6279         * [windows/winpos.c] 
6280         Use BitBlt whenever possible in SetWindowPos.
6282         * [windows/painting.c]
6283         Fix incompatibilities with hrgnUpdate being 1.
6285 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6287         * [misc/commdlg.c]
6288         Many bugfixes in ChooseColor dialog.
6289         Added a user defined dialog title in FileOpen-/FileSave- dialog.
6291         * [misc/commdlg.c][include/commdlg.h]
6292           [if1632/commdlg.spec][if1632/winprocs.spec]
6293         Introduced dialog-, callback- and enum- stub functions
6294         for ChooseFont dialog
6296 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
6298         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
6299         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
6300         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
6301         fixes.
6303         * [windows/winpos.c]
6304         Don't try to hide the window if it's already hidden.
6306         * [windows/message.c]
6307         Let MSG_PeekHardwareMsg fill the message queue with events if
6308         it's empty.
6310 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
6312         * [resources/sysres_It.rc]
6313         Updated to support the new CHOOSE_COLOR_DIALOG.
6315 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
6317         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
6318           [include/w32sys.h] [include/dlls.h]
6319           [misc/Makefile] [misc/w32sys.c]
6320         W32SYS.DLL partially implemented.
6322 ----------------------------------------------------------------------
6323 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6325         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
6326         Made the resource loading code always use the correct Windows
6327         layout for Winelib on other CPUs.
6329         * [include/module.h] [loader/module.c]
6330         Added self handle in NE_MODULE structure, so we can use a pointer
6331         instead of a handle.
6332         Added function MODULE_GetPtr() to validate a HMODULE.
6334         * [memory/heap.c]
6335         Implemented Win32 heap management.
6337         * [memory/selector.c]
6338         Fix selector limit for huge blocks.
6340 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
6342         * [objects/metafile.c]
6343         Fixed memcpy bug to allow memory based metafiles to work.
6345 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
6347         * [controls/edit.c] [controls/EDIT.TODO]
6348         Complete rewrite.  Everything changed: new features, new bugs.
6349         Main addition: WordWrap.
6351 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
6353         * [resources/sysres_It.rc]
6354         Fixed a few mistakes in the file and resized some of the controls.
6356 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
6358         * [misc/winsocket.c]
6359         Fixed broken #if defined that stopped unixware compiling.
6361         * [win32/resource.c]
6362         Added missing return to end of FindResource32.
6364 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6366         * [windows/keyboard.c] [windows/event.c]
6367         Fixed GetKeyState for mouse buttons.
6369         * [windows/message.c]
6370         WM_MOUSEACTIVATE wasn't sent in some cases.
6372 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
6374         * [objects/font.c]
6375         Match slightly bigger font if height negative.
6377 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
6379         * [multimedia/mmsystem.c]
6380         Changed read's to FILE_read's in mmsystem to fix mmio bug.
6382 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
6384         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
6385         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
6386         En-,De- resources. 
6387         As written in TODO: some national language support is needed here.
6389 ----------------------------------------------------------------------
6390 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6392         * [controls/button.c] [controls/static.c]
6393         Changes to use WND * wherever possible.
6395         * [debugger/dbg.y] [debugger/debug.l]
6396         Added 'info module' and 'walk module' commands.
6398         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
6399         Added assembly code generation to call from Wine into 32-bit code.
6400         Changed all 'call32' references in 'callfrom16' to avoid confusion
6401         with Win32 routines.
6403         * [include/callback.h]
6404         Added prototypes for 32-bit callbacks.
6406         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
6407         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
6408         now generated by the build program.
6410         * [include/module.h]
6411         Added extra info to NE_MODULE for Win32 modules to point to the PE
6412         module data.
6414         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
6415         Removed the wine_files list. The PE data for a module can now be
6416         accessed with the NE_WIN32_MODULE macro.
6418         * [loader/signal.c] [miscemu/instr.c]
6419         Don't start the BIOS timer at startup, but only after an access to
6420         the 0x40 segment.
6422         * [memory/local.c]
6423         Changed LOCAL_Lock() to return a 32-bit pointer.
6425         * [misc/main.c] [include/dlls.h]
6426         Some built-in DLLs (like KERNEL) can no longer be disabled from
6427         the command-line.
6428         
6429 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
6431         * [*/*]
6432         A lot of small changes to support SCO OpenServer 5.
6434 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6436         * [controls/edit.c]
6437         Fixed GetKeyState() call to use 0x8000 convention.
6439         * [include/windows.h]
6440         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
6442 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
6444         * [if1632/except.S]
6445         Modified code to assemble on unixware.
6447 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
6449         * [objects/font.c]
6450         Implementation of a second font cache which will be updated
6451         dynamically.
6453 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
6455         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
6456           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
6457           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
6458           [resources/sysres_No.rc] [resources/TODO]
6459         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
6461 ----------------------------------------------------------------------
6462 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6464         * [tools/build.c]
6465         Changed BuildSpec32Files() to generate assembly instead of C code.
6466         Unified -spec16 and -spec32 options; DLL type is now determined by
6467         the 'type' declaration in the .spec file.
6468         New -stdcall option to build all stdcall assembly relays.
6470         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
6471         Started to unify 16- and 32-bit builtin DLLs.
6473         * [loader/module.c]
6474         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
6476         * [loader/pe_image.c] [loader/resource.c]
6477         All modules now have a NE signature, and can be distinguished by
6478         the NE_FFLAGS_WIN32 flag.
6480         * [windows/alias.c]
6481         Aliases for built-in window procedures are now all created at
6482         startup in ALIAS_Init().
6484 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
6486         * [controls/combo.c]
6487         Limit rectangle to clear to size of item when painting combo, not
6488         default.  Only draw items in list when there is enough room for them.
6490         * [controls/listbox.c]
6491         Get the measure of every item that's added and store in the item's
6492         data structure.  Scroll listbox if mouse near edge of box.  Only
6493         draw items in list when there is enough room.
6495 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6497         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
6498           [windows/nonclient.c] [controls/menu.c] 
6499         Various changes for better keyboard handling. 
6501         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
6502         Proper keyboard message ordering, working GetKeyState() (finally!), 
6503         improvements in ToAscii().
6505         * [windows/win.c] [windows/message.c]
6506         Small improvements in WIN_FindWinToRepaint.
6508         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
6509         Put update region in WM_NCPAINT wParam.
6511         * [loader/task.c]
6512         Kill task timers when task is deleted, switch timers to the
6513         new queue in SetTaskQueue().
6515         * [loader/signal.c] [miscemu/dosmem.c]
6516         Added SIGALRM signal handler to increment BIOS clock. 
6518         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
6519         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
6520         MDI client.
6522         * [windows/winpos.c]
6523         Improvements in handling of owned popups. "Floating" toolboxes 
6524         work better now. 
6526 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6528         * [misc/registry.c]
6529         New file, registry rewrite including win32 extensions
6530         - Unicode
6531         - multiple valus per key
6532         - different datatypes for values
6533         - multiple rootkeys
6534         - saving and loading in different registries.
6536         * [include/winreg.h]
6537         New file, definitions and structs for registry.
6539         * [include/winerror.h]
6540         Some new error defines added... there are more, someone please
6541         check a (real-)windows winerror.h.
6542         
6543         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
6544         Registry specs added.
6546         * [if1632/relay.c]
6547         Switch internal SHELL.DLL to default 'used'.
6549         * [win32/string32.c] [include/string32.h]
6550         Some new functions added.
6551         char should be unsigned char when converting to 16bit ints.
6553         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
6554         Removed old registry functions.
6556 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6558         * [include/bitmaps/ocr_ibeam]
6559         Fixed the position of the hotspot.
6561         * [objects/text.c]
6562         Fixed a few bugs in TEXT_TabbedTextOut().
6564         * [windows/event.c]
6565         Fixed the order of the bits in the KeyStateTable.
6566         0x80 is the up/down-bit.  0x01 is the toggle bit.
6568         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
6569         Fixed the calls to GetKeyState().
6571 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
6573         * [resources/sysres_Fr.rc] [resources/TODO]
6574         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
6576 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
6578         * [resources/sysres_it.rc]
6579         Added support for Italian [It] language.
6581 ----------------------------------------------------------------------
6582 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6584         * [include/win.h] [windows/*.c]
6585         Replaced next, parent, child and owner handles by pointers in WND
6586         structure. This should improve performance, and should be
6587         reasonably safe since Microsoft did the same in Win95.
6589         * [include/wintypes.h] [*/*]
6590         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
6591         allows removing a lot of unnecessary casts and NPFMTs.
6593         * [windows/caret.c]
6594         Create the caret brush upon CreateCaret(); use the bitmap
6595         dimensions for the caret.
6596         Fixed CARET_DisplayCaret() to use PatBlt().
6598 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
6600         * [misc/winsocket.c]
6601         More sanity checks, fixup some erroneous return codes.
6603         * [documentation/winsock]
6604         Description of how compatible the winsock is currently.
6606 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6608         * [library/winmain.c]
6609         Set `lpszCmdParam' by concatenating arguments.
6611         * [loader/module.c]
6612         WinExec: accept Unix commands, use Wine emulator.
6614 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6616         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
6617         DeleteCriticalSection, EnterCriticalSection,
6618         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
6619         TlsFree, TlsGetValue, TlsSetValue: new functions.
6620         CRITICAL_SECTION: new structure.
6622         * [if1632/kernel32.spec][win32/code_page.c]
6623         WideCharToMultiByte: new function.
6625         * [if1632/kernel32.spec][win32/file.c]
6626         GetFileAttributesA: new function.
6628         * [if1632/kernel32.spec][misc/main.c]
6629         GetEnvironmentStringsW, FreeEnvironmentStringsA,
6630         FreeEnvironmentStringsW: new functions.
6631         
6632         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
6633         cursoricon32.c: new file.
6634         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
6635         to WIN32_*.
6636         LoadIconA, LoadIconW: modified implementation from LoadIconA32
6637         to WIN32_*.
6639         * [include/struct32.h]
6640         pragma pack inserted.
6641         CURSORICON32 structures added.
6643         * [include/winnls.h]
6644         Constants CP_* and WC_* added.
6646         * [loader/pe_image.c]
6647         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
6649 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
6651         * [misc/commdlg.c]
6652         Introduced hook function handling in file dialog.
6653         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
6655 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6657         * [if1632/gdi32.spec]
6658         Added GetNearestColor.
6660         * [if1632/kernel32.spec]
6661         Added GlobalAddAtomA.
6663         * [win32/param32.c]
6664         Added stackframe.h to includes.
6665         WIN32_GlobalAddAtomA() - new function.
6667 ----------------------------------------------------------------------
6668 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6670         * [controls/edit.c]
6671         Removed calls to memmove (not portable).
6673         * [debugger/dbg.y] [debugger/debug.l]
6674         Prefixed all token with 't' to avoid conflicts with type
6675         definitions.
6676         Added 'walk queue', 'walk class' and 'info class' commands.
6678         * [debugger/info.c]
6679         Moved queue and window information functions to windows/queue.c
6680         and windows/win.c respectively.
6682         * [loader/signal.c]
6683         Added SIGHUP handling to force entry into built-in debugger.
6684         Cleaned up a bit.
6686         * [misc/spy.c]
6687         General cleanup and performance improvements.
6689         * [windows/class.c]
6690         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
6691         debugger.
6693         * [windows/event.c]
6694         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
6695         sure if this key combination is a good choice...
6697         * [windows/message.c] [windows/queue.c] (New file)
6698         Moved message queue handling functions to windows/queue.c.
6700 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
6702         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
6703         Implemented Win32 exception functions: RaiseException(),
6704         RtlUnwind(), SetUnhandledExceptionFilter() and
6705         UnhandledExceptionFilter().
6707 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
6709         * [controls/listbox.c] [include/listbox.h]
6710         Special handling for COMBOLBOX styles introduced via extension of
6711         HEADLIST structure: lphl->dwStyle.
6713 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
6715         * [controls/combo.c]
6716         Any mouse movement within a small distance (defined by CBLMM_EDGE)
6717         of the top or bottom edge causes the window to scroll.  Also moved 
6718         some assignments so the routine works correctly.
6720         * [controls/listbox.c]
6721         Changing selection in ListBoxSetCurSel now updates PrevFocused.
6722         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
6723         and sets the standard text height.
6725 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6727         * [windows/dce.c]
6728         Fixed memory leak in DCE_ClipWindows().
6730 ----------------------------------------------------------------------
6731 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6733         * [configure.in]
6734         Quote '[' and ']' in the test program for the strength-reduce
6735         bug. This should work much better...
6737         * [files/file.c]
6738         Augmented DOS_FILE structure. Most internal functions now return a
6739         DOS_FILE* instead of a Unix handle.
6740         Added a local file array to replace the PDB list upon startup, to
6741         allow using file I/O functions before the first task is created.
6742         Added FILE_SetDateTime() and FILE_Sync() functions.
6743         
6744         * [loader/module.c]
6745         Use the DOS file I/O functions in MODULE_LoadExeHeader().
6747         * [objects/bitblt.c]
6748         Use visible region instead of GC clip region to clip source
6749         area. This fixes the card drawing bug in freecell.
6751         * [objects/region.c]
6752         Fixed CombineRgn() to allow src and dest regions to be the same.
6754 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6756         * [controls/EDIT.TODO]
6757         Updated so it reflects the current status.
6759         * [controls/edit.c]
6760         Implemented internal EDIT_WordBreakProc().
6761         Implemented ES_READONLY.
6762         Implemented WM_LBUTTONDBLCLK to select whole words.
6763         Fixed a lot of types in the function definitions.
6765 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6767         * [debugger/info.c]
6768         Added "walk window" command to walk window list. 
6770         * [windows/mdi.c]
6771         Added proper(?) WM_MDISETMENU message handling.
6773 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6775         * [if1632/callback.c][if1632/relay32.c]
6776         RELAY32_CallWindowProcConvStruct: new function.
6778         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
6779         struct32.c: new file. Moved all structure conversions into that file
6780         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
6781         renamed to STRUCT32_POINT32to16, ...
6782         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
6783         POINT32, ...
6784         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
6785         CREATESTRUCT.
6787         * [include/windows.h][misc/exec.c]
6788         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
6789         WinHelp: Reimplemented. Thanks to Peter Balch
6790         (100710.2566@compuserve.com) for his valuable research.
6792         * [win32/winprocs.c]
6793         WIN32_CallWindowProcTo16: new function, call in
6794         USER32_DefWindowProcA,...
6796 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6798         * [include/wintypes.h]
6799         Added "#define __export".
6801         * [objects/bitblt.c]
6802         Put in a few hacks to make bitblt-ing work when upside-down and/or
6803         mirrored.  BITBLT_StretchImage should really be checked over
6804         thoroughly.
6806         * [programs/progman/main.c]
6807         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
6809         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
6810         Eliminated shift/reduce conflict in style definition.
6811         Added crude error message support: "stdin:%d: parse error before '%s'".
6812         Implemented string table support to the best of my ability (it works
6813         with LoadString() calls).
6815         * [windows/nonclient.c]
6816         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
6817         bar of non-iconized window was clicked (checked for iconization).
6819 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6821         * [if1632/lzexpand.spec] [if1632/relay.c]
6822           [include/lzexpand.h][misc/lzexpand.c]
6823         LZEXPAND.DLL added.
6825 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6827         * [windows/win.c]
6828         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
6829         this prevents too early termination of EnumChildWindows().
6831 ----------------------------------------------------------------------
6832 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6834         * [controls/scroll.c]
6835         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
6836         current tracking window.
6838         * [files/file.c]
6839         Fixed two file descriptor leaks in FILE_OpenFile().
6841         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
6842           [tools/build.c]
6843         Replaced LOADEDFILEINFO structure by OFSTRUCT.
6845         * [memory/atom.c]
6846         Reload the pointer to the atom table in ATOM_GetTable() and
6847         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
6848         move in linear memory.
6850 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6852         * [include/callback.h]
6853         Added support for CallWordBreakProc().
6855         * [controls/edit.c]
6856         New caret handling (really efficient / fast).
6857         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
6858         Fixed EM_SETFONT so it now also creates a proper new caret.
6860 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
6862         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
6863         Added WM_DELETE protocol to top-level windows.
6865         * [controls/scroll.c]
6866         Fixed a problem which caused slow scrolling to continue uncontrollably.
6868         * [misc/exec.c]
6869         Implemented ExitWindows().
6871         * [windows/win.c]
6872         Set top-level owned windows to be transient.
6874 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6876         * [programs/progman/*]
6877         Added a program manager.
6879 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
6881         * [resources/sysres_Eo.c]
6882         Added support for Esperanto [Eo] language.
6884 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6886         * [if1632/user32.spec]
6887         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
6889         * [win32/init.c]
6890         Added task.h to includes. GetModuleHandleA() - return hInstance
6891         if called with NULL parameter. Freecell needs this. NOTE this
6892         may indicate a problem with differentiation between hModule and
6893         hInstance within Wine.
6895         * [win32/resource.c]
6896         FindResource32() and LoadResource32() - Removed #if 0's around
6897         conversion from hInstance to hModule. See remarks above.
6899         * [win32/string32.c]
6900         WIN32_UniLen() - removed stray semicolon.
6902 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6903         
6904         * [windows/caret.c]
6905         Set blink rate with call to GetProfileInt().
6907         * [rc/winerc.c]
6908         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
6909         instead of 0.  This seems to correspond to Borland's defaults, and
6910         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
6911         or "| NOT WS_VISIBLE" technique in the *.rc file.
6913         * [win32/time.c]
6914         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
6915         returned by gettimeofday() instead of making second call to
6916         time().  This eliminates clock jitter if the seconds change
6917         between the two calls (rare, but possible).
6919         * [include/wintypes.h]
6920         Added "#define _far" and "#define _pascal".
6922         * [windows/win.c]
6923         Added function GetDesktopHwnd().
6925         * [include/xmalloc.h]
6926         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
6927         have been removed from 'configure', and was causing redefinition
6928         warnings.
6930 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
6932         * [windows/winpos.c] 
6933         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
6934         to force a repaint when setting menu bars with different rows.
6936 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6938         * [windows/syscolors.c] [controls/scroll.c]
6939         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
6941 ----------------------------------------------------------------------
6942 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6944         * [files/profile.c]
6945         Added \r when writing profile files, for DOS compatibility.
6947         * [memory/global.c]
6948         Fixed bug in GlobalReAlloc() that caused a discarded block not to
6949         be reallocated if its size was not changed.
6951         * [memory/selector.c]
6952         Avoid setting a valid LDT entry with base and limit set to 0, as
6953         this causes the kernel to clear the entry. This fixes a crash when
6954         exiting Windows program manager.
6956         * [objects/metafile.c]
6957         Removed call to creat() instead of _lcreat() for WINELIB.
6959 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
6961         * [if1632/gdi32.spec]
6962         GetTextExtentPointA now has win32 specific implementation.
6964         * [include/struct32.h]
6965         Define new structure tagSIZE32 and typedef SIZE32 to it.
6966         Define prototype for function PARAM32_SIZE16to32
6968         * [win32/param32.c]
6969         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
6971         * [win32/memory.c]
6972         Added missing file pointer parameter to fprintf.
6974 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
6976         * [windows/nonclient.c]
6977         Added more familiar icon activity, ie single click brings up
6978         system menu.
6980 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6982         * [controls/menu.c]
6983         Added calls to HideCaret() and ShowCaret() from within
6984         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
6985         MENU_TrackKbdMenuBar().  Are there any more places where this
6986         should be done?
6988         * [controls/static.c]
6989         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
6990         the previous icon.  Added a new FIXME at the point where
6991         WM_SETTEXT is handled for a SS_ICON static control.
6993         * [misc/commdlg.c]
6994         Implemented FindText() and ReplaceText()
6995         Still missing : Templates and Hooks handling / error checking
6997         * [resources/sysres_En.c]
6998         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
6999         Languages other than En should update these too, though, as well
7000         as redimension the controls because some of the text doesn't fit.
7001         Created file resources/TODO to explain this.
7003         * [windows/caret.c]
7004         Re-written.  It now uses the correct R2_XORPEN.  It resets the
7005         blink timer on SetCaretPos().  It does its own hide/show scheme
7006         when SetCaretPos() is called (should be faster).
7008 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7010         * [controls/listbox.c]
7011         Miscellaneous changes for better LBS_EXTENDEDSEL support.
7012         Removed several superfluous redrawals of item list.
7014         * [controls/scroll.c]
7015         WM_GETDLGCODE return value.
7017         * [windows/win.c]
7018         FlashWindow function.
7020         * [windows/painting.c] [windows/scroll.c]
7021         Added HideCaret/ShowCaret calls.
7023         * [objects/font.c]
7024         Added GetCharABCWidths stub.
7026         * [include/windows.h]
7027         "#define"s needed for changes mentioned above.
7029 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
7031         * [include/winsock.h]
7032         Change order of includes to get in_addr struct defined in time.
7033         (Note: Linux 1.3.66, libc 5.2.18)
7035         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
7036         Changed the -enhanced option into a -mode option, which can be
7037         either 'standard' or 'enhanced'. 'enhanced' is the default.
7039 ----------------------------------------------------------------------
7040 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7042         * [controls/desktop.c]
7043         Look for the wallpaper file in the Windows directory.
7045         * [controls/menu.c]
7046         Fixed swapped parameters in SetMenuItemBitmaps().
7047         Create a separator in MENU_SetItemData() when the string is NULL.
7049         * [file/dosfs.c]
7050         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
7052         * [files/file.c]
7053         Added a DOS_FILE structure to store per-file information (not
7054         really used yet).
7055         Fixed _lread and _hread to check the size of the buffer before
7056         calling Unix read() to avoid EFAULT error.
7058         * [misc/exec.c]
7059         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
7061         * [miscemu/instr.c]
7062         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
7063         programs that poll the BIOS counter, provided they reload the
7064         selector on every read.
7066         * [miscemu/int21.c]
7067         Re-implemented FindFirst/FindNext for FCB calls.
7069         * [windows/message.c] [windows/winpos.c]
7070         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
7072         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
7073         Added a per-window WIN_MANAGED flag; only windows that have a
7074         dialog frame or a sizing border are managed.
7076 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
7078         * [if1632/Makefile.in]
7079         Added -g flag to compilation of .c files generated from *32.spec.
7081         * [if1632/gdi32.spec]
7082         Numerous additional functions implemented.
7084         * if1632/user32.spec]
7085         wsprintfA maps to vsprintf not wsprintf
7086         Numerous additional functions implemented.
7088         * [include/gdi.h] [objects/gdiobj.c]
7089         New #define MAGIC_DONTCARE added. This is used in
7090         GDI_GetObjPtr to enable getting a pointer to a GDI object of
7091         unknow type.
7093         * [win32/gdi32.c]
7094         New file.
7096         * [win32/param32.c]
7097         WIN32_MoveToEx() - handle NULL pointer argument.
7099         * [win32/user32.c]
7100         USER32_InvalidateRect - handle passing of a NULL pointer.
7101         USER32_SetTimer - New function.
7103         * [files/directory.c]
7104         Fixed DIR_Init() (off by one in allocation of space for
7105         environment variables).
7107         * [files/drive.c]
7108         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
7109         on FreeBSD).
7111 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
7113         * [controls/menu.c]
7114         Memory leak plugged.
7116         * [controls/edit.c]
7117         Erase space with function ExtTextOut(). This eliminates the use of
7118         xmalloc().  Memory leak in EDIT_WriteText plugged.
7120         * [debugger/db_disasm.c]
7121         Operand for scas now is di.
7123         * [files/profile.c]
7124         PROFILE_GetSection was copying too much data.
7125         PROFILE_GetSection now returns the correct value. It was returning
7126         the number of unused instead of used bytes.
7128         * [objects/dc.c]
7129         Corrected two typos in comments.
7131         * [objects/font.c]
7132         FONT_MatchFont didn't return if it couldn't find any font.
7134         * [objects/oembitmap.c]
7135         Free object only if it has been allocated.
7137         * [windows/scroll.c]
7138         Memory leak in ScrollDC plugged.
7140 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
7142         * [controls/edit.c]
7143         Implemented ES_NOHIDESEL style, shift+click selection,
7144         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
7145         (de)selection drawing.  Changed selection drawing to use correct
7146         system colors instead of inverting.  Fixed deleting or backspacing
7147         across a '\r\n' end of line pair.  Selection now anchors
7148         correctly. Fixed text leaking and extra garbage problem bug
7149         uncovered by change in class style in wine960131.
7151         * [controls/widgets.c]
7152         Class flags now match those of Windows.
7154 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
7156         * [controls/widgets.c]
7157         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
7159         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
7160         comctl32.spec ole32.spec winspool.spec: new files.
7161         RELAY32_Init: call initialization of new DLLs.
7162         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
7163         RELAY32_MakeFakeModule: new function.
7165         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
7166         Added Win95 functions. Ordinals now differ from both NT and Win95
7167         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
7168         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
7169         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
7170         new relays.
7172         * [if1632/shell32.spec]
7173         shell32.spec: renumbered all functions to take into account ordinals.
7174         These seem to be identical between NT and Win95.
7176         * [include/dialog.h][windows/dialog.c]
7177         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
7179         * [include/handle32.h]
7180         New handle types VRANGE, HEAP, HEAPITEM.
7182         * [include/pe_image.h][loader/pe_image.c]
7183         struct w_files: new field builtin.
7184         PE_FindExportedFunction: support ordinals.
7185         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
7186         fixup_imports: support ordinals.
7187         PE_LoadImage: prefer directories over segments.
7189         * [include/resource.h][win32/resource.c]
7190         FindResource32: changed parameter from LPCTSTR to LPCWSTR
7191                 check LANG_NEUTRAL if LANG_ENGLISH fails.
7192         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
7193                 disabled because it's broken.
7194         Casted to and from LPWSTR at various places.
7196         * [include/string32.h][win32/string32.c]
7197         Changed prototypes to take const arguments where appropriate.
7199         * [include/struct32.h]
7200         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
7202         * [tools/build.c]
7203         BuildSpec32Files: generate Base value into code, generate call to
7204         RELAY32_MakeFakeModule.
7205         
7206         * [win32/heap.c]
7207         This is still not finished and needs rework.
7208         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
7209         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
7210         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
7212         * [win32/memory.c]
7213         Support for VRANGE_OBJECT. This is not yet called from any place,
7214         and needs more platform specific support
7215         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
7216         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
7218         * [win32/user32.c]
7219         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
7220         names, as in dialogs.
7221         Implemented dialog functions (see user32.spec).
7223         * [windows/caret.c]
7224         CARET_Initialize: call RELAY32_GetBuiltinDLL.
7226 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
7228         * [controls/edit.c]
7229         Removed commented out #ifdefs for WINELIB.
7231         * [tools/makehtml.pl]
7232         Put in error checking when trying to open a file.
7234         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
7235         Added two new targets: hello4 and new.
7237         * [include/windows.h]
7238         Added definition of DEVMODE structure, although it's not yet used.
7239         Modified various API functions from CreateDC() to Escape(), in
7240         order to make them more compliant with the strict API definitions.
7242         * [include/wintypes.h]
7243         Added 'typedef char TCHAR'.  It probably should be defined as
7244         'short', but then we would have to support such characters.  Also did
7245         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
7246         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
7247         MFENUMPROC, and HGDIOBJ.
7249 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
7251         * [misc/commdlg.c]
7252         Patched a bug that occurred in the internal COMMDLG module for the
7253         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
7254         combobox is now handled correctly.
7256 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
7258         * [resources/sysres_Cz.rc]
7259         Added support for Czech [Cz] language.
7261 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
7263         * [objects/font.c]
7264         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
7265         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
7266         is -1, assume 0.
7267         CreateFontIndirect : if font parameter is NULL, issue an error message.
7268         CreateFont : null-terminate lfFaceName.
7269         ParseFontParms : debug code turned off : too verbose.
7270         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
7272         * [objects/color.c]
7273         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
7275 --------------------------------------------------------------------
7276 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
7278         * [configure.in]
7279         Added --with-dll option to build libwine.so.
7281         * [controls/listbox.c]
7282         Fixed ListBoxDirectory(), DlgDirSelect() and
7283         DlgDirList(). Hopefully their behavior is correct now.
7285         * [controls/menu.c]
7286         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
7287         ModifyMenu() for the item data, to avoid corrupting the pointer
7288         for owner-drawn items.
7290         * [controls/static.c]
7291         Attempt to load OEM icons for SS_ICON controls. Probably not
7292         entirely correct.
7293         Don't clip the text output.
7295         * [files/directory.c]
7296         Add temp dir and Windows dir to environment.
7298         * [files/dos_fs.c]
7299         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
7300         Cache last used directory in DOSFS_FindNext() to avoid quadratic
7301         search time.
7303         * [files/drive.c]
7304         New format for drives configuration in wine.conf; allows
7305         specifying the type, label and serial number of a drive.
7307         * [files/file.c]
7308         New function FILE_OpenUnixFile to make sure we don't open a
7309         directory instead of a file.
7310         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
7312         * [files/profile.c]
7313         Rewrote profile handling. Should be closer to Windows behavior now.
7314         New function PROFILE_GetWineIniString() to get a string from wine.conf.
7315         Support environment variables in wine.conf.
7317         * [loader/task.c]
7318         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
7319         corruption.
7321         * [memory/global.c]
7322         Create a discarded block on GlobalAlloc() if the size is 0; thanks
7323         to John Harvey for noticing this.
7325         * [memory/local.c]
7326         LOCAL_GetHeap: make sure the pointer is valid before checking
7327         magic number.
7329         * [misc/main.c]
7330         Moved profile and registry saving to ExitWindows(), so we don't
7331         try to save them in case of a crash.
7333         * [miscemu/int21.c]
7334         INT21_GetFreeDiskSpace: try to compute the cluster size from the
7335         filesystem size instead of hard-coding it to 64.
7336         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
7337         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
7339         * [windows/message.c]
7340         Fixed bug in linked-list handling in MSG_DeleteQueue().
7341         Simplified SetMessageQueue().
7343         * [wine.ini] [wine.man]
7344         Updated for new drives configuration format.
7346 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
7348         * [controls/edit.c]
7349         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
7350         EM_GETPASSWORDCHAR messages.
7352         * [controls/widgets.c]
7353         Adjusted class creation flags to better match values Windows uses.
7355         * [include/windows.h]
7356         Fixed ES_NOHIDESEL typo.
7358         * [loader/ne_image.c]
7359         Added detection for zero offset in RADDR fixups. Quicken
7360         was in an infinite loop here.
7362 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
7364         * [files/dos_fs.c]
7365         Bugfix: range error in month value (0..11 set to 1..12).
7367         * [windows/caret.c]
7368         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
7369         appearance of the caret.
7371         * [windows/mdi.c] [include/mdi.h]
7372         Changed MDITile(): added a new parameter WORD wParam for
7373         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
7374         used in Win3.1
7376 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
7378         * [miscemu/int2f.c]
7379         Added a small bit of MSCDEX emulation.
7381         * [windows/alias.c]
7382         ALIAS_RegisterAlias was returning the hash value when it should
7383         have been returning the record number.
7384         
7385 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
7387         * [include/shell.h] [include/wintypes.h]
7388         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
7389         Declared FONTENUMPROC in wintypes.h.
7391         * [include/windows.h]
7392         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
7393         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
7394         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
7395         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
7396         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
7397         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
7398         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
7399         and wsprintf().
7401         * [tools/makehtml.pl] [documentation/apiw.index]
7402         New files that scan windows.h, commdlg.h, and toolhelp.h and output
7403         an HTML sorted list with optional links to www.willows.com and a
7404         tally of unimplemented APIW functions.
7406         * [objects/cursoricon.c]
7407         Added Win32 versions of CopyIcon() and CopyCursor() for use in
7408         libwine.
7410         * [win32/resource.c] [win32/winprocs.c]
7411         Added '#include "libres.h"' and explicit declarations of windows
7412         procs in order to avoid warnings.
7414         * [windows/utility.c]
7415         Added Win32 version of MulDiv() for libwine.
7417         * [*/*] [include/windows.h]
7418         Changed several function declarations to comply more strictly to
7419         the windows API (without, hopefully, altering their functionality).
7421         * [controls/menu.c]
7422         Made the return value of CheckMenuItem be the previous state of
7423         the menu item if it was found, otherwise -1 as specified in the
7424         SDK. This conflicts with the APIW specification, which says it
7425         should return TRUE if successful, otherwise FALSE.
7427         * [include/windows.h]
7428         Added obsolete WM_SIZE message wParam names for compatibility.
7429         Added WinHelp() command constants, even though they are not yet
7430         supported.
7432         * [rc/winerc.c]
7433         Tidied up transform_binary_file().  In argument checking, flattened
7434         any invalid characters specified with the prefix argument.
7436         * [library/libres.c]
7437         Made FindResource() case-insensitive when parameter 'name' is a string.
7439 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
7441         * [files/drive.c]
7442         If root "/" is given in wine.conf, use it as last resort.
7444         * [files/file.c]
7445         Report ER_AccessDenied it disk ist not writable
7446         More Debug Output
7448         * [miscemu/int21.c]
7449         Squeezed some bugs in ExtendedOpenCreateFile
7450         
7451         * [windows/winpos.c]
7452         Some windows may not be moved or resized. We are missing some
7453         structures to be exact, but the approach should help in some cases
7454         and make things worse in much fewer.
7456 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7458         * [loader/pe_image.c]
7459         fixup_imports: Find builtins for Borland style entries, too
7461 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
7463         * [controls/menu.c]
7464         LoadMenu: branch to Win32 for PE modules
7466         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
7467         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
7468         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
7469         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
7470         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
7471         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
7472         to convert parameters or naming convention
7474         * [include/kernel32.h][include/wintypes.h]
7475         moved WCHAR, defined LPWSTR
7477         * [include/string32.h][win32/string32.c][include/struct32.h]
7478         New files
7480         * [loader/module.h]
7481         LoadModule: exit after returning from PE_LoadModule
7483         * [loader/pe_image.c]
7484         my_wcstombs: isascii does not work on Linux for Unicode
7485         PE_LoadImage: Handle directories
7487         * [misc/user32.c]
7488         USER32_RECT32to16, USER32_RECT16to32: new functions
7489         implemented new user32 relays
7491         * [misc/newfns.c]
7492         WIN32_WinHelpA: new function
7494         * [win32/param32.c]
7495         New file
7497         * [win32/resource.c]
7498         GetResDirEntry: added support for named entries
7499         WIN32_LoadAcceleratorsW: invoke *32 resource functions
7500         WIN32_LoadBitmapA: convert name to unicode if appropriate
7501         WIN32_ParseMenu: new function
7502         implemented new resource functions from user32.spec
7504 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
7506         * [objects/cursoricon.c]
7507         GetIconId() and LoadIconHandler() functions.
7509         * [windows/mdi.c]
7510         Better maximization support, TranslateMDISysAccel() function, 
7511         misc improvements.
7513         * [windows/defwnd.c]
7514         Fix for WM_WINDOWPOSCHANGED message handler.
7516         * [windows/winpos.c]
7517         Rewrote WindowFromPoint() function.
7519 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
7521         * [include/toolhelp.h] [misc/toolhelp.c]
7522         Added Notify(Un)Register, but no callbacks yet.
7524 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
7526         * [Makefile.in]
7527         Added target for libwine.so.1.0.
7529         * [library/winmain.c]
7530         For WINELIBDLL, _WinMain just returns hInstance instead of calling
7531         WinMain().
7533         * [misc/main.c]
7534         For WINELIBDLL, renamed main() to _wine_main() for calling from the
7535         stub main function.
7537         * [library/winestub.c] (new file)
7538         Provides a stub main() function for using libwine.so.
7540 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
7542         * [winsocket.c]
7543         Fix EPERM problem.
7545         * [global.c]
7546         Attempt to do some sanity checking in MemManInfo().
7548         * [Changelog]
7549         Fix changelog oversight for previous entry.
7551 ---------------------------------------------------------------------
7552 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
7554         * [configure.in]
7555         Added check for gcc strength-reduce bug.
7557         * [controls/listbox.c]
7558         Changed ListBoxDirectory() to use the new DOS file functions.
7560         * [controls/menu.c]
7561         Fixed parameters for DeleteMenu() call in ChangeMenu().
7563         * [debugger/stack.c]
7564         Also display current frame in back-trace.
7566         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
7567         Complete rewrite of the DOS file handling.
7568         Implemented per-task file handles.
7569         Removed default Z: drive; needs to be put explicitely in wine.ini
7570         if desired.
7572         * [loader/module.c]
7573         Fixed file descriptor leak in LoadModule().
7575         * [loader/task.c]
7576         Initialise PDB file handle table in TASK_CreateTask().
7577         Close file handles on task termination.
7578         Implemented SetErrorMode().
7580         * [misc/network.c]
7581         Fixed WNetGetConnection() to use GetDriveType().
7583         * [misc/xmalloc.c]
7584         Added function xstrdup().
7586         * [miscemu/int21.c]
7587         Many changes for new DOS file functions.
7589         * [miscemu/interrupts.c]
7590         Moved DOS_GetEquipment() function into INT_Int11Handler().
7592         * [windows/win.c]
7593         Bug fix: create system menu before sending WM_NCCREATE.
7595         * [*/*.c]
7596         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
7597         better portability.
7599 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
7601         * [include/wintypes.h]
7602         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
7603         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
7604         it should suffice.
7606         * [include/winsock.h]
7607         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
7608         out some old style internet address #define's.
7610         * [loader/task.c]
7611         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
7612         Made FreeProcInstance() do nothing #ifdef WINELIB32.
7613         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
7615         * [library/miscstubs.c]
7616         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
7617         with name="ActivateAppProc".  This hardly seems correct, but it's my
7618         best guess as to how the emulator responds.
7620 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
7622         * [if1632/kernel32.spec][win32/process.c]
7623         WIN32_GetProcAddress, LoadLibraryA: new functions
7625         * [if1632/relay32.c]
7626         RELAY32_GetEntryPoint: Removed code to load PE DLLs
7628         * [include/pe_image.h][include/pe_exe.h]
7629         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
7630         struct PE_Reloc_Block: new structure
7632         * [loader/module.c]
7633         MODULE_RegisterModule: new function
7635         * [loader/pe_image.c]
7636         PE_FindExportedFunction,PE_GetProcAddress: new functions
7637         fixup_imports: expect struct w_files* now, fill dlls_to_init,
7638                        load PE DLLs
7639         do_relocations: new functions
7640         calc_vma_size: renamed from dump_table
7641         PE_LoadImage: use malloc to allocate memory for image
7642         PE_InitDLL: expect HMODULE
7643         PE_InitializeDLLs: new function
7645         * [loader/task.c]
7646         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
7647         GetExePtr: Accept PE modules
7649         * [misc/commdlg.c]
7650         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
7652 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
7654         * [misc/port.c]
7655         New file with usleep() function for SVR4.
7657         * [configure.in]
7658         Check for usleep() function.
7660 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
7662         * [if1632/toolhelp.spec] [include/toolhelp.h]
7663           [misc/user.c] [windows/message.c]
7664         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
7666         * [winsocket.c]
7667         Fixed ENOENT error.
7669         * [miscemu/dpmi.c]
7670         Implement DPMI Get Page Size (AX=0604, INT 31)
7672         * [memory/global.c]
7673         Implement TOOLHELP.72 GetMemManInfo.
7675 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7677         * [if1632/callback.c]
7678         CallWindowProc() - When calling RELAY32_CallWindowProc, check
7679         whether lParam should be a SEGPTR, and if so convert it to one.
7681         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
7682         Numerous functions added, mostly calls to original (win16)
7683         functions.  Note that some (many) of these are probably not
7684         strictly correct, but with these additions freecell will at least
7685         display its main window though it is garbled.
7687         * [if1632/winprocs.spec]
7688         Completely rewritten - all WndProcs now have win32 versions to
7689         help with the lparam SEGPTR fix in callback.c
7691         * [include/kernel32.h]
7692         LPTCSTR defined.
7694         * [include/peexe.h]
7695         Definition of PE_Export_Directory amended.
7697         * [include/resource32.h]
7698         New file.
7700         * [include/stackframe.h]
7701         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
7702         prototype for replacement function in memory/selector.c which
7703         can operate on any given memory address. This is currently
7704         required for win32 support. It is a dreadful cludge, and will
7705         certainly slow down other programs. If you are not interested
7706         in win32 development you may wish to reverse this patch.
7708         * [include/windows.h]
7709         Definition of SW_SHOWDEFAULT added.
7711         * [loader/pe_image.c]
7712         Extensive rewrites of xmmap() fixup_imports().
7713         PE_LoadImage() - initialisation of bss added, extraction of
7714         module name fixed, initialisation of DLL added.
7715         PE_InitDLL() - now does something.
7716         PE_Win32CallToStart() - initialisation of TEB pointed to by
7717         fs added.
7718         PE_InitTEB() created to perform TEB initialisation.
7720         * [memory/selector.c] 
7721         New function MAKE_SEGPTR() - see include/stackframe.h above.
7723         * [misc/user32.c]
7724         USER32_RegisterClassA(), CreateWindowExA() memory allocation
7725         method changed. This is probably now unnecessary with the
7726         new MAKE_SEGPTR handling code.
7727         USER32_DefWndProcA() removed to win32/winprocs.c
7728         USER32_TranslateMessage added.
7730         * [tools/build.c]
7731         handling of win32 spec files changed to support gcc2.6.X
7732         this requires optimisations to be disabled.
7734         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
7735         New files.
7737         * [win32/Makefile.in]
7738         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
7740         * [win32/file.c]
7741         New function W32_SetHandleCount.
7743         * [win32/init.c]
7744         WIN32_GetModuleHandle() - now returns handle of running process
7745         if called with NULL.
7746         GetStartupInfoA() - set cbReserved2 to 0.
7748         * [win32/memory.c]
7749         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
7750         it work with FreeBSD. Also check for return value. Removed extra
7751         return.
7753         * [windows/winpos.c]
7754         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
7756 ----------------------------------------------------------------------
7757 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7759         * [configure.in] [Makefile.in] [tools/install-sh]
7760         New 'install' target installs Wine binary, library and man page.
7761         Library is now more logically named libwine.a.
7762         Split toolkit/ directory into library (for library code) and
7763         libtest (for test programs).
7765         * [controls/edit.c]
7766         Quick hack to partially support EM_PASSWORD style (avoids
7767         displaying your passwords on the screen when testing programs...)
7769         * [configure.in] [controls/menu.c] [include/resource.h]
7770           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
7771         Language is now a run-time option (wine -language xx).
7773         * [debugger/dbg.y]
7774         Dump some more debugging info on crash.
7776         * [misc/profile.c]
7777         Only consider ';' as a comment if it's the first non-blank
7778         character on the line.
7780         * [miscemu/dpmi.c]
7781         More debugging info for real-mode callback.
7783         * [objects/gdiobj.c]
7784         Rewrote EnumObjects() to do the Right Thing.
7786         * [resources/sysres*]
7787         New directory containing system resources.
7789 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
7791         * [win32/file.c] [win32/memory.c]
7792         Unixware doesn't have MAP_ANON ifdefed out for now.
7794         * [misc/dos_fs.c]
7795         DOS_GetDosFileName didn't truncate paths starting ./ properly.
7797         * [tools/build.c]
7798         Produces assembly code that works with the unixware assembler.
7800 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
7802         * [miscemu/instr.c]
7803         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
7805         * [misc/dos_fs.c]
7806         DOS_readdir should always return directories, even if they don't
7807         match the file name mask.
7809 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
7810         
7811         * [misc/exec.c]
7812         Give arguments to winhelp.
7814         * [miscemu/int21.c]
7815         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
7816         Created function ExtendedOpenCreateFile.
7817         Give for some Windows95 interrupts the return value 'not
7818         implemented'.
7820 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7822         * [include/kernel32.h] [include/windows.h]
7823         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
7824         include/kernel32.h to include/windows.h and declared the new Win32
7825         API functions Sleep(), GetLocalTime(), and GetSystemTime().
7826         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
7828         * [rc/rc (new file)]
7829         Created the shell script 'rc', which should simplify resource
7830         compilation.
7832         * [win32/environment.c]
7833         Kludged around an undefined reference to wine_files.  This change
7834         should be fixed some time.
7836         * [win32/time.c] [if1632/kernel32.spec]
7837         Added the functions GetSystemTime(), and Sleep().
7839         * [miscemu/int21.c]
7840         Renamed static function GetSystemTime to INT21_GetSystemTime to
7841         avoid conflicts with the API function of the same name.
7843         * [include/wintypes.h]
7844         Added the SPFMT definition for printf statements.
7846         * [misc/shell.c] [include/shell.h]
7847         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
7848         with the ones in include/winerror.h.  They should probably use the
7849         versions in winerror.h, but I'm not certain, and that can be done
7850         later.
7852         * [windows/mdi.c]
7853         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
7854         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
7855         (boolean) was discarded with this translation.  Translated handler
7856         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
7857         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
7858         false, call DrawMenuBar() if desired).
7860         * [*/*]
7861         General explicit casts and more rigid typing to remove warnings.
7863         * [include/winpos.h] [windows/winpos.c]
7864         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
7866         * [include/commdlg.h] [misc/commdlg.c]
7867         Added prototypes for ChooseColor(), CommDlgExtendedError(),
7868         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
7869         PrintDlg, and ReplaceText().
7870         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
7871         Made GetFileTitle return a short, as per the API definition.
7873         * [Makefile.in]
7874         Added line to clean and distclean that removes temporaries from
7875         the include directory.
7877 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
7879         * [controls/edit.c]
7880         Almost rewrote EDIT_GetLineMsg.
7882 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <ataylor@cadvision.com>
7884         * [windows/mdi.c]
7885         Fixed MDITile() bug that occurs when 0 windows are present or all
7886         windows are minimized.
7888 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
7890         * [misc/profile.c]
7891         Try harder to find files, especially in the working directory.
7892         Look in $HOME/.wine too and create it there if it isn't found.
7894 ----------------------------------------------------------------------
7895 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7897         * [misc/lstr.c]
7898         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
7899         they do the same job.
7901         * [tools/build.c]
7902         Fixed __attribute__((stdcall)) to make it compile with gcc
7903         versions under 2.7. Doesn't mean it will run OK though...
7905 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
7907         * [include/kernel32.h] [include/winerror.h]
7908         Added file attribute definitions and more error codes.
7910         * [win32/error.c]
7911         Added some rudimentary errno-to-Win32 error conversion
7912         code.
7914         * [win32/file.c]
7915         Added to GetFileInformationByHandle, filled in some known
7916         error codes, and switched to dprintf_win32.
7918         * [win32/time.c]
7919         Added GetLocalTime.
7921 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7923         * [controls/combo.c]
7924         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
7925         LRESULT _(HWND,WPARAM,LPARAM) where needed.
7927         * [include/libres.h]
7928         Restructured libres prototypes to closer match the windows API.
7930         * [include/windows.h]
7931         Changed several API prototypes' parameter types from 'short' to INT,
7932         which is #defined as short in the emulator, but is a normal int in
7933         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
7934         (This creates a lot of warnings at library-compile time, but less
7935         warnings at app-compile time.  I'll remove the warnings soon.)
7937         * [loader/resource.c]
7938         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
7939         various implementations of the LIBRES_* API functions.
7941         * [loader/signal.c]
7942         Deleted local 'i' from win_fault(), since it was unused.
7944         * [objects/bitblt.c]
7945         Mirrored changes to include/windows.h mentioned above.
7947         * [toolkit/hello3.c]
7948         Changed LoadMenuIndirect() call to LoadMenu() to test the new
7949         resource registration technique.
7951         * [toolkit/libres.c]
7952         Removed definition of 'struct resource' and fixed bugs in the resource
7953         implementation.  Implemented LIBRES_FindResource.
7955         * [windows/graphics.c]
7956         Mirrored changes to include/windows.h mentioned above.
7958 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
7960         * [controls/edit.c]
7961         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
7963         * [controls/listbox.c]
7964         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
7966         * [include/listbox.h]
7967         change HeapSel from WORD to HANDLE
7969         * [include/resource.h][rc/winerc.c]
7970         struct ResourceTable: removed
7971         struct resource: moved to header file
7972         autoregister resources if supported by compiler
7974         * [memory/local.h]
7975         LOCAL_GetHeap: expect HANDLE rather than WORD
7976         
7977         * [toolkit/Makefile.in]
7978         Add ALLCFLAGS to make hello3
7980         * [toolkit/heap.c]
7981         LocalFree, HEAP_Free: handle 0 parameter gracefully
7983 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
7985         * [misc/winsocket.c]
7986         Fixed the msgsnd and msgrcv errors that winsock programs get.
7988 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
7989         
7990         * [if1632/kernel.spec]
7991         Fixed _hread and _hwrite return type
7993         * [if1632/relay32.c] [loader/pe_image.c]
7994         Hacked loading of PE-dll's in
7996         * [win32/advapi.c]
7997         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
7999         * [win32/file.c]
8000         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
8002         * [win32/process.c]
8003         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
8004         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
8005         
8006 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8008         * [include/wine.h] [misc/lstr.c]
8009         Define wine_strncpy(). This function does not pad the buffer with 
8010         zeroes like GNU strncpy(), which might break some Windows programs
8011         that pass bogus size arguments.
8013         * [loader/module.c]: GetModuleFileName(),
8014         [misc/commdlg.c]: GetFileTitle(),
8015         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
8016         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
8017         [multimedia/mmsystem.c], [objects/font.c]:
8018         Use wine_strncpy() where strings are returned to Windows programs.
8019         
8020         * [objects/metafile.c]
8021         PlayMetafile(): Clear the handle table before using it.
8023         * [misc/shell.c] [misc/main.c]
8024         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
8025         
8026         * [misc/profile.c]
8027         load(): Need to handle comments.
8028         
8029         * [toolkit/libres.c]
8030         Make it compile.
8031         
8032         * [windows/nonclient.c]
8033         Use MAKE_SEGPTR macro in two places where a user heap block used
8034         to be allocated instead.
8036 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
8038         * [windows/winpos.c]
8039         In function SetWindowPos: do not redraw the parent of
8040         a window if the specified window is placed on the top.
8041         This avoids that ShowWindow(hwnd,1) hides hwnd instead
8042         of showing it.
8044 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
8046         * [windows/scroll.c]
8047         Now it can scroll children along with the client region of parent 
8048         window. Tried to optimize update region calculation. 
8050         * [windows/mdi.c]
8051         ScrollChildren function, more other features added. Basically
8052         a rewrite.
8054         * [windows/winpos.c] [windows/focus.c]
8055         Reimplemented window activation and focus handling.
8057         * [windows/nonclient.c]
8058         Added new flag WIN_NCACTIVATED.
8060         * [windows/message.c] [loader/task.c]
8061         Small changes (to maintain linked list of message queues).
8063 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
8065         * [include/options.h] [misc/main.c] [windows/defwnd.c]
8066           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
8067         Implemented a -managed option to replace the standard Windows
8068         frame of top-level windows with the window manager's decorations.
8069         If a top-level window makes its own frame, this will still show
8070         up, inside the window manager decorations (I believe ctl3dv2.dll
8071         would do this, although I can't test this).
8073 ----------------------------------------------------------------------
8074 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8076         * [configure.in] [Makefile] [misc/dos_fs.c]
8077         Got rid of autoconf.h file.
8079         * [debugger/dbg.y]
8080         More logical behavior upon syntax errors.
8082         * [include/hook.h] [windows/hook.c]
8083         Changed hook structure and rewrote most of the hook functions for
8084         better compatibility, based on investigations by Alex Korobka.
8086         * [include/message.h] [windows/message.c]
8087         Added hooks to message queue structure and made the structure
8088         layout Windows-compatible.
8089         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
8090         WH_JOURNALRECORD hooks.
8092         * [misc/main.c]
8093         Added command-line option for changing the language at run-time
8094         (not implemented yet), based on a suggestion from Michael Patra.
8096         * [objects/cursoricon.c]
8097         Fixed silly SEGPTR bug in DumpIcon().
8099 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8101         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
8102         Partial implementaion of LBS_EXTENDEDSEL style,
8103         yet more updates for drag & drop support. Now works.
8105         * [windows/defwnd.c]
8106         More message handlers.
8108         * [windows/win.c]
8109         DragObject, DragDetect, AnyPopup functions. 
8111         * [controls/listbox.c]
8112         More kludgy fixes (WM_...TOITEM, etc.).
8114         * [objects/cursoricon.c] [objects/oembitmap.c]
8115         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
8116         cursor.
8118         * [include/bitmaps/ocr*]
8119         New OEM cursors.
8121 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
8123         * [toolkit/heap.c]
8124         Swapped flags and size arguments to LocalRealloc as per changes in
8125         memory/local.c by William Magro in previous release.
8127         * [include/wintypes.h]
8128         Reinstated the #define's for 'min' and 'max', since they're part of
8129         the Windows API.  I really don't think it's a wise idea, so I put
8130         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
8131         WINE code should never use these (it should use 'MIN' and 'MAX'
8132         instead).
8134         * [loader/*]
8135         Put '#ifndef WINELIB' around many things that WINElib should not need.
8137         * [controls/edit.c]
8138         Took out many '#if defined(WINELIB)' sections with the associated
8139         comment 'temporary fix, until Local memory is correctly implemented in
8140         WINELIB', since the effective translations are now in 
8141         toolkit/miscstubs.c.
8142         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
8143         file fixed (or at least postponed) the bug I had encountered.
8145         * [loader/task.c]
8146         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
8147         C:  This will probably cause a lot of trouble if this change is
8148         forgotten in the future, but it will let things like the OpenFileName
8149         dialog work for now.
8151         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
8152           [include/libres.h]
8153         Made new libres.c file, which will contain functions for supporting
8154         accessing resources by name in WINElib.  'winerc' will need to be
8155         changed.
8157         * [toolkit/heap.c]
8158         Refined memory routines to allow for differences between LocalAlloc
8159         and GlobalAlloc and between LocalSize and GlobalSize.
8161         * [windows/message.c] [include/windows.h]
8162         Defined the GetCurrentTime routine in windows/message.c, and removed
8163         the #define in windows.h.
8165 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
8167         * [*/*]
8168         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
8170         * [loader/module.c]
8171         Added undocumented GetExpWinVer.
8173         * [tools/build.c]
8174         Previous code didn't pop possibly changed %esi, %edi and %edx
8175         from the stack.
8176         
8177         * [win32/advapi.c]
8178         Added GetUserNameA.
8180         * [win32/code_page.c]
8181         Added stub for MultiByteToWideChar.
8183         * [win32/console.c]
8184         Added SetConsoleCtrlHandler stub.
8186         * [win32/file.c]
8187         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
8188         Added CloseHandle.
8190         * [win32/memory.c]
8191         Changed VirtualAlloc and VirtualFree.
8193         * [win32/process.c]
8194         Added ExitProcess.
8196 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8198         * [include/windows.h]
8199         Fixed a few broken structure definitions.
8201         * [loader/resource.c]
8202         FindResource(): Need to check for '#xxx' strings here.
8204         * [miscemu/int21.c]
8205         FindNext(): Return MS-DOS filenames uppercase.
8207         * [objects/cursoricon.c]
8208         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
8209         initializers.
8210         
8211         * [misc/file.c]
8212         _lopen(): Files opened in OF_WRITE mode are truncated.
8213         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
8214         created; use read/write mode.
8215         
8216         * [misc/profile.c]
8217         load(): Rewritten.
8218         
8219         * [misc/commdlg.c]
8220         Fixed bad call to strncpy() that smashed the stack.
8222         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
8223         Operator precedence fixes. People who use gcc 2.7.1 don't need a
8224         debugger :-)
8225         
8226         * [if1632/gdi.spec] [objects/palette.c]
8227         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
8228         but sometimes that's good enough.
8230 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
8232         * [include/wine.h] [include/registers.h] [include/winsock.h]
8233         Added definitions for Unixware.
8235         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
8236         Misc. fixes for Unixware.
8238         * [loader/task.c]
8239         Made assignemts to context in InitTask for registers use the macros
8240         from registers.h to make them more portable. (Needed for Unixware)
8242         * [tools/build.c]
8243         Fixed register acces routines to work on Unixware. Bit grubby but
8244         it seems to work.
8246         * [controls/edit.c]
8247         EDIT_WM_NCCreate allocates local heap if hasn't been previously
8248         allocated.
8249         
8250         * [miscemu/int21.c]
8251         mkdir now creates directory with permission to access it.
8253         * [misc/dos_fs.c]
8254         mkdir now creates directory with permission to access it.
8255         DOS_opendir now uses linked list of dirents to avoid problems with 
8256         realloc changing address of malloced memory.
8258 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
8260         * [controls/menu.c]
8261         MENU_CalcItemSize(): Fixed handling of empty menu items.
8263 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
8265         * [misc/file.c]
8266         In OpenFile, unlink should be done on the unix filename.
8268 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
8270         * [include/handle32.h]
8271         New header file containing internal Win32 kernel handle
8272         information.
8274         * [win32/file.c]
8275         Added ReadFile, CreateFile, and CloseFileHandle, and did
8276         some reorganizing to match the new handle allocation scheme.
8278         * [win32/init.c]
8279         Added CloseHandle and the creation of standard I/O handles.
8281         * [win32/object_mgt.c]
8282         New module for allocating and freeing Win32 kernel handles.
8284 ----------------------------------------------------------------------
8285 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8287         * [configure.in]
8288         Attempt to check for -li386 on NetBSD. Please test this.
8290 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
8292         * [*/*]
8293         Eliminated various warnings with either explicit casts or more
8294         accurate variable/parameter declarations (e.g. INT instead of short
8295         or WORD).
8296         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
8297         macros.
8299         * [controls/edit.c] [windows/defdlg.c]
8300         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
8301         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
8302         DEFDLG_FindDefButton to avoid warnings.
8304         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
8305           [windows/message.c] [windows/nonclient.c]
8306         Converted MAKEPOINT macro call to manual conversion.
8308         * [include/windows.h]
8309         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
8310         instead of INT.  This also invalidates the macro MAKEPOINT(), which
8311         is not supported in Win32.  Also defined the POINTS structure (SHORT
8312         members) and the MAKEPOINTS macro.
8314         * [misc/commdlg.c]
8315         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
8316         find this memory bug, and this should be done anyway.
8318         * [controls/edit.c]
8319         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
8320         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
8321         it's better than bizzare memory troubles.
8323         * [toolkit/miscstubs.c]
8324         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
8325         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
8326         their current implementation seems fine.
8328 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
8330         * [objects/cursoricon.c]
8331         Fix for "broken" X servers that invert masked cursor colors.
8333 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
8335         * [windows/dialog.c] [windows/nonclient.c]
8336         Remove unnecessary items from the system menu.
8338 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
8340         * [objects/color.c] [objects/palette.c]
8341         Make GetNearestColor return a RGB value instead of a pixel value.
8343 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
8345         * [controls/desktop.c][controls/menu.c][include/menu.h]
8346         Changed WORD parameters to UINT parameters.
8348         * [include/wintypes.h]
8349         Made UINT 32bit for WINELIB.
8351         * [loader/main.c]
8352         Disabled RELAY32_Init and MODULE_Init for WINELIB.
8354         * [misc/main.c]
8355         Assume CPU386 for WINELIB.
8357         * [rc/winerc]
8358         add_popup: set MF_POPUP flag on menu item.
8360         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
8361         Add resource demo hello3 for WINELIB.
8362         New file README.resources.
8364         * [toolkit/miscstubs.c]
8365         Add a case for 17.
8367 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
8369         * [loader/module.c]
8370         Do not append .exe if the file name already has an extension.
8372         * [misc/profile.c]
8373         Avoid creating a file with a junk name if a .ini file does not
8374         exist.
8376         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
8377         Added a lot of dummy stubs for Windows Hebrew version.
8379 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
8381         * [controls/button.c]
8382         Fix for buttons with no label.
8384         * [controls/combo.c][controls/listbox.c]
8385         Fixes for scrollbar positioning.  Now disappears correctly
8386         for short lists.
8388         * [controls/edit.c]
8389         Handle memory allocation differently when building as library.
8391         * [controls/static]
8392         Don't destroy old icon before drawing new icon. (Fixes landscape/
8393         portrait toggle icon in print dialog.)
8395         * [if1632/gdi.spec]
8396         New functions SetMetaFileBits and GetMetaFileBits
8398         * [include/sysmetrics.h] [windows/sysmetrics.c]
8399         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
8401         * [include/windows.h]
8402         META_EXTTEXTOUT, not META_SETTEXTOUT
8403         define GetCurrentTime as GetTickCount (for wine library)
8405         * [loader/main.c]
8406         Don't initialize built-in modules in wine library
8408         * [memory/local.c]
8409         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
8411         * [misc/main.c]
8412         Always report CPUTYPE=4 to wine library.
8414         * [objects/dib.c]
8415         RLE8 images were missing top line when decompressed.
8417         * [objects/metafile.c]
8418         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
8419         from winhelp.  More testing needed.  Various memory leaks plugged.
8420         Various other bug fixes.  New metafile operations added in
8421         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
8422         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
8424         * [toolkit/heap.c]
8425         LocalUnLock changed to LocalUnlock
8427 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
8428         
8429         * [misc/winsock.c] 
8430         Return the correct error number, for host lookup operations.
8431         Also, correct the problem with send_message.
8433 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
8435         * [Makefile.in]
8436         Using nm's built-in sorting.
8438         * [*/*.c]
8439         Use xmalloc for malloc and xrealloc for realloc in all ungarded
8440         cases.
8442         * [debugger/dbg.y]
8443         Handle C-like expressions.  Clean-up.
8445         * [debugger/debug.l]
8446         Lots of new tokens for expressions.
8448         * [debugger/info.c]
8449         Implement "list" command for disassembling.
8451         * [misc/ole2nls.c]
8452         Implement more Danish stuff.
8454 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
8456         * [loader/module.c]
8457         Updated self-loading modules to support for new 32 bit 
8458         stack frames.
8460 ----------------------------------------------------------------------
8461 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
8463         * [controls/menu.c]
8464         Fixed GetMenuString() for non-string items.
8466         * [debugger/*.c]
8467         First attempt to check validity of pointers before memory
8468         accesses. For now only segmented pointers are checked.
8470         * [debugger/dbg.y] [memory/ldt.c]
8471         Added possibility to dump only one segment with 'info segment'.
8473         * [include/bitmaps/ocr_*]
8474         Added all OEM cursors as XPM bitmaps.
8476         * [include/cursoricon.h] [objects/cursoricon.c]
8477         Rewrote all cursor and icon management to use the same memory
8478         layout as Windows, and to factor common code between icons and
8479         cursors. Implemented icon directory lookup to find the best
8480         matching icon (i.e. the color one).
8481         Implemented CopyCursor() and DumpIcon().
8483         * [loader/module.c]
8484         For disabled built-in modules, we now try to load the Windows DLL
8485         first, and if this fails we fall back to using the built-in module
8486         anyway.
8488         * [memory/global.c]
8489         Fixed GlobalHandle() to return the correct selector in the high
8490         word even if we are passed a handle in the first place.
8492         * [miscemu/instr.c]
8493         Take into account the size of the operand and of the stack segment
8494         when incrementing the stack pointer.
8495         Avoid referencing FS_reg and GS_reg on *BSD.
8497         * [objects/dib.c]
8498         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
8499         Monochrome DIBs are created as monochrome bitmap iff they are
8500         black and white.
8502         * [objects/oembitmap.c]
8503         Added support for OEM cursors, changed OBM_LoadIcon to use the new
8504         icon memory layout.
8506         * [rc/sysres_Fr.rc]
8507         Added French [Fr] language support.
8509         * [win32/environment.c]
8510         Fixed GetCommandLineA() to use current PDB.
8512         * [windows/event.c] [windows/winpos.c]
8513         Simulate a mouse motion event upon SetWindowPos() to force the
8514         cursor to be set correctly.
8516 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
8518         * [win32/*]
8519         New Win32 kernel functions: GetACP, GetCPInfo,
8520         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
8521         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
8522         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
8523         WriteFile.  Completed implementations of GetCommandLineA.
8525         * [include/kernel32.h]
8526         New file.
8528         * [loader/main.c]
8529         Call initialization function for Win32 data (doesn't currently do
8530         anything).
8532         * [misc/main.c]
8533         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
8535 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
8537         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
8538           [misc/commdlg.c]
8539         Misc. bug fixes
8541 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
8543         * [*/*]
8544         For Winelib, explicit casts have been placed where warnings were
8545         usually generated.
8546         printf formats which give the format for printing a handle as
8547         "%04x" or something similar have been changed to use the NPFMT
8548         macro defined in include/wintypes.h.  Some times, explicit casts
8549         were also necessary.
8550         Parameter, field, and variable declarations have been made more
8551         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
8552         'WORD hFont' to 'HFONT hFont'.
8553         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
8554         replaced with a call to WIN_GetWindowInstance(hwnd).
8556         * [controls/combo.c]
8557         Added WINELIB32 support in CLBoxGetCombo().
8559         * [include/dialog.h]
8560         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
8561         winelib needs the packing as well (e.g. when accessing resources
8562         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
8564         * [include/windows.h]
8565         Got rid of the F[a-k] macros, which were cluttering up the global
8566         namespace.
8568         * [include/windows.h] [windows/defwnd.c]
8569         Added Win32 messages WM_CTLCOLOR*.
8571         * [include/wintypes.h]
8572         Put in preprocessor '#define WINELIB32' if appropriate and changed
8573         the types of some typedefs (WPARAM, HANDLE) based on this.
8574         
8575         * [loader/module.c] [toolkit/miscstubs.c]
8576         Added #ifdef'd portion in LoadModule to handle loading a WINElib
8577         module (already loaded, just init values).  '#ifdef'ed out the
8578         definition for GetWndProcEntry16 and added a new version to
8579         toolkit/miscstubs.c.
8581         * [misc/shell.c]
8582         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
8583         Same amount of total storage, but much more reasonable.  Also, changed
8584         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
8585         This was a difficult bug to track down, but the AppMisc field was
8586         being initialized with the contributers text, which was much larger
8587         than 512 characters.
8589         * [toolkit/atom.c]
8590         New file for atom-handling functions.  Copied from memory/atom.c and
8591         then heavily modified.  Right now, it's just a linked list of atoms.
8592         Consider it as a hash table with just one entry.  It's easily changed
8593         later.
8595         * [toolkit/heap.c]
8596         Commented out the heap functions with a "#ifdef WINELIB16" and put in
8597         a Win32 version (which is basically a modified copy).
8599         * [toolkit/sup.c] [toolkit/miscstubs.c]
8600         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
8601         added quite a few more stubs.
8603         * [toolkit/winmain.c]
8604         Rearranged startup code in _WinMain.  I think this will work.
8606         * [toolkit/Makefile.in]
8607         Added targets for 'hello' and 'hello2' in case anyone cares to try
8608         out the sample programs.
8610 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
8611         
8612         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
8613         First attempt at support for some VxDs. Comm, Shell and Pagefile.
8615 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
8617         * [misc/dos_fs.c]
8618         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
8619         starting applications like 'wine ./excel.exe')
8621 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
8623         * [configure.in]
8624         Avoid relative path for wine.ini.
8626         * [rc/sysres_Da.rc]
8627         Support for Danish [Da] language.
8629         * [misc/main.c] [miscemu/cpu.c]
8630         Return the processor we're running on correctly.
8632         * [miscemu/int2f.c]
8633         Minor stuff in int 0x2f, function 0x16.
8635 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8637         * [misc/shell.c] [misc/main.c]
8638         Implement saving and loading of the registry database (needed for
8639         OLE). Very experimental. Fixed ShellExecute().
8640         
8641         * [miscemu/int21.c]
8642         EEXIST is not a critical error condition for mkdir().
8644 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
8646         * [include/shell.h] [misc/shell.c]
8647         Implemented 4 drag/drop functions with documented functionality.
8649         * [multimedia/time.c]
8650         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
8652         * [*/*] 
8653         Added new files, more message definitions, structures, debug info,
8654         etc.  Rewrote message logging functions to produce output similar
8655         to WinSight.  Check out -debugmsg +message option.
8657         * [misc/file.c]
8658         Fixed GetDriveType return value.  
8660         * [windows/message.c] 
8661         Hooks are invoked in normal order.
8663         * [miscemu/*]
8664         Added some functions and interrupts.
8666         * [misc/shell.c]
8667         Implemented Drag... functions.
8669 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
8671         * [rc/sysres_Fi.rc] [rc/sysres.rc]
8672         First attempt at Finnish [Fi] language support.
8674 ----------------------------------------------------------------------------
8675 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8677         * [configure.in] [*/Makefile.in] [Make.rules.in]
8678         Cleaned up makefiles, added configuration option for Winelib,
8679         grouped common make rules in Make.rules.in.
8681         * [Configure]
8682         Renamed to 'Configure.old'; please use 'configure' instead.
8684         * [controls/menu.c]
8685         Fixed DestroyMenu() to avoid deleting the same menu twice.
8686         More fixes to WM_MENUSELECT, and added WM_INITMENU.
8688         * [if1632/relay.c]
8689         Fixed wrong register values displayed by RELAY_DebugCall32().
8691         * [memory/local.c]
8692         Fixed LocalLock() and LocalUnlock() to increment/decrement the
8693         lock count for moveable blocks.
8695         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
8696         Modified the generated C file so that the resource information
8697         (size, etc.) is also exported.
8698         Modified common dialogs to use the new informations.
8700         * [misc/main.c] [ANNOUNCE]
8701         Update the list of contributors. Please let me know if I forgot
8702         someone.
8704         * [rc/sysres.rc] [rc/sysres_En.rc]
8705         Moved English resources to sysres_En.rc.
8706         Changed ids from numeric to symbolic for dialogs.
8708         * [windows/dialog.c]
8709         Modified template parsing to be able to pass segmented pointers to
8710         CreateWindow().
8712         * [windows/win.c]
8713         CreateWindow() now takes segmented pointers for class and window
8714         names.
8715         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
8716         or WS_MINIMIZE bits are set.
8718 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
8720         * [controls/scroll.c]
8721         Fixed scroll-bar bugs for non-client windows.
8723 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
8725         * [include/cursor.h] [windows/cursor.c]
8726         Cursor is not mirrored any more and the hotspot is set right.
8728 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8730         * [ole.h]
8731         Misc small fixes.
8733 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
8735         * [rc/sysres_Es.rc]
8736         First attempt at Spanish [Es] language support.
8738 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
8740         * [include/alias.h][windows/alias.c][include/relay32.h]
8741         New files
8743         * [controls/widgets.c]
8744         WIDGETS_Init: register alias window procedures
8746         * [if1632/callback.c]
8747         CallWndProc: Call alias functions if necessary
8749         * [if1632/gdi32.spec]
8750         GetStockObject, TextOutA: new relays
8752         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
8753         user32.c: new file
8754         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
8755         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
8757         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
8758         PE_Win32CallToStart: new function
8759         MODULE_CreateInstance: removed static attribute
8760         LoadModule: Try loading PE image on error 21
8761         PE_LoadModule: new function
8762         PE_LoadImage: initialize pe_data with 0
8763         
8764         * [include/dlls.h][include/peexe.h]
8765         moved pe_data and w_files to peexe.h
8766         
8767         * [misc/shell.c]
8768         ShellAbout: Register AboutWndProc aliases
8770         * [miscemu/int21.c]
8771         handle 0x440A and 0xDC
8773         * [miscemu/int2f.c]
8774         handle 0x84
8776         * [objects/dib.c]
8777         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
8779         * [tools/build.c]
8780         include windows.h and relay32.h into generated Win32 relays,
8781         don't declare the implementation as int (*)();
8782         limit in WIN32_builtin was off by one
8784         * [windows/caret.c]
8785         CARET_Initialize: new function, call on strategic places
8787         * [windows/messagebox.c]
8788         MessageBox: register message box proc aliases
8790         * [if1632/advapi32.spec][if1632/comdlg32.spec]
8791         New files
8793         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
8794         added new spec files
8795         RELAY32_GetBuiltinDLL: perform lookup case insensitive
8796         RELAY32_GetEntryPoint: start name search at 0
8798         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
8799         Added stubs for new Win95 API
8801 Sat Sep 2 1995  Martin Roy
8803         * [misc/commdlg.c]
8804         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
8805         When process IDOK button in FILEDLG_WMCommand(),
8806         lpofn->nFilterIndex should be updated to current selection.
8808 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
8810         * [loader/module.c] [loader/ne_image.c]
8811         Added support of self-loading modules.
8813 ---------------------------------------------------------------------
8814 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8816         * [Configure]
8817         Added compile-time option for IPC.
8819         * [configure.in]
8820         Added command-line options for language, IPC and malloc
8821         debugging.
8823         * [controls/menu.c]
8824         WM_MENUSELECT was sometimes sent to the wrong window.
8826         * [debugger/break.c]
8827         For the 'next' command, only step over instruction that require
8828         it. This allows 'next' to do the right thing with jmp and ret
8829         instructions.
8831         * [ipc/*.c] [memory/atom.c] [memory/global.c]
8832         IPC can now be configured out at compile-time.
8834         * [loader/task.c]
8835         Bug fix in TASK_Reschedule() that could cause a task to be deleted
8836         twice.
8838         * [miscemu/dosmem.c] (New file)
8839         Partial emulation of the BIOS data segment.
8841         * [miscemu/instr.c]
8842         Trap attempts to access selector 0x40 and remap the access to
8843         segment __0040H.
8845         * [tools/build.c]
8846         Fixed bug in CallTo32_LargeStack() that caused problems when
8847         compiling Wine with the -fomit-frame-pointer option.
8849         * [windows/message.c]
8850         Fixed bug in hardware event handling that could cause some events
8851         to get ignored.
8853 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
8855         * [ipc/README] [ipc/dde.tex]
8856         LaTeX documentation for the ipc and DDE stuff.
8858 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
8860         * [ipc/Imakefile] [ipc/wine_test_stub.c]
8861         Fixed IPC testing. Now it can be compiled with "make tests"
8863 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
8865         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
8866         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
8868 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8870         * [miscemu/int21.c]
8871         Misc fix to int21,ah=40 (write) to match _lwrite().
8872         AX=0x440A (check if handle is remote) added.
8874         * [multimedia/mmsystem.c]
8875         Moved mciSendString to mcistring.c.
8877         * [multimedia/mcistring.c]
8878         New file, string interface for MCI (not complete, not thoroughly
8879         tested).
8881         * [multimedia/audio.c]
8882         IOCTL prints errors; one paranoid check disabled.
8884         * [misc/file.c]
8885         Misc operator precedence fixes.
8887         * [if1632/gdi.spec] [objects/bitblt.c]
8888         Stub for FastWindowFrame (parameters not correct).
8890 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
8892         * [loader/ne_image.c]
8893         Preliminary support for iterated segments.
8895 Sat Aug 19 00:43:04 1995  Andrew Taylor  (ataylor@cadvision.com)
8897         * [windows/mapping.c]
8898         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
8899         the absolute value of (ydim / xdim) or (xdim / ydim).
8901 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
8903         * [objects/oembitmap.c]
8904         Added some includes for Windows 95.
8906         * [include/sysmetrics.h]
8907         Added some sysmetrics for Windows 95.
8909         * [include/bitmaps/*95]
8910         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
8911         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
8913 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
8915         * [misc/shell.c] [rc/sysres*.rc]
8916         The caption of the ShellAbout dialog box is language specific and
8917         should be defined in the resources.
8919 ----------------------------------------------------------------------
8920 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8922         * [*/Makefile.in]
8923         Removed winelibclean target, as it doesn't work anyway.
8925         * [controls/button.c]
8926         Avoid drawing the focus rectangle outside of the button.
8928         * [controls/widgets.c]
8929         Fixed bug with the size of the reserved bytes for the Edit
8930         control (caused Eudora to crash).
8932         * [debugger/*] [include/debugger.h]
8933         Unified debugger address handling. Segmented and linear addresses
8934         are no grouped in a single type DBG_ADDR.
8935         All commands now accept seg:off addresses.
8936         Module entry points are now loaded upon first entry to the
8937         debugger, so that entry points of the loaded executable also
8938         appear in the symbol table.
8940         * [include/registers.h] [miscemu/*.c]
8941         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
8942         This makes code less readable, but will prevent a lot of name
8943         clashes with other definitions. It also avoids a hidden reference
8944         to the 'context' variable.
8946         * [ipc/dde_atom.c] [misc/atom.c]
8947         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
8948         to allow supporting integer atoms.
8949         Moved atom.c to memory/ directory.
8951         * [loader/task.c]
8952         Fixed environment allocation to compute the size dynamically.
8953         Added 'windir' environment variable.
8954         Fixed GetDOSEnvironment() to return the current task environment.
8956         * [windows/message.c]
8957         Fixed bug in MSG_GetWindowForEvent().
8959 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8961         * [include/ole.h]
8962         Added a lot of structures  from my Borland Manual. Neither complete,
8963         nor 100% right (check please)
8964         
8965         * [misc/shell.c]
8966         Fixed some of the Reg* functions.
8967         Enhanced ShellExecute.
8968         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
8969         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
8971         * [misc/dos_fs.c]
8972         Make umsdos mounted windows dirs work again.
8974         * [miscemu/emulate.c]
8975         Added some comments, preimplementation of subfunction 7.
8977         * [multimedia/mmsystem.c]
8978         Implemented mciSendString. not complete, not clean, not
8979         necessarily working (only checked with a program which uses
8980         'cdaudio' (one working program is cool.exe, a shareware waveditor
8981         with cdaudio play facilities.)
8983         * [multimedia/mcicda.c]
8984         Segptr fixes in DriverProc
8985         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
8986         link to your real cdrom device.
8988 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
8990         * [loader/resource.c]
8991         Don't crash in a LoadString to NULL
8993         * [loader/resource.c]
8994         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
8995         won't work unless the ALT keypress exited the menu.)
8997         * [misc/file.c]
8998         Expand a file to the current offset with an _lwrite of size zero.
9000         * [misc/file.c]
9001         Set a newly created file to read-write instead of write-only.
9002         
9003 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
9005         * [misc/main.c] [include/msdos.h]
9006         Fixed to return DOS version 6.22, and the correct byte order
9007         for Windows programs.
9009 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9011         * [include/options.h] [memory/global.c] [misc/main.c]
9012         Make the new IPC run-time selectible, disabling it by default.
9013         (I think it's only useful for libwine, anyway.)
9015         * [loader/task.c] [memory/selector.c]
9016         In FreeSelector(), walk up the stack and fix the frames.
9018         * [objects/dib.c]
9019         Missing break statement in DIB_SetImageBits_RLE8().
9020         In GetDIBits(), set the compression flag in the bitmap info to zero.
9022         * [windows/dialog.c]
9023         GetNextDlgGroupItem() needs to treat the first child as if it had
9024         an implicit WS_GROUP bit set.
9026 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
9028         * [misc/dos_fs.c]
9029         Quick'n dirty fix for the initialisation of the Z: information
9030         structure.
9032 ----------------------------------------------------------------------
9033 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
9035         * [ipc/*]
9036         New directory. This directory contains the new inter-wine
9037         communications support. It enables DDE protocols between two wine
9038         instances.  Currently it is limited to DDE, but can be enhanced to
9039         support OLE between 2 different wine instances.  This is very
9040         important for libwine.a DDE/OLE support.
9042         * [tools/ipcl]
9043         A script to delete garbage IPC handles (shared memory, semaphores
9044         and message queues).  The current inter-wine communication is not
9045         perfect, and sometimes leaves garbage behind.
9047         * [if1632/relay.c] [include/atom.h] [include/global.h]
9048         [loader/selector.c] [loader/task.c] [loader/module.c]
9049         [loader/signal.c] [memory/global.c] [misc/atom.c]
9050         [windows/class.c] [windows/message.c] [windows/win.c]
9051         [Imakefile]
9052         Hooks for inter-wine DDE support, current Global.*Atom functions
9053         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
9054         DDE communication. (The first call to these functions sets up the
9055         IPC structures - which otherwise cause unneeded overhead.
9057 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
9059         * [controls/menu.c]
9060         Don't crash if a NULL string is passed to menu functions.
9062         * [memory/selector.c]
9063         We now use a bit in ldt_flags_copy to indicate free LDT entries.
9064         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
9065         overwrite valid LDT entries when growing a block.
9067         * [miscemu/instr.c]
9068         Emulate int xx instruction by storing the interrupt vector in
9069         CS:IP and returning directly. This allows a program to install an
9070         interrupt vector.
9072         * [windows/win.c]
9073         Added function WIN_GetTopParent to get the top-level parent of a
9074         window.
9076 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
9078         * [loader/resource.c]
9079         Added LoadIconHandler. It doesn't do anything yet, but now you
9080         can use borland help files with winhelp.exe.
9082 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
9084         * [misc/main.c]
9085         Fixed to return 386 Enhanced mode correctly. Also return the same
9086         type of CPU, for both Enhanced and Standard mode, namely a 386.
9088 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
9090         * [Configure] [include/options.h] [include/wineopts.h]
9091           [misc/main.c][misc/spy.c]
9092           Removed support of spy file. Redirected spy messages to stddeb.
9093           Removed -spy option. Added -debugmsg +spy option.
9095         * [debugger/dbg.y][debugger/debug.l]
9096         Enabled segmented addresses (seg:offs) for break and x commands.
9098         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
9099           [include/region.h]
9100         FrameRgn, REGION_FrameRgn: New functions
9102         * [if1632/kernel.spec]
9103         IsWinOldApTask: Return false
9105         * [if1632/mouse.spec]
9106         CplApplet: Removed
9108         * [if1632/user.spec] [windows/win.c]
9109         ShowOwnedPopups: New function
9111         * [if1632/winsock.spec] [misc/winsocket.c]
9112         inet_addr, select: New prototypes in relay code
9113         Fixed memory layout for netdb functions (getXbyY).
9114         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
9116         * [objects/clipping.c]
9117         RectVisible: Fixed call to LPToDP
9119         * [rc/winerc.c]
9120         main: Removed extra argument to getopt for Linux.
9122 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9124         * [controls/listbox.c]
9125         Yet another fix for ListBoxDirectory().
9126         
9127         * [loader/module.c] [if1632/kernel.spec]
9128         Make GetModuleHandle() accept instance handles as parameter.
9130         * [if1632/relay.c] [loader/task.c]
9131         Put a magic cookie at the bottom of the 32 bit stack, and check on
9132         each return from a 32 bit function whether it's still there. Complain
9133         if it's not.
9135         * [if1632/user.spec]
9136         Wrong entry for CloseDriver().
9138         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
9139         [miscemu/int21.c]
9140         Large parts of dos_fs.c simplified. Changed it to use one
9141         current drive/directory per task, which is set to the module path on
9142         task creation.
9143         Prevent CorelPaint from closing stdin.
9144         open() with O_CREAT set must be passed three parameters.
9145         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
9146         it's in DOS_readdir() now.
9148         * [misc/profile.c]
9149         Some badly written software (Lotus Freelance Graphics) passes a bogus
9150         size parameter that caused Wine to write off the end of a segment.
9151         Fixed. (It's probably too paranoid now.)
9152         
9153         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
9154         [multimedia/Imakefile] [if1632/winprocs.spec]
9155         16 bit entry point for MMSysTimeCallback.
9156         Split off time.c and joystick.c from mmsystem.c.
9157         
9158         * [objects/dib.c]
9159         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
9161         * [windows/cursor.c]
9162         DestroyCursor(): do nothing for builtin cursors.
9163         
9164         * [windows/mdi.c]
9165         Half of WM_MDISETMENU implemented.
9166         
9167         * [windows/win.c]
9168         EnumWindows() and EnumTaskWindows() never enumerated any windows.
9169         Fixed.
9171         * [windows/*.c]
9172         Fixed GetParent() to return correct values for owned windows.
9174         * [windows/message.c]
9175         Don't try to activate disabled top-level windows.
9177         * [windows/nonclient.c]
9178         Work around a bug in gcc-2.7.0.
9179         
9180         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
9181         [loader/task.c] [memory/selector.c]
9182         Some Visual Basic programs (and possibly others, too) expect ES to be 
9183         preserved by a call to an API function, so we have to save it.
9184         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
9185         to prevent segfaults if ES contained the selector to be freed.
9187 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
9189         * [*/*]
9190         Added missing prototypes to header files and relevant includes
9191         to reduce compile time warnings.
9193 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
9195         * [configure.in] [include/config.h] [*/Makefile.in]
9196         New configuration scheme based on autoconf.
9198 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
9200         * [miscemu/ioports.c]
9201         Revamp to have only one in- and one out- variant, both really
9202         implemented.
9204         * [miscemu/instr.c]
9205         INSTR_EmulateInstruction: Use new ioport interface.  Implement
9206         string io.  Correct instruction pointer for 32-bit code.
9208         * [include/miscemu.h]
9209         Update port function prototypes.
9211         * [include/registers.h]
9212         Defined FS and GS.
9214 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
9216         * [misc/dos_fs.c]
9217         ChopOffSlash(): A path consisting off a single slash is left
9218         intact, and multiple slashes are all removed.
9220 ----------------------------------------------------------------------
9221 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
9223         * [controls/scroll.c]
9224         Fixed drawing bug that caused part of a non-client scroll bar
9225         to be painted even when the scroll-bar was hidden.
9227         * [debugger/break.c] [debugger/dbg.y]
9228         Rewrote breakpoint handling to work in 16-bit mode.
9229         Implemented single-stepping ('step' and 'next' instructions).
9231         * [debugger/debug.l]
9232         Format specifier is now a separate token.
9233         Entering an empty line at the debugger prompt causes the previous
9234         command to be repeated, like under gdb.
9235         
9236         * [debugger/debug.l] [debugger/registers.c]
9237         Differentiate 16-bit and 32-bit registers without taking current
9238         mode into account ($eax is always 32-bit, $ax always 16-bit).
9240         * [debugger/stack.c]
9241         Fixed stack information routines to differentiate between 16-bit
9242         and 32-bit stacks.
9244         * [loader/task.c]
9245         Option -debug now sets a breakpoint at the first instruction of
9246         every loaded task.
9248         * [miscemu/instr.c]
9249         Added handling of lock, repe and repne prefixes.
9251         * [objects/dib.c]
9252         Changed StretchDIBits() to do the correct thing, even if it's still
9253         not really optimal.
9255         * [windows/graphics.c]
9256         Fixes in RoundRect(), thanks to Babak Masalehdan.
9258         * [windows/message.c]
9259         Tried to fix mouse event handling with respect to disabled
9260         windows.
9262         * [windows/painting.c]
9263         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
9264         infinite loops.
9266         * [windows/win.c]
9267         Fixed IsWindowVisible() to return FALSE when one of the parent
9268         windows is hidden.
9270 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
9272         * [if1632/compobj.spec][misc/compobj.c]
9273         CoGetMalloc: New function
9274         Added relay entries for COMPOBJ ordinals above 100
9275         CoInitialize: Changed parameter to DWORD
9277         * [if1632/ole2.spec]
9278         Exported implementation of OleBuildVersion
9280         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
9281         ole2disp.c: New file
9282         SysAllocString, SysReallocString, SysAllocStringLen,
9283         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
9285         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
9286         CompareStringA: New function
9288 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
9289         * [objects/font.c] [if1632/gdi.spec]
9290         New stubs for CreateScalableFontResource, GetGlyphOutline.
9292 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
9294         * [misc/commdlg.c]
9295         Extensive changes and bug fixes to FileDialog handling,
9296         behaves more like native Windows.
9298 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9300         * [controls/listbox.c] [controls/combo.c]
9301         Some minor optimizations.
9302         
9303         * [memory/local.c]
9304         LOCAL_FindFreeBlock(): Never use the last one.
9305         
9306         * [memory/global.c]
9307         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
9308         
9309         * [misc/file.c]
9310         read() returns an error when length==0. This is not what Windows
9311         programs expect, so pay attention to this in _lread(). Changed this
9312         in _lwrite(), _hread(), _hwrite(), too.
9314         * [loader/resource.c]
9315         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
9316         there.
9317         
9318         * [if1632/shell.spec] [misc/shell.c]
9319         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
9320         Accept some more combinations of parameters in the Reg..() functions.
9321         
9322         * [if1632/toolhelp.spec]
9323         Make InterruptRegister() and InterruptUnregister() return false.
9325         * [windows/hook.c]
9326         CallNextHookEx() used to crash when called with a null hhook. Fixed.
9328 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
9330         * [include/neexe.h][loader/ne_image.c]
9331         NE_LoadSegment: Detect iterated segments
9333         * [misc/ole2nls.c]
9334         LOCALE_SLONGDATE: fixed typo
9336         * [miscemu/int5c.c]
9337         Reordered include files to avoid conflicts with Linux libc.5.1
9339         * [rc/winerc.c]
9340         Added -b option to process binary resource files into C arrays
9342         * [include/callback.h]
9343         CallWndProc: Added dummy ds parameter for libwine
9345         * [include/gdi.h][include/user.h]
9346         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
9348         * [include/ldt.h][include/stackframe.h]
9349         defined segment conversion macros for libwine
9351         * [misc/atom.c]
9352         Defined USER_HeapSel for libwine
9354         * [misc/main.c]
9355         Disable -dll option for libwine
9357         * [misc/user.c]
9358         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
9360         * [toolkit/heap.c]
9361         fixed LocalLock prototype
9363         * [toolkit/sup.c]
9364         sync'ed load_mz_header, load_ne_header with structures
9366         * [toolkit/winmain.c]
9367         Disabled resource DLLs for libwine for now
9369 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
9371         * [misc/main.c]
9372         Fixed -enhanced option to report a 386 CPU instead of a 286.
9374 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
9376         * [misc/dos_fs.c]
9377         Remove maximum open dosdirent limit (fixing the winfile.exe
9378         problem) by using telldir()/seekdir().
9379         
9380 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
9382         * [misc/profile.c]
9383         Fixed problem parsing empty lines within sections in .ini files.
9385 ----------------------------------------------------------------------
9386 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9388         * [debugger/*.c]
9389         Modified debugger to use segmented pointers everywhere.
9391         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
9392         Declared all functions that return only 16-bit as 'pascal16'.
9394         * [include/ldt.h] [memory/ldt.c]
9395         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
9396         Maintain a copy of the selector flags, removing the need to make a
9397         system call to retrieve an LDT entry.
9399         * [loader/module.c]
9400         Fixed bug with module file handle cache.
9402         * [loader/ne_resource.c]
9403         Fixed file name bug in NE_AccessResource().
9405         * [loader/resource.c]
9406         Fixed bug in LoadIcon() that caused wrong colors to be used for
9407         the icon mask.
9409         * [loader/signal.c]
9410         Moved instruction emulation to miscemu/instr.c.
9412         * [misc/dos_fs.c] [miscemu/int21.c]
9413         Lots of small fixes, thanks to Morten Welinder.
9415         * [miscemu/dpmi.c]
9416         More complete DPMI emulation.
9418         * [miscemu/instr.c]
9419         Added support for prefixes in instructions to emulate.
9421         * [miscemu/int2f.c]
9422         Use register macros instead of destroying the high part of 32-bit
9423         registers.
9425         * [objects/dc.c]
9426         Fixed bug in GetDCState() that failed to clear the new DC.
9428         * [rc/sysres.rc]
9429         Removed dialogs 11 and 12 that were never used.
9431         * [tools/build.c]
9432         'pascal16' generated functions did not save %dx.
9433         Removed use of %fs to access the stack.
9434         %ds is no longer initialized before calling a 16-bit routine.
9436         * [windows/defwnd.c]
9437         Accept a NULL pointer as window title.
9439         * [windows/mdi.c]
9440         MDICascade: skip iconic windows.
9441         Implemented CalcChildScroll().
9442         
9443         * [windows/utility.c]
9444         Fixed MulDiv() for illegal values.
9446         * [windows/win.c]
9447         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
9448         a zero width or height.
9450 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
9452         * [controls/edit.c]
9453         Fixed "uninitalized" message which -Wall couldnt see to be ok
9454         in EDIT_WriteText.
9456         * [include/debug.h]
9457         Added define for extra checks in API definitions during debugging.
9459         * [loader/ne_image.c]
9460         Added newline in NE_FixupPrologs to avoid long lines.
9462         * [misc/dos_fs.c]
9463         Added extra safety check in DOS_ValidDrive.
9465         * [misc/exec.c]
9466         Fixed definition of ExitWindows.
9467         
9468 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9470         * [controls/edit.c]
9471         Some fixes, mostly for memory management, but also for text selection
9472         and tab postitions. General cleanup. Notepad.exe now works.
9474         * [controls/combo.c]
9475         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
9476         the combo box, not the ComboLBox that belongs to it.
9478         * [controls/listbox.c]
9479         Handle itemID field correctly throughout.
9481         * [memory/local.c]
9482         Implemented flag LMEM_ZEROINIT.
9483         LocalReAlloc() could trash the heap. Fixed.
9485         * [objects/font.c]
9486         FONT_MatchFont(): don't get confused by negative widths.
9487         Fixed a segfault in EnumFonts().
9489         * [objects/text.c]
9490         DrawText(): DT_CALCRECT implies DT_NOCLIP.
9492         * [objects/dcvalues.c]
9493         MAKELONG was used with bad parameters in DC_GET_X_Y.
9495         * [windows/dialog.c]
9496         Don't show the dialog if WS_VISIBLE isn't set in the template.
9498         * [windows/utility.c]
9499         UTILITY_convertArgs(): Never pass an expression containing ++ into a
9500         macro...
9502         * [windows/win.c]
9503         SetParent() should unlink the window before changing the parent.
9505         * [windows/message.c]
9506         Don't call timer functions via CallWindowProc(), since it checks
9507         whether hwnd==0 and does not call the function in that case.
9509         * [miscemu/instr.c]
9510         Ignore interrupt 0x3D, for VBRUN300.DLL.
9512         * [misc/commdlg.c]
9513         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
9514         pointer to the item text.
9516         * [if1632/relay.c]
9517         Disable OLE and DDEML DLLs by default, since they contain nothing but
9518         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
9519         some programs may work better without them.
9520         
9521         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
9522         Begun cleaning things up a little. Replaced printfs with dprintf_
9523         macros, made functions static where possible, and some other minor
9524         changes.
9526 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
9528         * [debugger/dbg.y][debugger/dbg.l]
9529         Removed special handling for FILE_IDENTIFER, because it caused
9530         problems with x/<format> statements.
9532         * [debugger/info.c]
9533         Use SC_ESP instead of SC_EIP for stack dump.
9535         * [misc/compobj.c][if1632/compobj.spec]
9536         CoBuildVersion, CoInitialize, CoUninitialize: new functions
9538         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
9539         New files ole2.c, ole2.h
9540         OleBuildVersion, OleInitialize, OleUninitialize: new functions
9542         * [if1632/ole2disp.spec]
9543         Added missing ordinals above 109
9545         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
9546         New file winnls.h
9547         GetLocaleInfoA: new function
9549         * [if1632/shell.spec]
9550         Added FindEnvironmentString as stub
9552         * [misc/olecli.c][if1632/olecli.spec]
9553         OleIsDcMeta: New function
9555         * [objects/font][misc/gdi.spec]
9556         GetKerningPairs: new function
9558         * [misc/shell.c]
9559         ShellExecute: Implemented support for starting programs
9561         * [if1632/user.spec]
9562         Inserted missing relay to GetClipCursor
9564 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9565         
9566         * [controls/edit.c]
9567         Fix a problem with the local heap.
9569         * [include/wintypes.h]
9570         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
9571         
9572         * [include/mdi.h] [windows/mdi.c]
9573         This code still assumed segmented address==linear address. Fixed.
9575         * [include/msdos.h] [misc/dos_fs.c]
9576         The filemask field of the dosdirent structure could be overrun. Fixed.
9577         If you had a file called foobar and a file called foo, trying to 
9578         FindFile(foo) could accidentally find file foobar instead. Fixed.
9579         
9580         * [misc/file.c]
9581         OpenFile(): Always return the full pathname in ofs->szPathName. This 
9582         also fixes GetModuleFilename().
9583         Prevent _lclose() from closing stderr or stdout.
9585         * [misc/profile.c]
9586         Search for .ini files in the path of the current module as well.
9587         (Needed by Lotus Organizer.)
9589         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
9590         [memory/local.c]
9591         Local heaps are now initialized by InitTask() for executables. DLLs
9592         have to call LocalInit() themselves, LocalInit() has to put the
9593         heap at the end of the segment when called with start==0. We no longer
9594         allocate the DGROUP with 64k on startup, but grow the local heap
9595         in LOCAL_GetBlock() when necessary.
9597         * [loader/module.c]
9598         LoadLibrary() should call LoadModule() in all cases, even if the
9599         DLL is already loaded, to ensure that the reference count is correct.
9601         * [loader/ne_image.c]
9602         Some changes to function prolog fixup. Does anyone know exactly how
9603         this is supposed to work? I am only guessing here.
9604         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
9605         the module itself.
9606         
9607         * [loader/task.c]
9608         Initialize instance data at the beginning of the DGROUP in InitTask().
9610         * [memory/local.c]
9611         Some fixes for moveable blocks.
9613         * [memory/selector.c]
9614         All the IsBad*Pointer() functions returned exactly the wrong boolean
9615         value in all cases!
9616         
9617         * [objects/bitblt.c]
9618         Fixed another null pointer dereference in debugging output.
9619         
9620         * [objects/font.c]
9621         Some more recovery possibilities for FONT_MatchFont() if a specified
9622         font does not exist.
9623         
9624         * [windows/win.c]
9625         The dialog code may call CreateWindowEx with an integer in windowName.
9626         This happens for static icon controls that expect a resource ID as
9627         the window name. CreateWindowEx() used to crash. Fixed.
9628         
9629         * [windows/class.c] [windows/win.c]
9630         Window classes are owned by modules, not instances. Changed
9631         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
9632         accordingly.
9634 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
9636         * [miscemu/int21.c]
9637           clock.exe was displaying incorrect year.
9639 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
9641         * [include/cursor.h] [windows/cursor.c]
9642         Implemented CreateCursorIconIndirect().
9644 ----------------------------------------------------------------------
9645 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9647         * [controls/menu.c]
9648         Fixed bug with drawing multi-column menus with vertical separator.
9650         * [debugger/debug.l]
9651         Fixed NULL-pointer reference after readline().
9653         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
9654         Added interrupt vector emulation. Allows to retrieve an interrupt
9655         vector and jump to it without crashing.
9657         * [loader/ldt.c]
9658         Moved ldt.c to memory directory.
9660         * [loader/task.c]
9661         Implemented LockCurrentTask() and GetInstanceData().
9663         * [objects/bitblt.c]
9664         Fixed a bug that caused StretchBlt() to use wrong colors when
9665         stretching a monochrome bitmap to a color display.
9667         * [objects/bitmap.c]
9668         Fixed a segmented pointer bug in CreateBitmapIndirect().
9670         * [tools/build.c]
9671         Added possibility to have arguments for register functions; used
9672         by interrupt vectors to remove the flags from the stack.
9673         Generate a new function CallTo32_LargeStack(), that allows calling
9674         a 32-bit function using the original 32-bit stack, for functions
9675         that need more that 64k of stack.
9677 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
9679         * [if1632/shell.spec] [misc/shell.c]
9680         DoEnvironmentSubst: fixed prototype
9682         * [if1632/gdi.spec] [objects/palette.c]
9683         SetSystemPaletteUse: new function
9685         * [if1632/kernel.spec] [loader/resource.c]
9686         DirectResAlloc: new function
9688         * [if1632/user.spec] [windows/keyboard.c]
9689         SetKeyboardState: new function
9691 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9692         
9693         * [tools/build.c]
9694         Prevent interrupts from destroying the args for a 32 bit function
9695         by loading the correct value into %esp directly after %ss.
9697         * [loader/ne_image.c] [loader/module.c]
9698         The new instance must be created earlier in LoadModule(), so that
9699         fixups referencing it will be handled correctly.
9700         Initialize the local heap for a DGROUP in NE_LoadSegment().
9701         
9702         * [objects/dib.c]
9703         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
9704         This used to crash Wine. Fixed.
9706         * [objects/text.c]
9707         Fix possible null pointer dereference in debugging output.
9708         
9709         * [misc/commdlg.c]
9710         Handle user input in the edit control better. Some bugs fixed.
9711         
9712         * [memory/local.c]
9713         Started implementing moveable blocks. This is unfinished (!), but
9714         at least it does not seem to break things.
9716 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9717         
9718         * [loader/module.c]
9719         LoadModule(): DLLs occasionally have a data segment, and they work
9720         much better if it is loaded :-)
9721         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
9722         FindModule(): also strip off the last backslash of the pathnames
9723         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
9724         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
9725         only better.
9726         
9727         * [loader/ne_image.c]
9728         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
9729         not really correct, it seems that all programs and DLLs try to do
9730         this themselves. But they pass weird parameters.)
9731         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
9732         
9733         * [loader/task.c] [misc/user.c]
9734         Finish global initializations in InitTask instead of InitApp, or
9735         all the DLLs will be initialized in InitTask without any available
9736         window classes!
9738 ----------------------------------------------------------------------
9739 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9741         * [debugger/hash.c] [debugger/info.c]
9742         Added support for symbolic segmented addresses. Add symbols for all
9743         built-in API entry points.
9745         * [if1632/relay.c] [include/dlls.h]
9746         Removed dll_table structure, as we now use the built-in module
9747         structures.
9749         * [if1632/relay.c] [loader/main.c]
9750         Removed winestat option, as it was no longer very meaningful.
9752         * [include/stackframe.h]
9753         New macro MAKE_SEGPTR that creates a segmented pointer to a local
9754         variable on the 32-bit stack.
9756         * [loader/module.c]
9757         Added support for multiple instances of an application.
9758         Implemented LoadModule() and FreeModule().
9760         * [loader/ne_image.c] [loader/task.c]
9761         Moved initialisation of built-in DLLs to InitTask().
9763         * [memory/global.c]
9764         Implemented discardable blocks.
9766         * [misc/file.c]
9767         Search path of current executable in OpenFile().
9768         Fixed bug with searching in Windows path.
9770         * [misc/lstr.c]
9771         Hard-coded translation tables for Ansi<->Oem.
9773         * [misc/user.c]
9774         Moved some global initializations to InitApp(), because they need
9775         a task context to be performed.
9777         * [objects/dc.c]
9778         Handle R2_BLACK and R2_WHITE specially so that they work correctly
9779         with palette displays.
9781         * [tools/build.c]
9782         Suppressed generation of the C file for DLL specs, because it's no
9783         longer needed. Output all the assembly code directly to stdout.
9784         Some changes to integrate Win32 support from Martin von Loewis. 
9786         * [windows/msgbox.c]
9787         Moved message box code from misc/ to windows/.
9789 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
9791         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
9792           [misc/mmaux.c] [misc/mmsystem.c]
9793         Modify code & use pointers conversion macros.
9794         Make cdaudio & wave devices work again (only using some applets).
9796         * [misc/profile.c]
9797         Change getc() to fgetc() where needed.
9799 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
9801         * [if1632/Imakefile]
9802         added entries for the new files gdi32.spec, kernel32.spec,
9803         user32.spec, shell32.spec and winprocs32.spec.
9805         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
9806           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
9807         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
9808         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
9809                 stub implementations provided 
9810         marked storage.dll,storege.sys functions as stubs
9812         * [include/pe_image.h]
9813         Added structures WIN32_builtin and  WIN32_function
9815         * [include/peexe.h]
9816         PE_Import_Directory: renamed reserved fields to 
9817                 TimeDate, Forwarder, Thunk_List
9819         * [include/winerror.h]
9820         New file.
9822         * [loader/main.c]
9823         called RELAY32_Init
9825         * [loader/pe_image.c]
9826         xmmap: map BSS anonymous
9827         dump_imports: renamed to fixup_imports, do the fixup of imported
9828                       symbols
9829         PE_LoadImage: pass raw data size to xmmap
9831         * [loader/resource.c]
9832         DumpIcon: new function
9834         * [misc/kernel32.c]
9835         New file.
9837         * [misc/main.c]
9838         make stdout and stderr unbuffered
9840         * [misc/shell.c]
9841         DoEnvironmentSubst: new function
9843         * [objects/font.c]
9844         FONT_MatchFont: try oblique if there is no italic
9846         * [rc/Imakefile][rc/parser.l]
9847         yywrap: new function
9848         Don't link with libfl.a on Linux
9850         * [tools/build.c]
9851         Added keywords stdcall, subsystem, base
9852         GenerateForWin32: new function
9853         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
9855 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9856         
9857         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
9858         Minor fixes.
9859         
9860         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
9861         Rewrote message box handling.
9862         
9863         * [windows/dialog.c]
9864         Dialogs should be invisible until after WM_INITDIALOG is seent.
9865         Don't switch to invisible dialog items on a TAB keypress.
9866         
9867         * [windows/mdi.c]
9868         Send WM_NCPAINT message in MDIRestoreChild().
9869         
9870         * [windows/painting.c]
9871         Fixed typo (&& -> &).
9872         
9873         * [windows/message.c] [if1632/user.spec]
9874         Implemented PostAppMessage().
9875         
9876         * [windows/event.c]
9877         SetCapture(0) should act like ReleaseCapture().
9879 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
9881         * [Imakefile]
9882         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
9883         Added ASFLAGS to exported variables.
9885         * [debugger/readline/Imakefile]
9886         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
9888         * [memory/local.c] [miscemu/int21.c]
9889         Added some more debugging outputs.
9891 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
9893         * [misc/message.c]
9894         Fixed a "FIXME" concerning norwegian translation.
9896 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9897         
9898         * [*/*]
9899         Removed warnings in a couple of files and deleted some obsolete code.
9901         * [controls/listbox.c]
9902         Cleanup, speed improvements & lots of bug fixes.
9904         * [controls/combo.c]
9905         Mostly rewritten. This is still very buggy, but not quite as bad as 
9906         before.
9908         * [include/commdlg.h] [misc/commdlg.c]
9909         Removed the need for sysres.dll. Small bug fixes.
9910         
9911         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
9912           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
9913         Removed sysres.dll and replaced the remaining bitmaps/icons with
9914         XPM equivalents.
9916         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
9917           [if1632/winprocs.spec]
9918         "About Wine..." now brings up a standard ShellAbout() window with
9919         the Wine icon and the list of contributors.
9920         
9921         * [misc/shell.c]
9922         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
9924         * [windows/event.c]
9925         Small hack for non-alphanumeric keys: Dont't send the ascii value in
9926         the WM_KEYDOWN message, but some unused code instead. Should be done
9927         properly by sending different codes for each key. The edit control
9928         used to get a VK_DELETE message each time the user typed '.'.
9930         * [windows/class.c]
9931         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
9932         This used to be no problem, but breaks Resource Workshop in 950403.
9933         
9934         * [objects/dib.c]
9935         New diagnostic for a bug I've been encountering. If it shows up,
9936         please report it.
9938 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
9940         * [objects/color.c]
9941         Handle situation when 'dc' exists, but palette mapping
9942         does not.  (Fixes kidpix2 demo.)
9944 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
9946         * [loader/ldt.c]
9947         LDT_Print: Only show the number of entries that the kernel
9948         returned. Make this work for NetBSD.
9950 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
9952         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
9953         Modify cs and ds selector values for NetBSD-current.
9955         * [debugger/debug.l]
9956         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
9958         * [debugger/regpos.h]
9959         Modify sigcontext format for NetBSD-current.
9960         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
9962         * [include/ldt.h]
9963         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
9964         value, since only 16 bits of it may have been saved.
9966         * [misc/winsocket.c]
9967         Set structure packing with `#pragma pack' to accomodate
9968         other/older compilers.
9970 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
9971         
9972         * [misc/commdlg.c]
9973         Fixed path-names so when changing directory the listboxes
9974         changes too.
9975         
9976         * [debugger/dbg.y debugger/debug.l wine.ini]
9977         Added SymbolTableFile to wine.ini so symbols can be read
9978         without standing in the directory containing wine.sym.
9979         Added the possibility to specify full name of wine.sym from
9980         the debugger prompt.
9982 ----------------------------------------------------------------------
9983 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9985         * [controls/static.c]
9986         Fixed painting of SS_*FRAME controls.
9988         * [if1632/callback.c]
9989         Pass the window instance as DS to the 16-bit window procedure.
9990         Rewrote Catch() and Throw() to make them work with multiple tasks.
9992         * [loader/main.c]
9993         New function MAIN_Init() to perform initializations before the
9994         first task is started instead of doing them in InitApp().
9995         Temporary hack to command-line parsing to load one program per
9996         command-line argument, to make testing task-switching easier.
9998         * [loader/*.c]
9999         Reimplemented modules to use a Windows-compatible layout and to
10000         allow multiple tasks and multiple module instances. Not really
10001         finished yet.
10003         * [loader/task.c] [misc/exec.c]
10004         Reimplemented tasks to use a common address space, and implemented
10005         preliminary task-switching capabilities.
10007         * [memory/global.c]
10008         Fixed bug in GlobalNext().
10010         * [misc/main.c]
10011         Updated the list of contributors. Let me know if I forgot someone.
10013         * [miscemu/int21.c]
10014         Use one DTA per task instead of a global one.
10016         * [objects/bitblt.c]
10017         Fixed bug in BitBlt() that could cause BadMatch errors.
10019         * [tools/build.c]
10020         Added new function type 'stub', that makes possible to export an
10021         unimplemented function by name as well as by ordinal. This will
10022         avoid loading errors for unimplemented functions.
10023         Generate an in-memory module layout for built-in DLLs so that the
10024         same code can be used for built-in and loaded modules.
10025         Changed relay code to make it unnecessary to save the value of the
10026         BP register.
10028         * [windows/message.c]
10029         Implemented multiple message queues and preliminary task-switching
10030         capabilities. Inter-task SendMessage() calls are not implemented
10031         yet and will probably cause crashes if used.
10033         * [windows/property.c]
10034         Reimplemented properties and allocate them on the USER heap.
10036         * [windows/win.c]
10037         Fixed bug in SetWindowWord().
10038         Reimplemented EnumWindows() and EnumTaskWindows().
10040 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10041         
10042         * [misc/main.c]
10043         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
10044         
10045         * [loader/resource.c]
10046         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
10047         control.exe.
10048         Fixed icon loading.
10049         
10050         * [objects/font.c] [include/windows.h]
10051         Fixed a bug in InitFontsList() and worked on the EnumFonts()
10052         functions to make them comprehensible.
10054         * [controls/button.c]
10055         Fixed my previous patch to handle LBUTTONUP messages.
10057 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
10059         * [misc/network.c, misc/dos_fs.c]
10060         Implemented WNetGetConnection.  All that is currently
10061         supported are drives, for which the remote name is simply
10062         the redirected UNIX directory name.
10064         * [miscemu/int2?.c]
10065         More drive number validity checking.
10067 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10068         
10069         * [controls/listbox.c]
10070         Oops, my previous change to ListBoxDirectory broke the Borland
10071         file open dialog. Fixed.
10073 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10075         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
10076         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
10077         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
10079 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10080         
10081         * [memory/global.c] [memory/local.c] [include/windows.h]
10082         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
10083         LocalReAlloc(): Same for LMEM_MODIFY.
10084         
10085         * [controls/listbox.c]
10086         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
10087         Check for errors in some more places.
10089         * [if1632/gdi.spec] [if1632/user.spec]
10090         16 bit callback functions should be passed as segptrs.
10091         
10092         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
10093         [loader/library.c]
10094         Prevent a DLL from being initialized twice (Borlands Resource
10095         Workshop used to do this).
10096         Provide an additional flag for each w_file that indicates whether
10097         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
10098         
10099         * [controls/button.c]
10100         Handle LBUTTONUP messages even if the button no longer has the
10101         capture (for WinHelp).
10102         
10103         * [include/wintypes.h]
10104         FARPROC is now a segptr for the emulator and a function
10105         pointer for the library.
10106         
10107         * [misc/commdlg.c] [misc/commdlg.h]
10108         Cleaned the file dialogs up a little. They now work reasonably well,
10109         although there are still some problems (e.g. files are initially
10110         invisible).
10112         * [windows/class.c] [if1632/user.spec] [include/windows.h]
10113         GetClassInfo() must take a segptr, as it checks whether the
10114         highword is zero.
10115         GetClassName() called the wrong atom function. No surprise it didn't
10116         find anything.
10118         * [misc/lstr.c]
10119         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
10120         Removed some warnings.
10122         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
10123         New spec file for the 3.1 DDEML DDL. 
10125         * [controls/menu.c]
10126         Small fix to ChangeMenu - mask out the obsolete flags
10127         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
10128         problems with the MF_BYPOSITION flag.
10130         * [windows/message.c]
10131         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
10132         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
10133         stack for speed reasons.
10134         
10135         * [windows/hook.c] [include/windows.h]
10136         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
10137         they have slightly different semantics.
10138         MS Hearts now works somewhat, if you disable the new builtin DDEML.
10139         The graphics are completely messed up, though.
10141 ----------------------------------------------------------------------
10142 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10144         * [Configure] [if1632/Imakefile]
10145         Removed new build and short names options.
10147         * [if1632/*.c] [tools/build.c]
10148         Implemented compiled call-back functions for better performance;
10149         all the relay code is now done in assembly code generated by the
10150         build program.
10151         Relay code is no longer dependent on being loaded below 64K.
10153         * [loader/resource.c]
10154         Fixed memory leak in LoadString(). A fix will also be needed for
10155         other resources.
10157         * [memory/global.c]
10158         Implemented global heap arenas, so we can store informations about
10159         global blocks, like lock counts or owner handle.
10160         Implemented FarGetOwner() and FarSetOwner().
10161         Implemented global heap TOOLHELP functions.
10163         * [memory/selector.c]
10164         Bug fix: it was not possible to re-use a free selector.
10166 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
10168         *  [controls/listbox.c]
10169         Major work on listbox code
10170          - Many bugs fixed (still many bugs)
10171          - More messages supported
10172          - Code simplified
10174 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
10176         * [controls/edit.c]
10177         Lots of bug fixes related to diappearing text, lost carets,
10178         highlighting, segmentation faults, occurance of random
10179         characters, insertion of characters over selection, misplaced
10180         caret location, display corruption, end of line behavior, etc.
10182         * [controls/widgets.c]
10183         EDIT class doesn't want to use CS_PARENTDC flag.
10185 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10186         
10187         * [loader/selector.c]
10188           FixupFunctionPrologs() should also handle multiple data modules.
10189           (this bug only became visible because MakeProcInstance() was fixed
10190           in 950319)
10191         
10192         * [misc/dosfs.c]
10193           Simplified DOS_SimplifyPath.
10194           Small fix to DOS_opendir to reuse an entry if an open directory
10195           is opened again, to prevent "too many open directories" messages.
10197 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
10199         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
10200         CoDisconnectObject: new stub function
10202         * [include/msdos.h]
10203         fix DOSVERSION
10205         * [loader/ne_image.c]
10206         NE_FixupSegment: Be more generous on additive fixups
10208         * [if1632/user.spec][misc/network.c]
10209         Add more WNet* stubs
10211 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10213         * [controls/listbox.c]
10214           DlgDirList(): send segptr instead of linear pointer 
10215           in message to static control
10216         * [controls/menu.c]
10217           Tried to implement ownerdrawn menuitems. Doesn't work.
10218         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
10219           Provide a stub for GetRasterizerCaps()
10220         * [loader/selector.c]
10221           Pass end address instead of length to LocalInit() in 
10222           CreateSelectors()
10223         * [memory/local.c]
10224           LocalInit(): If there's already a local heap in the segment, do
10225           nothing and return TRUE
10226         * [objects/linedda.c]
10227           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
10228           now.
10229         * [windows/cursor.c]
10230           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
10231           more work still.
10233 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10235         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
10236           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
10237           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
10238           [windows/nonclient.c] [misc/message.c]
10239           Added a new builtin DLL that provides 16 bit entry points for all
10240           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
10241           again.
10242         * [misc/shell.c]
10243           RegOpenKey()/RegCreateKey() bugs fixed.
10244         * [loader/ne_image.c]
10245           Skipping the initialization of a DLL when CS == 0 was broken.
10247 ----------------------------------------------------------------------
10248 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10250         * [*/*]
10251         Implemented a new memory mapping scheme. There's no longer a
10252         one-to-one mapping between 16-bit and 32-bit pointers. Please see
10253         file DEVELOPERS-HINTS for technical details.
10255         * [controls/scroll.c]
10256         Fixed bug when dragging mouse in horizontal scrollbars.
10258         * [tools/build.c] [if1632/*.spec]
10259         Removed support for C callback functions and for re-ordering
10260         of the 32-bit arguments, as these were never used. This should
10261         allow a more efficient callback scheme to be implemented.
10263         * [if1632/olecli.spec]
10264         Reduced the number of entries to make the 16-bit code fit in 64k.
10265         This limitation will soon be removed.
10267         * [loader/ldt.c]
10268         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
10270         * [memory/global.c]
10271         Rewrote Global*() routines to use the new selector allocation
10272         mechanism.
10274         * [memory/local.c]
10275         Rewrote local heap handling to use a Windows-compatible layout
10276         (not really finished yet).
10277         Implemented TOOLHELP heap-walking routines.
10279         * [memory/selector.c]
10280         Implemented LDT manipulation API functions.
10282 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
10284         * [windows/defdlg.c]
10285         Fixed problem where dialogs closed using the System menu 
10286         ('Close' item or double click on close box) would
10287         hang Wine.
10289 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
10291         * [controls/listbox.c]
10292         Removed most of the statements for sending a notification message
10293         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
10294         code; Borland's standard file open dialog will work now.
10295         
10296         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
10297         Added support for new command line option "-allowreadonly". If set
10298         an attempt to open a read only file in write mode will be converted 
10299         to opening it read only (many programs try to open all files in 
10300         read/write mode even if they only intend to read it - this might 
10301         cause a few under problems under an unix-like environment where most 
10302         files are read only for a "normal" user)
10304         * [loader/selector.c]
10305         GetMemoryReference(): Added support for __AHIncr and __AHShift
10307         * [misc/dos_fs.c]
10308         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
10309         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
10310         match(): rewritten
10311         
10312         * [objects/text.c]
10313         TEXT_NextLine(): Removed a bug in the handling of LF's
10315         * [miscemu/int21.c]
10316         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
10318 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10320         * [controls/menu.c]
10321         ChangeMenu: defaults to MF_INSERT
10322         InsertMenu: allow insertion even if position is one after last item
10324         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
10325           [if1632/storage.spec] [include/dlls.h]
10326         Added stubs for STORAGE.DLL and COMPOBJ.DLL
10328         * [if1632/user.spec] [windows/message.c]
10329         InSendMessage: new function
10331         * [include/neexe.h][include/ne_image.c]
10332         NE_FixupSegment: fixed handling of additive records
10334         * [loader/selector.c]
10335         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
10337         * [loader/signal.c]
10338         win_fault: Enter debugger on SIGFPE, too
10340 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
10342         * [miscemu/int*.c]
10343         Various minor modifications to the clock tick counter,
10344         FindFirst/FindNext funcs, and DPB handling.
10346 ----------------------------------------------------------------------
10347 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10349         * [loader/resource.c] [objects/oembitmap.c]
10350         Removed sysres bitmap code; you need libXpm to compile now.
10351         Implemented LoadIcon() for OEM icons.
10353         * [include/bitmaps/oic_*]
10354         Added OEM icons in XPM format.
10356         * [objects/dib.c]
10357         Bug fix in DrawIcon().
10359         * [rc/sysresbm.rc]
10360         Removed; all bitmaps are stored in XPM format now.
10362 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
10364         * [controls/edit.c]
10365         Small patch to fix edit-control when it's created with text.
10367 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
10369         * [tools/make_debug]
10370         The created macros won't have side effects anymore when used in
10371         an "if-else" structure. No more warnings from the compiler when
10372         compiled without defining DEBUG_RUNTIME.
10374 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
10376         * [controls/listbox.c]
10377         ListBoxDeleteString(): Fixed
10379         * [loader/selector.c]
10380         GetMemoryReference(): When special segments are referenced by
10381         pseudo-functions like __0040H, a reference to a "normal" segment
10382         will be returned preventing the program from crashing as soon
10383         as the referenced segment is actually accessed.
10385 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
10387         * [Configure]
10388         Ask for OLE stubs and malloc debugging
10390         * [Imakefile]
10391         link with libmcheck.a if necessary
10393         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
10394         Add OLE stubs, increase number of builtins
10395         dll_name_table_entry_s: new field dll_is_used
10397         * [loader/library.c]
10398         GetModuleHandle,ModuleNext: Check dll_is_used
10400         * [loader/ne_image.c]
10401         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
10402         to mean, anyway?)
10404         * [misc/olecli.c][misc/olesvr.c]
10405         New files. Add to misc/Imakefile
10407         * [misc/dos_fs.c]
10408         DOS_GetUnixFileName: make a copy of the input parameter to 
10409         prevent overwriting
10411         * [misc/main.c]
10412         MAIN_ParseDLLOptions: new function
10413         MAIN_ParseOptions: treat -dll command line flag
10414         main: add support for malloc debugging
10416 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
10418         * [loader/signal.c]
10419         Small patch for people using FreeBSD-2.1.0.
10421 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
10423         * [toolkit/sup.c]
10424         Added return values to the Call* routines
10426         * [toolkit/winmain.c]
10427         Load the resource file properly for WineLib applications.
10429 ----------------------------------------------------------------------
10430 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10432         * [if1632/call.S]
10433         Only save the lower 16-bits of SP and BP.
10435         * [if1632/callback.c]
10436         When calling to 16-bit code, restore DS from its previous value on
10437         entry to the 32-bit code, instead of from the code segment owner.
10439         * [if1632/relay.c] [include/stackframe.h]
10440         Use a structure to represent the 16-bit stack frame layout
10441         instead of hard-coded offsets.
10442         
10443         * [rc/Imakefile]
10444         Use y.tab.c for bison output file for compatibility with yacc.
10446         * [tools/build.c]
10447         Small optimization for calls to 32-bit code.
10449 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
10451         * [tools/build.c]
10452         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
10454 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
10456         * [debugger/dbg.y]
10457         Remove unnecessary sym-table loading when stopped in 16-bit mode.
10459         * [include/segmem.h] [loader/selector.c]
10460         Added dynamic alloction of selectors.
10461         Fixed some problems with large programs SIGSEGV-ing while
10462         running out of selectors.
10464         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
10465           [memory/global.c] [memory/heap.c] [memory/linear.c]
10466         Use __AHSHIFT and __AHINCR instead of 3 and 8.
10468 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
10470         * [misc/dos_fs.c]
10471         Better relative path handling when converting filenames between
10472         dos and unix, allowing '.' to be used in the Windows path.
10473         Startup working dir is now based on current working dir.
10475 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
10477         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
10478         Squeezed data structure that references internal dll's (mostly
10479         "struct dll_table_entry_s"). Caused 20% reduction in executable
10480         code size.
10482 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
10484         * [Imakefile]
10485         make wine.sym only when making emulator
10487         * [misc/file.c]
10488         OpenFile(): report as not implemented for WINELIB
10490         * [misc/winsock.c]
10491         Fix CONVERT_HOSTENT and friends for use with WINELIB
10493         * [rc/Imakefile][rc/rc.y][rc/parser.c]
10494         Rename rc.y to parser.y
10495         Use flex and bison on Sun
10497         * [toolkit/sup.c]
10498         CallWindowProc: fix parameter type
10500         * [windows/event.c]
10501         Commented #ifdef sparc
10503 ----------------------------------------------------------------------
10504 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10506         * [windows/nonclient.c] [windows/winpos.c]
10507         Implemented maximized windows.
10508         Implemented icon positioning and ArrangeIconicWindows().
10509         Bug fixes in SetWindowPos().
10511         * [windows/painting.c]
10512         Implemented GetControlBrush().
10513         Window frame is no longer contained in the update region.
10515         * [windows/win.c]
10516         Destroy owned windows upon DestroyWindow().
10518 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
10520         * [controls/edit.c]
10521         Changed line terminator to \r\n to be compatible with
10522         Windows.  Fixed bug in text selection.
10524 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10526        * [misc/shell.c]
10527        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
10528        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
10529        These functions now work somewhat more the way Windows programs expect
10530        them to work.
10532 ----------------------------------------------------------------------
10533 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10535         * [loader/resource.c] [objects/dib.c]
10536         Fixed icon loading and drawing, now that BitBlt() works correctly.
10537         
10538         * [objects/clipping.c] [objects/region.c]
10539         Implemented elliptic regions with a set of rectangle. This greatly
10540         simplifies the region code and should boost clipping performance.
10542         * [objects/color.c]
10543         Fixed bug that caused seg-fault on 24bpp displays.
10545         * [objects/bitblt.c]
10546         Fixed bug when shrinking a bitmap to more than half its size.
10548         * [windows/graphics.c]
10549         Fixed bugs in PaintRgn() and Polyline().
10551         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
10552         Fixed some problems with window background painting.
10554 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
10556        * [tools/build.c]
10557        * [tools/newbuild.c]
10558        * [Imakefile]
10559        * [include/wine.h]
10560        * [loader/call.S]
10561        * [loader/selector.c]
10562        * [include/segmem.h]
10563        * [misc/main.c]
10564        Changed selector code and 16/32 bit xfer code so that wine
10565        no longer has to be loaded low in memory.  Changed wine
10566        to work with ELF binary formats under Linux.
10567        
10568 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
10570         * [debugger/db_disasm.c]
10571         New instruction disassembler - borrowed from Mach kernel.  Has a
10572         BSD style of license as opposed to the gdb code we were previously
10573         using which was under the GPL.
10575 ----------------------------------------------------------------------
10576 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10578         * [Imakefile]
10579         Compiling with -Wall flag.
10581         * [*/*]
10582         Fixes to minimize the number of compilation warnings.
10584         * [objects/bitblt.c]
10585         Fixed BitBlt() and used the same code to rewrite PatBlt() and
10586         StretchBlt(). The three *Blt() functions should now be correct in
10587         every case (famous last words).
10589         * [objects/brush.c] [objects/dither.c]
10590         Merged the two files into brush.c
10592         * [objects/dc.c]
10593         Fixed bug when the Windows programs forget to re-select the
10594         original bitmap in a memory DC.
10596         * [objects/font.c]
10597         Tty to use 'fixed' font when the system font can't be found.
10599         * [windows/dialog.c]
10600         Tentative fix to make dialogs look better when using fixed-width
10601         fonts.
10603         * [windows/graphics.c]
10604         Partially implemented the PS_INSIDEFRAME pen style.
10606         * [windows/nonclient.c]
10607         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
10608         without the WS_DLGFRAME style.
10610 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
10612         * [memory/global.c]
10613         GlobalCompact should now return the correct value when the
10614         largest run of free blocks includes the last block.
10616         * [windows/mdi.c]
10617         Tiling and cascading windows without any MDI children should
10618         no longer crash (assuming no-op is the correct thing to do).
10620 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
10622         * [objects/font.c]
10623         GetTextExtentPoint: fixed debug output, str is counted string, not
10624         zero terminated.
10626         * [if1632/relay.c]
10627         DLLRelay: when debugging_stack got segv, added upper bound for
10628         stack dump.
10630 ----------------------------------------------------------------------
10631 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10633         * [*/Imakefile]
10634         All objects files are now kept in their respective directory.
10636         * [README]
10637         Rewrote most of it.
10639         * [objects/bitblt.c]
10640         Rewrote BitBlt() to look right in every case, while minimizing
10641         the impact on performance. Not really finished yet.
10643         * [objects/bitmap.c] [objects/dc.c]
10644         Fixed bug with pattern brushes.
10646         * [objects/clipping.c] [windows/painting.c]
10647         Fixes for logical coordinates.
10649         * [objects/color.c] [windows/graphics.c]
10650         Fixed GetPixel() to return the correct color, and made it faster.
10652         * [objects/region.c]
10653         Fixed bug in CombineRgn() when one of the region is empty.
10655 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
10657         * [Configure]
10658         Don't assume that expr handles '==', use '=' instead.
10659         Give a (hopefully informative) message if imake fails.
10661 ----------------------------------------------------------------------
10662 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10664         * [controls/listbox.c]
10665         Fixed problems due to new scroll-bar code.
10667         * [loader/signal.c] [miscemu/ioports.c]
10668         Handle I/O opcodes that use an absolute address.
10670         * [objects/text.c]
10671         Implemented TabbedTextOut().
10673 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
10675         * [objects/metafile.c]
10676         Implemented GetMetafile().
10677         Fixed bug in PlayMetaFile() when reading disc based metafile records.
10678         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
10679         PlayMetaFileRecord().
10680         
10681 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10683         * [Imakefile]
10684         wine.sym: Remove gcc2_compiled and friends
10686         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
10687           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
10688         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
10690         * [if1632/call.S]
10691         CallToLibMain: New function
10693         * [if1632/relay.c][include/options.h][misc/main.c]
10694           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
10695         removed Options.relay_debug
10697         * [include/heap.h]
10698         HEAP_OWNER: Use ds instead of cs:ip
10700         * [loader/ne_image.c]
10701         LoadNEImage: Remember current exe, handle nodata dlls
10702         InitNEDLL: handle nodata dlls, call CallToLibMain
10704         * [loader/selector.c]
10705         CreateSelectors: Initialize auto_data_sel with 0
10707         * [memory/heap.c]
10708         HEAP_CheckHeap: Check prev
10709         HEAP_CheckLocalHeaps: new function
10711         * [misc/profile]
10712         Remember and dump only changed profiles
10714         * [tools/makedebug]
10715         Introduce debugging_xxx flags
10717 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
10719         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
10720         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
10721         pe_image.h selectors.h wintypes.h]
10722         Added.
10724         * [*/*]
10725         - Commented all 'static char copyright statements', see misc/main.c
10726         - moved prototypes to headers files, fixed wrong prototypes.
10727         - *please* add a header file for each .c if you need to export
10728           things.
10730         * [misc/main.c]
10731         Added one static string which list the names of the contributors.
10733 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
10735         * [Configure]
10736         Made the support for multiple languages more automatic.  Added
10737         a [fonts] section to the wine.conf file.  Made the defaults
10738         better.  Generally cleaned it up.
10740         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
10741         Norwegian resources and small fixes to the german resources.
10743 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10745         * [debugger/break.c]
10746         bark(), toggle_next(), should_continue(): New functions
10747         insert_break(): Fixed, adds write access to page before writing
10748         wine_bp.next_addr: new structure field
10750         * [debugger/dbg.y]
10751         Changed symbol's value to be it's value instead of the value
10752         pointed to by the symbol.
10753         Changed SIGTRAP handling to allow continuation after break point
10755         * [misc/shell.c]
10756         ShellAbout(): Load resource from memory
10758 ----------------------------------------------------------------------
10759 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10761         * [controls/scroll.c] [include/scroll.h]
10762         Rewritten most of scroll-bar code for better Windows look & feel.
10763         Implemented EnableScrollBar().
10764         Preliminary keyboard support.
10766         * [objects/bitblt.c]
10767         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
10768         bits from outside the visible region.
10770         * [objects/oembitmap.c] [include/bitmaps/obm_*]
10771         Use XPM symbolic colors to load bitmaps. This allows the colors
10772         of the bitmaps to depend on the system colors.
10774         * [tools/make_debug]
10775         Made the make_debug script more robust.
10777         * [windows/dialog.c]
10778         Fixed CheckRadioButton().
10780         * [windows/nonclient.c]
10781         A few changes to scroll-bar drawing and tracking.
10783         * [windows/winpos.c]
10784         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
10785         avoid confusion, and optimized it somewhat.
10787 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
10789         * [misc/audio.c]
10790         * [misc/mcianim.c]
10791         more coding but nothing spectacular.
10793         * [misc/mmaux.c]
10794         some coding to access '/dev/mixer'.
10796         * [misc/midi.c]
10797         some coding to read .MID files, but it's not playing yet.
10799 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
10801         * [objects/dib.c]
10802         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
10803         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
10804         includes some bitmaps output by Paint Shop Pro.  Implementation is
10805         possibly now too lax.  Please see the notes on the function about
10806         why.
10808         * [controls/desktop.c]
10809         The desktop pattern should be painted if the wallpaper doesn't
10810         cover the whole screen width OR the whole screen height.
10812 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
10814         * [objects/dib.c]
10815         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
10816         now work.
10818         * [loader/ne_resource.c] [include/resource.h]
10819         Some cleanup.
10821 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10823         * [Configure]
10824           [rc/sysres.rc]
10825         Primitive compile-time support for multiple languages
10827         * [rc/sysres_De.rc]
10828         New file
10830         * [loader/resource.c]
10831         LoadBitmap: Recognize end of sysresbm properly
10833         * [rc/Imakefile]
10834         Rules to compile resources simplified, dependencies changed
10836         * [rc/sysresbm.rc]
10837         Don't use sysresbm if using XPM
10839         * [windows/dialog.c]
10840         CreateDialogIndirectParam: Reverse Z-order of controls
10842         * [windows/message.c]
10843         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
10845         * [windows/winpos.c]
10846         NextWindowFromPoint: New function
10848         * [controls/button.c]
10849         WM_NCHITTEST: Group Box is HTTRANSPARENT
10850         BUTTON_CheckAutoRadioButton: New function
10851         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
10853 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
10855         * [objects/text.c]
10856         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
10857         is too long to break.
10859         * [objects/font.c]
10860         Don't assume helvetica if there is no font family; let the other
10861         font attributes decide what font to use.
10863         * [controls/widgets.c]
10864         Listboxes and combo boxes need to be notified of double-clicks.
10866         * [controls/listbox.c]
10867           [include/listbox.h]
10869         scrolling to bottom of list box should display last item at the
10870         bottom, not at the top.
10871         
10872         list boxes need to allocate a separate heap for their item data,
10873         rather than using the user heap.  Otherwise, it's very easy to run
10874         out of memory for list box items.
10876         removed redundant code in ListBoxAddString().  Implemented simple
10877         version of LBS_SORT.
10879         Don't put [.] in the list box when using DDL_DIRECTORY.
10881         * [controls/combo.c]
10882         Combos should pass CBS_SORT onto their list box.
10884         * [windows/win.c]
10885         If window creation is aborted, remove the window from the
10886         linked lists.
10888         * [controls/static.c]
10889         static controls with SS_ICON were always returning 0 from
10890         WM_NCCREATE.
10892         Make sure static controls have text to draw before drawing it.
10894 ----------------------------------------------------------------------
10895 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10897         * [objects/oembitmap.c]  (New file)
10898         Added possibility to use .xpm files for OEM bitmaps.
10900         * [include/bitmaps/obm*]  (New files)
10901         Redrawn all OEM bitmaps in xpm format.
10903         * [objects/font.c]
10904         Add space for internal leading when using a negative font height.
10905         Stubs for AddFontResource() and RemoveFontResource().
10906         Fix in FONT_Init() for uninitialised default font.
10908         * [windows/dialog.c]
10909         Make font height negative as it is really a point size and not a
10910         pixel size; dialogs using 8-point fonts look better now.
10912         * [windows/graphics.c]
10913         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
10915         * [windows/nonclient.c]
10916         A few changes for new OEM bitmaps.
10918 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
10920         * [windows/class.c]
10921         The names of local classes have to be stored using GlobalAtom*.
10922         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
10924         * [if1632/call.S]
10925         CallTo16(cx): It's possible to set the contents of the cx-register.
10927         * [loader/ne_image.c]
10928         InitNEDLL(): The size of the local heap is now passed in the cx-
10929         register when initializing a DLL.
10931         * [memory/heap.c]
10932         LocalInit(): The case start==0 is now handled in the way it should.
10934         * [windows/win.c]
10935         GetWindowLong(): If the adress of the windows function is requested
10936         it's no longer returned if it's within the Wine code (and therefore
10937         unreachable by a windows program). This makes Borland's OWL happy.
10939         * [controls/edit.c]
10940         EDIT_GetStr(): Added handling for off<0.
10942 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
10944         * [loader/library.c]
10945         Fixed infinite loop bug when two DLLs refer to each other (fixes
10946         hangup of Quicken during loading).
10948 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
10950         * [misc/dos_fs.c]
10951         Bug fix: The size of a disk an the available space
10952         is now returned in bytes instead of (incorrectly)
10953         KBytes.
10955 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
10957         * [windows/graphics.c]
10958         Bug fix: Pie segments are now filled with correct brush.
10960 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10962         * [Imakefile]
10963         generate rc.o before loader.o
10965         * [controls/menu.c]
10966         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
10968         * [include/resource.h]
10969         Add struct ResourceTable
10971         * [loader/bitmap.h]
10972         Load system bitmaps from sysresbmTable
10974         * [misc/clipboard.c]
10975           [windows/event.c]
10976         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
10977         
10978         * [rc/Imakefile]
10979         generate rc.o from sysres.o and sysresbm.o. Added -lfl
10981         * [rc/rc.y]
10982         change style handling to allow ( S1 | S2 ) | S3
10984         * [rc/sysres.rc]
10985           [rc/sysresbm.rc]
10986         Put bitmaps and icons to sysresbm, everything else to sysres
10988         * [rc/winerc.c]
10989           [rc/winerc.h]
10990         Added -o, -c flags. New function set_out_file. Output to files.
10992         * [windows/dialog.c]
10993         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
10995         * [windows/nonclient.c]
10996         Create AboutWine dialog from template pointer
10998 ----------------------------------------------------------------------
10999 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11001         * [controls/static.c]
11002         Bug fix for SS_ICON controls.
11004         * [if1632/Imakefile]
11005         Fixed call.o dependencies.
11007         * [objects/clipping.c] [objects/dc.c]
11008         Fixed visible region handling. hVisRgn is always non-null now.
11010         * [windows/dce.c]
11011         Bug fix in GetDCEx for CS_OWNDC windows.
11013         * [windows/nonclient.c] [windows/painting.c]
11014         Fixes to icon window drawing.
11016         * [windows/winpos.c]
11017         A few fixes in SetWindowPos().
11019 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
11021         * [objects/bitblt.c]
11022         BitBlt(): BitBlt is now able to handle any raster operation. If
11023         the request can't be passed to XWindows directly, it's quite
11024         slow, though.
11026         * [*/*.c]
11027           [misc/main.c]
11028         Improvements of the system for handling debug messages. Options are
11029         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
11030         *debugoptions: +xxx there if you want to have turn messages xxx on).
11032         * [controls/menu.c]
11033         DestroyMenu(): The whole window won't be destroyed as a sideeffect
11034         any longer.
11036         * [misc/file.c]
11037         OpenFile(): Fixed bug in searching in system/window-directory.
11039 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
11041         * [include/windows.h]
11042         Bug fix for window related structures.
11043         DCB and COMSTAT are affected. They must be packed.
11045         * [misc/comm.c]
11046         Bug fix for COM ports:
11047         Dial and dialog window in terminal.exe now works.
11048         Non sequential COM assignments in wine.conf should not break now.
11049         Baudrate can be specified in wine.conf to overcome baudrate limitation
11050         in mswindow. See sample wine.ini
11052         * [include/comm.h]
11053         add baudrate field to DosDeviceStructre
11055         * [object/font.c]
11056         Bug fix for font assignment.
11057         Use pairs of foundry and family fontnames in X11 to correspond with
11058         window's fonts.
11059         Put font assignment ini wine.ini.
11061         * [wine.ini]
11062         Adding optional baudrate after port name in "serialports" section
11063         Add new section, "fonts".
11064         "default" is special key in "fonts" to match any unmatch window font.
11066 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
11068         * [if1632/relay.c]
11069         * [if1632/commdlg.spec]         New file.
11070         * [misc/commdlg.c]                      New file.
11071         * [include/commdlg.h]           New file.
11072         Begin of an emulated COMMDLG DLL, built-in for now.
11073         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
11074         thing you need to do is to put the real/dummy name in file relay.c)
11076         * [controls/scroll.c]
11077         * [controls/combo.c]
11078         * [controls/listbox.c]
11079         Few bug fixes and/or cosmetic.
11081         * [misc/audio.c]
11082         * [misc/mmaux.c]
11083         bug fixes and flags returned to emulate SB16.
11085         * [misc/midi.c]                         New file.
11086         skeleton for 'Midi' MMSYSTEM & MCI driver.
11088         * [misc/mcianim.c]                      New file.
11089         skeleton for 'Animation1' MCI driver.
11091         * [windows/win.c]
11092         Add new stub for GetLastActiveWindow().
11094 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
11096         * [if1632/call.S] [tools/build.c]
11097            Support for ELF format. (Not complete)
11099 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
11101         * [if1632/user.spec]
11102         Add stubs for ArrangeIconicWindows(), etc.
11104         * [if1632/kernel.spec]
11105         Add IsBad*Ptr() functions.
11107         * [loader/signal.c]
11108         Add test_memory(), for use with IsBad*Ptr().
11110         * [windows/winpos.c]
11111         Add stubs for TileChildWindows(), etc.
11113         * [windows/win.c]
11114         IsWindow() shouldn't crash if it's given a bad handle.
11115         Add stub for GetLastActivePopup().
11117         * [memory/global.c]
11118         Implement the IsBad*Ptr() functions.
11120         * [controls/listbox.c]
11121         Return the full longword of the item data in LB_GETITEMDATA.
11123         * [controls/edit.c]
11124         Don't let the user select an area past the end of the text.
11126         * [objects/text.c]
11127         In DrawText(), the code to delete crlfs also removed multiple
11128         consecutive newlines.  Also, using DT_CALCRECT didn't return
11129         the right height, and the width wasn't returned at all.
11130         This caused MessageBoxes to be missing much of their text.
11132         * [windows/scroll.c]
11133         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
11135 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
11137         * [miscemu/int21.c]
11138         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
11140         * [misc/property.c]
11141         Fixed inverted logic in EnumProps(), and changed CallBack16()
11142         call to use new arg format.
11144         * [windows/win.c]
11145         Fixed CallBack16() call in Enum[Child]Windows to use new arg
11146         format; this fixes crashes in enum procedures.
11148 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
11150         * [misc/clipboard.c]
11151           [windows/event.c]
11152           [windows/message.c]
11153         Added cut and paste between Wine and other X clients via
11154         the PRIMARY selection. Text only this time.
11156         * [controls/edit.c]
11157         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
11159         * [windows/defwnd.c]
11160         Send WM_SYSCOMMAND to overlapped ancestor window, 
11161         not the receiver of WM_SYSKEYDOWN
11163 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
11165         * [controls/edit.c]
11166         ClientWidth()/ClientHeight() macros: return 0 if size would
11167         be negative
11168         EDIT_StrLength(): takes unsigned char* instead of char*
11170         * [controls/listbox.c]
11171         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
11172         case instead of in each place required (it was omitted in
11173         some places causing problems!)
11175         * [controls/menu.c]
11176         MENU_CalcItemSize(): don't try to find size of a text item
11177         if the pointer is NULL
11179         * [include/heap.h]
11180         added definition of HEAP_LocalInit()
11182         * [include/msdos.h]
11183         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
11184         instead)
11186         * [loader/selector.c]
11187         IPCCopySelector(): added missing flags to shmget() call
11188         ? does this break linux - I added these flags in a previous
11189         patch but they were missing in the corresponding release ?
11191         * [loader/signal.c]
11192         win_fault(): added missing definitions of i, dump for those
11193         not running NetBSD or linux
11195         * [misc/dos_fs.c]
11196         DOS_GetCurrentDir(): made temp[] static so it can be safely
11197         returned
11199         * [miscemu/int21.c,int25.c,int26.c]
11200         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
11201         segmem.h where necessary.
11203         * [windows/dialog.c]
11204         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
11205         HEAP_LocalInit(), removed redundant variables
11207 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
11209         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
11210           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
11211           [objects/bitblt.c] [objects/metafile.c]
11212         Rewritten more printf's to use the new debugging system, and
11213         made wine less verbose per default. Use "-debugmsg +module"
11214         to get (almost) the same behavior as before.
11216 ----------------------------------------------------------------------
11217 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11219         * [controls/button.c]
11220         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
11221         BM_SETSTATE.
11222         Implemented default button painting.
11223         Optimised redrawing.
11224         Fixed owner-draw buttons.
11226         * [controls/static.c]
11227         Implemented WM_SETFONT.
11228         A few optimisations in painting code.
11229         Bug fix for SS_SIMPLE controls.
11231         * [if1632/callback.c]
11232         Preliminary GetCodeHandle().
11234         * [if1632/gdi.spec]
11235         Changed 'pascal' to 'pascal16' everywhere it's needed.
11237         * [include/windows.h]
11238         Fixed a few data structures.
11240         * [memory/heap.c]
11241         Bug fix in HEAP_ReAlloc().
11243         * [misc/cursor.c]
11244         Fixed SetCursor().
11246         * [objects/bitblt.c]
11247         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
11249         * [objects/font.c]
11250         Better font mapping code.
11251         Implemented GetTextFace().
11253         * [objects/region.c]
11254         Bug fix in REGION_MakePixmap().
11255         Faster region copying.
11257         * [objects/text.c]
11258         Implemented ExtTextOut().
11259         Implemented DT_NOCLIP style for DrawText().
11261         * [windows/dc.c]
11262         Free the bitmap when deleting a memory DC.
11264         * [windows/dce.c]
11265         Added support for windows that have no associated X window.
11266         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
11268         * [windows/defdlg.c]
11269         Implemented default push button handling and DM_SETDEFID.
11270         Implemented WM_NEXTDLGCTL.
11272         * [windows/dialog.c]
11273         Implemented default push button handling.
11274         Beginning of a keyboard interface in dialogs
11275         (does not really work yet).
11276         Fixed dialogs that use a special font.
11278         * [windows/event.c] [windows/focus.c]
11279         Added support for non-X windows.
11281         * [windows/graphics.c]
11282         Rewritten FloodFill() and implemented ExtFloodFill().
11284         * [windows/message.c]
11285         Cleaner hardware messages and X events handling.
11287         * [windows/defwnd.c] [windows/painting.c]
11288         Implemented WM_SETREDRAW.
11290         * [windows/win.c]
11291         Only create an X window for top-level windows, or for the desktop.
11292         Child windows now use their parent's drawable.
11294         * [windows/winpos.c]
11295         Beginning of support for non-X windows (still somewhat broken).
11296         Implemented *DeferWindowPos().
11298         * [*/Imakefile]
11299         Cleaned up some Imakefiles.
11300         Moved dc.c from windows/ to objects/.
11301         Moved cursor.c from misc/ to windows/.
11303 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
11305         * [include/debug.h]
11306           [include/stddebug.h]
11307           [*/*.c]
11308         Rewritten all the calls to printf for displaying debug-information
11309         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
11310         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
11311         all these messages on, "-debugmsg -dll" will turn all messages 
11312         concerning DLLs off.
11314         * [controls/combo.c]
11315         Added some handling for combo controls with ownerdraw-styles
11316         (just creating and passing the necessary messages to the 
11317         corresponding listbox control; the edit-control needs to be
11318         replaced with something else).
11320         * [controls/edit.c]
11321           [windows/dialog.c]
11322         Added support for use of global heap memory in dialogs with 
11323         edit controls.
11325         * [controls/listbox.c]
11326         Added support for item data.
11327         ListBoxInsertString(): Fixed bug for elements which are not inserted
11328         after the currently last element.
11329         
11330         * [misc/dos_fs.c]
11331           [miscemu/int21.c]
11332         DOS_ValidDirectory(): Checks whether a given string is in fact the
11333         valid name of a directory.
11335 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
11337         * [Imakefile]
11338         generate wine.sym after creating wine
11340         * [debugger/dbg.y]
11341         load "wine.sym" when entering debugger
11343         * [debugger/info.c]
11344         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
11346 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
11348         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
11349         Files created
11351 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
11353         * [misc/spy.c]
11354         Exclude and Include no longer requires a terminating ';' to
11355         register the last component.
11357 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
11359         * [Configure]
11360         Rewrote much of it.  Added capability to generate a wine.ini
11361         file.  Commented out the processor emulator options until that
11362         becomes interesting.  Gives a warning if it sees any *.rej
11363         files.  I hope I haven't assumed to much about the shell/OS so
11364         that it breaks under *BSD.
11366         * [misc/dos_fs.c]
11367         Removed/changed calls to ToUnix() (which calls tolower()) so
11368         that the part of the pathname which correspond with the drive
11369         letter on DOS no longer will be mapped to lowercase.  This
11370         means that it should be possible to have uppercase letters in
11371         the [drives] section of wine.ini.
11373         * [LICENSE]
11374         Cosmetic changes so that it displays better in the window you
11375         get from pressing "Credit_License" in the "About WINE" window.
11377 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
11379         * [controls/menu.c]
11380         LoadMenu() moved to loader/resource.c.
11382         * [misc/main.c]
11383         Added stub for FileCDR().
11385         * [include/peexe.h]
11386         Added, from Eric's pe-test.
11388         * [include/resource.h]
11389         Added.
11391         * [loader/resources.c]
11392         Removed duplicated code in *Resource() functions.
11393         Moved NE-program specific functions into ne_image.c.
11394         Moved NE-fileformat functions to ne_resource.c.
11396         * [pe_image.c] [pe_resource.c]
11397         Added. Nothing implemented to run PE-executables, resource
11398         loading only.
11400         * [misc/file.c]
11401         Changed OpenFile() to use macros.
11403         * [misc/shell.c]
11404         Added NULL-ptr checks to ShellAbout().
11406         * [miscemu/int21.c]
11407         Fixed a few typos.
11409         * [miscemu/kernel.c]
11410         Added _DI = _DS, to put the caller's instance in DI. Doesn't
11411         work properly if caller changed DS :-(
11413 ----------------------------------------------------------------------
11414 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
11416         * [include/win.h]
11417         Removed seperate X window for icon, added icon width,height.
11419         * [include/windows.h]
11420         Commented out the old SW_xxx emum and added defines since
11421         they aren't enumerated.
11423         * [windows/dce.c]
11424         Removed some older IsIconic checks from GetDCEx(), functionality
11425         is now in nonclient and generic wine window handling code.
11426         Lots of thanks to Alexandre Julliard all the hints and
11427         help...
11429         * [windows/defwnd.c]
11430         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
11431         WM_PAINTICON now calls NC_HandleNCPaint.  
11433         * [windows/event.c]
11434         Removed IsIconic checks.
11436         * [windows/icon.c]
11437         Removed everything in this file for now... could be used later.
11438         Icon functionality is now handled by the generic wine windows
11439         handling functions.
11440         
11441         * [windows/mdi.c]
11442         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
11443         show up when deiconified.  Removed IsIconic checks.
11445         * [windows/message.c]
11446         Removed old icon routines from hardware_event().
11448         * [windows/nonclient.c]
11449         Changed NC_HandleNCCalcSize() so it doesn't change the size
11450         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
11451         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
11452         on an Iconic window always send a SC_RESTORE message.
11454         * [windows/painting.c]
11455         Changed RedrawWindow() so it doesn't redraw an iconic window
11456         unless it has to (no icon for this class).
11457         
11458         * [windows/win.c]
11459         Removed creation of seperate icon window from CreateWindowEx().
11460         
11461         * [windows/winpos.c]
11462         Added saving and restoring of window rectangle during
11463         iconification/deiconification to ShowWindow().  Added
11464         functions to recursively hide and show children... called
11465         by ShowWindow during iconification/deiconification.
11467 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
11469         * [windows/message.c]
11470         WaitMessage(): Fixed handling of wm_timer-messages
11472         * [miscemu/int21.c]
11473         FindNextFCB(): Rewritten to support other functions than just
11474         returning the volume label
11476         * [misc/file.c]
11477         OpenFile(): Fix in handling of OF_CREATE
11479 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
11481         * [if1632/user.spec]
11482         Added SetParent.
11484         * [windows/win.c]
11485         Added SetParent.
11487 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
11489         * [loader/selector.c]
11490         Many changes throughout file to correct handling of shared memory
11491         function return codes. FreeBSD and SunOS shm functions return
11492         -1 not 0 on error. If Linux is different, these changes
11493         will have to be backed out.
11494         CleanupSelectors(): this is a new (internal) call to free
11495         up all selectors (and shm handles/memory) for use on exit.
11497         * [include/segmem.h]
11498         Change comment to reflect new use of shm_key
11500         * [misc/main.c]
11501         called_at_exit(): add call to CleanupSelectors()
11503 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11505         * [controls/button.c]
11506         Use OBM_CHECKBOXES to draw check boxes with correct colors.
11507         Fixed bug with WM_SETTEXT handling.
11508         A few drawing optimisations.
11510         * [controls/menu.c]
11511         Implemented correct \t and \a handling in menu items.
11512         Implemented help items (flush right) on menu bar.
11513         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
11515         * [controls/static.c]
11516         Fixed SS_ICON controls and implemented STM_SETICON message
11517         handling.
11519         * [controls/widget.c]
11520         Set cursor to IDC_ARROW for built-in classes.
11522         * [include/options.h] [misc/main.c]
11523         Backing store is now off by default.
11525         * [objects/region.c]
11526         Use X regions for rectangle and polygon regions: *major* speed
11527         improvement.
11529         * [windows/dialog.c]
11530         Fixed the fix for integer ids in controls. SS_ICON controls in
11531         dialogs should work now.
11532         Implemented DS_ABSALIGN style.
11534         * [windows/graphics.c]
11535         Implemented InvertRgn().
11536         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
11537         than with CreateCompatibleDC() + BitBlt().
11539         * [windows/message.c]
11540         Determining the window for a mouse message is now done at
11541         GetMessage() time.
11542         Modified PeekMessage() handling to avoid needlessly flushing the
11543         output queue.
11545         * [windows/timer.c]
11546         Check for restart of a timer (SetTimer call with the same hwnd and
11547         id than an existing timer).
11549 ----------------------------------------------------------------------
11550 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
11552         * [misc/file.c]
11553         OpenFile(): Completly rewritten.
11555         * [miscemu/int21.c]
11556         CreateFile(): Fixed wrong mode in call to open.
11557         OpenExistingFile(): Implemented file sharing.
11558         FindNext(): Fixed.
11559         CreateNewFile(): Fixed wrong mode in call to open.
11560         fLock(): Added to handle record locking.
11561         GetFileAttribute(): Added.
11562         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
11564         * [miscemu/int2f.c]
11565         AH = 0x10: SHARE installation check
11567         * [loader/resource.c]
11568         AccessResource(): Fixed. A new file descriptor will be returned by
11569         every call to AccessResource().
11571         * [windows/utility.c]
11572         wvsprintf(): Fixed.
11574         * [controls/menu.c]
11575         FindMenuItem(): Fixed (handling for nPos == -1 added).  
11577         * [windows/win.c]
11578         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
11580         * [Configure]
11581         Added two options for a processor emulator that might be
11582         plugged in later..
11584         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
11585         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
11586         Added TaskFirst(), TaskNext(), TaskFindHandle().
11588         * [memory/global.c]
11589         Added stub for MemManInfo().
11591         * [objects/text.c]
11592         Added stub for GetTabbedTextExt().
11594         * [miscemu/*]
11595         Changed all references to registers. Please don't access
11596         the context structure.
11597         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
11599         * [misc/lstr.c]
11600         Fixed bug in AnsiUpper() & AnsiLower().
11602         * [misc/winsocket.c]
11603         bugfix in getsockopt()/setsockopt(): winsock uses different values
11604         than unix.
11606         * [objects/dib.c]
11607         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
11609 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
11611         * [controls/edit.c]
11612         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
11614         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
11615         Modified dialog code to create new heap for edit controls
11616         unless DS_LOCALEDIT style is set.
11618 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11620         * [controls/button.c] [controls/edit.c] [controls/static.c]
11621         Removed unneeded GlobalUnlock() calls.
11623         * [controls/menu.c] [include/menu.h]
11624         Lots of changes, fixed a lot of old bugs and introduced a lot of
11625         new ones :-)
11626         - Changed message loop to use MSG_GetInternalMessage().
11627         - Fixed a bug that caused the main window to lose activation when
11628           displaying a menu.
11629         - Correctly send initialisation messages (WM_INITMENUPOPUP).
11630         - Implemented EndMenu() and LookupMenuHandle().
11631         - Changed internal structures to be as compatible as possible with
11632           MS-Windows.
11633         - Allocated everything on the USER heap instead of the global heap.
11634         - Prefixed all internal function names with MENU_ and declared
11635           them static.
11636         - Moved "About Wine..." handling to NC_HandleSysCommand().
11637         - Multi-line menus should now work correctly.
11639         * [loader/resource.c] [objects/bitmap.c]
11640         Added the possibility to create OEM bitmaps directly as X bitmaps.
11642         * [objects/dcvalues.c] [windows/dc.c]
11643         Fixed GetDCOrg() to return screen coordinates.
11645         * [windows/message.c]
11646         Fixed double-click checks when the message is not removed from the
11647         queue.
11648         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
11650         * [windows/nonclient.c]
11651         Bug fix in system menu hit-test calculation.
11652         A few changes for new menu functions.
11654 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
11656         * [controls/edit.c]
11657         Bug fix in Edit_NCCreateMessage
11658         es->textlen was being used before being set
11660         * [controls/menu.c]
11661         Bug fix in MENU_DrawMenuItem
11662         don't try to write text if NULL pointer passed
11664 ----------------------------------------------------------------------
11665 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
11667         * [windows/message.c]
11668         Implemented WaitMessage() (USER.112).
11670         * [if1632/user.spec]
11671         Added WaitMessage.
11673         * [windows/defwnd.c]
11674         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
11676         * [miscemu/int{13,21,2a}.c]
11677         * [miscemu/Imakefile]
11678         * [signal/loader.c]
11679         Added a few basic disk information and diagnostic functions to
11680         prevent programs using this function from crashing. All drives
11681         are claimed to be remote ones, so direct I/O isn't allowed.
11683         * [controls/edit.c]
11684         EDIT_WriteText(): Added code to correctly erase the remaining space
11685         of the edit-control if the size of the control has changed sinced it's
11686         creation.
11688 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
11690         * [if1632/mouse.spec]
11691         Added mouse.dll entry, no functions.
11693         * [loader/resource.c]
11694         Bug fix in AccessResource(). 
11696         * [misc/keyboard.c], added [include/keyboard.h]
11697         Changed functions to return more useful values.
11699         * [windows/dialog.c]
11700         Hacked DIALOG_GetControl() to support resources which
11701         have 0xff00 - 0xffff as id. ** Needs to be done properly by
11702         someone who knows the NE fileformat **
11704 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11706         * [windows/event.c]
11707         Add new stub for EnableHGardwareInput() function.
11709         * [windows/message.c]
11710         Add coding for HWND_BROADCAST in PostMessage().
11712         * [misc/file.c]
11713         Add coding for OpenFile() also search in WindowPaths.
11715         * [misc/mmsystem.c]
11716         * [misc/audio.c]
11717         * [misc/mmaux.c]
11718         * [misc/mcicda.c]
11719         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
11720         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
11721         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
11722 ----------------------------------------------------------------------
11723 Mon Jul 18 23:55:13 MET DST 1994
11725         * [if1632/call.S]
11726         CallTo16(): added `mov %eax,%edx' just before lcall,
11727         to make sure that DX contain the DLL's hinstance when
11728         initialised.
11730         CallTo32_16() added, equal to CallTo32() except for
11731         one thing: it saves DX and 
11733         * [tools/build.c]
11734         Added some code to support 16 and 32 bit return values.
11736         * [1632/{kernel,user}.spec]
11737         Changed most of the `pascal' style to pascal_16 when
11738         function returned a 16bit value.
11740 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11742         * [controls/menu.c]
11743         Reorganized sizing and drawing code to implement multi-line menus.
11744         Implemented MENUBREAK style.
11745         Use system colors to draw menus.
11747         * [objects/color.c]
11748         Bug fix in COLOR_IsSolid().
11750         * [objects/font.c]
11751         Bug fix in FONT_GetMetrics(): calculate average character width
11752         only on existing chars (dialogs look much better).
11754         * [objects/text.c]
11755         Bug fix in DrawText(): use text color to underline mnemonic.
11757         * [windows/nonclient.c]
11758         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
11760         * [windows/syscolor.c]
11761         Added system objects for menu colors.
11763 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
11765         * [controls/menu.c]
11766         Fixed bug in SelectPrevItem that caused seperators to not be
11767         skipped when using the up arrow key.
11769 ----------------------------------------------------------------------
11770 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
11772         * [Configure]
11773         Autodetects Linux version (if running Linux).
11775         * [loader/signal.c]
11776         New signals for Linux.
11778         * [loader/ldtlib.c]
11779         New structure field in sys call.
11781 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
11783         * [load/resource.c] 
11784           fixed Memory (Resource) Leak.
11786         * [load/main.c] 
11787           fixed a printf.
11789 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11791         * [controls/desktop.c]
11792         Implemented desktop wallpaper (only 16 colors for now).
11794         * [controls/menu.c] [windows/nonclient.c]
11795         Preliminary work to allow multi-line menus.
11797         * [misc/main.c]
11798         No backing store on desktop window (not useful).
11800         * [objects/text.c]
11801         A few fixes to DrawText() to make underlines under mnemonic
11802         letters to look better.
11804         * [windows/graphics.c]
11805         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
11806         Implemented PolyPolygon() (partially working).
11808         * [windows/winpos.c]
11809         New function WINPOS_SendNCCalcSize().
11810         Cleaned up SetWindowPos() and added preliminary support for
11811         multi-line menus.
11813 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
11815         * [controls/edit.c]
11816         Changes to work as a library.
11818         * [if1632/callback.c] 
11819         Ifdefed module.
11821         * [if1632/relay.c]
11822         Changes to allow linking with WineLib.
11824         * [include/windows.h]
11825         Added macro WINELIB_UNIMP
11827         * [loader/library.c]
11828         When compiling WineLib, GetProcAddress is not implemented yet.
11830         * [loader/main.c]
11831         Added empty InitDLL when using WineLib.
11833         * [loader/ne_image.c]
11834         Some parts of the loader are needed for WineLib, ifdefed correctly
11836         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
11837         Disable compilation of module when compiling WineLib.
11839         * [toolkit/heap.c]
11840         Fixed small bug.  When passed an invalid handle WineLib would
11841         crash, now return NULL.
11843         * [toolkit/winmain.c]
11844         Call CreateNewTask in _WinMain.
11846 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
11848         * [controls/edit.c] [controls/widget.c]
11849         More changes to improve compatibility with Windows' edit
11850         control.  Finished off tab stop support.
11852 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
11854         * [if1632/relay.c]
11855         # of ordinals in shell.dll changed to 103.
11857         * [loader/signal.c]
11858         sti, cli will now be ignored.
11860         * [objects/brush.c]
11861         Added stub for GetSysColorBrush().
11863 ----------------------------------------------------------------------
11864 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
11866         * [controls/edit.c]
11867         Bug fixes and tidying up.  Preliminary tab stop support
11868         (doesn't work yet).
11870         * [windows/dialog.c]
11871         Reversed order of buttons in CheckRadioButtons so that all
11872         buttons are now displayed.
11874 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11876         * [include/options.h] [misc/main.c] [windows/win.c]
11877         Removed nosaveunders option, replaced by handling
11878         the CS_SAVEBITS flag.
11880         * [windows/class.c]
11881         Modified the fix for negative size in class extra bytes to
11882         avoid modifying the caller's data.
11884         * [windows/dc.c]
11885         Bug fix: system font must be a proportional font.
11886         Fixed a bug that caused the default pen to not be selected
11887         correctly in a DC.
11889         * [windows/graphics.c]
11890         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
11891         noticing it.
11893         * [windows/painting.c]
11894         Removed incorrect selecting of default objects in BeginPaint()
11895         (no longer needed because of the fix in dc.c).
11897 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11899         * [misc/mmsystem.c]
11900         * [misc/audio.c]
11901         Add more code to interface '/dev/dsp'.
11903         * New file [misc/mcicda.c]
11904         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
11906         * New file [misc/mmaux.c]
11907         Stubs to make a future driver connected to '/dev/mixer'.
11909         * [windows/win.c]
11910         Temporary patch to CreateWindowEx() for reseting negative
11911         coordinates to 0,0 ; because 'soundrec.exe' give negative values
11912         and I need it to work on MMSYSTEM ... :-)
11914         * [miscemu/int2f.c]
11915         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
11917 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
11919         * include/comm.h
11920         New file -- some definitions that were in comm.c now need to
11921         be shared with misc/dos_fs.c
11923         * misc/comm.c
11924         Some definitions moved into include/comm.h
11926         * misc/dos_fs.c (DOS_GetEquipment):
11927         Fixed error in equipment -- bitwise or of two values should
11928         be used instead of logical or.  Also added code to correctly
11929         report the number of serial and parallel devices.
11931 ----------------------------------------------------------------------
11932 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
11934         * [objects/bitmap.c]
11935         Allow negative bitmap sizes.
11937 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
11939         * [controls/edit.c]
11940         Improved selection display.  Added processing for WM_SETFONT,
11941         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
11942         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
11943         application's local heap.
11945         * [windows/graphics.c]
11946         Corrected bug in Rectangle().  XFillRectangle has the same
11947         width as Rectangle, but XDrawRectangle is one pixel wider
11948         for the same co-ordinates.
11950         * [memory/heap.c] [include/heap.h]
11951         Added HEAP_LocalSize function.
11953         * [windows/event.c] [windows/keyboard.c]
11954         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
11955         Added supporting code to GetKeyState and GetAsyncKeyState and
11956         merged mouse button states into GetKeyboardState.
11958         * [loader/resource.c] [include/accel.h]
11959         Added recognition of SHIFT, CONTROL and ALT keys to
11960         TranslateAccelerator.
11962         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
11963         A bit more metafile support.
11965 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
11967         * [loader/resource.c]
11968         SizeofResource() and AllocResource() added, AccessResource() updated.
11970         * [if1632/kernel.spec]
11971         FreeLibrary() used for FreeModule().
11973         * [windows/graphics.c]
11974         Rectangle(): swap left & right corners when right < left,
11975         swap top & bottom when botton < top.
11977 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11979         * [controls/combo.c]
11980         Fix bug in window style of the associated listbox.
11982         * [controls/menu.c]
11983         Skip separators in keyboard navigation by using new internal 
11984                 functions SelectPrevItem() & SelectNextItem(),
11986         * [misc/profile.c]
11987         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
11988                 IntBuf must be alloc to (5+1)=6. char instead of 5.
11990         * [misc/main.c]
11991         Put code in functions SetEnvironment() & GetEnvironment().
11993         * [misc/shell.c]
11994         Start putting some code in ExtractIcon() function.
11996         * [misc/mmsystem.c]
11997         Some code for MMTimer functions & timers list.
11999         * [miscemu/int31.c]
12000         Few stubs for DPMI interrupt calls. Nothing work yet.
12002 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
12004         * include/win.h (tagWND):
12005         Added icon fields icon, hIcon and rectClientSave to 
12006         the tagWND struct.
12008         * windows/Imakefile
12009         Added icon.c to the list of files to compile
12011         * windows/dce.c (GetDCEx):
12012         Added some checks for iconic mode and pass icon window as drawable,
12013         not the real window.
12015         * windows/defwnd.c (DefWindowProc)
12016         Added PAINTICON default windows procedure.
12018         * windows/event.c (EVENT_Expose)
12019         Added check for iconic window expose. If iconic window is exposed
12020         send a WM_PAINTICON message
12022         * windows/icon.c 
12023         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
12025         * windows/mdi.c (DefMDIChildProc)
12026         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
12028         * windows/message.c (hardware_event)
12029         Looks for icon as well as window now.
12031         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
12032         Added iconify/deiconify in NC_HandleSysCommand, new function
12033         NC_DoNCPaintIcon which paints an icon.
12035         * windows/painting.c (BeginPaint)
12036         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
12037         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
12038         windows behavior.
12040         * windows/win.h (CreateWindowEx)
12041         Set the default background color of a window to be white.
12042         Create icon window, turn off MINIMIZE if it is on, since
12043         I don't know what to do with it as of yet... register
12044         the icon with the hwnd of its window so we can identify where
12045         icon messages are coming from.
12047 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
12049         * windows/event.c: Added a hack to define XPointer when using
12050         X11R4. 
12052         * toolkit/hello.c: Test application for WineLib. To compile you'll
12053         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
12054         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
12056         * toolkit/heap.c: Extended the size of the block size per chunk.
12058         * misc/stress.c (GetFreeFileHandles): Fixed typo.
12060         * misc/main.c (main): Changes to allow compilation under SunOS. 
12062         * loader/library.c: Changed some ifdefs to compile WineLib.
12064 ----------------------------------------------------------------------
12065 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
12067         * loader/selector.c (GetCurrentPDB): 
12068         Added trivial function GetCurrentPDB() which returns the program
12069         segment prefix selector.
12071         * memory/heap.c (HEAP_Free): 
12072         If free list is empty, make the freed block the free list.
12074 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
12076         * controls/edit.c (EDIT_SetTextMsg): 
12077         Do not append a newline at the end of the last line.
12079         * windows/event.c (SetCapture): 
12080         Set winHasCursor if mouse capture succeeds.
12082 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12084         * [controls/listbox.c]
12085         Fix bug in listbox : InsertString should call AddString if -1.
12087         * [controls/menu.c]
12088         New function GetMenuState().
12090         * [controls/scroll.c] [windows/nonclient.c]
12091         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
12093         * [objects/text.c]
12094         Add Stub for TabbedTextOut(), which temporarely call Textout().
12096         * [windows/keyboard.c] [windows/event.c]
12097         New function GetKeyBoardState() with an KeyStateTable array
12098                 & associated handling in function EVENT_key().
12100 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
12102         * [controls/menu.c]
12103         IsMenu() added.
12105         * [loader/library.c]
12106         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
12107         added.
12109         * [object/gdiobj.c]
12110         IsGDIObject() added.
12112         * [miscemu/int2[56].c]
12113         bugfix: both didn't leave flags pushed on 16bit-stack.
12114         (winfile gets a bit further)
12116         * [miscemu/int16.c]
12117         Added (empty).
12119 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
12120         * windows/event.c:
12121         Added code to drop redundant motion Events in the XEvent queue.
12123 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
12125         * [misc/main.c misc/message.c include/texts.h]
12126         Removed the text-constants from message.c into variables
12127         which may be changed from X-resources.
12129         * [misc/main.c misc/message.c]
12130         added <locale.h> and setlocale() to main.c, used toupper() in message.c
12132 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
12134         * controls/button.c ( [CR]B_LButton* ) 
12135         left rc.right at full window width so click on label also 
12136         activates the control (MSWin behavior)
12138 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
12140         * include/windows.h:
12141           functions pointers can not be packed.
12142           (annoying warnings with forthcomming gcc-2.6.x)
12143         
12144         * loader/main.c (InitDLL): 
12145           Fixed a printf statement. (for control.exe) 
12147           (InitializeLoadedDLLs): 
12148           deleted shadow definition of  *wpnt.
12149           (Breaks many programs, because now COMMDLG will be
12150            initialized :-(
12152         * windows/win.c (SetWindowText): 
12153           added missing breaks; (PENSATE starts) 
12155         * windows/graphics.c (FloodFill): 
12156           Proper boundarys. (BANGBANG starts) FloodFile_rec should
12157           be rewritten.
12159         * objects/font.c (FONT_GetMetrics): 
12160           TYPO: use font->perchar only if it is defined. (WRITE starts)
12162 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
12163         controls/scroll.c:
12164         Fixes for improved behaviour when dragging thumb;
12165         Added SB_THUMBPOSITION message when thumb is released.
12167 ----------------------------------------------------------------------
12168 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
12170         * loader/selector.c (FixupFunctionPrologs): 
12171         New function to fixup loaded DLL function prologs.  It replaces the
12172         do nothing code with code that loads DS with the appropriate data
12173         segment for the DLL.
12175         * misc/cursor.c (LoadCursor): 
12176         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
12177         the possibility of multiple cursors in a single directory.  Also,
12178         it should check to see if the cursor is the right size.
12180         * objects/font.c (EnumFonts): 
12181         Checked for lpLogFontList[i] == NULL
12183         * objects/gdiobj.c (SetObjectOwner): 
12184         Removed stub.  Replaced with simple return in gdi.spec.  This
12185         function is not defined for the retail version of Windows.
12187         * memory/heap.c (WIN16_LocalHandleDelta): 
12188         New function.  This is really a dummy that imitates the proper
12189         return values.
12191         * loader/library.c (GetProcAddress): 
12192         Fixed definition of IS_BUILTIN_DLL() macro.
12194 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
12196         * miscemu/int21.c (SeekFile): 
12197         Needed to return current position in DX:AX.
12199         * windows/utility.c (windows_wsprintf): 
12200         Added support for '#' in format, and fixed bug with "ptr" being
12201         incremented too many times.
12203         * miscemu/int21.c (OpenExistingFile): 
12204         Add code to handle opening files read-only and write-only.
12206         * loader/wine.c:
12207         Segment fixups now done in LoadImage instead of _WinMain.  This
12208         is necessary to support LoadLibrary().
12210 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
12212         * [loader/*]
12213                 - fixed: GetModuleHandle() sometimes returned
12214                   a wrong handle.
12215                 - don't init dlls when cs == 0 (lzexpand, doesn't
12216                   seem to have a init function)
12217                 - LoadLibrary & LoadImage now return error instead
12218                   of stopping wine.
12219                 - moved most of NE-functions into one file.
12220                 - LoadLibrary() uses w_files list instead of its
12221                   own list.
12222                 - NE exectables are now fixed-up and initialised when
12223                   loaded instead of only once before calling InitTask.
12225         * [miscemu/int15.c] [miscemu/int31.c]
12226         Added.  
12228         * [loader/selector.c]
12229         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
12231         * [misc/main.c]
12232         Stub added for IsRomModule().
12234         * [miscemu/int21.c]
12235         Some cleanup, added heap for returning data.
12237 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12239         * [tools/build.c]
12240         Change MAX_ORDINALS     define to higher value, 1299 entries.
12241         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
12243         * [windows/utility.c]
12244         Bug fix in windows_wsprintf(), (twice increments ...).
12246         * [windows/winpos.c]
12247         Bug fix in SetWindowPos(), redraw was done if flag
12248                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
12250         * [misc/message.c] [controls/combo.c]
12251         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
12253         * [windows/win.c]
12254         In CreateWindowEx(), do SetMenu() calls after window creation,
12255                 just before sending to WM_NCCALCSIZE.
12257         * [controls/menu.c]
12258         In function SetMenu(), now use SetWindowPos() with 
12259                 flags SWP_FRAMECHANGED to readjust menu area.
12260         Function MenuBarCalcSize() redone.
12262 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
12264         * [objects/text.c]
12265         Fixed problems associated with DT_WORDBREAK flag.  String length
12266         was not being properly decremented when lines were folded, and
12267         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
12268         both on in addition to DT_WORDBREAK.  Windows does wrapping in
12269         this case, and now so does wine.
12271 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
12273         * [edit.c]
12274         cp1 was uninitialized iff lineno == 0
12276         *  FindFile tests for existance of file even if a full
12277            filename was supplied. What about unix file names?
12279         * [controls/listbox ]
12280         wndPtr was uninitialized for LB_SETTOPINDEX
12282         * [misc/property.c]     
12283         Do not free lpProp. Is it really allocated by malloc?
12284         {edited by Bob Amstadt: changed free() to GlobalFree()}
12286 ----------------------------------------------------------------------
12287 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
12289         * miscemu/int21.c (OpenExistingFile): 
12290         OpenExistingFile needed to return handle in AX register instead
12291         of the BX register.
12293         * miscemu/int21.c (ioctlGetDeviceInfo): 
12294         Added a little code to give a fake result for normal files.
12296 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
12298         * [memory/global.c]
12299         return value from GlobalSize was completely wrong.
12301         * [miscemu/int21.h]
12302         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
12303         dta correctly.
12305         * [tools/build.c]
12306         fixed creation of pop.h to guarantee that flags are restored correctly.
12308         * [misc/comm.c]
12309         changed all occurance of strncmp() to strncasecmp().
12310         BuildCommDCB() should not require that OpenComm() be called first.
12312         * [loader/selector.c]
12313         Heap initialized to size of full segment less stack size and 
12314         automatic data size.
12316 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
12318         * [controls/listbox.c]
12319         Correct typos in ListBoxResetContent where lpls variable is
12320         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
12321         twice on the same handle if hData and hMem are the same.
12323         * [debugger/opcodes/i386-dis.c]
12324         Add new name array names_rmw for table driven decoding of the
12325         16-bit mod/rm field.  Omit large case statement in OP_E and
12326         replace with array reference to match existing coding style.
12327         Add new static variable machine with value 286 or 386 to
12328         correctly decode mod/rm field in either 16 or 32 bit modes.
12329         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
12330         to decode mod/rm.  While the code was correct for 16 bit code,
12331         it was improperly decoding mod/rm fields on word prefixed
12332         32 bit instructions.
12334         * [debugger/debug.l]
12335         Recognize new token ABORT.   Recognize single letters 'p'
12336         and 'q' as tokens.
12338         * [debugger/dbg.y]
12339         Add new token ABORT.  Allow print command to be invoked by
12340         'p' and quit command by 'q', ala GDB.  Change lots of '};'
12341         to just '}'.  Add static dummy_regs to wine_debug so that
12342         wine_debug(0, NULL) doesn't core dump with qmagic.
12344         * [debugger/info.c]
12345         Correct syntax of break command in helptext and omit former
12346         comment about probable bugginess of the disassembly since it
12347         is now correct.  Change fprintf of first backtrace stack
12348         frame to match that of the second and subsequent frames.
12350         * [loader/selector.c]
12351         Change construction of command line in CreatePSP from creating
12352         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
12353         PSP command line looks like " arg1 arg2\r" with the length not
12354         including the trailing "\r" but that is not how Windows does it.
12356         * [loader/library.c]
12357         Change uses of %s to print strings in GetModuleHandle to %x so
12358         that string IDs don't cause a core dump with qmagic.  Handle
12359         converting a string id to a literal module handle.  For
12360         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
12361         it is a real module handle.
12363         * [misc/message.c]
12364         In MessageBox, translate a NULL title argument to the string "Error".
12366         * [misc/profile.c]
12367         In GetSetProfile translate a NULL Default argument to "".  Any
12368         caller whose Default argument is NULL is buggy, but CHARMAP does it
12369         anyway.
12371         * [objects/font.c]
12372         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
12374 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
12376         * New options/resourses nosaveunders and nobackingstore.  By 
12377         default backingstore and saveunders are now enabled, these use 
12378         more memory but avoids those slow (sometimes multiple) redraws 
12379         caused be exposure events.
12381 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12383         * [misc/driver.c] New file
12384         Skeleton for 'Installable Wine Drivers' functions. :-)
12385         * [misc/audio.c] New file
12386         Skeleton for basic 'Audio Driver' functions.
12387         * [misc/network.c] New file
12388         Stubs for few networking functions.
12390         * [misc/mmsystem.c]
12391         More coding ... a dust in a galaxy ...
12392         * [misc/shell.c]
12393         Some coding for 'RegXXX' functions ... a dust in the wind ...
12395         * [misc/profile.c]
12396         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
12398         * [objects/gdi.c]
12399         New function CreateDiscardableBitmap(), it just calling 
12400         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
12402         * [controls/listbox.c]
12403         * [controls/combo.c]
12404         New font member assigned to SYSTEM_FONT as default.
12405         Added processing for WM_SETFONT message;
12408 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
12410         * [windows/event.c]
12411         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
12413         * [windows/keyboard.c]
12414         Implemented beginning of GetAsyncKeyState.
12416 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
12418         * [objects/metafile.c] [include/metafile.h]
12419           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
12420           [windows/dc.c]
12421         Further metafile support.
12423 ----------------------------------------------------------------------
12424 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
12426         * [loader/selector.c]
12427         Allocate heap and stack segments as 64k.
12429 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
12431         * [loader/selector.c]
12432         Correct typos where memcpy is used instead of memset.
12434         * [loader/resource.c]
12435         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
12436         by calculating the value when the bitmap is not compressed.
12438         * [miscemu/int21.c]
12439         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
12441         * [loader/resource.c]
12442         New function type_match to handle string resource types as
12443         well as IDs.  In addition, compare only low 4 bits of type_id
12444         when both numbers are IDs so that 0x0002 matches 0x8002.
12445         In FindResourceByNumber and FindResourceByName use type_match
12446         instead of comparing numbers.  In FindResource handle the
12447         "#number" syntax and empty strings in both the resource and
12448         type names.
12450 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
12452         * [windows/dialog.c]
12453         Fix inadvertent printing of string IDs as strings.
12455 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12457         * [controls/menu.c]
12458         New functions GetMenuItemCount(), GetMenuItemID().
12459                 GetMenuString() & HiliteMenuItem().
12460         Bug fix in CheckMenuItem().
12461         Function SetMenu() now make client area recalc if menu removed.
12463         * [windows/winpos.c]
12464         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
12465                 windows with initial width or height equal zero.
12467         * [objects/gdiobj.c]
12468         New function EnumObjects(), using new lpPenBrushList buildup
12469                 from calls to new function GDI_AppendToPenBrushList().
12470                 ('pbrush.exe' don't show its face yet ! ... :-( )
12471         New EMPTY STUB for function SetObjectOwner(),
12472                 ('mplayer.exe' call it via GetProcAddress() ...)
12474         * [objects/font.c]
12475         New internal functions ParseFontParms() & InitFontsList().
12476         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
12477         FONT_MatchFont now make retries to find closest-smallest font.
12478                 ('charmap.exe' can now show the differents fonts available)
12480         * [windows/nonclient.c]
12481         Use small dos OBM_OLD_CLOSE button for MDI windows.
12483         * [windows/graphics.c] [objects/bitmap.c]
12484         Start to remove obsolete globals such XT_screen ...
12486         * [loader/library.c]
12487         Make function GetProcAddress() working also with builtin DLLs.
12489 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
12491         * [if1632/system.spec] [if1632/toolhelp.spec]
12492         system.dll & toolhelp.dll added.
12494         * [loader/library.c]
12495         Modified GetModuleFileName() to return the full
12496         filename.
12497         Added a check to LoadLibrary() to prevent loading
12498         built in dlls. (eg. user.exe)
12499         Added a check to FreeLibrary() to prevent built-in
12500         dlls from being freed.
12501         Modified GetProcAddress() to support builtin dlls.
12503         * [loader/signal.c] [miscemu/int2f.c]
12504         Added => pifedit runs.
12506         * [misc/dos_fs.c]
12507         Added a NULL-ptr check to DOS_closedir().
12509 ----------------------------------------------------------------------
12510 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
12512         * [windows/dce.c]
12513         Fixed bug with dce initialization that was causing dialog boxes to not
12514         be displayed.
12516         * [if1632/callback.c]
12517         Better fix for bug found by Martin.
12519 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
12521         * [ memory/heap.c ]
12522         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
12524 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12526         * [objects/font.c]
12527         Make EnumFonts() calling a callback with dummy fonts ... :-)
12529         * [objects/text.c]
12530         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
12532         * [if1632/callback.c]
12533         Temporarely go around bug in CallWindowProc(), you will see printfs.
12535         * [controls/edit.c]
12536         Make EDIT controls focused by a mouse click.
12538         * [misc/property.c]
12539         Bug Fix in function EnumProps(), better use of CallBack16().
12541         * [misc/mmsystem.c]
12542         Basic Skelton's for MCI messages dispatching function.
12544 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
12546         * [windows/utility.c]
12547         Added windows_wsprintf() for the emulator, wsprintf() is
12548         for libwine.
12550 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
12552         * [misc/cursor.c]
12553         Fix pointer problems in LoadCursor leading to heap corruption.
12555         *  [ controls/menu.c ]
12556         Fix two NULL dereferencing bugs.
12558 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
12560         * [objects/font.c]
12561         Fix NULL pointer dereferencing bug in GetCharWidth.
12563         * [loader/resource.c]
12564         Fix under-allocation of memory in LoadAccelerators.
12566         * [windows/class.c]
12567         Ignore negative sizes for extra fields in RegisterClass.
12569 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
12571         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
12572           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
12573           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
12574           [windows/dc.c] [windows/mapping.c]
12575         Beginnings of metafile support.
12577         * [misc/file.c]
12578         Corrected spelling of _lcreat.
12580         * [controls/edit.c]
12581         Minor bug fixes.
12582 ----------------------------------------------------------------------
12583 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12585         * [controls/scroll.c]
12586         Make thumbtrack button disappear if scroll box ratio < 3:1.
12587         Make arrow buttons rectangular if scroll box ratio < 2:1.
12588         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
12589                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
12590         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
12592         * [loader/library.c] [loader/task.c] [misc/exec.c]
12593         Continue playing around trying to get a second task running.
12595         * [windows/mdi.c]
12596         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
12598         * [everywhere]
12599         Adding previous works of the Apr 25, 94.
12601 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
12603         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
12604         Added Martin's mmsystem.dll stubs.
12606         * [misc/sound.c]
12607         Added remaining stubs for sound.dll.
12609         * [if1632/shell.spec] [misc/shell.c]
12610         Fixed prototypes (I found them in BC 4) and added ShellAbout()
12611         and AboutDlgProc().
12613 ----------------------------------------------------------------------
12614 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12616         * [loader/signal.c]
12617         Add XUngrabPointer() & XUngrabServer() in wine_fault().
12619 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
12621         * [objects/bitblt.c]
12622         color_stretch() rewritten to use ints only. *fast!*
12623         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
12624         use color_stretch().
12626 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
12628         * [controls/menu.c]
12629         SetSysMenu() added.
12631         * [misc/cursor.c]
12632         GetCursor() added.
12634         * [misc/main.c]
12635         SwapMouseButton() added, (NOP).
12637         * [windows/win.c]
12638         GetDesktopHwnd() added.
12640         * [if1632/*spec]
12641         Added not implemented functions defs as comment.
12643         * [misc/winsocket.c]
12644         Change WSAGetXbyY() functions to non-blocking ones,
12645         Added WSAAsyncSelect(). 
12646         (WSA functions can't be canceled yet).
12648 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
12650         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
12651         path when given a simple file name.  Fixed GetSetProfile to allow
12652         enumerating all key names when KeyName is null.
12654 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12656         * [objects/bitblt.c]
12657         Add protection to BitBlt() & StretchBlt() for width or height = 0.
12659         * [windows/nonclient.c]
12660         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
12661         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
12663         * [windows/win.c]
12664         CreateWindowEx() & DestroyWindow() now call respectively
12665                 AddWindowToTask() & RemoveWindowFromTask().
12666         New empty stub for function AnyPopup().
12668         * [loader/library.c]
12669         Bug Fix : GetModuleFileName() now return full path filename.
12671         * [include/menu.h] [controls/menu.c]
12672         Add hText handle and remove obsolete MENUITEM struct members.
12673         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
12674         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
12676         * [misc/file.c]
12677         GetTempFilename() now create a file.
12678         _lcreate() use unix open (name, mode, perm), with perm=O666.
12680         * [if1632/relay.c]
12681         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
12683         * New file [misc/mmsystem.c]
12684         * New file [include/mmsystem.h]
12685         * New file [if1632/mmsystem.spec]
12686         Many, many empty stubs ... :-)
12688 ----------------------------------------------------------------------
12690 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
12692         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
12693         Fixed bug for non-Linux systems.
12695 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12697         * [windows/win.c]
12698         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
12699         New empty stub for function SetSysModalWindow().
12701         * [misc/exec.c]
12702         New empty stub for function ExitWindows().
12704         * [objects/font.c]
12705         New empty stub for function EnumFonts().
12707         * New file [misc/property.c]
12708         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
12710         * New file [misc/shell.c]
12711         New empty stubs for function RegisterShellProc(), 
12712                         ShellExecute() & ShellProc().
12714         * New files [loader/task.c] & [include/task.h]
12715         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
12716                 from 'loader/library.c'.
12718         * [if1632/user.c] [if1632/kernel.c]
12719         Put Atoms functions entries.
12721         * [controls/combo.c]
12722         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
12724         * [controls/listbox.c]
12725         New functions DirDlgSelect() & DirDlgList().
12727 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
12729         * [objects/test.c]
12730         GrayString() added.
12732         * [if1632/callback.c]
12733         CallGrayStringProc() added.
12735         * [if1632/relay.c] [if1632/mmsystem.spec]
12736         Added.
12738         * [if1632/kernel.spec] [if1632/user.spec]
12739         Added forgotten specs for atom functions.
12741 ----------------------------------------------------------------------
12742 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
12744         * misc/spy.c (SpyInit): Added more message types
12746         * [windows/mdi.c] [include/mdi.h]
12747         Maximizing and restoring child windows.
12748         Tiling of child windows.
12750 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12752         * [windows/winpos.c]
12753         Revert focus and activation to previous window when hiding a window.
12755         * [windows/syscolor.c]
12756         Implemented system color objects (brushes and pens created at
12757         SetSysColor() time for better performance).
12759         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
12760         Changed painting code to use system color objects.
12762         * [windows/message.c]
12763         New function MSG_InternalGetMessage() for internal messages
12764         loops (e.g. for dialogs or menus).
12766         * [windows/hook.c] [include/hook.h]  (New files)
12767         Beginning of the window hooks implementation.
12769         * [windows/dialog.c]
12770         Use new function MSG_InternalGetMessage() in DialogBox().
12772         * [if1632/callback.c]
12773         Added function CallHookProc().
12775 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12777         * [windows/event.c]
12778         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
12780         * [misc/exec.c]
12781         Nothing much more than a stub for LoadModule(), I saw there a lot
12782                 to be done in that corner, I will come back later ...
12784         * [loader/library.c]
12785         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
12786                         and associated modules & tasks linked-lists.
12787         (it's only an 'emerging bud', more to come next weeks).
12789         * [loader/wine.c]
12790         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
12792         * [control/menu.c]
12793         You can now click outside menu region without problem.
12794         Keyboard navig more smootly, even if a child has the focus.
12795         Bug fix in InsertItem(), (bad linklist when insert point not found).
12796         change Realloc for Free & Alloc in ModifyItem().
12797         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
12798                 done by DrawText(), (maybe it should done in DrawText() itself ?).
12800 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
12802         * [misc/profile.c]
12803         .INI files will now be stored in / loaded from the windows dir
12804         if no path is supplied.
12806         * [if1632/kernel.spec]
12807         Fixed GetDriveType's prototype.
12809         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
12810         Fixed prototypes: winsock uses a word as socket handle not an int.
12812         * [misc/winsocket.c]
12813         Added heap allocation for returned structures.
12814         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
12816         * [loader/wine.c]
12817         Added IsDLLLoaded(), used in LoadImage() to prevent loading
12818         a dll multiple times.
12819         Directory is added to wine's path when a fullpath is supplied when
12820         starting wine.
12821         LoadImage(): DLL filename used instead DLL's own internal name,
12822         fixes 'Bad DLL name' errors.
12824 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
12826         * [controls/edit.c] [controls/widgets.c]
12827         First release of edit control.
12829 ----------------------------------------------------------------------
12830 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
12832         * [include/mdi.h] [windows/mdi.c]
12833         Use WM_PARENTNOTIFY messages to activate children.
12834         Generate WM_CHILDACTIVATE messages.
12835         Beginnings handler for maxmized child window.
12836         Clean up when children are destroyed.
12838         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
12839         Removed code add 94/03/26.
12841 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12843         * [control/menu.c]
12844         Make mouse menu navigation working again. :-))
12845         (be carefull, clicking outside menus (ie.: clientrect) 
12846         not resolved yet)
12848         * [windows/nonclient.c]  [controls/scroll.c]
12849         Bugs fix in NCTrackScrollBars().
12851         * [misc/dos_fs.c]
12852         Bug fix in 'ToDos()' in conversion for '/',
12853                 (example: '/window/' was translated to 'WINDOWs').
12855         * [miscemu/int21.c]
12856         Function ChangeDir() extract possible drive before DOS_ChangeDir().
12858         * [loader/library.c]  [loader/wine.c]
12859         Playing around moving function GetProcAddress() and put some code in.
12861 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
12863         * [misc/main.c]
12864         Better explanation of command-line options.
12866         * [objects/dib.c]
12867         Implemented SetDIBitsToDevice().
12869         * [windows/dc.c]
12870         Bug fix in SetDCState().
12872         * [windows/event.c]
12873         Removed WS_DISABLED handling (now done in message.c).
12875         * [windows/message.c]
12876         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
12877         Use WindowFromPoint() to find the window for mouse events, taking
12878         into account disabled windows.
12880         * [windows/painting.c]
12881         Bug fix in BeginPaint() to allow calling it at other times than
12882         on WM_PAINT (Solitaire needs it...)
12884         * [windows/win.c]
12885         Implemented FindWindow().
12886         Rewritten EnableWindow() to behave more like Windows.
12888         * [windows/winpos.c]
12889         Rewritten WindowFromPoint() to also search child windows.
12891 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
12893         * [include/int21.h] -> [msdos.h]
12894         renamed.
12896         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
12897         new, added for int 10, 25 and 26.
12899         * [miscemu/ioports.c]
12900         new, added to allow win apps to use ioports.
12902         * [loader/signal.c]
12903         Added support for in, inb, out, outb instructions.
12905 ----------------------------------------------------------------------
12906 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
12908         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
12910 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
12912         * [windows/mdi.c]
12913         Window list properly updated.
12915         * [windows/message.c]
12916         Call WINPOS_ChildActivate() when mouse pressed.
12918         * [windows/nonclient.c]
12919         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
12920         NC_HandleNCPaint().
12922         * [windows/winpos.c]
12923         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
12925 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
12927         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
12928         (DeleteMenu): Many bug fixes.
12930         * [controls/menu.c]
12931         Created function FindMenuItem().
12933 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
12935         * [windows/win.c]
12936         Removed incorrect MDI handling code from CreateWindowEx().
12938         * [controls/menu.c]
12939         MF_STRING items needed to allocate a private copy of string.
12941         * [controls/menu.c]
12942         Fixed buggy calls to GlobalFree().
12944         * [memory/global.c]
12945         Eliminated some redundant code with function call.
12947 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
12949         * [windows/timer.c]
12950         timer list pointers looped in InsertTimer
12952 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
12954         * [misc/cursor.c]
12955         A few changes for desktop window support.
12957         * [misc/main.c]
12958         Added -depth option.
12960         * [misc/rect.c]
12961         Yet another bug fix in SubtractRect().
12963         * [objects/bitmap.c]
12964         Changes to use only one depth (specified with -depth)
12965         for color bitmaps.
12967         * [objects/brush.c]
12968         Added support for dithered solid brushes.
12970         * [objects/color.c]
12971         Use the same 20 system colors as in Windows.
12972         System palette initialisation now done in COLOR_InitPalette().
12973         Added support for a color mapping table to map logical color
12974         indexes to X colormap entries.
12975         Implemented GetNearestColor() and RealizeDefaultPalette().
12977         * [objects/dib.c]
12978         Added support for color mapping table.
12980         * [objects/dither.c]  (New file)
12981         Implemented solid color dithering.
12983         * [objects/palette.c]
12984         Implemented GetSystemPaletteEntries() and SelectPalette().
12986         * [windows/class.c]
12987         Make a copy of the menu name in RegisterClass().
12989         * [windows/dc.c]
12990         Fixed device caps when using a desktop window.
12991         Added support for the color mapping table in DCs.
12993         * [windows/event.c]
12994         Added ConfigureNotify handler on desktop window.
12996         * [windows/message.c]
12997         Removed call to XTranslateCoordinates() on every mouse motion
12998         New function MSG_Synchronize() to synchronize with the X server.
13000         * [windows/syscolor.c]
13001         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
13003         * [windows/winpos.c]
13004         Added synchronization on window mapping. Solves the double redraw
13005         problem when starting Solitaire.
13007 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13009         * [control/menu.c]      * [windows/defwnd.c]
13010         Make keyboard navigation working with menubar,
13011         but temporarely inserted a bug in menubar mouse handling ... :-((
13012         (it will be fix next week !)
13014         * [windows/defwnd.c]
13015         Connect VK_MENU to menubar navigation.
13017         * [loader/library.c]
13018         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
13020 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
13022         * [misc/main.c]
13023         Added Copy(). Added a check for `-h' to show usage.
13025         * [misc/dos_fs.c]
13026         Fixed bug in FindFile(), to load directories as dlls.
13028         * [misc/dos_fs.c]
13029         Fixed ToUnix() and ToDos() again, as my previous patch
13030         didn't make it.
13032         * [misc/dos_fs.c] [miscemu/int21.c]
13033         Bug fixes, should be able to handle all winfile and progman int21
13034         requests now except for a few small things.
13036 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
13038         * [memory/heap.c]
13039         Implemented GetFreeSystemResources().
13041 ----------------------------------------------------------------------
13042 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
13044         * controls/menu.c (GetSubMenu): Function did not return correct value
13046         * [windows/mdi.c]
13047         Beginnings of menu handling.
13049 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
13051         * [objects/font.c]
13052         if font.width equals zero use asterix instead.
13054 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13056         * [objects/bitmap.c]
13057         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
13059         * [objects/brush.c]
13060         Some changes with pattern brushes because of the new bitmap code.
13062         * [objects/color.c]
13063         Added function COLOR_ToPhysical for better color mapping.
13065         * [objects/dib.c]
13066         Heavily optimized SetDIBits().
13068         * [windows/dc.c]
13069         Opimized SetDCState() and DC_SetupGC*() functions.
13070         Added stub for CreateIC().
13072 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13074         * [misc/message.c]
13075         Call SetFocus() after closing box to give back focus to previous owner.
13077         * [misc/files.c]
13078         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
13080         * [control/scroll.c]
13081         Calls to BitBlt() replace by StretchBlt().
13083         * [control/menu.c]
13084         Call SetFocus() to previous owner after closing Popups. 
13085         Fill stub DeleteMenu().
13087         * [control/listbox.c]
13088         * [control/combo.c]
13089         Use SetFocus() in WM_LBUTTONDOWN.
13090         Close ComboBox List upon WM_KILLFOCUS.
13091         Early development of WM_MEASUREITEM mecanism.
13093         * [windows/defwnd.c]
13094         Early development of WM_MEASUREITEM mecanism.
13096 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
13098         * [misc/atom.c]
13099         Fixed sintaxis problem when building the library.
13101 ----------------------------------------------------------------------
13102 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
13104         * [include/windows.h]
13105         Added message types and structures for MDI
13107         * [include/mdi.h]
13108         Created internal structures for handling MDI
13110         * [windows/mdi.c]
13111         Began creating MDI support
13113 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
13115         * [loader/wine.c] [include/wine.h]
13116         Added new field to "struct w_files" to hold the "name table"
13117         resource for Windows 3.0 programs
13119         * [loader/resource.c]
13120         Added code to handle programs with a "name table" resource.
13121         LoadResourceByName() modified to check for the existence of
13122         this resource.
13124 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13126         * [objects/color.c]
13127         Added installing the private colormap on the desktop window.
13129         * [windows/event.c]
13130         Cleaned up focus event handling (see focus.c).
13131         Use GetFocus() to direct key events to the correct window.
13133         * [windows/focus.c]
13134         Rewritten SetFocus() to:
13135         - only set X focus on top-level windows
13136         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
13137         - prevent setting focus to disabled windows
13138         - install private colormap so -privatemap option works again
13140         * [windows/message.c] [windows/timer.c]
13141         Changed timer management to no longer use PostMessage(), but
13142         to generate timer messages on the fly. Also fixed a related bug
13143         in GetMessage() which could cause busy-waiting.
13145         * [windows/win.c]
13146         Only select focus events on top-level windows.
13148         * [windows/winpos.c]
13149         Added some sanity checks for desktop window.
13151 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
13153         * [misc/dos_fs.c]
13154         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
13155         Support for tilde symbol added for rootdirectories in [drives]
13156         section of wine's configfile.
13158         * [misc/file.c]
13159         hread(), hwrite() added.
13161         * [misc/main.c]
13162         hmemcpy() added.
13164         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
13165         Added STRESS.DLL, an useless dll used to stress a windows system.
13167         * [*/*]
13168         Added missing #includes, fixed prototypes for prototype checking.
13170         * [include/prototypes.h]
13172         Added prototypes for loader/*c, if1632/*c.
13174 ----------------------------------------------------------------------
13175 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
13177         * [Configure]
13178         Added reminder to set WINEPATH, if it is not set.
13180         * [Imakefile]
13181         Removed #elif's
13183         * [controls/button.c]
13184         Added BN_CLICKED notification for owner-draw buttons.
13186         * [if1632/kernel.spec] [memory/heap.c]
13187         Changed Local* functions to WIN16_Local* to prevent unconcious use
13188         of these functions.
13190         * [if1632/relay.c]
13191         Push old Stack16Frame on stack before setting.
13193         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
13194         Added multiple local heap handling in Atom* functions.
13196         * [include/regfunc.h] [miscemu/int21.c]
13197         Rewrote DOS3Call() use context frame that is already on the stack.
13199         * [misc/profile.c]
13200         Fixed to allow leading ";" to mark comments.
13202         * [misc/spy.c]
13203         Fixed bugs and added support for "include" and "exclude" filters.
13205         * [misc/user.c]
13206         Rearranged calls in InitApp().
13208         * [misc/font.c]
13209         Fixed font handling to create system fonts, if they are used.
13211         * [windows/dc.c]
13212         If text drawn on window with no font specified, then default the
13213         font to the system font.
13215 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13217         * [controls/desktop.c]
13218         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
13219         Implemented SetDeskPattern().
13221         * [misc/main.c]
13222         Added -desktop option to get a large desktop window with
13223         everything inside it.
13224         Added -name option.
13226         * [misc/rect.c]
13227         Bug fix in SubtractRect().
13229         * [objects/*.c]
13230         Replaced the DefaultRootWindow() macro by the rootWindow variable.
13232         * [windows/event.c] [windows/message.c]
13233           [windows/nonclient.c] [windows/win.c]
13234         A few changes to accomodate the new desktop window.
13236  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
13238         * [toolkit/arch.c] --New file-- 
13239         Routines for converting little endian data structures to
13240         big-endian data structures, currently only BITMAP structures are 
13241         converted.
13243         * [misc/atom.c]
13244         When used as part of the WineLib, the code is much simpler.
13245         Doesn't depend on alignement.
13247         * [loader/wine.c]
13248         Ifdefed Emulator dependent code if compiling WineLib.
13250         * [loader/resource.c]
13251         Moved misc/resource.c to loader/resource.c.
13253         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
13254         Ifdefed whole code if compiling WINELIB.
13256         * [include/winsock.h]
13257         Added compilation define to allow compilation on SunOS.
13259         * [include/wine.h]
13260         Removed load_typeinfo and load_nameinfo prototypes, they belong
13261         to neexe.h
13263         * [include/neexe.h]
13264         Added load_typeinfo and load_nameinfo prototypes.
13266         * [include/arch.h]
13267         Fixed some bugs in the conversion routines.
13268         Added macros for Bitmap loading.
13270 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
13271         
13272         * [if1632/kernel.spec] [memory/global.c]
13273         Implemented GetFreeSpace()
13275         * [if1632/user.spec] [loader/resource.c]
13276         Implemented CreateIcon()
13278 ----------------------------------------------------------------------
13279 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
13281         * [Configure] [*/Imakefile]
13282         Created configure script to handle different types of Wine builds.
13284         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
13285         Added ability to compile Wine on systems with 14-char filename limit.
13287         * [if1632/relay.c] [include/options.h] [misc/main.c]
13288         Added -relaydbg option to command line if DEBUG_RELAY is defined.
13290         * [loader/selector.c]
13291         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
13293         * [memory/heap.c]
13294         Fixed LocalInit() to work correctly.
13296         * [misc/user.c]
13297         Added code to call loaded DLLs' initialization routines.
13299 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13301         * [windows/dce.c]
13302         Added clipping of child windows by their parent's client area.
13304         * [windows/nonclient.c]
13305         Bug fix in NC_DoNCPaint().
13307         * [windows/painting.c]
13308         Bug fix in RedrawWindow().
13310 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13312         * [mem/atom.c]
13313         Bug fix again in ATOM_DeleteAtom() : 
13314                 change LocalFree() by USER_HEAP_FREE().
13315         (Previous patch done Feb 13th had been lost)
13317         * [controls/scroll.c]
13318         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
13320         * [windows/class.c] (sorry Alex ...)
13321         There was no bug there "in RegisterClass() : 
13322                 WNDCLASS->lpszClassName was reset to NULL."
13323                               ^^^^^
13325         * [misc/clipboard.c]    --- New File ---
13326         New function EnumClipboardFormats().
13327         New function OpenClipboard().
13328         New function CloseClipboard().
13329         New function EmptyClipboard().
13330         New function GetClipboardOwner().
13331         New function GetClipboardViewer().
13332         New function CountClipboardFormats().
13333         New function IsClipboardFormatAvailable().
13334         New function OpenClipboard().
13335         New function GetClipboardData().
13336         New function SetClipboardViewer().
13337         New function EnumClipboardFormats().
13338         New function RegisterClipboardFormat().
13339         New function ChangeClipboardChain().
13340         New function SetClipboardData().
13341         New function GetOpenClipboardWindow().
13342         New function GetPriorityClipboardFormat().
13343         New function GetClipboardFormatName().
13345 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
13347         * [misc/comm.c]
13348         bugfix in OpenComm().
13350 ----------------------------------------------------------------------
13351 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
13353         * [include/winsock.h]
13354         The sockproto struct is already defined in <sys/socket.h>
13356         * [misc/winsock.c]
13357         Need to include <netinet/in.h> for struct in-addr.
13358         Use sys_errlist[] instead of strerror[].
13360         *[toolkit/heap.c]
13361         ANSI C specifies that the malloc functions are defined in stdlib.h,
13362           so we don't need to include malloc.h.
13364         *[loader/ldtlib.c]
13365         Print informative error message about probable cause of i386_set_ldt()
13366           failure and then exit.
13368         *[Imakefile]
13369         For systems that don't use gmake by default, set the MAKE variable
13370           to gmake and propagate it on recursive makes.
13371         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
13372           can be built with the FreeBSD 1.0.2 compiler.
13374 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
13376         * [objects/bitblt.c]
13377         Added in three functions to do stretching and compression
13378         for WHITEONBLACK, BLACKONWHITE, and color copies.
13380 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
13382         * [windows/graphics.c]
13383         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
13384         inefficent, but should suffice for now.
13386         * [include/windows.h]
13387         Changed the x,y paramaters for the FloodFill prototype 
13388         from ints to shorts
13390 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13392         * [windows/widgets.c]
13393         Added desktop window class.
13395         * [windows/painting.c]
13396         Bug fix in RedrawWindow().
13397         Implemented ExcludeUpdateRgn().
13399         * [windows/win.c] [windows/winpos.c]
13400         Implemented desktop window.
13402         * [controls/desktop.c]
13403         Preliminary desktop window procedure.
13405 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13407         * [controls/menu.c]
13408         New function LoadMenuIndirect().
13409         New function GetMenuCheckMarkDimensions().
13411         * [if1632/user.spec]
13412         Entry for DefDlgProc().
13414         * [windows/class.c]
13415         Fix bug in RegisterClass() : 
13416                 WNDCLASS->lpszMenuName was reset to NULL.
13418         * [windows/win.c]
13419         In CreateWindowEx(), if hMenu == 0 then use 
13420                 wndclass->lpszMenuName to load Menu from resource;
13422 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
13424         * [loader/library.c] [loader/wine.c]
13425         Fixed runing DLL's as main executable problem.
13427         * [misc/dos_fs.c]
13428         Added wildcard support in DOS_readdir().
13430         * [misc/winsocket.c]
13431         Added proper error handling of BSD winsocket functions.
13433         * [miscemu/int21.c]
13434         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
13436         * [main/main.c]
13437         Added functions for GetVersion, GetWinFlags and GetTimerResolution
13438         for libwine.a, SystemParametersInfo() partly implemented.
13440 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
13442         * [toolkit/winmain.c]
13443         Added _WinMain function. Setups the library (calls USER_InitApp).
13445         * [toolkit/sup.c]
13446         Added load_mz_header, load_ne_header, load_type_info and
13447         load_name_info functions.
13449         * [toolkit/heap.c] 
13450         Code cleanup. 
13452         * [misc/user.c]
13453         Moved from loader/misc.c. I hope to put back all the loader
13454         functions in the ~loader subdirectory in the future. CUrrently is
13455         needed since it has USER_InitApp.
13457         * [misc/resource.c]
13458         Since WineLib will probably need DLLs (currently it needs
13459         Sysres.dll). WineLib will be using much code of the loader again.
13460         So I removed some ifdefs that were used by WineLib.
13462         Added load_typeinfo and load_nameinfo (and the corresponding
13463         functions in [toolkit/sup.c]
13465         Added integer convertion functions in the needed places.
13467         Added very ugly patch (includes wine.c). In the next release I
13468         plan to move back all the loader routines to ~/loader. In the
13469         meantime I needed this patch. It doesn't affect any of the
13470         emulator code (its ifdefed for WineLib).
13472         * [misc/main.c]
13473         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
13474         Ifdefed argument number checking when compiling the library.
13476         * [loader/wine.c]
13477         Modified to use load_(mz|ne)_header instead of doing a direct
13478         read.  When compiling the emulator it still uses the direct read
13479         for performance. 
13481         * [include/wine.h]
13482         Prototypes for loading routines.
13484         * [include/class.h]
13485         Added WINE_PACKED macro instead of __attribute__ ((packed))
13487         * [include/arch.h]
13488         Macros for converting integers (Little endian to big-endian).
13489         Needed in the Sun to allow loading of DLL files.
13491 ----------------------------------------------------------------------
13492 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13494         * [windows/clipping.c]
13495         Moved everything into windows/painting.c and removed this file.
13497         * [windows/message.c]
13498         Removed calls to memmove() in MSG_RemoveMsg().
13500         * [windows/nonclient.c]
13501         Added WM_GETMINMAXINFO support for window resizing.
13503         * [windows/painting.c]
13504         Implemented RedrawWindow().
13506         * [windows/scroll.c]
13507         Bug fix in ScrollWindowEx().
13509         * [windows/win.c]
13510         Moved UpdateWindow() to windows/painting.c.
13512 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
13513         
13514         * [loader/wine.c] [misc/dos_fs.c]
13515         getenv() eq NULL bugfixes.
13517         * [misc/comm.c]
13518         cfmakeraw changed for SunOS.
13520 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13522         * [mem/atom.c]
13523         Bug fix in ATOM_DeleteAtom() : 
13524                 change LocalFree() by USER_HEAP_FREE().
13526         * [misc/message.c]
13527         New function FatalAppExit().
13529         * [objects/font.c]
13530         New empty stub SetMapperFlags().
13532         * [controls/menu.c]
13533         Better CheckMark & other bitmaps placement.
13535         * [windows/graphics.c]
13536         New function RoundRect() : calc.exe now working...
13538 Tue Feb 15 14:29:37 1994  John Richardson
13540         * [objects/bitblt.c]
13541         Fixed StretchBlt so it works quicker and faster.  It still doesn't
13542         use the StretchMode bits for bitmap compression, but that will
13543         come soon.
13545 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
13547         * [include/windows.h,dialog.h,gdi.h]
13548         Changed __atribute__ ((packed)) for WINE_PACKED. 
13549         When compiling the library this is defined as nothing. This gets
13550         rid with all the problems compiling under SunOS. Also 
13552         * [windows/utility.c]
13553         Added DebugPrintString.
13555         * [toolkit/sup.c]
13556         Added hSysRes = 1 definition to resolve externals.
13557         Added CallLineDDAProc function (toolkit version).
13558         Added toy, and hi ineficient memmove until code in message.c get
13559         rewritten.
13561         * [objects/gdiobj.c]
13562         Ifdefed linux/emulator-dependent code to allow compilation of
13563         WineLib.
13565         * [misc/winsocket.c]
13566         Added ifdef to allow compilation under SunOS.
13568         * [misc/resource.c]
13569         When compiling the library, the resource file is expected to be in
13570         a file called $argv[0].Res. Also the information of the resource
13571         is expected to be at offset 0 of the .Res file.
13573         * [misc/main.c]
13574         Call WinMain with arguments if compiling WineLib.
13575         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
13576         Call sync_profiles to preserve changes to .INI files.
13578         * [misc/comm.c,dos_fs.c]
13579         removed call to atexit(Comm_DeInit)
13580         removed call to atexit(DOS_DeInitFS)
13581         Shutdown functions are now called from the return of WinMain
13583         * removed memorylib subdirectory
13585         * moved memory/atom.c    to misc/atom.c
13586           moved memorylib/heap.c to toolkit/heap.c
13588         * [loader/wine.c]
13589         Moved DebugPrintString to windows/utility.c
13591         * [include/winsock.h]
13592         Define SO_DONTLINGER only if it has not been previously defined.
13594         * [include/windows.h]
13595         added definition for DLGPROC.
13596         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
13597         When compiling WineLib WNDPROC is defined with all the parameters
13598         to avoid compilation problems.
13600         * [include/user.h]
13601         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
13602         calls are translated to the library allocation routines.
13604         * [include/gdi.h,user.h]
13605         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
13606         translated to the library allocation routines.
13608         * [include/atom.h]
13609         Defined LocalAlign. When compiling the emulator it's translated as
13610         a call to LocalAlloc (the original code), when compiling WineLib
13611         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
13612         (atom.c needs aligned data on a 4 byte boundary).
13614         * [misc/file.c]
13615         Renamed KERNEL_* functions and fixed prototypes.
13617         * [if1632/kernel.spec]
13618         Renamed KERNEL_* functions in order to be used by applications
13619         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
13620         _llseek, _lopen, _lwrite).
13622         * [Makefile]
13623         Create library instead of executable when building target
13624         libwine.a 
13626 ----------------------------------------------------------------------
13627 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
13629         * [Makefiles]
13630         Use $(CC) instead of cc.
13631         Added libwine target.
13633         * [include/prototypes]
13634         #ifdefed section for WineLib
13636         * moved loader/cursor.c   to misc/cursor.c
13637           moved loader/resource.c to misc/resource.c
13638           moved misc/emulate.c    to miscemu/emulate.c
13639           moved misc/int1a.c      to miscemu/int1a.c
13640           moved misc/int21.c      to miscemu/int21.c
13641           moved misc/kernel.c     to miscemu/kernel.c
13642           moved misc/user.c       to miscemu/user.c
13644         * [memorylib/heap.c]
13645         Heap management for WineLib
13647         * [misc/comm.c]
13648         Modified to allow compilation under SunOS (#include errno, SunOS
13649         doesn't have atexit ()).
13651         * [misc/dos_fs.c]
13652         Modified to allow compilation under SunOS (#include vfs.h)
13654         * [misc/file.c]
13655         Modified to allow compilation under SunOS (OPEN_MAX constant,
13656         #include unistd.h)
13658         * [objects/palette.c]
13659         Modified to allow compilation under SunOS (#include limits)
13661         * [toolkit/sup.c]
13662         WineLib version of CallWindowProc.
13664         * [windows/event.c]
13665         Typedef XPointer under X11R4 (OpenWindows).
13667         * [windows/win.c]
13668         When compiling WineLib, use direct callbacks instead of the
13669         windows supplied callbacks.
13671 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13673         * [loader/cursor.c]
13674         New function CURSOR_SetWinCursor(), for internal use, to set
13675         the cursor of a specific window more reliably than with SetCursor().
13677         * [windows/nonclient.c]
13678         Better window management. Moving and resizing from the system
13679         menu should work now.
13680         Added scroll-bar mouse tracking.
13682         * [windows/win.c]
13683         Moved scroll-bar creation and destruction to defwnd.c.
13685 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13687         * [windows/nonclient.c]
13688         Call to StdDrawMenuBar() during NC's drawing.
13689         New NC_TrackMouseMenuBar() function which call 
13690                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
13692         * [controls/menu.c]
13693         New ChangeMenu() function.
13694         Remove permanently old Xt menu code.
13695         Make common functions MenuButtonDown(), MenuButtonUp()
13696                 & MenuMouseMove() for both popups & menubar.
13697         
13698         * [controls/combo.c]
13699         Paint OBM_COMBO directly in combo client.
13701         * [controls/listbox.c]
13702         Fix bug in multicolumns calculations.
13704         * [controls/Makefile]
13705         Remove rules for old file 'caption.c'.
13707         * [misc/kernel.c]
13708         Remove empty stub GetModuleFileName().
13710         * [loader/library.c]
13711         New GetModuleHandle() function.
13712         New GetModuleUsage() function.
13713         New GetModuleFileName() function.
13715         * [loader/resource.c]
13716         Try to find the bug a missing menu loading ... Not found yet !
13718         * [windows/win.c]
13719         Remove old menubar creation.
13721 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
13723         * [misc/winsocket.c]
13724         More functions added.
13726         * [if1632/winsock.spec] [misc/winsocket.c]
13727         Added John Brezak's winsock.dll stuff.
13729 ----------------------------------------------------------------------
13730 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
13732         * [loader/selector.c]
13733         Added function CreateNewSegments().  Modified IPCCopySelector
13734         to allow aliasing to any arbitrary memory space.
13736         * [memory/global.c]
13737         Fixed potential bug in GlobalGetFreeSegments().
13739         * [memory/linear.c]
13740         Created functions GlobalLinearLock() and GlobalLinearUnlock().
13742 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
13744         * [controls/widgets.c]
13745         Removed CAPTION window class.
13747         * [loader/cursor.c]
13748         Bug fix in LoadCursor(): don't allocate memory every time for
13749         built-in cursors.
13751         * [windows/clipping.c]
13752         Invalidate child windows in InvalidateRgn().
13754         * [windows/defwnd.c]
13755         Added repaint of the caption when changing window text.
13757         * [windows/event.c]
13758         Modified SetCapture() to allow keyboard events while capturing.
13760         * [windows/message.c]
13761         New function MSG_GetHardwareMessage(), to do mouse tracking
13762         without returning control to the Windows program.
13764         * [windows/nonclient.c]
13765         A couple of changes in frame drawing for DLGMODALFRAME windows.
13766         Rewritten window moving code, to use MSG_GetHardwareMessage()
13767         instead of non-client mouse events (this is the way Windows
13768         does it), and to send WM_ENTERSIZEMOVE messages.
13769         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
13771         * [windows/win.c]
13772         Allocate temporary structures on the USER heap instead of
13773         using GlobalAlloc().
13775         * [windows/winpos.c]
13776         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
13778 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13780         * [windows/nonclient.c]
13781         Call to StdDrawScrollBar() during NC's drawing.
13782         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
13783         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
13784         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
13786         * [controls/menu.c]
13787         New GetSubMenu() function.
13788         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
13790         * [controls/listbox.c]
13791         Start changes to satisfy recent changes in scrollbars/windows.
13793         * [loader/resource.c]
13794         Put some code in LoadAccelerators() stub.
13795         New TranslateAccelerator() function.
13797         * [windows/win.c]
13798         Remove GetMenu() & SetMenu() functions.
13799         Call to NC_CreateScrollBars() if required by CreateWindow().
13801 ----------------------------------------------------------------------
13802 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
13804         * [window/win.c]
13805         Added functions EnumWindows, EnumChildWindows, and helper
13806         WIN_EnumChildWin.  EnumWindows won't list all wine windows
13807         because GetDesktopWindow isn't complete.  However, the code
13808         is in place for it to work correctly and only needs 
13809         GetDesktopWindow to do so.  
13811 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
13813         * [windows/defwnd.c]
13814         Added handling of activation messages (WM_ACTIVATE,
13815         WM_NCACTIVATE, WM_MOUSEACTIVATE)
13817         * [windows/event.c]
13818         De-activate the window when losing input focus.
13820         * [windows/focus.c]
13821         Bug fix in SetFocus().
13823         * [windows/message.c]
13824         Added activation of the window on mouse-clicks.
13826         * [windows/nonclient.c]
13827         Changed non-client area painting to use the correct colors
13828         depending upon the activation state.
13829         Added WM_NCACTIVATE message handling.
13830         Fixed a couple of bugs in window moving and resizing.
13832         * [windows/winpos.c]
13833         Implemented Get/SetActiveWindow().
13834         Implemented SWP_NOACTIVATE flag in SetWindowPos().
13836 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13838         * [misc/message.c]
13839         MessageBox has a CaptionBar for his title except for
13840                 MB_SYSTEMMODAL with MB_ICONHAND.
13842         * [windows/nonclient.c]
13843         Call to NC_TrackSysMenu on SysMenu button mouse click.
13845         * [windows/defwnd.c]
13846         Call to NC_TrackSysMenu on Alt key (VK_MENU).
13848         * [controls/menu.c]
13849         New GetSystemMenu() function.
13850         New CopySystemMenu() internal function.
13851         New NC_TrackSysMenu() internal function.
13853         * [include/windows.h]
13854         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
13856 ----------------------------------------------------------------------
13857 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
13859         * [window/win.c]
13860         Added functions EnableWindow, IsWindowEnabled, and helper 
13861         WIN_SetSensitive.
13862         
13863         * [window/event.c]
13864         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
13865         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
13866         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
13867         button presses beep for a disabled window.  
13868         If anyone finds better places for these checks, please tell me.
13870 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13872         * [misc/message.c]
13873         Cleanup on buttons answer value returned.
13875         * [control/combo.c]
13876         Now use OBM_COMBO bitmap dropdown button.
13878 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
13880         * [misc/comm/c]
13881         A few bugfixes.
13883 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
13885         * [loader/cursor.c]
13886         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
13888         * [include/options.h] [misc/main.c]  (New files)
13889         Rewrote main() function to get rid of Xt application context,
13890         and added command-line option parsing.
13892         * [objects/color.c]
13893         Use of a private map now configurable with command-line option.
13895         * [windows/defwnd.c]
13896         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
13898         * [windows/event.c]
13899         Removed ConfigureNotify event handler (no longer needed).
13901         * [windows/message.c]
13902         Send WM_SETCURSOR message on mouse events.
13904         * [windows/nonclient.c]
13905         Use OEM bitmaps for the drawing of the non-client area.
13906         Added caption bar buttons handling, and moving and resizing of
13907         the window via the window frame (bypassing the window manager).
13909         * [windows/painting.c]
13910         Bug fix in BeginPaint().
13912         * [windows/win.c]
13913         Set the override_redirect flag for windows (to bypass window
13914         manager).
13916         * [windows/winpos.c]
13917         Implemented WindowFromPoint(), ChildWindowFromPoint(),
13918         BringWindowToTop(), Get/SetInternalWindowPos(),
13919         Get/SetWindowPlacement().
13921 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
13923         * [memory/heap.c]
13924         Added support for multiple local heaps.
13926 ----------------------------------------------------------------------
13927 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
13929         * [window/caret.c]
13930         Modified code to use system timer.
13932 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13934         * [windows/win.c]
13935         Windows create if required new XLIB MenuBar & CaptionBar.
13937         * [windows/defwnd.c]
13938         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
13939         (I'm not sure it's the good place for it, but it work...)
13941         * [loader/resource.c]
13942         optimize in FindResourceByNumber, make lseek() if next type ...
13944         * [controls/scroll.c]
13945         scrollbar buttons are now using system resources bitmaps.
13947         * [controls/caption.c] - new file ...
13948         captionbar showing title, close button with SysMenu,
13949         and other buttons using system resources bitmaps.
13951         * [controls/menu.c]
13952         New functions: SetMenuItemBitmaps() with 'glues',
13953         Make new version of LoadMenu() & ParseMenu(),
13954         ( put #define USE_POPUPMENU ).
13955         Implementation of MenuBar functions.
13956         
13957         * [sysres.dll]
13958         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
13959         New SYSMENU menu, it don't work yet ! :-((
13961 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
13963         * [memory/atom.c]
13964         Fixed a bug that could cause atoms to be case-sensitive.
13966         * [misc/rect.c]
13967         Bug fix in SubtractRect().
13969         * [objects/clipping.c]
13970         Bug fix when setting the clip mask to an empty region.
13972         * [windows/dce.c]
13973         Bug fix in ReleaseDC().
13975         * [windows/dialog.c]
13976         Call AdjustWindowRectEx() before creating the dialog window.
13977         Added support for DS_MODALFRAME style.
13979         * [windows/event.c]
13980         Cleaned up event handling and removed old Xt stuff.
13981         Moved double-click handling to windows/message.c
13983         * [windows/focus.c]
13984         Bug fix: only set the X focus when the window is viewable.
13986         * [windows/graphics.c]
13987         Rewritten DrawReliefRect() to use brush instead of pen, and
13988         to use the system colors.
13990         * [windows/message.c]
13991         Implemented WM_NCHITTEST message sending, and non-client
13992         mouse messages.
13993         Cleaned up double-click handling, and removed the Xt code.
13995         * [windows/nonclient.c]  (New file)
13996         Implemented AdjustWindowRect().
13997         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
13999         * [windows/painting.c]
14000         Added sending of the WM_NCPAINT message in BeginPaint().
14002         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
14003         Implemented system metrics.
14005         * [windows/win.c]
14006         Bug fix in setting the parent and owner in CreateWindow().
14007         Removed the Xt code.
14009         * [windows/winpos.c]
14010         Added sending of the WM_NCPAINT message in SetWindowPos().
14011         Removed the Xt code.
14013 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
14015         * [windows/class.c]
14016         Implemented GetClassName and GetClassInfo.
14018         * [windows/caret.c]
14019         Various improvements to text caret code.
14021 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
14023         * [misc/comm.c]
14024         Patches to work with NetBSD.
14026 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
14028         * [objects/bitblt.c] Added StretchBlt().
14030 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
14032         * [misc/user.c]
14033         Added creation of system message queue.
14035         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
14036         Added DC size fields into DC structure.         
14038         * [objects/clipping.c]
14039         Bug fix in CLIPPING_IntersectRect().
14041         * [windows/class.c]
14042         Allocate a DCE instead of a DC for CS_CLASSDC classes.
14044         * [windows/clipping.c]
14045         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
14047         * [windows/dce.c]
14048         Implemented GetDCEx() and GetWindowDC().
14050         * [windows/defwnd.c]
14051         Implemented WM_WINDOWPOSCHANGED handling.
14053         * [windows/event.c]
14054         Preliminary support for Xlib event handling instead of Xt callbacks.
14055         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
14057         * [windows/message.c]
14058         Preliminary support for multiple message queues.
14059         Implemented hardware_event() to store messages into the system queue.
14060         Implemented Get/SetTaskQueue().
14061         Better WM_PAINT and WM_TIMER handling.
14062         Changes to use Xlib instead of Xt for events.
14064         * [windows/painting.c]
14065         Use GetDCEx() to retrieve the DC, to get a correct visible region.
14067         * [windows/timer.c]
14068         Moved the timer procedure callback into DispatchMessage().
14069         Changed implementation to get rid of Xt timeouts.  Timer checking
14070         is now done inside GetMessage().
14072         * [windows/win.c]
14073         Allocate a DCE instead of a DC for CS_OWNDC windows.
14074         Replaced Xt calls with Xlib calls.
14075         Moved window positioning functions into windows/winpos.c
14077         * [windows/winpos.c]  (New file)
14078         Rewritten most of the window positioning functions.
14079         Implemented SetWindowPos() and MapWindowPoints().
14081 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14083         * [if1632/user.spec]
14084         Bad arguments description for function SetDlgItemText.
14086         * [objects/text.c]
14087         Function DrawText now handle DT_CALCRECT request.
14089         * [misc/message.c]
14090         Message boxes now use DrawText with DT_CALCRECT.
14092         * [windows/graphics.c]
14093         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
14095         * [windows/win.c]
14096         Bug fix for flags in function ShowWindow.
14097         More accurate WM_SIZE generated by function ShowWindow.
14099         * [controls/listbox.c]
14100         More code for LBS_MULTIPLESEL.
14101         More code for LBS_MULTICOLUMN.
14103         * [include/windows.h]
14104         Bad define for MF_SEPARATOR.
14106         * [controls/menu.c]
14107         New functions: PopMenuWndProc() with 'glues',
14108         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
14109         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
14110         Code in stubs: CreateMenu(), DestroyMenu(). 
14112 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
14114         * loader/wine.c: Added support for relocation types 5 and 6.
14116 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
14118         * [misc/comm.c]
14119         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
14120         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
14121         GetCommError(), SetCommEventMask(), GetCommEventMask(),
14122         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
14123         WriteComm().
14125 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
14127         * [windows/caret.c]
14128         Implemented text caret functions.
14130 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
14132         * [loader/wine.c]
14133         Bug fix in LoadImage().
14135         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
14136           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
14137         Modified graphics calls to take into account the DC origin.
14139         * [windows/defwnd.c]
14140         Added preliminary WM_NCCALCSIZE handling.
14142         * [windows/event.c]
14143         Send WM_NCCALCSIZE message on resize event.
14145         * [windows/win.c]
14146         Send WM_NCCALCSIZE message in CreateWindow().
14147         Realize widgets at creation time (should prevent problems with
14148         unrealized widgets).
14150 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14152         * [controls/static.c]
14153         Send mouse & keyboard message received to its parent.
14155         * [controls/scroll.c]
14156         Send keyboard message received to its parent.
14158         * [controls/listbox.c]
14159         Add Navigation keys .
14160         ListBox now use VSCROLL & HSCROLL instead of children.
14161         Alpha version of LBS_MULTIPLESEL.
14162         Alpha version of LBS_MULTICOLUMN.
14164         * [controls/combo.c]
14165         Add Navigation keys on closed ComboBox.
14166         Remove useless 'COMBOBOX_CreateComboBox' function.
14168 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
14170         * [loader/wine.
14171         LoadImage() modified to use FindFile().
14173         * [misc/file.c]
14174         SetErrorMode added
14176         * [misc/dos_fs.c]
14177         bug fixes.
14179 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14181         * [memory/global.c]
14182         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
14184         * [sysres.dll]
14185         preliminary version of a 'glass of wine' bitmap
14187         * [windows/event.c]
14188         New function 'GetCapture'.
14190         * [controls/scroll.c]
14191         Remove useless 'SCROLLBAR_CreateScrollBar' function.
14193         * [controls/listbox.c]
14194         Remove useless 'LISTBOX_CreateListBox' function.
14196 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
14198         * [objects/font.c]
14199         Corrected bugs in GetCharWidth().
14201         * [windows/event.c]
14202         Modified EVENT_key to send Windows virtual key codes for
14203         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
14204         for printable characters.
14206 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
14208         * [windows/graphics.c]
14209         Added Polyline and Polygon
14211 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
14213         * [controls/listbox.c]
14214         ListBoxDirectory() modified to use dos_fs.c's functions to
14215         access files&|drives.
14217 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
14219         * [misc/dos_fs.c]
14220         Added FindFile() to search a file in a dos/unix style path.
14221         
14222         * [misc/file.c]
14223         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
14224         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
14225         GetDriveType.                      
14227         * [misc/int21.c]
14228         Modified.
14230 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
14232         * [misc/profile.c]
14233         The Profile functions now return the correct values. They now
14234         implement all the features described in the SDK.
14236 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
14238         * [loader/selector.c]
14239         Rewrote selector aliasing routines to use System V IPC
14240         routine to alias memory segments.
14242 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14244         * [controls/listbox.c]
14245         More consistency in functions using wIndexes
14247         * [controls/scroll.c]
14248         New function : ShowScrollBar().
14250         * [loader/cursor.c] ... New file
14251         Move cursor functions from [loader/resource.c].
14252         New function : ClipCursor().
14253         New function : GetClipCursor().
14254         New function : CreateCursor().
14255         SetCursor() now working using gloabal variable 'winHasCursor'.
14257         *[object/palette.c]
14258         New stub only : SelectPalette().
14259         New stub only : RealizePalette().
14261         *[win/event.c]
14262         New function : EVENT_enter_notify(),
14263                 update 'winHasCursor' and send WM_SETCURSOR.
14265         *[win/defwnd.c]
14266         Add processing of WM_SETCURSOR message.
14268         *[win/win.c]
14269         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
14270         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
14271         New function ClientToScreen().
14272         New function ScreenToClient().
14274 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
14276         * [files.h / regfunc.h / misc/dos.c]
14277         Removed.
14279         * [misc/dos_fs.c]
14280         Added support for loading dosdrive cfg from wine.ini.
14282         * [misc/int21.c]
14283         Modified.
14286 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
14288         * [include/atom.h] [memory/atom.c]
14289         Implemented atoms.
14291         * [windows/class.c]
14292         Modified RegisterClass() to use atoms.
14293         Implemented CS_GLOBALCLASS style.
14295         * [windows/message.c]
14296         Implemented RegisterWindowMessage().
14298         * [loader/resource.c]
14299         Bug fix in LoadResource().
14301         * [windows/dialog.c]
14302         Modified CreateDialogParam() to use Find/LoadResource().
14304 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
14306         * [windows/scroll.c]
14307         Preliminary implementations of ScrollWindow, ScrollDC and
14308         ScrollWindowEx.
14310 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14312         * [controls/listbox.c]
14313         Optimization of redraw during 'Add' or 'Insert'.
14315         * [controls/scroll.c]
14316         Optimization of WM_PAINT during 'thumbtracking'.
14318         * [controls/button.c]
14319         Add of beta implement of 'BS_OWNERDRAW'
14321         * [controls/static.c]
14322         Style 'SS_ICON' new supported.
14324         * [misc/message.c]
14325         Begin of implemantation of MB_XXX styles.
14327         * [loader/resource.c]
14328         Function LoadIcon() : now prepare transparency Bitmap mask.
14329         Function LoadCursor() : now prepare a 'X pixmapcursor'.
14330         New function SetCursor() : not finished.
14331         New function ShowCursor() : not finished.
14332         New function AccessResource() : stub.
14334         * [obj/dib.c]
14335         Function DrawIcon(): deugging phase of icon transparency mask.
14337         * [loader/library.c]
14338         new file for news functions LoadLibrary() & FreeLibrary().
14340         * [sysres.dll]
14341         Resources only 16bits DLL for System Resources, icons, etc...
14343 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
14345         * [include/dialog.h] [windows/dialog.c]
14346         Simplified dialog template parsing.
14347         Implemented DialogBoxIndirect().
14349         * [windows/win.c]
14350         Fixed bug in CreateWindow() when aborting window creation.
14351         Modified UpdateWindow() to only update visible windows.
14352         Implemented IsWindow().
14354 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14356         * [controls/listbox.c]
14357         Listbox control window : new messages.
14359         * [controls/combo.c]
14360         Combo box control window : new messages.
14362         * [misc/message.c]
14363         Moved stub MessageBox() to this new file.
14364         Implemented of a callback, now MessageBox show a window.
14366         * [loader/resource.c]
14367         New function DestroyIcon()
14368         New function DestroyCursor()
14369         Filled stub LoadIcon()
14370         Filled stub LoadCursor()
14371         Bug fixed in FindResourceByName() : missing lseek().
14373         * [obj/dib.c]
14374         New function DrawIcon()
14376         * [windows/win.c]
14377         New function CloseWindow()
14378         New function OpenIcon()
14379         New function IsIconic()
14380         New Function FindWindow()
14382 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
14384         * [loader/selector.c]
14385         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
14387 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
14389         * [loader/selector.c]
14390         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
14392 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
14394         * [loader/resource.c]
14395         Wrote FindResource(), LoadResource(), LockResource(),
14396         and FreeResource()
14398         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
14399         Changed selector allocation method.
14401 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
14403         * [if1632/callback.c if1632/call.S if1632/user.spec] 
14404         added Catch (KERNEL.55) and Throw (KERNEL.56)
14405         
14406 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14408         * [controls/scroll.c]
14409         Scroll bar control window
14410                 Bug resolved : Painting message before scroll visible.
14412         * [controls/listbox.c]
14413         Listbox control window
14414                 Destroy cleanup.
14416         * [controls/combo.c]
14417         Combo box control window
14418                 Destroy cleanup.
14420         * [controls/button.c]
14421                 GetCheck Message now return is state.
14423         * [windows/win.c]
14424         New function IsWindowVisible()
14426 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
14428         * [if1632/user.spec]
14429         Removed some duplicate entries.
14431         * [include/dialog.h] [windows/dialog.c]
14432         Implemented dialog units and fonts.
14433         Added preliminary loading of dialog resources.
14434         Preliminary implementation of DialogBox().
14435         Implemented Get/SetDlgItem* functions.
14437         * [windows/win.c]
14438         Implemented WM_PARENTNOTIFY message.
14439         Implemented CreateWindowEx() and GetWindow().
14440         Completed DestroyWindow().
14442 Mon Nov  1 18:19:34 1993  Erik Bos
14444         * [loader/signal.c]
14445         Added support for int 0x11 & 0x12.
14447         * [loader/int21.c]
14448         Improved function handling.
14450 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
14452         * [objects/font.c]
14453         Implemented GetCharWidth().
14455 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
14457         * [Makefile]
14458         Use GNU malloc.
14460         * [include/int21.h include/wine.h]
14461         Change sc_eflags to sc_efl .
14463         * [include/wine.h]
14464         Fix misplaced #endif
14465         Include <signal.h> for NetBSD
14467         * [loader/int21.c]
14468         Don't include <sys/vfs.h> in NetBSD
14469         Do include <sys/mount.h> in NetBSD
14470         Cleanup some lint.
14472 Mon Oct 26 17:59:01 1993  Erik Bos
14474         * [include/int21.h]
14475         Added.
14477         * [loader/int21.c]
14478         Added support for many dos ints.
14480         * [misc/file.c] [include/files.h]
14481         Moved OPEN_MAX and DosDriveStruct to files.h.
14483 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
14485         * [controls/button.c]
14486         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
14487         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
14488         a preliminary USERBUTTON control.
14490         * [objects/text.c]
14491         Corrected bugs in TEXT_NextLine() and added handling of prefix
14492         character.
14494         * [controls/button.c]
14495         Disabled focus handling by commenting out SetFocus() calls until
14496         serious bug can be found.
14498 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14500         * [controls/listbox.c]
14501         Listbox control window
14502                 Painting cleanup, new messages processed.
14504         * [controls/scroll.c]
14505         Scroll bar control window
14506                 Painting cleanup.
14508         * [controls/combo.c]
14509         Combo box control window
14510                 Painting cleanup.
14512 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
14514         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
14515         Better support for the private color map.
14516         Using a private map is now the default.
14518         * [windows/win.c]
14519         Bug fix.
14521         * [include/dialog.h] [windows/dialog.c]
14522         Implemented CreateDialog*() and IsDialogMessage().
14524         * [misc/xt.c] [windows/defwnd.c]
14525         Moved DefWindowProc() to defwnd.c.
14526         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
14528         * [windows/defdlg.c]
14529         Started the implementation of DefDlgProc().
14531         * [windows/win.c]
14532         Added WM_NCCREATE and WM_NCDESTROY messages.
14533         Implemented IsChild().
14535 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
14537         * [windows/focus.c]
14538         Implemented GetFocus() and SetFocus().
14540         * [windows/event.c]
14541         Added processing of FocusIn and FocusOut events.
14543         * [windows/graphics.c]
14544         Added DrawFocusRect().
14546 Sat Oct  9 14:36:57 1993  Erik Bos
14548         * [loader/int1a.c]
14549         Added more function handling.
14551 Wed Oct  6 12:21:22 1993  Erik Bos
14553         * [loader/signal.c]
14554         Split signal.c into int1a.c, int21.c and signal.c.
14556 Tue Oct  5 22:12:40 1993  David Metcalfe
14558         * [controls/static.c] [control/widgets.c]
14559         Static control class.
14561         * [objects/text.c]
14562         Added processing of additional DT_ flags to DrawText().
14564         * [windows/win.c] [misc/xt.c]
14565         Added SetWindowText() and WM_SETTEXT processing.
14567 Tue Oct  5 22:12:40 1993  Martin Ayotte
14569         * [controls/listbox.c]
14570         Listbox control window
14572         * [controls/scroll.c]
14573         Scroll bar control window
14575         * [controls/combo.c]
14576         Combo box control window
14578         * [include/combo.h]
14579         Combo box definitions
14581         * [include/listbox.h]
14582         Listbox definitions
14584         * [include/scroll.h]
14585         Scroll bar definitions
14587 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
14589         * [if1632/callback.c]
14590         Fixed bug in MakeProcInstance().
14592         * [debugger/info.c]
14593         Changed x/w and x/b to display in hex.
14595         * [debugger/i386-pinsn.c]
14596         Added code to properly unassemble 16-bit indexing.
14598 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
14600         * [loader/files.c] [misc/profile.c]
14601         System initialization file is now called "wine.ini" and can
14602         be located in the current directory, the user's home directory,
14603         or any directories specified in the WINEPATH environment variable.
14605         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
14606         Changed register function stack to match sigcontext structure.
14608 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
14610         * [loader/files.c]
14611         Created function to search a path for files to load.
14613         * [loader/wine.c]
14614         Modified exe and dll file loading to search through path
14615         specified by the environment variable WINEPATH.
14617 Thu Sep 30 22:30:21 1993  Eric Youngdale
14619         * [loader/signal.c]
14620         Bug fix.
14622 Thu Sep 30 22:30:21 1993  John Brezak
14624         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
14625           [debugger/obstack.h]
14626         Updates to allow debugger to function under NetBSD.
14628 Tue Sep 28 19:59:21 1993  David Metcalfe
14630         * [windows/win.c]
14631         Implemented support for windows with no borders.  Added
14632         GetParent(), GetDlgCtrlID(), GetWindowText() and
14633         GetWindowTextLength() functions.
14635         * [misc/xt.c]
14636         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
14637         to DefWindowProc and Implemented MessageBeep().
14639         * [windows/syscolor.c]
14640         Added preliminary system color support.
14642         * [controls/button1.c]
14643         Mods to new button control and integration with Wine.
14645 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
14647         * [controls/button1.c]
14648         New button control using GDI functions.
14649         
14650 Tue Sep 28 19:59:21 1993  Eric Youngdale
14652         * [debugger/*]
14653         Added debugging capabilities to Wine
14655 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
14657         * [objects/region.c]
14658         Bug fix
14660 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
14662         * [tools/build.c]
14663         Changed the entry point code to reduce the standard entry
14664         point size from 22 bytes to 10 bytes.  This leaves about
14665         4000 free entry points instead of the 800 in version 0.4.2.
14667         * [loader/resource.c]
14668         Rewrote functions to allow loading of resources from any
14669         DLL.
14671         * [loader/wine.c] [include/wine.h]
14672         Added functions GetFilenameFromInstance() and GetFileInfo()
14673         to search for a loaded file based on its instance handle.
14674         Added a field in struct w_files to make searching by an instance
14675         handle faster.
14677 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
14679         * [misc/profile.c]
14680         Implementation of .INI file handling
14682 Mon Sep 20 10:54:32 1993  David Metcalfe
14684         * [misc/profile.c.old]
14685         Implementation of .INI file handling
14687 Mon Sep 20 10:54:32 1993  John Brezak
14689         * [controls/WinButton.c]
14690         Bug fix with call to XtVaSetValues.
14692 Mon Sep 20 10:54:32 1993  Alexandre Julliard
14694         * [windows/win.c]
14695         Quick patch to get colormaps to work with button widget.
14697 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
14699         * misc/keyboard.c: 
14700         Ifdefed out some bogus Ansi<->Oem conversion functions
14702         * misc/lstr.c: 
14703         New file with string functions like lstr* IsChar* *Ansi* 
14705 Wed Sep 15 20:35:10 1993  John Brezak
14707         * [loader/signal.c]
14708         Additional changes to support NetBSD.
14710 Wed Sep 15 22:19:22 1993  Martin Ayotte
14712         * [windows/graphics.c]
14713         Added FrameRect function
14715 Tue Sep 14 13:54:45 1993  Alexandre Julliard
14717         * [objects/color.c] [objects/palette.c]
14718         Preliminary support for private color map.
14720         * [windows/class.c]
14721         Implemented CS_CLASSDC style.
14723         * [windows/dce.c]
14724         Moved DCEs to USER heap.
14725         Implemented class and window DCs.
14727         * [windows/event.c]
14728         Implemented CS_DBLCLKS style.
14730         * [windows/graphics.c]
14731         Bug fix in SetPixel().
14733         * [windows/win.c]       
14734         Implemented CS_OWNDC style.
14735         Implemented Get/SetWindowLong().
14737         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
14738           [windows/dce.c] [windows/message.c] [windows/win.c]   
14739         Moved windows from global heap to USER heap.
14741 Mon Sep 13 05:00:11 1993  Eric Youngdale
14743         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
14744           [loader/wine.c] [tools/build.c]
14745         Added ability to generate missing functions statistics.
14747 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
14749         * [WIN31-APPLETS]
14750         Added new file.
14752         * [if1632/kernel.spec]
14753         Added definitions for GetProfile{Int,String} and SetHandleCount.
14755         * [if1632/keyboard.spec]
14756         Created interface specification for Keyboard driver DLL.
14758         * [if1632/relay.c]
14759         Added keyboard.dll to list of included DLLs.
14761         * [if1632/user.spec]
14762         Added LoadAccelerators definition.
14764         * [loader/resource.c]
14765         Added LoadAccelerators stub.
14767         * [misc/file.c]
14768         Changed OpenFile, and added SetHandleCount (for winfile.exe)
14770         * [misc/keyboard.c]
14771         Added keyboard code.
14773         * [misc/profile.c] [misc/xt.c]
14774         Moved GetPrivateProfile* commands here, and added GetProfile*
14775         commands.
14777 Mon Sep 13 10:24:37 1993  Andrew Bulhak
14779         * [windows/utility.c]
14780         Implemented MulDiv(), OutputDebugString() and wvsprintf()
14782 Fri Sep 10 09:13:30 1993  John Brezak
14784         * [*/Makefile]
14785         Created patch to allow BSD make to build wine.
14787         * [windows/win.c]
14788         Fixed NULL pointer reference.
14790         * [windows/message.c] [misc/xt.c]
14791         Defined HZ to handle system specific timing.
14793         * [windows/graphics.c]
14794         Use M_PI is PI
14796         * [objects/pallete.c]
14797         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
14799         * [dump.c] [ldt.c] [wine.c]
14800         ifdef'ed linux headers for linux compile.
14802         * [loader/ldtlib.c]
14803         Add NetBSD system calls when compiled on that system.
14805         * [loader/selector.c]
14806         Use mmap(MAP_ANON, ...) for NetBSD.
14808         * [if1632/call.S]
14809         Fixed selector assumptions.
14811 Thu Sep 9 20:01:37 1993  David Metcalfe
14813         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
14814           [windows/win.c] [windows/class.c]
14815         Added 3D button control and tied into CreateWindow()
14817 Thu Sep  9 07:35:24 1993  Scott Laird
14819         * [if1632/sound.spec]
14820         Created interface specification for SOUND DLL.
14822         * [if1632/win87em.spec]
14823         Added more functions to the WIN87EM DLL interface specification
14825         * [misc/emulate.c]
14826         Created stubs for the new math emulation functions.
14828         * [misc/sound.c]
14829         Created stubs for the SOUND DLL.
14831 Sun Sep  5 21:02:10 1993  John Burton
14833         * [if1632/kernel.spec]
14834         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
14835         and _lwrite.
14837         * [include/windows.h]
14838         Added OF_ macros
14840         * [misc/file.c]
14841         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
14843 Fri Sep  3 18:47:03 1993  Alexandre Julliard
14845         * [windows/dc.c]
14846         Bug fix
14848         * [objects/text.c]
14849         Bug fix
14851 Fri Sep  3 18:47:03 1993  Bob Amstadt
14853         * [objects/linedda.c]
14854         Finished LineDDA().
14856 Fri Sep  3 11:52:18 1993  Bob Amstadt
14858         * [windows/timer.c]
14859         Changed to use CallWindowProc() rather directly calling callback.
14861         * [windows/event.c]
14862         Implemented SetCapture() and ReleaseCapture()
14864         * [windows/keyboard.c]
14865         Created stub for GetKeyState()
14867         * [objects/linedda.c]
14868         Created stub for LineDDA()
14870         * [if1632/callback.c]
14871         Created callback handler for LineDDA callback procedure.
14873         * [if1632/callback.c]
14874         Created FreeProcInstance()
14876 Fri Sep  3 08:36:52 1993  David Metcalfe
14878         * [loader/signal.c]
14879         Patch to and code for INT 1A
14881 Thu Sep  2 00:31:54 1993  Alexandre Julliard
14883         * [objects/font.c] [objects/text.c]
14884         More text support: implemented justification and underlining.
14886         * [windows/clipping.c] [objects/clipping.c]
14887         Moved low-level clipping functions to objects/clipping.c.
14889         * [windows/clipping.c] [windows/event.c] [windows/message.c]
14890         Implemented window update regions.
14892         * [windows/dc.c] [objects/dcvalues.c]
14893         Moved some device-independent DC functions to objects/dcvalues.c.
14895         * [windows/graphics.c]
14896         Implemented InvertRect() and GetPixel().
14898 Sat Aug 28 08:40:23 1993  Eric Youngdale
14900         * [include/neexe.h] [loader/wine.c]
14901         Added code to handle relocation type 4.
14903         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
14904         Added support for dos interrupts.
14906 Thu 26 Aug 19:15:00 1993  Eric Youngdale
14908         * [loader/selector.c]
14909         Fixed bug dealing with loading DLLs.
14911 Thu Aug 26 19:22:40 1993  Alexandre Julliard
14913         * [include/gdi.h] [objects/font.c] [windows/dc.c]
14914         Beginning of real font support.
14916         * [windows/graphics.c]
14917         Implemented PatBlt().
14919         * [memory/global.c]
14920         Corrected a bug with linked list handling in GlobalAlloc().
14922         * [objects/bitmap.c]
14923         Corrected a bug in BITMAP_SelectObject().
14925 Tue Aug 24 19:22:40 1993  David Metcalfe
14927         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
14928           [controls/SmeMenuButt*]
14929         Change code to support & as a special character in menu item text.
14931 Tue Aug 24 19:22:40 1993  Alexandre Julliard
14933         * [include/gdi.h] [windows/dc.c]
14934         Heavily modified the DC structure for better device-independence.
14936         * [objects/bitmap.c]
14937         Implemented bitmap dimensions.
14939         * [windows/dc.c] [windows/dce.c]
14940         Implemented DC state saving and restoring.
14942         * [windows/dc.c]
14943         Implemented ROP mode.
14945         * [windows/graphics.c]
14946         Implemented FillRect().
14948 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
14950         * [misc/xt.c]
14951         Fixed bug in InvalidateRect().  Solitaire attempted to
14952         clear window before it was realized.
14954         * [loader/resource.c]
14955         Began rewrite of LoadBitmap().
14957         * [loader/wine.c]
14958         Fixed code which set Argv and Argc global variables.
14960         * [loader/selector.c]
14961         Added code to set up command line arguments.
14963         * [include/neexe.h]
14964         Fixed error in PSP structure.
14966 Tue Aug 17 20:41:12 1993  Alexandre Julliard
14968         * [include/gdi.h] [windows/dc.c]
14969         Implemented device capabilities.
14971         * [objects/region.c]
14972         Implemented EqualRgn() and CombineRgn().
14974         * [windows/clipping.c]
14975         Implemented Save/RestoreVisRgn().
14977         * [windows/graphics.c]
14978         Implemented PaintRgn() and FillRgn().
14980         * [windows/mapping.c]
14981         Implemented mapping modes.
14983 Tue Aug 10 14:07:38 1993  Alexandre Julliard
14985         * [if1632/user.spec] [misc/rect.c]
14986         Implemented rectangle API functions.
14988         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
14989         Implemented regions.
14991         * [windows/class.c]
14992         Corrected a typo in UnregisterClass().
14994         * [windows/clipping.c] [windows/dc.c]
14995         Implemented DC clipping and visible region.
14997 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
14999         * [controls/menu.c] [windows/win.c]
15000         SetMenu(), GetMenu(), CheckMenuItem() implemented
15002 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
15004         * [controls/menu.c] [windows/win.c]
15005         Many improvements menus.  LoadMenu() should work.
15007 Wed Aug  4 14:55:36 1993  Alexandre Julliard
15009         * [objects/dib.c]
15010         Started the implementation of device-independent bitmaps.
15012         * [objects/bitmap.c]
15013         Added support for multiple bitmap depths.
15015         * [objects/brush.c]
15016         Implemented pattern brushes.
15018         * [windows/dc.c] [windows/graphics.c]
15019         Implemented some GDI graphics primitives.
15021 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
15023         * [controls/menu.c] [windows/win.c] [include/menu.h]
15024         Code to load class menus from executable file.
15026         * [if1632/user.spec]
15027         Fixed specification of SendMessage() and PostMessage.
15029 Mon Jul 26 21:53:24 1993  Alexandre Julliard
15031         * [if1632/call.S]
15032         Corrected a bug in KERNEL_InitTask().
15034         * [include/windows.h]
15035         Added a lot of constants.
15037         * [loader/selector.c]
15038         Corrected a bug in segment allocation in CreateSelectors().
15040         * [objects/bitmap.c]
15041         Implemented SelectObject() for bitmaps.
15043         * [objects/brush.c]
15044         Implemented hatched brushes and SelectObject().
15046         * [objects/gdiobj.c]
15047         Removed linked list (not needed).
15049         * [objects/palette.c]
15050         Implemented system palette creation and misc. palette API functions.
15052         * [windows/timer.c]
15053         Implemented timers.
15055         * [windows/dc.c]
15056         Implemented memory device contexts.
15058 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
15060         * [dos.c]
15061         Split DOS3Call() out of kernel.c.  Added support for get date
15062         and time functions.
15064         * [call.S]
15065         Added function ReturnFromRegisterFunc() to allow DOS calls
15066         to return values in registers.
15068         * [regfunc.h]
15069         Macros to access registers saved on stack.
15071 Tue Jul 20 10:38:59 1993  Alexandre Julliard
15073         * [win.c]
15074         Corrected allocation of the WM_CREATE data structure.
15076         * [dce.c] [dce.h]
15077         Implemented DCE handling.
15079         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
15080           [gdiobj.c] [palette.c] [pen.c]
15081         Implemented the GDI objects data structures and allocation.
15083         * [windows.h]
15084         Added several structures and constants for GDI objects.
15086 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
15088         * [ldtlib.c]
15089         Modified system calls to match Linus' new interface for
15090         the LDT modification.
15092         * [win.c]
15093         Fixed bug with WM_CREATE message.
15095         * [heap.c] [kernel.spec]
15096         Completed local heap allocation functions.
15098         * [global.c]
15099         Created function GlobalQuickAlloc() for easy allocation from DLLs
15101 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
15103         * [global.c]
15104         Completed global memory pool API
15106 Sun Jul 11 16:59:52 1993  Alexandre Julliard
15108         * [message.c] [user.c] [user.spec] [windows.h]
15109         Added emulation of Windows message queue.
15111 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
15113         * [build.c] Original by Bob Amstadt
15114         * [callback.c] Original by Bob Amstadt, updates by 
15115         Alexandre Julliard
15116         * [dump.c] Original by Bob Amstadt
15117         * [global.c] Original by Bob Amstadt
15118         * [heap.c] Original by Bob Amstadt
15119         * [kernel.c] Original by Bob Amstadt
15120         * [ldt.c] Original by Bob Amstadt
15121         * [ldtlib.c] Original by Bob Amstadt
15122         * [relay.c] Original by Bob Amstadt
15123         * [resource.c] Original by Bob Amstadt, updates by 
15124         Alexandre Juliard
15125         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
15126         * [user.c] Original by Bob Amstadt
15127         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
15128         Alexandre Julliard
15129         * [wintcl.c] Original by Regents of the University of California,
15130         updates by Peter MacDonald and Alexandre Julliard
15131         * [callback.h] Original by Bob Amstadt
15132         * [dlls.h] Original by Bob Amstadt
15133         * [heap.h] Original by Bob Amstadt
15134         * [neexe.h] Original by Bob Amstadt
15135         * [prototypes.h] Original by Bob Amstadt, updates by 
15136         Eric Youngdale
15137         * [segmem.h] Original by Bob Amstadt
15138         * [tkInt.h] Original by Regents of the University of California
15139         * [windows.h] Original by Peter MacDonald, updates by 
15140         Alexandre Julliard and Bob Amstadt
15141         * [wine.h] Original by Eric Youngdale
15142         * [kernel.spec] Original by Bob Amstadt, updates by 
15143         Alexandre Julliard
15144         * [gdi.spec] Original by Bob Amstadt, updates by 
15145         Alexandre Julliard
15146         * [shell.spec] Original by Bob Amstadt
15147         * [unixlib.spec] Original by Bob Amstadt
15148         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
15149         * [win87em.spec] Original by Bob Amstadt
15150         * [Windows.tcl] Original by Peter MacDonald, updates by 
15151         Alexandre Julliard
15152         * [build-spec.txt] Original by Bob Amstadt
15153         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale