Release 980329
[wine] / ChangeLog
1 ----------------------------------------------------------------------
2 Sun Mar 29 15:18:57 1998  Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de>
3
4         * [msdos/int21.c]
5         More verbose Trace messages
6
7 Sun Mar 29 15:03:30 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
8
9         * [loader/ne_image.c]
10         Terminate relocation chains on 0 offset.
11
12 Sun Mar 29 02:35:45 1998  James Juran  <jrj120@psu.edu>
13
14         * [windows/caret.c] [windows/class.c] [windows/clipboard.c]
15         Fixed more USER32 ordinal numbers in function documentation.
16
17 Sat Mar 28 22:40:23 1997  Andreas Mohr <100.30936@germany.net>
18
19         * [controls/desktop.c]
20         Return 1 for WM_NCCREATE in DesktopWndProc.
21
22         * [controls/menu.c]
23         Fixed crash when destroying a top popup win that was only created
24         but not shown.
25
26         * [ole/typelib.c] [if1632/typelib.spec]
27         Implemented OABuildVersion.
28
29         * [windows/win.c]
30         Finally fixed ugly bug in GetParent32 that affected window placement:
31         Didn't return 0 for windows that have neither WS_POPUP nor
32         WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;)
33
34 Sat Mar 28 02:26:43 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
35
36         * [DEVELOPERS-HINTS] [documentation/debug-msgs]
37         Updated documentation on debug messages
38
39         * [include/button.h] [controls/button.c] [include/windows.h]
40         [include/combo.h] [controls/combo.c] [controls/commctrl.c]
41         [controls/icontitle.c] [controls/listbox.c]     [controls/menu.c]
42         [controls/scroll.c] [controls/widgets.c] 
43         Changed some 16-bit code to 32-bit code. I am positive this will
44         not break anything.
45
46         * [controls/uitools.c] 
47         Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_
48         to reflect the fact that they implement Win95 look. Maybe we will
49         have a UITOOLS31_ in the future. Anyhow, the change is completely
50         internal to this file.
51
52         * [*/*.c]
53         Changed a lot of [f]printf into appropriate debug messages.
54
55 Fri Mar 27 19:56:12 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
56         * [documentation/status/]
57         Added directdraw and directsound status.
58
59         * [if1632/thunk.c][ole/*.c][win32/kernel32.c]
60         Added some documentation.
61         Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk
62         (calling conventions and the like still unknown).
63
64 Fri Mar 27 09:59:32 1998  Morten Eriksen  <mortene@pvv.org>
65
66         * [loader/resource.c][windows/keyboard.c]
67         Implemented CopyAcceleratorTable() and CreateAcceleratorTable().
68         
69         * [include/compobj.h][ole/compobj.c][relay32/ole32.spec]
70         Added implementation of StringFromGUID2(). 
71
72 Tue Mar 26 23:12:05 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
73
74         * [misc/imagelist.c][relay32/comctl32.spec]
75         Implemented new debugging interface.
76         Added missing functions (some are empty stubs).
77         Changed ordinals in comctl32.spec (now dll version 4.72 comatible).
78
79         * [objects/oembitmaps.c][include/windows.h]
80           [include/bitmaps/*]
81         Added missing restore bitmaps for Win95 look.
82         Added missing Win95 cursors.
83
84 Thu Mar 26 10:18:20 1998  Douglas Ridgway  <ridgway@winehq.com>
85
86         * [programs/view/Makefile.in] [programs/view/view.c]
87         Fix compilation, Aldus placeable metafile loading.
88
89         * [graphics/metafiledrv/init.c] [relay32/gdi32.spec] 
90           [objects/metafile.c]
91         Implemented various 32 bit versions of regular metafile API.
92
93         * [objects/enhmetafile.c]
94         Implemented rendering of a couple of dozen records.
95
96 Tue Mar 24 20:06:39 1998  Matthew Becker <mbecker@glasscity.net>
97
98         * [memory/*.c]
99         Updated documentation for API manpages.
100
101 Mon Mar 23 09:09:00 1998  Alex Korobka <alex@pharm.sunysb.edu>
102
103         * [misc/winsock.c]
104         Fixed 32-bit DNS lookup.
105
106 Mon Mar 23 23:54:47 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
107
108         * [multimedia/init.c]
109         New code for the initialization and gathering of information about
110         the MIDI devices, for future use.
111
112 Thu Mar 19 00:59:29 1998  Jim Peterson <jspeter@nospam.birch.ee.vt.edu>
113
114         * [windows/win.c]
115         Eliminated inaccurate setting of cs->hMenu in
116         WIN_CreateWindowEx, along with superfluous SetMenu32 call.
117
118 Mon Mar 16 17:40:53 1998  Petter Reinholdtsen <pere@td.org.uit.no>
119
120         * [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in]
121         Install wine.sym in $(exec_prefix)/lib and make sure the debugger
122         finds it.
123
124 Sun Mar 15 22:36:35 1998  Michael Veksler <mveksler@tx.technion.ac.il>
125
126         * [dummy.c] [if1632/gdi.spec]
127         Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
128
129 ----------------------------------------------------------------------
130 Sun Mar 15 03:46:50 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
131
132         * [*/*]
133         Fixed some dprintf_ such that there is one and only one
134         new line for each dprintf and that new line occurs at the end.
135         Transformed some fprintfs into proper debug statements.
136         Removed much redundancy from most of the debug statements. The
137         redundancy appeared because now the component and function
138         name is output automatically. Most debug statements also used to
139         output the name of the function.
140         All these changes prepared the source to switch completely to
141         the new debugging interface.
142         For more info, refer to ./documentation/debug-msg
143
144 Sat Mar 14 19:45:23 1997  Andreas Mohr <100.30936@germany.net>
145
146         * [misc/shell.c] [if1632/kernel.spec]
147         Changed parameters of FUNC004() to fix a crash.
148         Not sure if this fix is correct (doc wanted).
149
150         * [windows/user.c] [if1632/user.spec] [include/user.h]
151         Implemented UserSeeUserDo.
152
153         * [msdos/int21.c] [include/msdos.h]
154         Added "GET LIST OF LISTS" (INT 21/52h).
155
156 Sat Mar 14 15:48:02 1998  Douglas Ridgway <ridgway@gmcl.com>
157
158         * [include/windows.h] [relay32/gdi32.spec] [objects/enhmetafile.c]
159         Beginnings of enhanced metafile support.
160
161 Fri Mar 13 20:53:09 1998  John Richardson <jrichard@zko.dec.com>
162
163         * [win32/console.c]
164         Restart interrupted console writes.
165
166 Fri Mar 13 18:59:24 1998  Matthew Becker <mbecker@glasscity.net>
167
168         * [*/*.c]
169         Updated documentation for API manpages.
170
171         * [windows/dce.c]
172         ReleaseDC16: Fixed cast.
173
174         * [include/windows.h] [memory/virtual.c]
175         VirtualQuery{Ex} should return DWORD instead of BOOL32.
176
177 Fri Mar 13 13:03:06 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
178
179         * [README][documentation/status/]
180         README updated, added lzexpand,version and multimedia
181         status notes to new documentation/status directory.
182
183         * [ole/*.c][if1632/typelib.spec]
184         Added typelib stubs, several small additions and fixes.
185
186         * [loader/pe_image.c]
187         Fixed a small bug (fixup_imports got passed the wrong hModule in a
188         remapcase).
189
190         * [loader/signal.c][if1632/signal.c][misc/winsock_dns.c]
191           [loader/module.c]
192         Fixed some recursive debugger crashes (caused by invalid FS).
193
194         * [misc/registry.c]
195         Two bugs fixed.
196
197 Fri Mar 13 04:55:01 1998  David Lee Lambert <lamber45@egr.msu.edu>
198
199         * [include/winnt.h] [include/winnls.h]
200         Moved LANG_xxx flags to winnls.h
201
202         * [include/winnls.h]
203         Added flags for GetDateFormat(); fixed validity of
204         LOCALE_SYSTEM_DEFAULT.
205
206         * [include/windows.h] 
207         Added GetTimeFormat() prototypes.
208
209         * [ole/ole2nls.c]
210         Implemented ASCII date- and time-functions,  using an
211         optimized common core;  added stubs for Unicode versions;  
212         started work on a Unicode core.
213
214         * [AUTHORS]
215         Added my name.
216
217 Mon Mar  9 20:10:15 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
218
219         * [relay32/comctl32.spec] [include/imagelist.h]
220           [include/commctrl.h] [misc/imagelist.c] [misc/Makefile.in]
221         First attempt at implementing ImageLists.
222
223 Sun Mar  8 20:19:49 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
224
225         * [files/dos_fs.c] [configure.in]
226         Try to get FileTimeToLocalFileTime,FileTimeToSystemTime and
227         SystemTimeToFileTime right.
228         Use timegm() where available.
229
230         * [misc/lstr.c]
231         Fix an off by one error in FormatMessage and handle the case 
232         when args = NULL (used by programs to get the length of the 
233         string).
234
235         * [win32/console.c]
236         Actual display a per-process Title string, better working
237         attempt for WriteConsole32W and ReadConsole32W.
238
239 Fri Mar  6 20:33:45 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
240
241         * [include/config.h.in][configure.in][multimedia/audio.c]
242           [multimedia/dsound.c]
243         Added check for FreeBSD sound system.
244
245 Sun Mar  1 17:40:10 1998  Jason Schonberg <schon@mti.sgi.com>
246
247         * [controls/edit.c] [include/ole.h] [include/shlobj.h]
248         Removed final commas in enum types.
249
250 Mon Feb 23 07:52:18 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
251
252         * [multimedia/time.c]
253         Workaround to avoid infinite recursion inside timeGetTime.
254
255         * [multimedia/audio.c]
256         WODM_GETNUMDEVS and WIDM_GETNUMDEVS only return 1 now if the
257         SOUND_DEV can be opened, or if it's busy.
258
259 ----------------------------------------------------------------------
260 Sun Mar  1 10:45:23 1998  Andreas Mohr <100.30936@germany.net>
261
262         * [loader/ne_image.c]
263         Fixed problem with weird DLLs (NE_FFLAGS_SINGLEDATA && DGROUP = 0).
264
265         * [msdos/dosmem.c]
266         Export address for __0000H, too.
267
268         * [msdos/dpmi.c]
269         Changed MemAlloc functions to return less fragmented addresses.
270
271 Sat Feb 28 18:50:12 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
272
273         * [scheduler/process.c] [scheduler/sysdeps.c]
274         Don't use %fs register before threading initialization.
275
276 Sat Feb 28 14:04:56 1998  Kristian Nielsen  <kristian.nielsen@risoe.dk>
277
278         * [configure.in] [include/acconfig.h]
279         Autoconf macro to check for non-reentrant X libraries.
280
281         * [windows/winpos.c]
282         In SetWindowPos32(), do not cause WM_SIZE messages when the
283         SWP_NOSIZE flag is specified. This fixes the division-by-zero in
284         Borland C++ 4.0 "Open Project" menu item.
285
286 Sat Feb 28 13:11:26 1998  James Moody  <013263m@dragon.acadiau.ca>
287
288         * [ole/ole2nls.c]
289         Changed "English" values from German to English.
290
291         * [files/dos_fs.c]
292         Fixed off-by-one month bug.
293
294 Fri Feb 27 22:12:01 1998  Douglas Ridgway  <ridgway@winehq.com>
295
296         * [windows/win.c]
297         Fix winelib class menu loading bug.
298
299         * [include/module.h] [loader/module.c]
300         LoadModule32 should be implemented in terms of CreateProcess.
301
302         * [programs/view/*]
303         Metafile viewer sample program.
304
305         * [documentation/wine.texinfo] [documentation/Makefile.in]
306         Improvements and additions, HTML target.
307
308 Fri Feb 27 04:27:48 1998  Dimitrie O. Paun <dimi@cs.toronto.edu>
309
310         * [*/*]
311         Switched to the new debug messages interface. For more information
312         please refer to documentation/debug-msgs. Because the new scheme
313         introduces a new semantic level, I had to manually do through
314         about 530 dprintf_xxx!  The rest of about 2400 where transformed
315         via a script.  Because of the large number of changes that I had
316         to do, some may have not come out as nicely as I wanted them.  If
317         this is the case, please let me know. There is a lot of work left
318         to do: -- a few hundred printf's to be converted -- about 2300
319         fprintf's to be converted -- about 600 FIXME's to be transformed
320         The problem is that in the above mentioned cases, a lot of manual
321         intervention is required because a lot of the information is
322         missing.  There are also a lot of other things to be done to the
323         interface and so forth. I have now ideas for a at least a month
324         worth of full time work :) I will proceed with many changes in the
325         next few releases, so please do not start modifing things because
326         there will be a hell of a lot of conflicts. If you have ideas that
327         you want to integrate or you want to work on different things,
328         please coordinate with me.
329
330 Thu Feb 26 13:04:29 1998  David Lee Lambert <lamber45@egr.msu.edu>
331
332         * [ole/ole2nls.c] [include/windows.h]
333         First try at OLE date- and time-formatting functions.
334
335 Wed Feb 25 11:20:35 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
336
337         * [files/*.c]
338         Changed dos device handling, added 'CON' devicehandling.
339
340         * [graphics/ddraw.c]
341         Bug fixes, some additions.
342
343         * [if1632/builtin.c][loader/module.c][library/winestub.c]
344         Small hack so we don't need a dummy BUILTIN_LoadModule
345         in winestub.c.
346
347         * [ole/*][relay32/ole32.spec][if1632/storage.spec]
348         storage.dll started. winword loads documents (saving
349         doesn't work yet, dunno why).
350         Several ole additions, some cleanups and bugfixes.
351         IMalloc16 implemented.
352
353         * [loader/pe_image.c]
354         Added some comments, fixed circular dll references,
355         fixed modref ordering, fixed tls allocation.
356
357         * [memory/global.c]
358         Added validity checks before every GET_ARENA_PTR.
359         (several functions rely on Global* return values
360          on invalid handles, like IsTask).
361         Implemented GlobalUnlockFree16.
362
363         * [memory/virtual.c]
364         Replaced dprintf_virtual by fprintf, so we can
365         do 'info map' again in the debugger. Increase read
366         linesize for Linux2.1 cases.
367
368         * [misc/cpu.c][misc/registry.c]
369         Moved cpu registry initialization to misc/cpu.c.
370
371         * [multimedia/dsound.c]
372         Enhanced, replaced GETOSPACE bufferingcheck by SETFRAGMENT.
373
374         * [relay32/crtdll.spec][relay32/ntdll.spec]
375         Replaced some ptr by respective 'str' and 'wstr' arguments
376         for libc functions.
377
378         * [scheduler/thread.c]
379         Added some sanity checks to stackallocation, tlshandling fixed.
380
381         * [tools/build.c]
382         Fixed cdecl argumenttype order (was reversed).
383
384         * [win32/ordinals.c]
385         Implemented KERNEL_449.
386
387         * [windows/dinput.c]
388         Some fixes, needs much more work. Tomb Raider2 works with keyboard ;)
389
390 Tue Feb 24 20:46:37 1998  James Juran   <jrj120@psu.edu>
391
392         * [windows/win.c]
393         Fixed USER32 ordinal numbers in documentation.
394
395 Sat Feb 21 12:30:38 1998  John Richardson <jrichard@zko.dec.com>
396
397         * [files/file.c] [include/k32obj.h] [memory/virtual.c]
398         [scheduler/critsection.c] [scheduler/event.c] [scheduler/handle.c]
399         [scheduler/k32obj.c] [scheduler/mutex.c] [scheduler/process.c]
400         [scheduler/semaphore.c] [scheduler/thread.c]
401         Added generic k32obj read and write routines for k32objs that
402         support I/O.
403
404         * [documentation/console]
405         Updated console docs.
406
407         * [win32/console.c]
408         Make console work like a k32obj that supports I/O.
409
410         * [include/windows.h]
411         Make WriteFile and ReadFile take HANDLE32 for handle.
412
413 ----------------------------------------------------------------------
414 Sun Feb 15 14:07:07 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
415
416         * [controls/menu.c] [misc/ver.c] [multimedia/dsound.c]
417           [multimedia/joystick.c] [windows/dialog.c]
418         Modified some dprintf_xxx's to prepare them for a new
419         dprintf_ scheme. Basically, I changed the dprintf's that
420         outputed a line with many dprintf calls to do just one
421         dprintf call.
422
423 Sun Feb 15 12:02:59 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
424
425         * [graphics/x11drv/*.c] [objects/*.c]
426         A few X11 critical section optimizations, mostly with XGet/PutPixel.
427
428         * [scheduler/sysdeps.c] [misc/main.c]
429         Make sure X11 critical section is available before any Xlib call.
430
431         * [if1632/relay.c] [tools/build.c]
432         Yet another attempt at fixing Catch/Throw.
433
434         * [loader/pe_image.c]
435         Fixed broken PE DLL loading.
436
437         * [include/winnt.h] [scheduler/handle.c] [scheduler/*.c]
438         Implemented handle access rights.
439         Added Get/SetHandleInformation.
440
441 Sun Feb 15 09:45:23 1997  Andreas Mohr <100.30936@germany.net>
442
443         * [misc/winsock.c]
444         Fixed bug in WSACleanup which lead to crashes in WINSOCK_HandleIO.
445
446         * [graphics/fontengine.c] [include/font.h]
447         Minor improvements.
448
449         * [memory/global.c]
450         Implemented GlobalEntryHandle.
451
452         * [misc/toolhelp.c]
453         Fixed a memory bug in Notify*register.
454
455         * [misc/w32scomb.c]
456         Improved Get16DLLAddress.
457
458         * [objects/gdiobj.c]
459         Implemented GdiSeeGdiDo.
460
461
462 Sat Feb 14 14:57:39 1998  John Richardson <jrichard@zko.dec.com>
463
464         * [win32/console.c]
465         Added the console implementation, AllocConsole, FreeConsole,
466         CONSOLE_InheritConsole.
467
468         * [documentation/console]
469         Some documentation on the console.
470
471         * [include/winerror.h]
472         Added some error defines.
473
474         * [scheduler/k32obj.c]
475         Registered the scheduler ops.
476
477 Fri Feb 13 19:35:35 1998  James Moody  <013263m@dragon.acadiau.ca>
478
479         * [ole/ole2nls.c]
480         Some English language fixes for missing values.
481
482         * [controls/listbox.c]
483         Fix to allow an empty listbox to deselect all items.
484
485         * [relay32/user32.spec] [windows/keyboard.c]
486         CreateAcceleratorTableA stub method.
487
488         * [windows/sysmetrics.c]
489         Added missing SM_CXCURSOR & SM_CYCURSOR initializers.
490
491         * [windows/message.c]
492         PostThreadMessage32A stub method.
493
494 Fri Feb 13 17:12:24 1998  Jim Peterson <jspeter@roanoke.infi.net>
495
496         * [libtest/hello3res.rc] [libtest/hello3.c] [libtest/Makefile.in]
497         Updated the 'hello3' test so that it functions properly again.
498
499 Fri Feb 13 14:08:07 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
500         
501         * [graphics/mapping.c]
502         Fixed the embarrassing bugs I introduced into DPtoLP and
503         LPtoDP.
504
505         * [windows/scroll.c]
506         Prevent ScrollWindow32 from sending WM_ERASEBKGND.
507
508 Thu Feb 12 22:46:53 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
509
510         * [objects/metafile] [include/ldt.h]
511         Fix to cope with records longer than 64K.
512
513         * [windows/clipboard.c]
514         Clean up bitmaps and metapicts properly.
515
516 Mon Feb  3 21:52:18 1998  Karl Backström <karl_b@geocities.com>
517
518         * [programs/winhelp/Sw.rc] [resources/sysres_Sw.rc]
519         Minor update of Swedish language support.
520
521 ----------------------------------------------------------------------
522 Sun Feb  1 13:24:54 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
523
524         * [files/drive.c]
525         Added Device= parameter to drive configuration.
526
527         * [if1632/relay.c]
528         Throw() and Catch() now use the correct CATCHBUF layout (untested).
529
530         * [tools/build.c] [include/stackframe.h] [loader/task.c]
531         Moved 16-bit stack pointer into thread database.
532         Save current %fs while running 16-bit code.
533
534 Fri Jan 30 09:25:49 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
535
536         * [graphics/mapping.c]
537         Made DPtoLP32 and LPtoDP32 respect world transforms.
538
539         * [graphics/path.c] [graphics/painting.c] [if1632/gdi.spec]
540           [include/path.h]
541         More path support.
542
543         * [include/gdi.h] [include/windows.h] [objects/dc.c]
544           [relay/gdi32.spec]
545         Support for Get/SetArcDirection and Get/SetWorldTransform
546
547         * [windows/hook.c]
548         Fixed a bug in HOOK_Map16To32Common.
549
550 Thu Jan 29 23:43:18 1998  Douglas Ridgway <ridgway@taiga.gmcl.com>
551
552         * [graphics/metafiledrv/init.c] [objects/metafile.c]
553         Documentation for metafile related API calls. Fixed a bug to avoid
554         documenting it.
555
556         * [include/windows.h]
557         Declaration for LoadImage.
558
559 Thu Jan 29 21:44:45 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
560
561         * [graphics/win16drv/*]
562         Changes to printing code to enable use of printer fonts with the
563         win3.1 postscript driver. Remember to add printer=on to [wine]
564         section of wine.conf . You will also need to disable truetype
565         fonts from control panel. Winword 6.0 and Write seem to be happy
566         with this...
567
568         * [include/bitmap.h]
569         Fix Widthbytes for 15bpp displays.
570
571 Tue Jan 27 20:54:08 1998  Kristian Nielsen <kristian.nielsen@risoe.dk>
572
573         * [tsx11/*] [include/ts*] [tools/make_X11wrappers]
574         Implemented thread-safe X11 wrappers.
575
576 Tue Jan 27 13:54:09 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
577
578         * [windows/queue.c]
579         Forgot to convert thdb to thread_id.
580
581         * [misc/registry.c]
582         Sped up Windows 95 registry reading. Changed code to traverse
583         registry as a tree rather than read in all possible keys
584         (including dead ones). 
585
586 Tue Jan 27 12:46:09 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
587
588         * [loader/pe_image.c][Makefile.in][scheduler/thread.c]
589           [libtest/hello5.c]
590         Don't exit() on failed to load referenced dlls.
591         Fixed static tls allocation for multiple threads.
592         WINELIB should now be able to load PE dlls. A sample
593         winelib program, that dynamically loads a internal dll
594         is included.
595
596         * [graphics/ddraw.c][include/ddraw.h][include/d3d.h]
597         Cleaned up and enhanced further. Added several DirectX5
598         interface definitions and DirectSurface3 implementation.
599         Stubs for D3D (NOT coming soon, just there so it fails safely).
600
601         * [multimedia/dsound.c][include/dsound.h]
602         Actually works now for a lot of cases. Some DirectX5 stuff
603         added. Still lacking several features.
604
605         * [windows/dinput.c][include/dinput.h]
606         Started implementing DirectInput. Doesn't work yet, don't 
607         know why.
608
609         * [if1632/thunk.c][misc/callbacks.c]
610           [win32/kernel.c][include/callbacks.h]
611         Added WOWCallback16Ex, WOWHandle32.
612
613         * [misc/cpu.c]
614         Fixed GetSystemInfo, IsProcessorFeaturePresent.
615
616         * [multimedia/joystick.c][multimedia/time.c]
617         Several fixes. Small hack to get timerevents in timeGetTime() loops.
618
619 Tue Jan 20 11:26:27 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
620
621         * [configure.in]
622         Fixed check for union semun on FreeBSD systems.
623
624 Sun Jan 18 23:05:04 1998  Karl Backström <karl_b@geocities.com>
625
626         * [misc/ole2nls.c] [programs/progman/Sw.rc] [programs/winhelp/Sw.rc]
627           [resources/sysres_Sw.rc]
628         Added/updated Swedish language support.
629
630 Sun Jan 18 18:49:01 1998  Alex Korobka <alex@trantor.pharm.sunysb.edu>
631
632         * [misc/winsock.c] [misc/winsock_dns.c] [windows/event.c]
633           [windows/win.c] [windows/dce.c] [windows/winpos.c]
634         Bug fixes.
635
636 Sun Jan 18 12:45:23 1997  Andreas Mohr <100.30936@germany.net>
637
638         * [msdos/int25.c] [msdos/int26.c]
639         Implemented "native" absolute disk read/write access.
640
641         * [msdos/int13.c] [msdos/ioports.c]
642         Enhanced GET DRIVE PARAMETERS (int13 AH=08).
643
644         * [graphics/win16drv/prtdrv.c] [if1632/gdi.spec]
645         Fixed typos, implemented dmEnumDFonts,
646         Started implementation of dmRealizeObject.
647
648         * [if1632/compobj.spec] [ole/compobj.c] [relay32/ole32.spec]
649         Stubs CoCreateInstance, CoFreeUnusedLibraries, implemented
650         CoFileTimeNow.
651
652         * [if1632/kernel.spec] [include/windows.h] [memory/global.c]
653           [memory/string.c] [misc/kernel.c] [misc/Makefile.in]
654           [misc/toolhelp.c] [msdos/int21.c]
655         Implemented GlobalHandleNoRIP, GetFreeMemInfo, DebugFillBuffer, 
656         stubs GetSetKernelDOSProc, DiagQuery, DiagOutput, ToolHelpHook
657         (Undocumented Windows).
658
659         * [if1632/user.spec] [if1632/win32s16.spec] [misc/win32s16.c]
660         Misc stubs.
661
662         * [if1632/winaspi.spec] [misc/aspi.c]
663         Implemented GetASPIDLLVersion.
664
665         * [if1632/wprocs.spec] [msdos/int20.c] [msdos/Makefile.in]
666         Added handler for Int 0x20 (terminate program, _very_ old-fashioned).
667
668         * [misc/w32scomb.c]
669         Implemented Get16DLLAddress() partially
670         (big thanks to Marcus and Alexandre).
671
672         * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/dplay.spec]
673         Added built-in DPLAY.DLL.
674
675         * [relay32/winmm.spec] [multimedia/joystick.c]
676         Added joySetThreshold.
677
678         * [misc/windebug.c]
679         Added WinNotify.
680
681         * [win32/console.c]
682         Stubs CreateConsoleScreenBuffer, SetConsoleActiveScreenBuffer,
683         WriteConsoleOutput32A.
684
685         * [windows/user.c]
686         Stub SetEventHook.
687
688 Sat Jan 17 19:30:35 1998  Matthew Toseland  <Paul.Toseland@btinternet.com>
689
690         * [windows/painting.c]
691         Fixed broken restore-to-maximized.
692
693 Mon Jan 12 21:25:32 1998  Perceval - Marc Huguet Puig <mhp@tinet.fut.es>
694
695         * [documentation/wine.man] [include/options.h]
696           [misc/main.c] [ole/ole2nls.c] [resources/sysres.c]
697           [resources/sysres_Ca.rc] [resources/Makefile.in]
698         Added language catalan. (Afegit l'idioma català).
699
700 ----------------------------------------------------------------------
701 Sun Jan 18 17:05:58 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
702
703         * [include/stackframe.h] [tools/build.c]
704         Some cleanups in stack frame building.
705
706         * [misc/port.c]
707         Implemented clone() wrapper for libc5 users.
708
709         * [scheduler/mutex.c] [scheduler/synchro.c]
710         Implemented abandoned mutexes.
711
712         * [scheduler/process.c] [scheduler/thread.c]
713         We now create a process and a thread structure as soon as possible
714         during initialization.
715
716         * [scheduler/thread.c] [scheduler/sysdeps.c]
717         Moved system-specific thread handling to sysdeps.c.
718
719 Fri Jan 16 10:45:15 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
720
721         * [graphics/ddraw.c][include/ddraw.h]
722         Surface handling enhanced. Some stuff already works ;)
723
724         * [multimedia/dsound.c][include/dsound.h]
725         Implemented using the Open Sound System.
726         Slowly starts to work (sounds terrible for some programs).
727
728         * [configure.in][multimedia/audio.c][include/config.h.in]
729         Added check for OpenSoundSystem, fixed -lXxf86dga check.
730         Replaced OS #ifdefs by #ifdef HAVE_OSS in mm/audio.c.
731
732         * [if1632/relay.c][relay32/relay386.c]
733         Do not print control characters for 'str' or 'wstr' args.
734
735         * [misc/registry.c]
736         "" seems to equals NULL in keynames. Replace where needed. Seems
737         to help the win95 regedit.exe...
738
739         * [win32/newfns.c]
740         Implemented QueryPerformance* using gettimeofday(2)
741         (should be done using the pentium timers probably).
742
743         * [tools/ipcl]
744         Removed useless open_pipe construct.
745
746 Sun Jan 11 17:10:02 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
747
748         * [objects/region.c] [include/region.h] [graphics/x11drv/clipping.c]
749         Regions are now internal to Wine. The basis of this code is taken
750         from the X11 distribution. GetRegionData() is implemented as is 
751         ExtCreateRegion() (without Xforms). CreatePolyPolygonRgn() should
752         behave correctly now. 
753
754         * [objects/metafile.c] [graphics/metafiledrv/graphics.c]
755           [graphics/metafiledrv/init.c] [include/metafile.h]
756           [include/metafiledrv.h]
757         Playback of META_CREATEREGION should now work. Implemented recording
758         of META_CREATEREGION and META_PAINTREGION.
759
760         * [graphics/x11drv/graphics.c]
761         FillRgn() (and therefore its friends) respect logical co-ords.
762
763 Wed Jan  7 01:21:45 1998  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
764
765         * [configure.in] [include/acconfig.h] [tools/build.c]
766         Now checking whether to use .string or .ascii.
767
768         * [configure.in] [include/acconfig.h] [scheduler/critsection.c]
769         Defining union semun if this is not available from header files.
770
771         * [misc/lstr.c]
772         Moved wine's own header files below <wctype.h> to avoid
773         parse error on Solaris.
774
775 Sun Jan  4 15:38:07 1998  Andrew Taylor <ataylor@cadvision.com>
776
777         * [multimedia/mmsystem.c] [multimedia/mmio.c]
778         Implemented mmioSendMessage and rearranged the mmio
779         subsystem in terms of this function.
780
781 Wed Dec 24 00:51:29 1997  Charles Duffy <cduffy@bigfoot.com>
782
783         * [windows/clipboard.c] [relay32/user32.spec]
784         GetPriorityClipboardFormat32 now has something other than just
785         a stub. I have no idea if it works (can't test until
786         SetClipboardData is finished) but HEdit likes things a lot more
787         this way.
788
789 ----------------------------------------------------------------------
790 Sat Jan  3 17:15:56 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
791
792         * [debugger/db_disasm.c]
793         Added cpuid and cmpxchg instructions.
794
795         * [if1632/builtin.c] [relay32/builtin32.c]
796         Fixed broken -dll option with Win32 DLLs.
797
798         * [include/heap.h]
799         Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
800
801         * [configure.in] [misc/lstr.c]
802         Added check for wctype.h.
803         Commented out --enable-ipc option (IPC code has been broken for a
804         long time anyway).
805
806         * [scheduler/critsection.c] [scheduler/event.c]
807           [scheduler/mutex.c] [scheduler/semaphore.c]
808         Implemented Win32 synchronization objects.
809
810         * [scheduler/synchro.c]
811         Implemented WaitForMultipleObjects and related functions.
812
813         * [scheduler/thread.c]
814         If possible, use clone() in CreateThread().
815
816         * [scheduler/thread.c] [scheduler/process.c]
817         Made thread and process waitable objects.
818         Thread and process id values are now different from the pointers
819         they represent.
820
821         * [win32/k32obj.c]
822         Moved to scheduler directory.
823         Added function table for waiting operations on objects.
824
825         * [files/file.c] [memory/virtual.c]
826         Added new K32OBJ function table.
827
828 Sun Jan  1 16:48:23 1997  Andreas Mohr <100.30936@germany.net>
829
830         * [files/file.c]
831         Fixed my patch for GetTempFileName16() as needed.
832         It was ...Name32A() that didn't work properly, not ...Name16().
833
834         * [graphics/x11drv/brush.c]
835         Fixed a BadMatch error.
836
837         * [msdos/int21.c]
838         Fixed INT21_FindNextFCB() to get correct volume labels e.g.
839         in "file open" dialog.
840
841         * [multimedia/joystick.c] [relay32/winmm.spec]
842         Stub JoyGetPosEx().
843
844         * [scheduler/process.c] [relay32/kernel32.spec]
845         Implemented RegisterServiceProcess().
846
847 Wed Dec 31 11:14:43 1997  Lawson Whitney  <lawson_whitney@juno.com>
848
849         * [if1632/kernel.spec] [if1632/relay.c]
850         Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
851         CallProc32W.
852
853         * [loader/module.c]
854         Take a shot at defining FreeLibrary32W.
855
856 Sun Dec 28 12:44:04 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
857
858         * [controls/menu.c]
859         Menu modification from WM_INITMENUPOPUP message fixed.
860         Menu items now can have different wID and hSubMenu (Win95 behavior).
861
862         * [misc/cpu.c]
863         Improved IsProcessorFeaturePresent.
864
865 Sun Dec 28 03:21:08 1997  Ove Kaaven <ovek@main.arcticnet.no>
866
867         * [include/winsock.h] [misc/winsock.c]
868         Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
869         empty fd_sets if timeout.
870
871         * [objects/palette.c]
872         AnimatePalette() bailed out if entire palette is animated. Fixed.
873
874         * [objects/dib.c]
875         Added some code to SetDIBitsToDevice() and its helpers to fix
876         some offseting problems.
877
878         * [objects/cursoricon.c]
879         Made CreateCursor32() convert the instance handle properly. Made
880         DestroyCursor() return correct success status.
881
882 Wed Dec 24 17:56:34 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
883
884         * [windows/syscolor.c]
885         Added definition of GetSysColorPen16/32. This function does not
886         exist in the Win32 API but is a very close (and natural) relative
887         to GetSysColorBrush function. Moreover, it is *very* much used 
888         within Wine since there are a lot of places where we need to draw
889         lines with the standard colors.
890
891         * [controls/button.c] [controls/combo.c] [controls/icontitle.c]
892           [controls/menu.c] [controls/progress.c] [controls/scroll.c]
893           [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
894           [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
895         Replaced references to sysColorObjects with the appropriate
896         call to GetSysColorBrush32/GetSysColorPen32. There is no need to
897         expose the implementation of these functions, even within Wine.
898         This makes the code easier to understand, debug, maintain.
899
900         * [controls/uitools.c]
901         Modified most of the functions in this file to use the now
902         standard pens (i.e. GetSysColorPen32). These functions made
903         *heavy* use of standard pens so I expect a lot less
904         CreatePen/DeleteObject calls can do only good...:)
905         Plus some minor modifications (*no* functional changes though).
906
907         * [controls/updown.c]
908         Used the new DrawFrameControl32 function to paint the control.
909         I also deleted UDDOWN_DrawArrow since it was no longer required.
910
911 Tue Dec 23 00:03:33 1997  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
912
913         * [configure.in]
914         Added check for -lw.
915
916         * [include/wintypes.h] [tools/build.c]
917         Changes to make the assembly understandable for even sun as.
918         ".ascii" -> ".string", "call %foo" -> "call *%foo",
919         "pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
920
921         * [memory/ldt.c]
922         #ifdef added so <sys/seg.h> will not be included on Solaris.
923
924 Mon Dec 22 18:55:19 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
925
926         * [configure.in]
927         Added XF86DGA check.
928
929         * [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
930         Started DirectSound. Only stubs for now.
931
932         * [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
933         Started to implement DirectDraw. Mostly stubs, some
934         testcases work. Requires the XF86DGA extension to XFree86.
935         (check demo/blizdemo.exe from the Diablo CD-ROM).
936
937         * [files/drive.c]
938         Return correct "CDFS" fsname so Diablo is a bit happier.
939
940 Sun Dec 21 21:45:48 1997  Kevin Cozens <kcozens@interlog.com>
941
942         * [misc/registry.c]
943         Fixed bugs in the routines which read the Windows '95 registry
944         files. Added extra information regarding the format of the Windows
945         '95 registry files.
946
947 ----------------------------------------------------------------------
948 Fri Dec 19 10:50:46 1997  Douglas Ridgway  <ridgway@winehq.com>
949
950         * [Make.rules.in] [Makefile.in] [documentation/Makefile.in]
951           [documentation/README.documentation]
952         First cut at Wine API documentation. No longer install reference
953         manual by default.
954
955 Wed Dec 17 21:32:23 1997  Andreas Mohr <100.30936@germany.net>
956
957         * [files/file.c]
958         Fixed GetTempFileName16() to use current path of requested drive
959         as needed.
960
961         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/dciman32.spec]
962           [if1632/msvfw32.spec] [if1632/tapi32.spec] [if1632/wow32.spec]
963         Added misc DLLs needed by various apps.
964
965 Wed Dec 17 12:01:50 1997  Morten Eriksen <mortene@sim.no>
966
967         * [if1632/gdi32.spec] [include/windows.h] [objects/palette.c]
968         Inserted empty stub for CreateHalftonePalette.
969
970 Tue Dec 16 22:08:06 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
971
972         * [windows/mdi.c]
973         Use VK_TAB instead of VK_SEPARATOR in TranslateMDISysAccel().
974
975         * [graphics/metafiledrv/init.c]
976         DeleteDC() on a MetaDC doesn't do anything - it shouldn't. Therefore
977         fix cleanup of MetaDCs in CloseMetaFile(); they now actually get
978         removed from the GDI heap!
979
980         * [graphics/x11drv/xfont.c]
981         Preserve FO_MATCH_XYINDEP flag in XFONT_MatchFIList(). Should reduce
982         the number of bold-italic matches.
983
984 Tue Dec 16 20:11:43 1997  Bertho Stultiens <bertho@panter.soci.aau.dk>
985
986         * [graphics/painting.c]
987         Included an implementation of DrawState
988
989         * [if1632/thunk.c]
990         Changed many fprintfs into dprintf_thunk
991
992         * [include/cache.h] [graphics/cache.c]
993         New files to hold cached handles to regulary used GDI object.
994
995         * [include/windows.h]
996         Added DRAWSTATExx typedefs
997         Added DSS_DEFAULT define for DrawState
998
999         * [objects/text.c]
1000         New implementation of GrayString()
1001
1002         * [controls/uitools.c]
1003         Implemented DrawFrameControl() functions
1004         Changed DrawEdge() behaviour to win95 implementation
1005
1006 Mon Dec 15 23:43:01 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
1007
1008         * [graphics/path.c] [include/path.h] [graphics/painting.c]
1009           [if1632/gdi32.spec] [include/gdi.h] [include/windows.h]
1010           [objects/dc.c]
1011         Added preliminary support for GDI paths.
1012
1013         * [objects/dc.c]
1014         Added DC_Init_DC_INFO function for initializing WIN_DC_INFO
1015         structure.
1016
1017         * [include/windows.h] [include/gdi.h] [objects/gdiobj.c]
1018         Added DEFAULT_GUI_FONT.
1019
1020         * [include/winerror.h]
1021         Added a few error codes.
1022
1023         * [memory/heap.c]
1024         Changed HeapAlloc to make the correct calls to SetLastError
1025         (now conforms to NT's behaviour).
1026
1027         * [windows/win.c]
1028         Changed WIN_CreateWindowEx to allow child windows with zero
1029         width / height.
1030
1031 Sun Dec 14 12:01:07 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1032
1033         * [if1632/*] [relay32/*]
1034         Moved all 32-bit relay stuff to relay32/
1035
1036         * [fi1632/thunk.c] [win32/kernel32.c]
1037         Moved all KERNEL32 ordinal functions to kernel32.c
1038
1039         * [memory/selector.c]
1040         Initialize selectors in AllocSelectorArray.
1041
1042         * [tools/build.c]
1043         Generate C instead of assembly for Win32 relays.
1044         Fixed stack corruption in CallTo16 functions, found by Bertho
1045         Stultiens.
1046         
1047 Sun Dec 14 10:55:00 1997  Andreas Mohr <100.30936@germany.net>
1048
1049         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/ole2thk.spec]
1050         Added built-in OLE2THK.DLL. 
1051
1052         * [if1632/toolhelp.spec] [include/toolhelp.h] [memory/selector.c]
1053           [misc/toolhelp.c]
1054         Added stubs for StackTraceFirst(), StackTraceCSIPFirst(),
1055         StackTraceNext(), UTSelectorOffsetToLinear()
1056         and UTLinearToSelectorOffset().
1057
1058 Sat Dec 13 17:26:41 1997  Alex Korobka  <alex@trantor.pharm.sunysb.edu>
1059
1060         * [misc/winsock.c]
1061         32-bit API fixes for reported problems (thanks to Marcus
1062         and David).
1063
1064         * [graphics/x11drv/xfont.c]
1065         Little tweak in point size calculation.
1066
1067         * [windows/defwnd.c] [windows/dce.c] [windows/winhelp.c]
1068           [windows/winproc.c] [windows/win.c]
1069         Bug fixes.
1070
1071 Sat Dec 13 16:35:14 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
1072
1073         * [files/dos_fs.c]
1074         OpenFile with empty filename and OF_PARSE returns current dir.
1075
1076         * [misc/commdlg.c]
1077         Ignore initial dir if bogus.
1078
1079         * [files/file.c]
1080         Locking an identic region in a file must not be an error.
1081
1082         * [misc/lstr.c]
1083         Use wide char ctype functions.
1084
1085 Fri Dec 12 23:46:22 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
1086
1087         * [file/drive.c]
1088         First attempt for GetDiskFreeSpaceEx.
1089
1090 Fri Dec 12 23:18:41 1997  Marcus Meissner  <msmeissn@cip.informatik.uni-erlangen.de>
1091
1092         * [loader/pe_resource.c]        
1093         Fixed wrongly appearing menus problem (only use default lookups in
1094         last resource subtree).
1095
1096         * [multimedia/*.c]
1097         Added win32 support for time* and joy* lowlevel drivers,
1098         (not excessively tested), some misc fixes and cleanups.
1099
1100         * [misc/shellord.c][misc/shell.c][ole/folders.c][ole/ifs.c]
1101           [include/interfaces.h][include/shlobj.h]
1102         Added some more undocumented SHELL32 functions, some shell folder
1103         interface stubs added, SHGetMalloc, SHGetDesktopFolder,
1104         SHGetSpecialFolderLocation, SHGetPathFromIDList stubs added,
1105         IMalloc, IUnknown implemented.
1106
1107         * [windows/msgbox.c]
1108         Implemented MessageBoxIndirect*, some internal changes.
1109
1110         * [if1632/thunk.c]
1111         KERNEL_431 implemented.
1112
1113         * [objects/gdiobj.c]
1114         GetCurrentObject implemented.
1115
1116 Wed Dec  3 01:09:17 1997  Gordon Chaffee  <chaffee@apu.cs.berkeley.edu>
1117
1118         * [objects/dib.c]
1119         Fix a couple small DIB problems.
1120
1121         * [controls/edit.c]
1122         Fix a typo.
1123
1124         * [files/dos_fs.c]
1125         Try normal readdir in case fs is specified as vfat but isn't.
1126
1127         * [files/profile.c]
1128         Implementation of WritePrivateProfileSection32A from Uwe Bonnes.
1129
1130         * [misc/printdrv.c]
1131         OpenPrinter32A stub, helps Word97 start.
1132
1133         * [objects/text.c]
1134         Fixup implementation of GetTextCharsetInfo.
1135
1136         * [scheduler/process.c]
1137         Fix environment variable expansion.
1138
1139         * [win32/code_page.c]
1140         Make MultiByteToWideChar and WideCharToMultiByte conform in return
1141         values and error conditions to those in Windows NT 4.0.
1142
1143         * [windows/message.c]
1144         Fix broadcasting problems in Win32.  The Win32 docs say to use
1145         HWND_TOPMOST to broadcast to all Win32 Windows.
1146
1147         * [memory/virtual.c] [loader/pe_image.c]
1148         Do not map in VirtualAlloc if address is specified and space is
1149         not available.  This is required by Win32.
1150
1151         * [include/pen.h] [include/x11drv.h] [objects/dc.c]
1152           [objects/pen.c] [graphics/x11drv/pen.c]
1153         Support for ExtCreatePen.
1154
1155 Tue Dec  2 20:22:06 1997  Morten Welinder  <terra@diku.dk>
1156
1157         * [*/*.c] [*/*.h]
1158         Add lots of prototypes.
1159
1160         * [if1632/kernel32.spec][include/windows.h][include/winnt.h]
1161           [misc/cpu.c]
1162         Define IsProcessorFeaturePresent.
1163
1164         * [misc/crtdll.c]
1165         (CRTDLL__getcwd): Allocate enough memory for the terminating zero.
1166
1167         * [misc/ver.c]
1168         Improve check for null component in _find_data[AW].  Plug leaks
1169         in VerQueryValue*.
1170
1171         * [win32/console.c][if1632/kernel32.spec]
1172         Add stubs for GetConsoleCursorInfo32, SetConsoleCursorInfo32.
1173
1174         * [windows/message.c][if1632/user32.spec][include/windows.h]
1175         Define SendMessageTimeout*.
1176
1177         * [graphics/x11drv/xfont.c]
1178         Change algorithm of __genericCheckSum to be alignment safe.
1179
1180         * [misc/main.c] [misc/winsock.c] [misc/winsock_dns.c]
1181         Include winsock.h early to avoid Solaris problem.
1182
1183         * [include/windows.h]
1184         Undef FSHIFT before we define it.
1185
1186         * [rc/winerc.c]
1187         Include <fcntl.h> instead of <sys/fcntl.h>.
1188
1189         * [files/file.c]
1190         Use strerror in FILE_SetDosError if available.
1191
1192         * [include/config.h.in] [configure.in]
1193         Check for strerror.
1194
1195         * [objects/gdiobj.c]
1196         Make static font structures aligned.
1197
1198 Mon Dec  1 10:10:21 1997  Karl Garrison  <karlos@eznet.net>
1199
1200         * [win32/console.c] [if1632/kernel32.spec] [include/windows.h]
1201         Added stub for GetNumberOfConsoleMouseButtons.
1202         Added stub for PeekConsoleInput(A,W).
1203         Fixed parameter list for WriteConsole(A,W).
1204         GetNumberOfConsoleInputEvents now returns 0 events instead of 1
1205         (since low-level console functions are not yet supported).
1206         GetConsoleMode no longer returns ENABLE_WINDOW_INPUT and
1207         ENABLE_MOUSE_INPUT since these are not currently implemented.
1208
1209 ----------------------------------------------------------------------
1210 Sat Nov 29 12:35:26 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1211
1212         * [if1632/builtin.c]
1213         Build a complete PE header for builtin Win32 modules.
1214
1215         * [loader/pe_image.c] [loader/module.c]
1216         HMODULE32 now points to the loading address of the module. There
1217         is no longer a separate PE_MODULE structure.
1218
1219 Fri Nov 28 11:21:47 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1220
1221         * [ole/*][configure.in][Makefile.in][include/interfaces.h]
1222           [if1632/olesvr32.spec][if1632/olecli32.spec]
1223         New directory, moved OLE stuff there.
1224         new .spec files for olecli32,olesvr32, some stubs added.
1225
1226         * [misc/shell.c]
1227         Added support for extracting icons from PE dlls.
1228
1229         * [misc/shellord.c][if1632/shell32.spec]
1230         Added a huge heap of ordinal only exported shell functions
1231         (will work only in Win95).
1232
1233         * [loader/task.c]
1234         Hack to make MakeProcInstance16 work in all cases (mplayer.exe).
1235
1236         * [win32/string32.c][include/string32.h]
1237         Obsolete, removed.
1238
1239         * [windows/keyboard.c]
1240         Added *RegisterHotkey.
1241
1242         * [objects/font.c][objects/text.c]
1243         Added GetFontLanguageInfo, GetTextCharsetInfo.
1244
1245 Wed Nov 26 18:10:40 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
1246
1247         * [misc/network.c]
1248         In WNetGetConnection16 return the Drive label and not the DOS-Cwd.
1249         Makes Wordview 6 start on a network connected machine.
1250
1251         * [controls/status.c]
1252         Catch a Null pointer in SW_SetText.
1253
1254         * [files/dos_fs.c]
1255         Add NT5 functions GetLongPathName32.
1256
1257         * [files/file.c]
1258         Make GetTempFileName16 accept drive 0 (Current Drive) too.
1259         Handle more errors and be more verbose in FILE_SetDosError, fix
1260         an error in DeleteFile32W
1261
1262         * [memory/virtual.c]
1263         Implement FlushViewOfFile.
1264
1265         * [misc/crtdll]
1266         Implement _rotl and splitpath and add a stub for 
1267         _abnormal_termination.
1268
1269         * [misc/printdrv.c]
1270         Stub for EnumPrinters32A.
1271
1272         * [win32/newfns]
1273         Add Stub for QueryPerformanceFrequency, change return value
1274         for QueryPerformanceCounter.
1275         Add stub for DeviceIoControl.
1276
1277 Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
1278
1279         * [controls/combo.c] [controls/edit.c] [windows/defwnd.c]
1280           [windows/winpos.c] [windows/win.c]
1281         Removed WIN_NO_REDRAW flag.
1282
1283 Tue Nov 25 13:20:35 1997  Douglas Ridgway <ridgway@taiga.v-wave.com>
1284
1285         * [graphics/x11drv/bitblt.c]
1286         Fixed memory leak in BITBLT_GetDstArea.
1287
1288 Sun Nov 23 14:05:23 1997  Andreas Mohr <100.30936@germany.net>
1289
1290         * [files/directory.c]
1291         Export windows system directory to environment.
1292
1293         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec]
1294           [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c]
1295         Added Win32s DLLs W32SKRNL and WIN32S16.
1296
1297         * [if1632/kernel32.spec] [loader/module.c]
1298         Added misc functions for Win32s.
1299
1300         * [if1632/kernel.spec] [loader/task.c]
1301         Added DefineHandleTable().
1302
1303         * [scheduler/process.c]
1304         Fixed SetEnvironmentVariable32A() to avoid heap corruption.
1305
1306 Sat Nov 22 14:11:42 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1307
1308         * [windows/painting.c]
1309         Fix leak in BeginPaint16() for CS_PARENTDC windows where the
1310         update region was not properly released.
1311
1312 Thu Nov 20 03:55:29 1997  Gordon Chaffee <chaffee@CS.Berkeley.EDU>
1313
1314         * [loader/pe_image.c]
1315         Implemented forwarded DLL functions.
1316
1317         * [objects/dib.c]
1318         Added support for 16- and 32-bit mode DIBs.
1319         Support negative bitmap heights.
1320
1321         * [win32/process.c]
1322         Added stub for CreateProcess32W.
1323
1324         * [win32/security.c] [include/ntdll.h]
1325         Added stubs for LookupAccountSid32A/W.
1326
1327         * [scheduler/process.c]
1328         Use the size specified in the PE header for the process heap.
1329
1330 Mon Nov 17 00:53:35 1997  Len White <phreak@cgocable.net>
1331
1332         * [msdos/int3d.c]
1333         New file. Stubs for int3d.
1334
1335 Sun Nov 16 12:30:00 PST 1997  Jason Schonberg  <schon@mti.sgi.com>
1336
1337         * [include/aspi.h]
1338         Changed comment style from C++ to C.
1339
1340 ----------------------------------------------------------------------
1341 Sun Nov 16 07:42:44 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1342
1343         * [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
1344         Bug fixes.
1345
1346         * [misc/shell.c] [resources/*]
1347         New "About" dialog.
1348
1349 Sat Nov 15 17:30:18 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1350
1351         * [configure.in] [Makefile.in]
1352         Replaced --with-library option by --disable-emulator. The default
1353         is now to build both the library and the emulator.
1354         Renamed --with options to --enable to follow autoconf guidelines.
1355
1356         * [loader/main.c] [miscemu/main.c] (New file)
1357         Split initialization in WinelibInit/EmulatorInit.
1358
1359         * [loader/*.c]
1360         Removed all remaining #ifdef's WINELIB.
1361
1362         * [controls/widgets.c] [windows/mdi.c]
1363         Converted MDIClientWndProc to 32-bit.
1364
1365         * [debugger/break.c] [if1632/signal.c] [include/selectors.h]
1366           [scheduler/thread.c]
1367         Code and data selector values are now computed at run-time.
1368
1369         * [library/libres.c]
1370         Moved to loader/ directory.
1371
1372         * [misc/main.c] [misc/version.c] (New file)
1373         Moved all version stuff to version.c. Cleaned up a bit.
1374
1375         * [msdos/dpmi.c]
1376         Update the REALMODECALL structure on return from real-mode
1377         interrupt.
1378
1379         * [windows/event.c] [windows/keyboard.c]
1380         Changed the way event coordinates are determined. Don't rely on
1381         the ConfigureNotify event values. This should fix all problems
1382         with cursor position in -desktop and -managed modes.
1383
1384 Sat Nov 15 16:09:36 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
1385
1386         * [controls/button.c]
1387         (BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
1388
1389 Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf@america.com>
1390
1391         * [misc/ver.c]
1392         Changed VerInstall32A to assume srcdir as destination if destdir
1393         is blank.  This was causing alot of DLL installation into SYSTEM
1394         directory to fail.
1395
1396         * [loader/ne_image.c]
1397         NE_LoadSegment buffer[100] was too small and getting overruns.
1398         Changed it to buffer[200].
1399
1400 Sat Nov  8 06:09:57 1997  Len White <phreak@cgocable.net>
1401
1402         * [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
1403         Added stub functions DdeConnectList(), DdeQueryNextServer(),
1404         DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
1405         DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
1406         DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
1407         DdeCmpStringHandles().
1408
1409 Fri Nov  7 19:44:26 1997  Olaf Flebbe  <o.flebbe@science-computing.de>
1410
1411         * [files/directory.c]
1412         Fix typo in directory.c [broke loading of cdplayer on nt40]
1413
1414         * [misc/main.c]
1415         Implemented -winver nt40.
1416
1417         * [loader/resource.c] [user32.spec]
1418         Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
1419
1420 Thu Nov  6 22:37:04 1997  Morten Welinder  <terra@diku.dk>
1421
1422         * [files/drive.c]
1423         (GetDiskFreeSpace32A): Cap at 2GB.
1424
1425         * [include/windows.h]
1426         Prototype DrawIconEx and CreateDIBSection32.
1427         Define OBM_RADIOCHECK.
1428         Add DI_* macros.
1429
1430         * [objects/dib.c] [if1632/gdi.spec]
1431         CreateDIBSection is a WINAPI.  Renamed to CreateDIBSection32.
1432         Implement CreateDIBSection16.
1433
1434         * [if1632/user.spec] [if1632/user32.spec]
1435         Add DrawIconEx.
1436
1437         * [objects/cursoricon.c]
1438         (CopyIcon32): Fix bogus implementation.
1439
1440         * [objects/bitmap.c]
1441         (CopyBitmap32): New function.
1442         (CopyImage32): Do bitmaps.
1443
1444         * [graphics/x11drv/text.c]
1445         (X11DRV_ExtTextOut): Change ascent and descent default to avoid
1446         zero-thinkness overstrike line.
1447
1448         * [include/debugstr.h] [misc/debugstr.c]
1449         New files.
1450
1451         * [msdos/dpmi.c]
1452         Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
1453         int 0x21, ah=0x52.
1454
1455         * [msdos/int2f.c]
1456         Add dummys for 0x1681 and 0x1682.
1457
1458         * [misc/registry.c]
1459         Fix memory leaks in RegDeleteKey32W.
1460
1461         * [objects/text.c]
1462         In TEXT_NextLine, fix another off-by-one bug.
1463
1464         * [include/bitmaps/obm_radiocheck]
1465         New file.  (It a small circle used to radio-button menu items
1466         when selected.)
1467         
1468         * [objects/oembitmap.c]
1469         Add obm_radiocheck.
1470
1471         * [include/windows.h] [if1632/user32.spec] [controls/menu.c]
1472           [if1632/user.spec]
1473         Define CheckMenuRadioItem{16,32}.  Define GetMenuItemRect{16,32}.
1474
1475 Wed Nov  5 11:30:14 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1476         * [misc/main.c]
1477         Auto adjust versions depending on binary.
1478
1479 Tue Nov  4 15:21:00 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1480
1481         * [controls/listbox.c]
1482         Paint full background in listbox items with tab stops enabled.
1483
1484         * [if1632/thunk.c]
1485         Copy some more message parameter structures (DRAWITEMSTRUCT16,
1486         COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
1487         that need this.
1488
1489         * [windows/dce.c]
1490         Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
1491         style set.
1492
1493         * [windows/focus.c]
1494         Make order of events in FOCUS_SwitchFocus() reflect API docs.
1495
1496         * [windows/defdlg.c]
1497         Fix problem with loss of focus in some dialogs.
1498
1499         * [win32/code_page.c]
1500         Fix return value for MultiByteToWideChar().
1501
1502         * [BUGS]
1503         BCW now works.
1504
1505 ----------------------------------------------------------------------
1506 Thu Oct 30 21:52:23 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
1507
1508         * [windows/nonclient.c]
1509         Changed NC_TrackSysMenu to give the same behaviour as MS-Windows,
1510         i.e. system menu already appears when mouse button is depressed.
1511         Changed NC_HandleNCLButtonDblClk so that double clicks on scroll
1512         bar arrows are handled the same way as single clicks.
1513
1514         * [windows/winpos.c]
1515         Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is
1516         set; this is the way MS-Windows behaves.
1517
1518 Thu Oct 30 21:08:57 1997  Morten Welinder  <terra@diku.dk>
1519
1520         * [controls/status.c]
1521         In SW_SetText, fix condition, I hope.
1522
1523         * [controls/menu.c]
1524         (GetMenuState32): Don't mask return value. Print more debug info.
1525         (MENU_MenuBarCalcSize): Be more careful when printing debug
1526         information.
1527         (MENU_SetItemData): Empty strings are separators.
1528
1529         * [graphics/x11drv/text.c]
1530         Don't prototype CLIPPING_IntersectClipRect.
1531
1532         * [include/dc.h]
1533         Prototype CLIPPING_IntersectClipRect.
1534
1535         * [objects/font.c]
1536         Remove non-portable (and faulty) smartness in FONT_TextMetric*to*.
1537         In CreateFont32W and CreateFont16, handle null font name.
1538
1539         * [objects/text.c]
1540         (TEXT_NextLine): Fix end-of-line bug.
1541
1542         * [if1632/shell32.spec]
1543         Activate existing implementation of ExtractIconA.
1544
1545         * [misc/shell.c]
1546         For Control_RunDLL, add types for parameters.
1547
1548 Thu Oct 30 14:54:11 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1549
1550         * [controls/static.c] [include/windows.h] [misc/spy.c]
1551         Added some win32 defines to static controls, basic SS_BITMAP style
1552         handling implemented. [please add more, I am lacking knowledge and
1553         time]
1554
1555         * [controls/status.c]
1556         part_num 255 seems to indicate whole statusline (win95 cdplayer.exe)
1557
1558         * [if1632/thunk.c] [tools/build.c]
1559         Support lret and 0x66 lret calls for CallTo16_regs
1560         (needed for KERNEL32_45)
1561         Fixed KERNEL32_45, QT_Thunk (should work now).
1562
1563         * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec]
1564         Added string dumping to relay debugging for win32 apifuncs.
1565
1566         * [misc/ver.c]
1567         Fixed and cleaned up VerQueryValue*.
1568
1569         * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec]
1570           [if1632/winmm.spec]
1571         Win32 support for lowlevel multimedia functions.
1572         Added some mixer* lowlevel functions.
1573         Some small fixes in the audio lowlevel queue handling, code
1574         reformatting/cleanups.
1575
1576         * [debugger/hash.c]
1577         Don't show difference between 16bit symbols if they are in
1578         different segments.
1579
1580         * [objects/cursoricon.c]
1581         Added GetIconInfo (partial) and CreateIconIndirect.
1582
1583         * [windows/mdi.c]
1584         Fixed some "bad class" problems and crashes in MDICreateChild,
1585         which happen in Win32 (jwp32.exe).
1586
1587 Wed Oct 29 00:57:27 1997  Bruce Milner  <Bruce.Milner@genetics.utah.edu>
1588
1589         * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c]
1590           [documentation/aspi] [include/callback.h]
1591         Added support for 16 bit ASPI calls to linux generic SCSI.
1592         The support is not complete, but appears to run my Mustek
1593         scanner from within ipplus.exe.
1594
1595 Mon Oct 27 00:59:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1596
1597         * [windows/dce.c]
1598         DC reuse framework.
1599
1600 Sun Oct 26 18:41:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1601
1602         * [graphics/x11drv/xfont.c]
1603         Substituted fonts are removed from the alias table. References to
1604         the old name are also updated.
1605
1606         * [controls/combo.c]
1607         LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to
1608         ComboLBox.
1609
1610 Sun Oct 26 14:25:00 1997  Nikita V. Youshchenko <yoush@cs.msu.su>
1611
1612         * [include/drive.h] [files/drive.c] [msdos/int21.c]
1613         Partially implemented DOS drive mapping (int21 AX=440F).
1614
1615 Sat Oct 25 13:03:29 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1616
1617         * [debugger/debug.l]
1618         Support '.' in identifiers. Use "x . y" to access structure
1619         fields.
1620
1621         * [debugger/hash.c] [loader/pe_image.c]
1622         Load entry points of Win32 modules only when entering the
1623         debugger.
1624
1625         * [debugger/break.c]
1626         New function DEBUG_AddModuleBreakpoint() to set a breakpoint at
1627         the start of every module.
1628
1629         * [files/file.c]
1630         FILE_mmap() can now fake mmap() for unaligned offsets or broken
1631         filesystems.
1632
1633         * [include/callback.h] [misc/callback.c] [if1632/thunk.c]
1634         Use a table of callbacks instead of macros to differentiate
1635         between emulator and Winelib.
1636
1637         * [loader/task.c]
1638         Initialize current directory from cwd, not from module path.
1639
1640         * [tools/build.c]
1641         Read CallTo16 prototypes directly from thunk.c source file.
1642
1643         * [windows/winproc.c] [windows/mdi.c]
1644         Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE.
1645
1646 Fri Oct 24 21:41:25 1997  Uwe Bonnes  <bon@elektron.ikp.tu-darmstadt.de>
1647
1648         * [files/drive.c]
1649         Allow arguments like "a" for the drive related apis.
1650
1651         * [memory/global.c]
1652         Keep the calculation for dwMemoryLoad in range.
1653
1654         * [misc/crtdll.c]
1655         Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc
1656         its memory if requested.
1657         Implemented CRTDLL_rename and CRTDLL_stat needed for
1658         lcc-win32:wedit.exe.
1659         Implemented CRTDLL__fullpath.
1660
1661         * [misc/comm.c]
1662         High speed modes for the 16-bit mode Comm functions.
1663
1664         * [misc/cpu.c]
1665         As applications may treat lpMaximumApplicationAddress as long,
1666         use a valid long number.
1667
1668         * [misc/main.c]
1669         In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too.
1670
1671         * [misc/ole2nls.c]
1672         Implement LCMAP_UPPERCASE for LCMapString32.
1673
1674         * [misc/wsprintf]
1675         Made WPRINTF_ParseFormatA understand %ws.
1676
1677         * [win32/file.c]
1678         Ignore FILE_ATTRIBUTE_NORMAL.
1679         Stub for ReadFileEx.
1680
1681 Fri Oct 24 15:36:02 1997  Doug Ridgway <ridgway@routh.ucsd.edu>
1682
1683         * [memory/local.c]
1684         Local heap exhaustion message now prints which builtin heap filled.
1685
1686 Fri Oct 24 00:46:34 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1687
1688         * [windows/dialog.c]
1689         Reversed CreateFont16/32W typo.
1690
1691 Thu Oct 23 23:44:20 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1692
1693         * [if1632/user.spec]
1694         Fixed argument list for ChangeClipboardChain.
1695
1696         * [windows/mdi.c]
1697         Pass correct hInstance to CreateWindow16() in MDICreateChild().
1698
1699 Mon Oct 20 11:51:24 1997  Carsten Fallesen <cf@it.dtu.dk>
1700
1701         * [objects/metafile.c]
1702         Added support for META_SETTEXTCHAREXTRA.
1703
1704         * [objects/region.c]
1705         Fixed crash in XPolygonRegion if there is only one point in 
1706         in the region.
1707
1708         * [if1632/gdi32.spec][include/gdi.h][include/windows.h]
1709           [objects/gdiobj.c]
1710         Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c 
1711         and included gdi.h instead. Implemented GetObjectType32().
1712
1713 Thu Oct 16 17:21:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1714
1715         * [documentation/wine.texinfo]
1716         Fixed WIN32 and Makefiles entries of Reference manual node, that
1717         made makeinfo dump core.
1718
1719 Mon Oct 13 17:15:57 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
1720
1721         * [if1632/crtdll.spec]
1722         Added missing math functions y0(), y1(), y2(), floor(), frexp(),
1723         ldexp(), modf().
1724
1725 ----------------------------------------------------------------------
1726 Sun Oct 12 15:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1727
1728         * [if1632/builtin.c] [if1632/relay.c]
1729         Relay debugging entry points are now generated on the fly for
1730         Win32 DLLs.
1731
1732         * [include/stackframe.h]
1733         Added VA_LIST16 type and macros to access arguments on the 16-bit
1734         stack.
1735
1736         * [memory/global.c]
1737         Fixed GlobalHandle32 to work with fixed blocks.
1738
1739         * [misc/ddeml.c] (New file)
1740         Added a lot of stubs for DDEML functions.
1741
1742         * [objects/dc.c]
1743         Added Get/SetGraphicsMode().
1744
1745         * [objects/gdiobj.c] [windows/winpos.c]
1746         Added a few stubs.
1747
1748         * [tools/build.c]
1749         Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
1750         'register' functions can no longer take arguments in Win32.
1751         The Win32 NE module is now generated by MODULE_CreateDummyModule.
1752         CallFrom32 callbacks removed except for register functions.
1753
1754 Fri Oct 10 18:22:18 1997  John Harvey <john@division.co.uk>
1755
1756         * [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
1757           [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
1758           [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
1759           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
1760           [include/callback.h] [include/win16drv.h]
1761         Added support for pens and brushes in SelectObject. Added support
1762         for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
1763         Rectangle. Text is drawn in the correct place more often. These
1764         changes may only work with the Windows Postscript driver since
1765         many other drivers now need more GDI support.
1766
1767 Tue Oct  7 21:06:23 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1768
1769         * [debugger/expr.c]
1770         Fixed typo for the >> operator.
1771
1772         * [loader/task.c]
1773         Fixed SwitchStackTo(); it used to return with the new stack placed
1774         four bytes too high in memory.
1775
1776         * [loader/ne_resource.c]
1777         Removed problematic nametable code introduced in Wine 970914.
1778
1779 Tue Oct  7 02:24:12 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
1780
1781         * [controls/commctrl.c]
1782         Added this files to hold functions from the comctl32.dll
1783         Added to this files some functions scattered in different places
1784         (such as InitCommonControls) and added some new ones as well.
1785
1786         * [include/syscolor.h] [windows/syscolor.c]
1787         Added proper entries for all possible COLOR_* values.
1788
1789         * [objects/brush.c]
1790         Modified GetSysColorBrush to return the correct brush for 
1791         all possible COLOR_* constants.
1792
1793 Sat Oct  4 23:35:20 1997  U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1794
1795         * [loader/module.c] [scheduler/process.c] [win32/environment.c]
1796         Another approach to get access to an unrestricted commandline.
1797
1798         * [misc/crtdll.c]
1799         Make fclose work again.
1800
1801         * [if1632/crtdll.spec]
1802         Use sprintf for crtdll-sprintf again as e.g. %g is not available
1803         for wsprintf.
1804
1805         * [misc/wsprintf.c]
1806         Make WPR_STRING work in more situations.
1807         Added debug output for the wsprintf functions.
1808
1809         * [misc/crtdll.c] [misc/main.c]
1810         Use argv[0] as comand with CRTDLL_system.
1811
1812 Fri Oct  3 14:00:29 MET DST 1997  Jan Willamowius  <jan@janhh.shnet.org>
1813
1814         * [*/*]
1815         Removed some compiler warnings.
1816
1817         * [msdos/int15.c]
1818         New INT 15 handler.
1819
1820 ----------------------------------------------------------------------
1821 Sat Sep 27 12:36:56 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1822
1823         * [if1632/relay.c]
1824         Made Catch and Throw also save %si and %di (untested).
1825
1826         * [memory/selector.c]
1827         Added check for %fs and %gs in SELECTOR_FreeBlock.
1828
1829         * [rc/winerc.c]
1830         Generated files no longer depend on Wine includes.
1831         Made .h generation optional.
1832
1833         * [tools/build.c] [loader/task.c]
1834         Added CALL32_Init function.
1835         Added possibility to pass arguments when using CALLTO16_regs_.
1836         32-bit stack pointer is now saved on the 16-bit stack, instead of
1837         using IF1632_Saved32_esp.
1838         Removed CallTo32 callbacks.
1839
1840         * [tools/makedep.c] [*/Makefile.in]
1841         Added support for directly generating dependencies for .y, .l and
1842         .rc files. Modified the makefiles to use this feature.
1843
1844         * [windows/winproc.c] [if1632/thunk.c]
1845         Use CALLTO16_regs to call window procedures.
1846
1847 Thu Sep 25 12:18:57 1997  Kristian Nielsen <kristian.nielsen@risoe.dk>
1848
1849         * [if1632/kernel.spec]
1850         Changed entry for SwitchStackBack to remove arguments from stack
1851         upon return (arguments left over from previous SwitchStackTo()).
1852         Borland C++ 4.0 now compiles "Hello World" (but crashes after
1853         outputting the .exe).
1854
1855 Wed Sep 24 13:54:44 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1856
1857         * [files/directory.c]
1858         SearchPath might get NULL buffer (empty LRU list in wordpad).
1859
1860         * [memory/selector.c]
1861         Added SUnMapLS*.
1862
1863         * [loader/pe_image.c]
1864         Be able to run executeables from non mmap()ble filesystems.
1865         PE_LoadLibrary adds librarys loaded by another process to
1866         its own modref list too.
1867
1868         * [windows/keyboard.c][include/accel.h][loader/resource.c]
1869         Fixed accelerator leakage, use SDK defines/names.
1870
1871         * [graphics/env.c][misc/main.c]
1872         Set/GetEnvironemnt have nothing to do with environment vars,
1873         but with Printer Environment.
1874
1875         * [graphics/escape.c]
1876         Escape32: map args back to segmented pointers.
1877
1878         * [windows/win.c]
1879         WS_POPUP|WS_CHILD windows don't need a parent window (SDK).
1880
1881 Tue Sep 16 14:40:16 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
1882
1883         * [if1632/crtdll.spec] [misc/crtdll.c]
1884         Added signal().
1885
1886 ----------------------------------------------------------------------
1887 Thu Sep 11 18:24:56 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1888
1889         * [objects/dc.c]
1890         In DC_SetupGCForPatBlt, replace R2_NOT by GXxor with (black xor white).
1891
1892 Tue Sep  9 23:04:02 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1893
1894         * [memory/virtual.c] 
1895         Do not write debugging info unconditionally to stderr.
1896
1897         * [files/profile.c]
1898         Call PROFILE_GetSection in PROFILE_GetString for key_name "" too.
1899
1900         * [misc/crtdll.c]
1901         Many new functions.
1902
1903         * [include/windows.h] [windows/winpos.c]
1904         ClientToScreen16 doesn't have a return value.
1905
1906 Sun Sep  7 10:06:39 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1907
1908         * [misc/main.c] [AUTHORS]
1909         Update the list of contributors. Please let me know if I forgot
1910         someone.
1911
1912         * [if1632/*.spec] [if1632/builtin.c] [tools/build.c]
1913         Ordinal base for Win32 DLLs is now computed automatically from the
1914         lowest ordinal found.
1915
1916         * [include/wintypes.h]
1917         WINAPI is now defined as attribute((stdcall)). This will require
1918         gcc to compile.
1919
1920         * [if1632/thunk.c]
1921         Removed Win32 thunks (no longer needed with stdcall).
1922
1923         * [if1632/crtdll.spec] [misc/crtdll.c]
1924         Make sure we only reference cdecl functions in the spec file.
1925
1926         * [objects/dc.c]
1927         Use CapNotLast drawing style for 1-pixel wide lines.
1928
1929         * [tools/build.c]
1930         Added 'double' argument type.
1931         Added 'varargs' function type for Win32.
1932         Made CallTo16_xxx functions stdcall.
1933
1934 Fri Sep  5 14:50:49 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1935
1936         * [tools/build.c] [windows/win.c] [windows/event.c] [windows/message.c]
1937         More fixes to get message exchange closer to the original.
1938
1939         * [misc/spy.c]
1940         Message logs now contain window names.
1941
1942         * [loader/resource.c] [loader/ne_resource.c] [loader/task.c]
1943           [objects/cursoricon.c] [windows/user.c]
1944         Added some obscure features to fix memory leaks.
1945
1946 Fri Sep  5 00:46:28 1997  Jan Willamowius <jan@janhh.shnet.org>
1947
1948         * [if1632/kernel32.spec] [win32/newfns.c]
1949         Added stub for UTRegister() and UTUnRegister().
1950
1951 Thu Sep  4 12:03:12 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
1952         * [controls/edit.c]
1953         Allow ASCII codes > 127 in WM_CHAR.
1954
1955 Mon Sep  1 17:23:24 1997  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
1956
1957         * [controls/widgets.c]
1958         In InitCommonControls, remember the name of the class
1959         because lpszClassName was made to point to a local array
1960         Added the ProgressBar to the list of implemented controls.
1961         Call InitCommonControls from WIDGETS_Init to register all
1962         implemented Common Controls.
1963         
1964         * [include/commctrl.h]
1965         Added misc decl for the Progress Bar.
1966
1967         * [controls/progress.c] [include/progress.h]
1968         First attempt at implementiong the Progress Bar class.
1969
1970         * [objects/brush.h]
1971         Implementation for GetSysColorBrush[16|32]
1972
1973         * [controls/status.c]
1974         Use DrawEdge to draw the borders and fill the background
1975
1976         * [controls/uitools.c]
1977         Added DrawDiagEdge32 and DrawRectEdge32
1978
1979         * [graphics/painting.c]
1980         Implement DrawEdge[16|32]
1981         Started DrawFrameControl32
1982
1983 Mon Sep  1 10:07:09 1997  Lawson Whitney <lawson_whitney@juno.com>
1984
1985         * [misc/comm.c] [include/windows.h]
1986         SetCommEventMask returns a SEGPTR.
1987
1988 Sun Aug 31 23:28:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1989
1990         * [loader/pe_image.c][loader/module.c][include/pe_image.h]
1991           [include/module.h]
1992         Cleaned up the whole Win32 library mess (a bit).
1993
1994         * [debugger/stabs.c]
1995         If 'wine' has no absolute path and isn't found, check $PATH too.
1996
1997         * [misc/ole2nls.c]
1998         Some fixes.
1999
2000         * [misc/ver.c]
2001         Added support for PE style version resources.
2002
2003         * [memory/string.c]
2004         Check for NULL pointers to _lstr* functions, just as Windows95 does.
2005
2006         * [multimedia/time.c]
2007         Made list of timers a simple linked list.
2008
2009         * [loader/resource.c]
2010         Netscape 3 seems to pass NEGATIVE resource Ids (in an
2011         unsigned int, yes). Don't know why, fixed it anyway.
2012
2013         * [objects/bitmap.c]
2014         LoadImageW added.
2015
2016         * [include/win.h][windows/win.c]
2017         Change wIDmenu from UINT16 to UINT32 and changed the
2018         SetWindow(Long|Word) accordingly.
2019
2020 Thu Aug 28 19:30:08 1997  Morten Welinder  <terra@diku.dk>
2021
2022         * [include/windows.h]
2023         Add a few more colors defined for Win95.
2024         Add a few more brush styles.
2025
2026         * [windows/syscolor.c]
2027         Add error checks for SYSCOLOR_SetColor, SYSCOLOR_Init,
2028         GetSysColor16, GetSysColor32.  Add support for above colors.
2029
2030 Sun Aug 24 16:22:57 1997  Andrew Taylor <ataylor@cadvision.com>
2031
2032         * [multimedia/mmsystem.c]
2033         Changed mmioDescend to use mmio functions for file I/O, neccessary
2034         for memory files.
2035
2036 ----------------------------------------------------------------------
2037 Sat Aug 23 00:05:23 1997  Andreas Mohr <100.30936@germany.net>
2038
2039         * [if1632/kernel.spec] [if1632/mmsystem.spec]
2040         Added some stubs.
2041
2042         * [include/neexe.h] [loader/module.c]
2043         Added warning for OS/2 executables.
2044
2045         * [multimedia/midi.c]
2046         Shortened MIDIOUT driver version string to be less than 31 chars.
2047
2048         * [objects/gdiobj.c]
2049         Fixed DeleteObject32() to react properly when called with stock object.
2050
2051 Fri Aug 22 18:03:26 1997  Dimitrie O. Paun <dimi@cs.toronto.edu>
2052
2053         * [controls/updown.c] [include/updown.h]
2054         First attempt at implementiong the UpDown class.
2055
2056         * [controls/widgets.c]
2057         Added the UpDown class to be initialized by InitCommonControls().
2058
2059 Wed Aug 20 18:01:33 1997  Doug Ridgway <ridgway@routh.UCSD.EDU>
2060
2061         * [graphics/*] [objects/*] [include/gdi.h]
2062         Made all GDI objects (except DCs) moveable.
2063
2064 Mon Aug 18 03:25:30 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2065
2066         * [windows/event.c] [misc/winsock.c] [misc/winsock_dns.c]
2067         Removed IPC communication to speed up winsock services
2068         (tested only with 16-bit netscape 3.03).
2069
2070         * [graphics/x11drv/xfont.c] [documentation/fonts]
2071         Miscellaneous improvements. Updated docs.
2072
2073 Sun Aug 17 20:39:55 1997  Ingo Schneider <schneidi@informatik.tu-muenchen.de>
2074
2075         * [misc/comm.c]
2076         A couple of bug fixes.
2077
2078 Sun Aug 17 19:29:22 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2079
2080         * [debugger/dbg.y]
2081         Display next instruction after stepi/nexti.
2082
2083         * [if1632/relay.c] [include/callback.h] [tools/build.c]
2084         Replaced CallTo32_LargeStack with the CALL_LARGE_STACK macro for
2085         better Winelib support.
2086
2087         * [include/sigcontext.h]
2088         Renamed to sig_context.h to avoid conflicts with libc.
2089
2090         * [*/*]
2091         All API functions are now prefixed with WINAPI in prevision of
2092         future Winelib integration.
2093
2094         * [loader/signal.c] [memory/ldt.c]
2095         Fixed assembly code to be -fPIC compatible.
2096
2097 Thu Aug 14 14:38:15 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2098
2099         * [if1632/crtdll.spec][win32/except.c]
2100         _global_unwind, _local_unwind stub added.
2101
2102         * [objects/dib.c]       
2103         Don't read memory you don't even need for the target bitmap (fixes
2104         one 'lazy' program).
2105
2106         * [if1632/relay.c][if1632/thunk.c][if1632/kernel32.spec]
2107           [win32/ordinals.c][memory/selector.c][memory/global.c]
2108           [include/callback.h]
2109         Added/moved some more win95 ordinal stuff. Implemented QT_Thunk
2110         (not 100% correct yet) and some friends.
2111
2112         * [loader/pe_image.c]
2113         Add possibility to break at the DLL entrypoint.
2114
2115         * [controls/static.c][misc/commdlg.c][scheduler/thread.c]
2116         Misc bugfixes and additions.
2117
2118         * [misc/registry.c]
2119         The registry seems to be case-preserving but case-insensitive.
2120
2121         * [memory/global.c]     
2122         Adapted to new /proc/meminfo format.
2123
2124         * [objects/font.c][graphics/x11drv/xfont.c]
2125         FONT_SelectObject and GetTextMetrics* get passed ranges in logical
2126         and not device points (thanks to Marion Reyzl for pointing this
2127         out).
2128
2129         * [windows/caret.c]
2130         Use the windows own DC if present (The caret coordinates are
2131         logical coordinates based on it). Fixes another AMIPRO problem.
2132
2133 Wed Aug  6 18:22:22 1997  Morten Welinder  <terra@diku.dk>
2134
2135         * [controls/menu.c]
2136         General clean-up and Win32 work: split item_flags into fType and
2137         fState; split item_id into wID and hSubMenu.  Improved
2138         debug-printing.  Implemented InsertMenuItem32[AW],
2139         SetMenuDefaultItem32, and SetMenuItemInfo32[AW].  Fixed
2140         GetMenuItemInfo32[AW].
2141
2142         * [if1632/user32.spec]
2143         Define above new functions.
2144
2145         * [include/windows.h]
2146         Define MF_DEFAULT and MF_RIGHTJUSTIFY.  Prototype above functions.
2147
2148         * [include/menu.h]
2149         Don't prototype now-static MENU_InitSysMenuPopup.
2150
2151         * [include/comm.h]
2152         Reduce MAX_PORTS to 9 (which the profile code can handle).
2153
2154 Tue Aug  5 20:16:22 1997  Victor Schneider <vischne@ibm.net>
2155
2156         * [library/winestub.c] [libtest/expand.c]
2157         These patches let people porting Windows apps compile them using
2158         the same conventions regarding global _argc and _argv as those on
2159         Windows C/C++ compilers.
2160
2161 ----------------------------------------------------------------------
2162 Sun Aug  3 14:03:43 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2163
2164         * [documentation/Makefile.in]
2165         Create links for files included from wine.texinfo.
2166
2167         * [wine.man]
2168         Moved to documentation dir.
2169
2170         * [if1632/builtin.c]
2171         Made SYSTEM.DLL always loaded by default.
2172
2173         * [loader/signal.c] [if1632/signal.c]
2174         Split signal.c in generic/emulator-specific parts.
2175
2176         * [misc/system.c] [if1632/thunk.c]
2177         Implemented system timer functions.
2178         Fixed InquireSystem parameters.
2179
2180         * [msdos/ioports.c]
2181         Defined inb/outb functions to avoid including asm/io.h.
2182         Use the right instruction for word and dword direct access.
2183
2184         * [multimedia/mmsystem.c]
2185         Fixed CallTo16 usage.
2186
2187 Sat Aug 2 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
2188
2189         * [controls/edit.c]
2190         When text is inserted into a newly created editline, the caret
2191         is placed after the text. Should be placed before the text. Fixed.
2192
2193         * [files/file.c]
2194         Removed O_TRUNC flag from OF_WRITE mode in _lopen32().
2195         According to doc _lopen() never truncates files.
2196
2197         * [if1632/user.spec] [misc/comm.c]
2198         Added stub for EnableCommNotification().
2199
2200         * [misc/ver.c]
2201         Fixed problem with VerQueryValue*() running over end of name table
2202         in rare cases.
2203
2204         * [msdos/int21.c]
2205         Enhanced ioctlGetDeviceInfo() to correctly return the current drive.
2206
2207         * [multimedia/joystick.c] [windows/message.c]
2208         Added joystick support !!!
2209         Needs Linux >= 2.1.45 or joystick-0.8.0.tar.gz.
2210
2211 Fri Aug  1 18:02:09 1997  Morten Welinder  <terra@diku.dk>
2212
2213         * [if1632/user32.spec]
2214         Define DrawAnimatedRects32.
2215
2216         * [graphics/painting.c]
2217         (DrawAnimatedRects32): Create stub.
2218
2219         * [misc/registry.c]
2220         Cope with NULL class in RegQueryInfoKey32A.
2221
2222         * [if1632/user32.spec]
2223         Add GetMenuItemInfo32[AW].
2224
2225         * [controls/menu.c]
2226         (InsertMenu32A): Upgrade flags to 8 hex-digits.
2227         (MENUEX_ParseResource): First shot at implementation.
2228         (LoadMenuIndirect32A): Handle extended menus.
2229         (GetMenuItemInfo32[AW]): First shot at implementation.
2230
2231         * [include/windows.h]
2232         Define MFT_*, MFS_*, MIIM_* macros.  Define MENUITEMINFO[AW]
2233         structures and pointers.
2234
2235         * [Makefile.in]
2236         (etags): Add TAGS as target.
2237
2238         * [if1632/comctl32.spec]
2239         Use Windows 95's ordinals.  Add a few missing stubs.
2240
2241 Thu Jul 31 14:01:13 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2242
2243         * [objects/color.c]
2244         Fix for 16 color mode of XFree.
2245
2246         * [if1632/kernel32.spec][win32/ordinals.c]
2247         Moved/added some ordinal only exported functions from kernel32.dll
2248         (mostly thunking preparation stuff).
2249
2250 Wed Jul 30 09:16:38 1997  John Harvey <john@division.co.uk>
2251
2252         * [graphics/win16drv/init.c] [include/win16drv.h]
2253         Escape(SETABORTPROC) returns success to keep pbrush.exe happy.
2254         Escape(NEXTBAND) implemented to make HP PCL printer driver work in
2255         word.  Stub for PATBLT added to start work on printing more than
2256         text.
2257
2258 Mon Jul 28 13:14:28 1997  Victor Schneider <vischne@ibm.net>
2259
2260         * [libtest/expand.c]
2261         New Winelib test program.
2262
2263 Wed Jul 23 09:37:13 1997  Adrian Harvey <adrian@select.com.au>
2264
2265         * [tools/build.c] [tools/build-spec.txt] [if1632/kernel.spec]
2266           [if1632/user.spec]
2267         Added ability to set filename wine considers the built-in DLLs 
2268         to be in  to something other than name.DLL with new "file" key
2269         in .spec files.
2270         Made kernel filename KRNL386.EXE (some programs use this name 
2271         explicitly - ChemOffice install now starts up).
2272         Made user filename USER.EXE (just to be tidy).
2273
2274 Sun Jul 20 23:51:02 1997  David A. Cuthbert <dacut@henry.ece.cmu.edu>
2275
2276         * [controls/menu.c] [misc/tweak.c] [include/tweak.h]
2277         Fixed MENU_KeyLeft and MENU_KeyRight to handle multiple-column
2278         menus.  Misc menu drawing issues for Win95 tweaks fixed.  Misc
2279         warnings fixed.
2280
2281         * [loader/module.c]
2282         Spaces are now permitted in file/path names on the command line.
2283         If multiple matches can be made, the preferred match is the
2284         path/file with fewer spaces.
2285
2286 Tue Jul 29 02:21:15 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
2287
2288         * [misc/compobj.c]
2289         Added CLSIDFromString and StringFromCLSID.
2290
2291 ----------------------------------------------------------------------
2292 Sat Jul 19 13:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2293
2294         * [tools/build.c] [include/stackframe.h]
2295         Save the complete %ebp register in CallFrom16; fixes a crash with
2296         LabView reported by Andreas Mohr.
2297
2298         * [loader/main.c]
2299         Avoid executing a built-in DLL.
2300
2301         * [controls/static.c]
2302         Converted static window procedure to Win32.
2303
2304         * [windows/message.c] [windows/queue.c] [include/queue.h]
2305         Hacked SendMessage functions to support inter-task messages with
2306         SendMessage32A/W.
2307
2308 Sun Jul 13 16:55:35 1997  Bernhard Rosenkraenzer <bero@bero-online.ml.org>
2309
2310         * [ipc/bit_array.c]
2311         Don't use bitops.h in Linux 2.1.x (these versions do not return
2312         the previous state for clear_bit and set_bit)
2313
2314         * [ipc/shm_main_blk.c]
2315         Adapt to GLIBC's ipc_perm structure.
2316
2317         * [memory/ldt.c]
2318         Include <asm/unistd.h> on Linux/GLIBC systems (required for
2319         _syscall3).
2320
2321 Wed Jul 9 23:53:19 1997  David A. Cuthbert  <dacut@henry.ece.cmu.edu>
2322
2323         * [include/options.h] [files/profile.c]
2324         Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection.
2325
2326         * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c]
2327         All sysmetrics moved to array (no more constant macros).  Added
2328         MOUSEWHEELPRESENT metric.
2329
2330         * [include/bitmap.h] [objects/oembitmap.c]
2331         Added OBM_Init() (see also loader/main.c) and more support for Win95
2332         bitmaps; added size info to OEM bitmaps.
2333
2334         * [include/graphics.h] [windows/graphics.h]
2335         Added GRAPH_DrawGenericReliefRect.
2336
2337         * [loader/main.c]
2338         Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the
2339         latter checks for invalid entries in wine.conf).
2340
2341         * [include/debug.h] [include/stddebug.h] [include/nonclient.h]
2342           [include/tweak.h] [controls/menu.c] [misc/tweak.c]
2343           [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c]
2344           [BUGS] [documentation/win95look]
2345         Added tweaks for Windows 95 interface support.  See
2346         documentation/win95look for more information.
2347
2348         * [controls/edit.c]
2349         Fixed EDIT_MoveHome bug.
2350
2351         * [misc/ver.c]
2352         Changed name of dprintf_ver_string to ver_dstring to fix
2353         problem with tools/make_debug utility.
2354
2355 Wed Jul 9 21:31:54 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2356
2357         * [objects/dib.c]
2358         Don't use palettes with dibs with biBitCount > 8.
2359
2360         * [misc/ole2nls.c][misc/ver.c]
2361         IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works)
2362         Some VerLanguage coded moved to ole2nls.c, some cleanups.
2363
2364         * [multimedia/mcistring.c]
2365         Fixed "capabilities <dev> device type" crash (cool.exe).
2366
2367         * [misc/main.c]
2368         SystemParametersInfo*: added stub option 41
2369         (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16
2370         that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe)
2371
2372 Tue Jul  8 22:40:53 1997  Morten Welinder  <terra@diku.dk>
2373
2374         * [if1632/shell32.spec]
2375         Use Windows 95's ordinals. Help wanted, inquire within.
2376
2377 Mon Jul  7 11:20:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2378
2379         * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec]
2380           [tools/build-spec.txt] [tools/build.c]
2381         Added type 'segstr' (segmented pointer to null-terminated string)
2382         to .spec files.
2383
2384         * [windows/user.c] [if1632/user.spec]
2385         ExitWindowsExec stub function added.
2386
2387 Mon Jul  7 01:18:25 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
2388
2389         * [files/file.c] [include/winbase.h] [if1632/kernel32.spec]
2390         Implement MoveFileEx32, some enhancement for Movefile32.
2391
2392 Sat Jul  5 18:13:48 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu.
2393
2394         * [files/file.c] [if1632/kernel32.spec] [include/winerror.h]
2395           [msdos/int21.c] [win32/file.c]
2396         Add LockFile/UnlockFile implementation.
2397         Add back in int21 func(0x5c) Record locking functions.
2398
2399         * [files/file.c]
2400         Fixed bug with OF_REOPEN in FILE_DoOpenFile.
2401
2402 Fri Jul 4 12:00:00 1997  Henrik Olsen <Henrik.Olsen@iaeste.dk>
2403
2404         * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc]
2405           [resources/sysres_Da.rc]
2406         Added/updated Danish language support.
2407
2408 Thu Jul  3 13:04:20 1997  Claus Fischer  <fischer@iue.tuwien.ac.at>
2409
2410         * [files/dos_fs.c]
2411         Properly implemented DOSFS_UnixTimeToFileTime and
2412         DOSFS_FileTimeToUnixTime.
2413
2414         * [documentation/wine.texinfo]
2415         First version of texinfo documentation.
2416
2417 ----------------------------------------------------------------------
2418 Thu Jun 26 02:14:03 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
2419
2420         * [Makefile.in]
2421         New target install_includes.
2422
2423         * [rc/parser.h] [rc/parser.y] [rc/winerc.c]
2424         Some bug fixes.
2425
2426 Wed Jun 25 14:43:41 1997  Victor Schneider <vischne@ibm.net>
2427
2428         * [controls/edit.c]
2429         Fixed WM_GETTEXT return value.
2430
2431 Tue Jun 24 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2432
2433         * [multimedia/*.c] [include/mmsystem.h]
2434         Added more callback code, including (I hope) function callback.
2435         Changed some linear pointers into segmented.
2436
2437         * [multimedia/audio.c]
2438         Removed some bugs.
2439
2440 Sat Jun 28 11:37:56 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2441
2442         * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c]
2443           [include/commdlg.h]
2444         Implemented parts of comdlg32: GetOpenFileName32*,
2445         GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents.
2446
2447         * [windows/event.c]
2448         EVENT_QueryZOrder: check for children !=NULL (happens when
2449         using -managed).
2450
2451         * [BUGS][DEVELOPER-HINTS]
2452         Updated.
2453
2454         * [objects/text.c]
2455         Added GetTextCharset... (stub mostly).
2456
2457 Sat Jun 21 08:47:58 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2458
2459         * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h]
2460           [loader/resource.c] [graphics/x11drv/xfont.c]
2461         SetResourceHandler & RemoveFontResource prototypes fixed.
2462
2463         * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec]
2464           [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec]
2465           [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec]
2466           [include/windows.h] [memory/string.c] [tools/build.c]
2467         New type of parameter allowed in .spec files : str, printed
2468         as a string with -debugmsg +relay. .spec files updated.
2469
2470         * [objects/dc.c]
2471         In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel.
2472         Likewise for WhitePixel.
2473
2474         * [objects/gdiobj.c] [graphics/x11drv/brush.c]
2475         Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush,
2476         instead of BS_SOLID.
2477
2478 Fri May 30 17:58:00 1997  Chris Faherty <chrisf@america.com>
2479
2480         * [windows/keyboard.c]
2481         Added vkey to scancode translation table.
2482         This was primarily to fix Citrix WinFrame client which
2483         always needs scancodes in WM_KEYDOWN.
2484         Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
2485
2486 ----------------------------------------------------------------------
2487 Sat Jun 14 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
2488
2489         * [include/mmsystem.h]
2490         Avoided infinite loop in audio code when accessing
2491         WAVEOUTCAPS/WAVEINCAPS/MIDIOUTCAPS/AUXCAPS with rigid variable
2492         offsets (I applied WINE_PACKED).
2493
2494         * [*/*]
2495         Added "WARNING:" and "ERROR:" to some printf's.
2496         Just grep for them with '-debugmsg +all'.
2497
2498         * [multimedia/audio.c] [multimedia/mmsystem.c]
2499         Implemented wave callbacks: window and function callback.
2500         Fixed problem with WAVE_NotifyClient().
2501         Misc fixes.
2502
2503         * [windows/winhelp.c]
2504         Fixed problem with windows help telling "Help topic doesn't exist".
2505         But this problem still remains when using Winword.
2506
2507 Wed Jun 11 09:14:20 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2508
2509         * [wine.ini]
2510         New 'fonts' section format. Read documentation/fonts.
2511
2512         * [controls/icontitle.c] [windows/winpos.c] [windows/nonclient.c]
2513           [windows/win.c] [include/win.h]
2514         Implemented icon titles.
2515
2516         * [graphics/x11drv/xfont.c] [objects/font.c] [objects/dc.c]
2517           [include/x11drv.h] [include/x11font.h] [documentation/fonts]
2518         Rewrote font mapper from scratch.
2519
2520         * [tools/fnt2bdf.c]
2521         Bug fixes. REPLACE FONTS CREATED BY THE PREVIOUS VERSIONS.
2522
2523         * [windows/defwnd.c] [windows/nonclient.c]
2524         Word document window activation fix.
2525
2526         * [windows/mdi.c] [windows/win.c]
2527         Replaced WCL lists with WIN_BuildWinArray().
2528
2529 Mon Jun  9 23:51:16 1997  Andrew Taylor <ataylor@cadvision.com>
2530
2531         * [misc/error.c] [include/windows.h] [if1632/kernel.spec]
2532         Implemented LogParamError, LogError functions.
2533
2534 Tue Jun  3 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2535
2536         * [include/mmsystem.h] [multimedia/audio.c]
2537         Constants for asynchronous play and record.
2538
2539         * [multimedia/time.c]
2540         Filled in some empty functions.
2541
2542         * [multimedia/mmsystem.c]
2543         Fixed bugs in waveOutOpen.
2544
2545         * [multimedia/mmsystem.c] [multimedia/audio.c]
2546         Implemented Window Callback for wave output at least.
2547
2548         * [files/file.c]
2549         Corrected bug in FileDosSetError.
2550         NULL pointer checking added.
2551
2552         * [misc/spy.c]
2553         Added Multimedia messages to SPY_GetMsgName.
2554
2555 Tue Jun 3 22:34:30 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2556
2557         * [debugger/*.c][include/peexe.h][loader/*.c][tools/build.c]
2558           [tools/fnt2bdf.c][library/sup.c]
2559         IMAGE_* structs/defines changed fit better to SDK naming
2560         Don't load non-i386 PE executables.
2561         %fs should already be initialised for the FIRST loaded PE module.
2562
2563         * [if1632/advapi.spec][win32/advapi.c]
2564         Some small stubs added to bring win32 setup.exe a bit farther.
2565
2566         * [if1632/kernel32.spec][scheduler/process.c]
2567         Adapted to match win95 kernel32.dll ordinals (NT doesn't use
2568         ordinal import), some ordinal only exported functions added.
2569
2570         * [if1632/relay.c]
2571         Added CallProc32W.
2572
2573         * [misc/lzexpand.c]
2574         Fixed return values of GetExpandedName* (thanks to Andreas Mohr).
2575
2576         * [objects/dib.c]
2577         Everything with more than 8 bit of color is a truecolor mode
2578         and doesn't have a colormap.
2579
2580 Tue Jun  3 09:24:53 1997  John Harvey <john@division.co.uk>
2581
2582         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
2583           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
2584           [include/win16drv.h]
2585         Changed some structures that are passed to and from the 16 bit
2586         drivers to be allocated on the global heap.
2587         Implemented Escape(Control) 0x100 GetExtTextData properly to
2588         stop word from crashing.
2589         Postscript driver now prints on complete page instead of top
2590         left corner.
2591         Print spooling implemented.
2592
2593         * [loader/module.c]
2594         MODULE_GetOrdinal changed char buffer to unsigned char to stop
2595         a loop that was happening when running the font control
2596         program from the control panel.
2597
2598 Sun Jun  1 19:05:02 1997  Peter Schlaile <up9n@rz.uni-karlsruhe.de>
2599
2600         * [include/miscemu.h] [loader/main.c] [msdos/ioports.c]
2601         Added support for direct io port access.
2602
2603 Fri May 30 16:18:35 1997  David A. Cuthbert <dacut@dssc3353.ece.cmu.edu>
2604
2605         * [misc/ver.c]
2606         Implemented VerFindFile16.
2607
2608 Tue May 27 22:00:39 1997  Rick Richardson <rick@dgii.com>
2609
2610         * [misc/comm.c]
2611         Fixed GetCommError and GetCommEventMask.
2612
2613 Tue May 27  9:10:53 1997  Georg Beyerle <gbeyerle@awi-potsdam.de>
2614
2615         * [scheduler/thread.c]
2616         Minor fix in thread database initialization.
2617
2618 Mon May 26 19:46:34 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2619
2620         * [objects/dc.c]
2621         In DC_SetupGCForPen, avoid to draw in GXxor mode with a 0 mask.
2622
2623 Mon May 26 15:22:42 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
2624
2625         * [loader/pe_image.c]
2626         Add code for modules that co-reference each other. Photodex's
2627         agds.exe (cpic32) has two dll's that make calls into each other.
2628
2629 Mon May 26 13:38:16 1997  Jody Goldberg <jodyg@idt.net>
2630
2631         * [memory/virtual.c]
2632         Dont use stdio when reading /proc/self/maps.  It causes problems
2633         with libc6.
2634
2635         * [windows/dialog.c]
2636         Translate messages in IsDialogMessage when DLGC_WANTMESSAGE
2637         is used.
2638
2639 Sun May 25 17:02:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2640
2641         * [objects/metafile.c]
2642         Resource cleanup in EnumMetaFile(). This was one reason Word was
2643         crashing after long periods of use. (Thanks to Chris Underhill for
2644         the logs)
2645
2646 Sun May 25 14:59:33 1997  Jimen Ching  <jching@flex.com>
2647
2648         * [multimedia/mcistring.c]
2649         Initial support for compound MCI commands.
2650         Use case-insensitive compare for 'alias' and 'element' keywords.
2651         Fixed pointer copy of args keywords array.
2652
2653 ----------------------------------------------------------------------
2654 Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@linux.chanae.stben.be>
2655
2656         * [resources/sysres_Es.rc]
2657         Updated CHOOSE_FONT, CHOOSE_COLOR, EDITMENU for Spanish.
2658
2659 Mon May 19 22:06:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2660
2661         * [multimedia/mcistring.c]
2662         Corrected bug for device!element command.
2663
2664         * [multimedia/mmaux.c]
2665         Replaced printf and fprintf calls by dprintf_mmaux.
2666
2667         * [multimedia/audio.c]
2668         Corrected debugmessage in wodGetVolume.
2669         Include code for MCI_CUE command.
2670
2671         * [multimedia/mmsystem.c]
2672         Added the MCIERR_SEQ error messages.
2673
2674         * [if1632/mmsystem.spec] [multimedia/audio.c] [multimedia/mmsystem.c]
2675         Changed call structure of waveInOpen and waveOutOpen.
2676
2677         * [multimedia/mmsystem.c] [multimedia/audio.c] [multimedia/midi.c]
2678           [multimedia/mmaux.c] [multimedia/mcicda.c] [multimedia/mcianim.c]
2679           [multimedia/mcistring.c] [include/mmsystem.h]
2680         Changed the deviceID scheme.
2681
2682         * [include/queue.h] [include/win16drv.h] [msdos/dpmi.c]
2683           [windows/user.c] [windows/driver.c] [graphic/wing.c]
2684           [graphics/x11drv/bitmap.c] [misc/wsprintf.c] [misc/crtdll.c]
2685         Removed compiler warnings.
2686
2687 Mon May 19 01:32:24 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2688
2689         * [controls/menu.c] [windows/win.c] [windows/graphics.c]
2690         Popup menu shade, new system menu implementation, 
2691         ModifyMenu() fixes, better check mark painting.
2692
2693         * [windows/mdi.c]
2694         MDI client fix for Win32.
2695
2696 Sat May 17 12:02:11 1997  Albrecht Kleine  <kleine@ak.sax.de>
2697
2698         * [objects/metafile.c]
2699         Added handling of META_DIBBITBLT, META_SETTEXTJUSTIFICATION
2700         plus bugfix in META_EXTTEXTOUT (start_of_text etc.)
2701
2702 Thu May 15 22:52:00 1997  Jimen Ching  <jching@flex.com>
2703
2704         * [loader/ne_image.c]
2705         Make sure dgroup is valid by checking pModule->flags consistently.
2706
2707 ----------------------------------------------------------------------
2708 Tue May  6 19:12:20 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2709
2710         * [loader/task.c] [loader/module.c]
2711         Fixed command line in LoadModule to already include the length
2712         indicator (thanks to Andreas Mohr).
2713
2714         * [windows/dialog.c]
2715         DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
2716         to Bruce Milner for this one); correctly update file spec on exit.
2717
2718         * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
2719         Moved emulator-specific code for calling window procedure to
2720         thunk.c.
2721
2722 Mon Apr 28 10:21:59 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2723
2724         * [memory/local.c]
2725         Better implementation of moveable blocks (first word in block is
2726         the handle itself) and discarded blocks. Local(Re)Alloc is much
2727         more like the real thing.
2728
2729 Thu Apr 24 19:50:19 1997  Albrecht Kleine <kleine@ak.sax.de>
2730
2731         * [objects/metafile.c]
2732         Added handling of meta record META_DIBCREATEPATTERNBRUSH.
2733
2734 Mon Apr 21 14:03:32 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2735
2736         * [multimedia/mmsystem.c] [multimedia/audio.c]
2737         Fixed leftover problems with masked device IDs.
2738
2739         * [msdos/int21.c]
2740         Removed code duplications, fixed Write.
2741
2742         * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
2743           [windows/winpos.c]
2744         Yet another attempt to make -managed work better.
2745
2746         * [controls/combo.c]
2747         UI fix.
2748
2749 Mon Apr 21 13:10:24 1997  Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
2750
2751         * [debugger/*]
2752         All "Loading from ..." lines merged into one so important
2753         information before the crash doesn't scroll out.
2754
2755         * [if1632/kernel.spec]
2756         Added some ordinal stubs used by win95 OLE and friends.
2757
2758         * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
2759         MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
2760         LoadLibraryEx32W and GetProcAddress32W added.
2761
2762         * [objects/bitmap.c]
2763         XImages use another memory layout for depth 4 (and poss. other
2764         depths) then Windows bitmaps. Replaced speedup hack by generic
2765         (and better working) code.
2766
2767         * [objects/dib.c]
2768         Another ximage!=bitmap memory layout bug. 
2769         All _XinitImageFuncPtrs except one removed.
2770
2771 Sun Apr 20 17:12:30 1997  Andrew Taylor <ataylor@cadvision.com>
2772
2773         * [multimedia/audio.c]
2774         Fixed some regression bugs.
2775
2776 Sun Apr 20 12:15:09 1997  Andreas Mohr <100.30936@germany.net>
2777
2778         * [loader/module.c]
2779         Fixed MODULE_LoadExeHeader() to use the correct offset for
2780         fast-load area.
2781
2782 Sat Apr 19 16:40:00 1997  Chad Fraleigh <chadf@bookcase.com>
2783
2784         * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
2785           [win32/*]
2786         Removed <malloc.h> and added <stdlib.h> where needed.
2787         Changed printf formaters to match argument types (%lx instead of %x).
2788         Casted some types to make the compiler happy. Mostly pointer<->ulong.
2789
2790         * [graphics/win16drv/init.c]
2791         Fixed uninitialized variable.
2792
2793         * [include/msdos.h]
2794         Added <sys/types.h> needed for <dirent.h>.
2795
2796         * [include/sigcontext.h]
2797         Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
2798         Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
2799
2800         * [misc/crtdll.c] [misc/lstr.c]
2801         Casted last argument in v*printf() to be va_list. This code seems to
2802         make BIG assumptions about the implementation of va_list.
2803
2804         * [misc/ver.c]
2805         Fixed impossible if() expression (unsigned < 0).
2806
2807         * [misc/winsock.c]
2808         Removed semicolon on the end of an if() statement.
2809
2810         * [windows/mdi.c]
2811         Changed a counter/index to unsigned since it was complaining about
2812         signed/unsigned comparison and didn't need to be negative.
2813
2814 Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
2815
2816         * [scheduler/thread.c]
2817         Minor fix in thread database initialization.
2818
2819 Wed Apr 16 17:28:05 1997  Andreas Mohr <100.30936@germany.net>
2820
2821         * [files/file.c]
2822         Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
2823         directory entry.
2824
2825 ----------------------------------------------------------------------
2826 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
2827
2828         * [graphics/win16drv/init.c]
2829         Minor changes to help debug problems.
2830
2831         * [if1632/dummy.c] [if1632/gdi.spec]
2832         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
2833
2834         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
2835         StartDoc16, EndDoc16 new functions.
2836
2837 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2838
2839         * [memory/virtual.c]
2840         Implemented MapViewOfFile.
2841
2842         * [debugger/dbg.y]
2843         Added 'info maps' command.
2844
2845 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
2846
2847         * [controls/edit.c] [controls/EDIT.TODO]
2848         Started restructuring.  Performance improvements.
2849         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
2850                 EditWndProc() is now reentrant, wordbreak procs,
2851                 better compliance to specs.
2852         New:    margins, format rectangle.
2853
2854         * [controls/widgets.c]
2855         Changed the cursor for the edit control class to an I-beam.
2856
2857         * [include/callback.h]
2858         Added 32 bit wordbreak callback.
2859
2860 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
2861
2862         * [objects/metafile.c]
2863         Added handling of some more metafile records: 
2864         META_CREATEREGION, META_INVERTREGION etc.
2865
2866 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
2867
2868         * [loader/signal.c]
2869         Define kernel sigaction ourselves instead of getting it
2870         from the kernel source.
2871
2872 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
2873
2874         * [control/menu.c]
2875         Fix return value range for GetMenuState.
2876
2877         * [files/file.c]
2878         Always fill out ofs->szPathName in FILE_DoOpenFile.
2879
2880         * [memory/string.c]
2881         Add debug option string.
2882
2883         * [objects/cursoricon.c]
2884         Fix return value for DestroyIcon32.
2885
2886 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2887
2888         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
2889         Added description of the source tree. Moved several
2890         files to fit it.
2891
2892         * [misc/shell.c]
2893         Use Win32 heap functions.
2894
2895 ----------------------------------------------------------------------
2896 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2897
2898         * [misc/main.c] [ANNOUNCE]
2899         Update the list of contributors. Please let me know if I forgot
2900         someone.
2901
2902         * [controls/combo.c]
2903         Fixed bug in CB_DIR16 handling.
2904         Use correct text color in CBPaintText.
2905
2906         * [controls/listbox.c]
2907         Fixed WM_CTLCOLOR handling.
2908
2909         * [windows/winproc.c]
2910         Added translation for EM_*32 messages.
2911
2912 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
2913
2914         * [files/drive.c]
2915         Added information on device and inode numbers to the DOSDRIVE
2916         struct, using it to find DOS drives in a path even if it contains
2917         symbolic links, eliminating annoying messages at startup.  
2918         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
2919
2920 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
2921
2922         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
2923           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
2924           [include/win16drv.h] [include/x11drv.h]
2925         Implemented GetCharWidth via graphics drivers.
2926
2927         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
2928         Moved printer driver interfaces into a separate file.
2929
2930         * [graphics/win16drv/text.c]
2931         Fixed bugs that seg-faulted write.
2932
2933 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2934
2935         * [BUGS]
2936         Update.
2937
2938         * [controls/edit.c]
2939         Removed useless parameters from a lot of functions.
2940
2941         * [controls/menu.c]
2942         Improved keyboard shortcuts. Added check for entries with popup 
2943         menu in EnableMenuItem().
2944
2945         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
2946         Do not allocate separate thunks for new windows.
2947
2948         * [misc/clipboard.c] [windows/painting.c]
2949         Fixed problems with ClipBook.
2950
2951         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
2952           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
2953         Combo rewrite.
2954
2955         * [objects/dib.c]
2956         Slight improvements.
2957
2958 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2959
2960         * [misc/crtdll.c]
2961         Added chdir/mkdir.
2962
2963         * [misc/ntdll.c]
2964         Fixed some bugs, added RtlUnicodeStringToAnsiString.
2965
2966         * [win32/process.c]
2967         Added initialisation of events/semaphores/mutices.
2968
2969 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
2970
2971         * [resources/sysres_Po.rc]
2972         Added support for Portuguese language.
2973
2974 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
2975
2976         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
2977         Implemented SwitchToThisWindow().
2978         
2979         * [misc/ver.c]
2980         Corrected a flaw in VerInstallFile32A.
2981         
2982         * [msdos/int21.c]
2983         Corrected wrong number in Int21 3305
2984         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
2985         
2986 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
2987
2988         * [loader/ne_module.c]
2989         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
2990         setting it to 0x10000 if pSeg->size is 0.
2991
2992 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
2993
2994         * [ANNOUNCE]
2995         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
2996
2997         * [memory/global.c]
2998         Removed MemManInfo sizeof check.
2999
3000 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
3001
3002         * [files/dos_fs.c]
3003         Pick up kernel dirent on glibc systems.
3004
3005         * [loader/signal.c]
3006         Pick up kernel sigaction on glibc systems.
3007
3008 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
3009
3010         * [debugger/stabs.c] [debugger/msc.c]
3011         Check return value of mmap.
3012
3013 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
3014
3015         * [win32/code_page.c]
3016         Added IsValidCodePage.
3017
3018 ----------------------------------------------------------------------
3019 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3020
3021         * [*/*]
3022         Completed transition to new Win32 types.
3023
3024         * [tools/build.c]
3025         Changed CallTo16_regs to take a CONTEXT argument.
3026
3027         * [memory/virtual.c]
3028         Rewrote Virtual* functions. Implemented CreateFileMapping and
3029         OpenFileMapping. Broke MapViewOfFile ;-)
3030
3031         * [win32/k32obj.c]
3032         Implemented named objects.
3033
3034 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
3035
3036         * [misc/ole2nls.c] [resources/sysres_Pl.c]
3037         Added Polish language support.
3038
3039 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
3040
3041         * [windows/keyboard.c]
3042         Wrote VkKeyScan and tested with Winword. Works ok except for dead
3043         chars.
3044
3045 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
3046
3047         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
3048           [graphics/win16drv/obects.c]
3049         Added start of SelectObject call for printer driver. Write should
3050         now run with the printer driver enabled.
3051
3052 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3053
3054         * [debugger/*.c]
3055         Re-added a disassembly command (list serves another functionality
3056         now).
3057
3058         * [loader/pe_resource.c]
3059         Added # support.
3060
3061         * [misc/ole2nls.c]
3062         GetStringType* added.
3063
3064         * [objects/color.c]
3065         VGA16 fixes.
3066
3067         * [windows/class.c]
3068         Look for global widget classes too in GetClassInfo32.
3069
3070         * [windows/sysmetrics.c] [include/windows.h]
3071         Added Win32 sysmetrics.
3072
3073 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
3074
3075         * [documentation/languages]
3076         The fourth case updated.
3077
3078         * [if1632/ntdll.spec]
3079         Added some is* and to* functions.
3080
3081 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
3082
3083         * [configure.in]
3084         Add tests for wait4 and waitpid.
3085
3086         * [loader/signal.c]
3087         Clean up OS-dependent code.  I hope I got it right, :-)
3088
3089         * [tools/wineconf]
3090         Recognise vfat file systems.  Ignore floppy drives specified in
3091         /etc/fstab.
3092
3093         * [files/*]
3094         Fix function names in error messages.
3095
3096 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
3097
3098         * [windows/keyboard.c] [windows/message.c]
3099         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
3100         characters sets.
3101
3102 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3103
3104         * [controls/edit.c]
3105         Fix incorrect arg order in LOCAL_Alloc() call.
3106
3107 Fri Feb 21 18:19:17 1997  Andrew Taylor  <ataylor@cadvision.com>
3108
3109         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
3110         Fixed bug related to device IDs returned by multimedia
3111         system.  Implemented mciGetDeviceID.
3112
3113 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
3114
3115         * [debugger/dbg.y]
3116         Do not dereference invalid expressions.
3117
3118 ----------------------------------------------------------------------
3119 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3120
3121         * [*/*]
3122         Converted a lot of functions to Win32 types.
3123         Removed HWND type.
3124
3125 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
3126
3127         * [memory/global.c]
3128         Implemented GMEM_MOVEABLE blocks for Win32.
3129
3130 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3131
3132         * [loader/task.c] [windows/queue.c]
3133         Do not read X events while in the intertask SendMessage().
3134
3135         * [misc/lstr.c]
3136         Fixed CharPrev32A().
3137
3138         * [windows/hook.c] [include/hook.h]
3139         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
3140
3141         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
3142           [windows/event.c] [controls/edit.c] 
3143         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
3144         Several new Win32 messages are sent when this flag is on.
3145         
3146         * [msdos/dosmem.c] [memory/global.c]
3147         Some changes in DOS memory allocation.
3148
3149 Fri Feb  7 21:46:03 1997  Andrew Taylor  <ataylor@cadvision.com>
3150
3151         * [win32/security.c]
3152         Added SID manipulation functions.
3153
3154         * [include/debug.h]
3155         Added debugging class "security".
3156
3157 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
3158
3159         * [debugger/msc.c] [debugger/source.c] 
3160           [documentation/wine_os2.txt] [loader/signal.c]
3161         Some more changes for OS/2. Doesn't work yet.
3162
3163 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3164
3165         * [scheduler/process.c]
3166         Added ExpandEnvironmentStrings*.
3167
3168         * [misc/ntdll.c] [include/ntdll.h]
3169         Added some new functions.
3170
3171         * [objects/cursoricon.c]
3172         CURSORICON_LoadHandler: check against some bizarre out of memory
3173         conditions.
3174         
3175         * [windows/mdi.c]
3176         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
3177
3178 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
3179
3180         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
3181           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
3182         Added Hungarian language support.
3183
3184 ----------------------------------------------------------------------
3185 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3186
3187         * [files/drive.c]
3188         Fixed SetCurrentDirectory() to also change the current drive.
3189
3190         * [win32/except.c] [tools/build.c]
3191         Use Win32 register functions to implement exception handling.
3192         Fixed UnhandledExceptionFilter.
3193
3194 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
3195
3196         * [windows/keyboard.c]
3197         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
3198         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
3199         or when the state has changed, out of wine.
3200         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
3201         by InputKeyStateTable.
3202
3203 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3204
3205         * [loader/*resource.c][if1632/thunk.c]
3206         EnumResource* added.
3207
3208         * [loader/pe_resource.] [loader/resource.c]
3209         SizeofResource32(), LoadAccelerators32() added.
3210
3211         * [misc/lstr.c]
3212         FormatMessage %n added.
3213
3214         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
3215         _chdrive,_errno,_isctype added.
3216
3217         * [misc/cpu.c]
3218         Replaced runtime_cpu by GetSystemInfo().
3219
3220         * [windows/hook.c][include/hook.h]
3221         Fixed mapping of hooks to win32/unicode.
3222
3223         * [windows/keyboard.c] [windows/defwnd.c]
3224         Updated to win32 standard.
3225         ALT-<Menukey> fixed.
3226
3227         * [windows/queue.c]
3228         GetWindowThreadProcessId() implemented.
3229
3230 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
3231
3232         * [graphics/metafiledrv/*] [graphics/x11drv/*]
3233           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
3234           [objects/gdiobj.c] [objects/pen.c]
3235         Moved SelectObject to graphics drivers. Printer support now works
3236         in a few cases but is definitely not complete. Generic/text driver
3237         works. The postscript driver works if true type fonts are disabled
3238         from the control panel. To enable printer support add Printer=on
3239         to the wine section of your wine.conf file. This causes write not
3240         to work properly. I know that several other printer drivers do not
3241         work.
3242
3243         * [tools/build.c]
3244         Make .stabs not used for svr4 since it doesn't use GNU assembler.
3245
3246         * [misc/fontengine.c]
3247         Make sure a printf doesn't crash the system.
3248
3249 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3250
3251         * [objects/metafile.c]
3252         Fixed some problems with PlayMetaFileRecord().
3253
3254         * [objects/dc.c]
3255         hClipRgn gets initialized in GetDCState().
3256
3257 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3258
3259         * [debugger/stabs.c]
3260         Handle file names beginning with '/'.
3261
3262 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
3263
3264         * [*/*]
3265         Some more patches for OS/2 support.
3266
3267 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
3268
3269         * [resources/sysres_Ko.rc]
3270         Updated support for Korean (Ko) language.
3271
3272 ----------------------------------------------------------------------
3273 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3274
3275         * [loader/module.c]
3276         Fixed LoadModule() to always call the DLL initialization code.
3277
3278         * [windows/event.c]
3279         Moved all the keyboard stuff to windows/keyboard.c
3280
3281         * [tools/build.c]
3282         Fixed Win32 register functions.
3283
3284 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
3285
3286         * [tools/makedep.c]
3287         Fixed bug which causes SEGV on Solaris x86.
3288
3289 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
3290
3291         * [controls/edit.c]
3292         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
3293         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
3294         Fixed EM_SETSEL and some minor bugs (features).
3295         Hence: fully functional undo and a win95 menu with the right mouse
3296                 button.
3297
3298         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
3299         Added a context menu for the edit control.
3300         Translations, please ...
3301
3302 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
3303
3304         * [windows/event.c]
3305         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
3306         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
3307         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
3308         to make them work with any X server.
3309         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
3310
3311         * [include/keyboard.h]
3312         Totally replaced the file (formerly containing the vkcase definitions)
3313         by the declaration of 'extern' variables contained by event.c and used
3314         by keyboard.c
3315         
3316         * [windows/keyboard.c]
3317         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
3318         table keyc2vkey or X functions only.
3319         ToAscii : added keypad 0-9 and . special case.
3320         Changed toggle keys active mask from 0x80 to 0x1.
3321
3322         * [misc/keyboard.c]
3323         File deleted. Contents moved to windows/keyboard.c.
3324
3325         * [misc/main.c]
3326         Added putenv XKB_DISABLE to disable XKB extension (which, when
3327         present, causes AltGr to change keyboard group instead of being a
3328         modifier).
3329
3330 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3331
3332         * [windows/event.c]
3333         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
3334         output of XGetModifierMapping for XK_Num_Lock.
3335
3336 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3337
3338         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
3339           [debugger/*.c]
3340         General clean up.
3341         Changed defines/structures to match Windows NT SDK.
3342
3343         * [loader/main.c]
3344         Don't crash on empty command-line.
3345
3346         * [windows/winpos.c]
3347         winpos.c made win32 clean.
3348
3349         * [misc/ntdll.c]
3350         Some string conversion additions.
3351
3352         * [files/file.c]
3353         GetFileAttributes/GetTempFileName fixed.
3354
3355         * [misc/ver.c]
3356         VerInstallFile implemented.
3357
3358 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3359
3360         * [tools/build.c]: Use PREFIX also in stabs messages.
3361
3362 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
3363
3364         * [graphics/win16drv/*] [include/win16drv.h]
3365         Many fixes and some new features.
3366
3367         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
3368           [include/x11drv.h] [objects/font.c]
3369         GetTextMetrics() moved to graphics driver.
3370
3371         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
3372         New dummy EngineEnumerateFont, EngineRealizeFont functions.
3373
3374         * [include/windows.h]
3375         TEXTFORM16 and FONTINFO16 structure definitions moved here from
3376         include/win16drv.h
3377
3378 ----------------------------------------------------------------------
3379 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3380
3381         * [controls/menu.c]
3382         Updated to new Win32 types.
3383
3384         * [controls/listbox.c]
3385         Fixed Winfile extended selection bug.
3386
3387         * [files/directory.c]
3388         Changed DIR_SearchPath to return both long and short file names.
3389
3390         * [files/dos_fs.c]
3391         Implemented VFAT ioctl to retrieve the original short filenames
3392         from a VFAT filesystem (Linux only for now).
3393         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
3394         DOS_GetFullName().
3395         Properly implemented GetShortPathName() and GetFullPathName().
3396         Made all functions re-entrant.
3397
3398         * [files/file.c] [misc/main.c]
3399         Replaced -allowreadonly option by -failreadonly. The default is
3400         now to report success when opening a read-only file for writing.
3401
3402         * [objects/metafile.c]
3403         Fixed bug in DIB bitmaps pointer calculation.
3404
3405         * [scheduler/process.c]
3406         Implemented environment strings and Get/SetStdHandle with process
3407         environment block.
3408
3409         * [tools/build.c]
3410         Rewrote BuildContext32() to avoid instructions that may not be
3411         supported by all assemblers.
3412         
3413 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
3414
3415         * [windows/event.c]
3416         Created table keyc2vkey, which associate a vkey(+extended bit) to
3417         any keycode. Changed EVENT_event_to_vkey to use this table to
3418         return the correct vkey. Changed EVENT_ToAscii to get the keycode
3419         from this table too.  Assigned OEM specific vkeys arbitrarily.
3420
3421 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
3422
3423         * [misc/winsock.c] [misc/winsoc_async.c]
3424         Fixed svr4 header files.
3425         Changed bzero() to memset().
3426
3427         * [tools/fnt2bdf.c]
3428         Removed bcopy() and used memcpy() instead.
3429
3430         * [debugger/msc.c]
3431         Include string.h instead of strings.h
3432
3433         * [debugger/stabs.c]
3434         Include string.h instead of strings.h.
3435         Define __ELF__ for svr4 systems.
3436
3437         * [loader/signal.c]
3438         Use wait() instead of wait4() which doesnt exist on Unixware.
3439
3440         * [memory/global.c]
3441         Use sysconf() instead of getpagesize() for svr4 systems.
3442
3443 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
3444
3445         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
3446           [tools/Makefile.in] [documentation/wine_os2.txt]
3447         Patches for OS/2 support. Note that it doesn't compile yet.
3448
3449 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
3450
3451         * [debugger/*]
3452         Many more debugger improvements (see debugger/README for details).
3453
3454 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3455
3456         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
3457           [graphics/metafiledrv/*]
3458         Moved some device dependent code into the resp. subdirs.
3459
3460         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
3461         Prototypes added,
3462         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
3463
3464         * [objects/region.c]
3465         CreatePolyPolygonRgn32 added.
3466
3467         * [files/dos_fs.c]
3468         QueryDosDevice added.
3469
3470         * [misc/lstr.c]
3471         FormatMessage: broken heap management fixed.
3472
3473         * [scheduler/process.c] [scheduler/thread.c]
3474         Get/SetThreadPriority/PriorityClass added.
3475
3476 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3477
3478         * [misc/keyboard.c]
3479         ToAscii : Use EVENT_ToAscii instead.
3480
3481         * [windows/event.c]
3482         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
3483         keypad cursor keys.
3484         EVENT_event_to_vkey : New function, to transform a X keycode
3485         into a MSwin vkey + extended bit.
3486         EVENT_ToAscii : New function, to transform a vkey + extended bit
3487         (+ key state table) into ascii char(s), using XLookupString, and
3488         recognizing dead chars.
3489         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
3490         EVENT_event_to_vkey for keycode to vkey conversion; fixed
3491         previous, context and extended bits.
3492
3493         * [windows/keyboard.c]
3494         Include stddebug.h, to get -debugmsg messages.
3495         GetKeyState : Handle VK_MBUTTON case.
3496         GetKeyboardState, SetKeyboardState : Debugging messages added.
3497
3498         * [windows/message.c]
3499         TranslateMessage : Handle dead chars.
3500
3501 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
3502
3503         * [if1632/crtdll.spec] [misc/crtdll.c]
3504         C++ functions new/delete/set_new_handler implemented.
3505
3506 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
3507
3508         * [controls/edit.c] [include/windows.h]
3509         Moved the edit control to 32 bits.
3510         Included new (win95) message definitions in windows.h
3511         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
3512         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
3513         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
3514         Fixed some bugs, introduced a couple of others.
3515         Text buffer is now initially in 32-bit heap.
3516
3517         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
3518           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
3519           [misc/commdlg.c]
3520         Updated to work with 32-bit edit control.
3521
3522 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
3523
3524         * [loader/pe_image.c]
3525         Use mmap rather then malloc. Better workaround for clean
3526         segments.
3527
3528 ----------------------------------------------------------------------
3529 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3530
3531         * [controls/listbox.c]
3532         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
3533
3534         * [files/dos_fs.c]
3535         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
3536
3537         * [files/file.c] [files/directory.c]
3538         Use Win32 kernel objects and handles for file handles.
3539         Unified SearchPath() and OpenFile().
3540
3541         * [loader/builtin.c]
3542         Moved to if1632/ directory.
3543
3544         * [tools/build.c] [debugger/*] [miscemu/*]
3545         Win16 register functions now receive the same CONTEXT * structure
3546         as Win32 functions.
3547
3548         * [include/sigcontext.h] [miscemu/instr.c]
3549         Added new macros to get register values from the SIGCONTEXT
3550         structure (only used for instruction emulation now).
3551
3552         * [scheduler/process.c] [scheduler/thread.c] (New files)
3553         Allocate process and thread structures.
3554
3555         * [scheduler/process.c] [win32/k32obj.c]
3556         Added Win32 kernel objects and handles management.
3557
3558         * [loader/task.c]
3559         Create a Win32 process and thread for every Win16 task.
3560
3561         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
3562         Built-in resources are now in Win32 format. This also avoids
3563         16-bit callbacks for built-in dialogs.
3564
3565         * [misc/lzexpand.c]
3566         Differentiate between 16-bit and 32-bit file handles.
3567
3568         * [miscemu/int*.c]
3569         Moved all int emulation to msdos/ directory.
3570
3571         * [msdos/*]
3572         New directory msdos/ contains all MS-DOS emulation code that can
3573         also be used for Winelib; this should enable Winelib apps to use
3574         DOS3Call and related functions.
3575
3576         * [rc/winerc.c]
3577         A few bug fixes for Win32 resource format.
3578
3579         * [windows/winpos.c]
3580         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
3581         right though).
3582
3583 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
3584
3585         * [loader/pe_image.c]
3586         Make sure BSS of a PE_Image is zero.
3587
3588 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
3589
3590         * [windows/scroll.c]
3591         ScrollWindowEx() rewrite, ScrollDC() fix.
3592
3593         * [windows/nonclient.c] [controls/menu.c]
3594         Fixed Alt-Space crashes in dialogs.
3595
3596         * [windows/event.c] [windows/message.c]
3597         Some changes in mouse message generation.
3598
3599 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3600
3601         * [debugger/stabs.c]
3602         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
3603
3604 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
3605
3606         * [windows/event.c]
3607         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
3608         compatibility.
3609
3610 ----------------------------------------------------------------------
3611 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3612
3613         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
3614         Added mapping functions.
3615
3616         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
3617         Added a lot of Win32 functions.
3618
3619         * [memory/heap.c]
3620         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
3621
3622         * [misc/lstr.c] [memory/string.c]
3623         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
3624
3625         * [object/font.c]
3626         Avoid uppercasing font names.
3627
3628         * [windows/hook.c]
3629         Set ds = ss before calling hook procedure.
3630
3631 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3632
3633         * [objects/color.c]
3634         Use colors allocated by other clients. 
3635
3636         * [windows/caret.c]
3637         Set default blink time to 500.
3638
3639         * [windows/win.c] [windows/event.c]
3640         Delete X context before XDestroyWindow().
3641
3642         * [windows/keyboard.c]
3643         Fixed GetKeyState() once more.
3644
3645 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
3646
3647         * [debugger/*.c]
3648         Lots of built-in debugger improvements: parse Win32 EXEs debug
3649         information, display local variables, source files and line
3650         numbers, get symbols directly from the Wine executable, etc.
3651
3652 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3653
3654         * [misc/winsock_async.c]
3655         Extern declaration added for h_errno.
3656
3657 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
3658
3659         * [windows/message.c]
3660         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
3661
3662 ----------------------------------------------------------------------
3663 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3664
3665         * [graphics/x11drv/bitblt.c]
3666         Fixed BITBLT_StretchImage for partially covered or inverted
3667         bitmaps.
3668
3669         * [objects/dib.c]
3670         Fixed the upside-down bitmap problem.
3671
3672 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3673
3674         * [if1632/user32.spec]
3675         IsMenu and RemoveMenu added (use existing Win16 functions).
3676
3677         * [include/windows.h]
3678         Corrections to BITMAPINFOHEADER structure.
3679
3680         * [loader/module.c] [if1632/kernel32.spec]
3681         New function GetModuleFileName32A (heavily based on original
3682         Win16 version).
3683
3684         * [loader/pe_image.c]
3685         Hack to allow files with short PE header to be loaded (e.g.
3686         COMDLG32.DLL from Win32s).
3687
3688         * [misc/winsock_async.c]
3689         #if out EIDRM case (not present in FreeBSD).
3690
3691         * [tools/build.c]
3692         Remove trailing comments from .s files generated by build
3693         as these break assembly when not run through pre-processor.
3694
3695         * [windows/graphics.c] [if1632/gdi32.spec]
3696         New function Polyline32 - based on original Polyline. Needs
3697         metafile support adding still.
3698
3699 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
3700
3701         * [win32/findfile.c] [if1632/kernel.spec]
3702         FindFirstFile32A(): Use dos current directory for drive prefixes.
3703         FindNextFile32A(): Fill in file attribute information.
3704         Implement FindFirstFile16, FindNextFile16, FindClose16.
3705
3706         * [files/drive.c]
3707         GetCurrentDirectory32A - Fix problem with null 3rd character in
3708         string.
3709
3710 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3711
3712         * [windows/painting.c][windows/message.c]
3713         Don't use linked lists to call SendMessage(), for it might destroy
3714         the current listentry.
3715
3716         * [misc/registry.c]
3717         Fixed temporary file saving (rename doesn't work across
3718         partitions).
3719
3720         * [files/*.c]
3721         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
3722         GetVolumeInformation32W fixed.
3723
3724         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
3725         LoadLibrary* updated to new naming std., *32W added.
3726
3727         * [win32/console.c] [include/wincon.h]
3728         Additions for NT commandline executables.
3729
3730         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
3731         GetUserName32W added, GetComputerName32W added,
3732         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
3733
3734         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
3735         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
3736
3737         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
3738           [if1632/ntdll.spec]
3739         Lot of new unicode functions added (needed for NT).
3740
3741         * [loader/pe_image.c]
3742         NtCurrentTeb added.
3743
3744 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
3745
3746         * [windows/keyboard.c]
3747         Rewrote function TranslateAccelerator().
3748
3749 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3750
3751         * [windows/defwnd.c] 
3752         DEFWND_SetText(): Set icon name.
3753
3754 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3755
3756         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
3757           [if1632/winsock.spec]
3758         IPC resource cleanup, bugfixes.
3759
3760         * [windows/dialog.c] [windows/defdlg.c]
3761         More DefDlgProc() fixes.
3762
3763 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
3764
3765         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
3766           [win32/newfns.c] [windows/graphics.c]
3767         Added a few WIN32 functions which needed to run some win32
3768         accessories. Clock should now work almost as well as 16 bit version.
3769         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
3770              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
3771              Polygon32
3772         Fix: Polygon16 possible memory leak on error return.
3773
3774 ----------------------------------------------------------------------
3775 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3776
3777         * [configure.in]
3778         Added check to see if the compiler supports building a DLL when
3779         the --with-dll option is used.
3780
3781         * [controls/listbox.c]
3782         Don't send LBN_SELCHANGE too often.
3783         Added WM_CHARTOITEM support.
3784
3785         * [Make.rules.in] [library/Makefile.in]
3786         Build winestub.o and link it with Winelib programs.
3787
3788         * [objects/text.c]
3789         Added support for '&&' in DrawText().
3790
3791         * [tools/build.c]
3792         Added -o option.
3793
3794 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
3795
3796         * [win32/thread.c]
3797         GetCurrentThread(): return -2 (current thread pseudo-handle).
3798         GetCurrentThreadId(): return GetCurrentTask().
3799
3800         * [objects/font.c] [if1632/gdi32.spec]
3801         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
3802
3803         * [win32/findfile.c]
3804         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
3805
3806         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
3807           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
3808           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
3809         Hooks rewritten to support Win32.
3810
3811         * [misc/winsock.c]
3812         WINSOCK_select(): need to put sockets with errors into exceptfds.
3813         WINSOCK_socket(): fix error return.
3814
3815         * [windows/win.c]
3816         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
3817
3818 Wed Dec  4 22:03:05 1996  Andrew Taylor <ataylor@cadvision.com>
3819
3820         * [files/dos_fs.c]
3821         Check if buf is NULL before copying string in GetFullPathName32A().
3822
3823 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
3824
3825         * [graphics/wing.c] [if1632/wing.spec]
3826         Implemented many WinG functions, but some don't seem to
3827         work correctly (probably due to the one not done).
3828         
3829 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
3830
3831         * [misc/main.c]
3832         Implemented a few more of the SystemParametersInfo() cases.
3833
3834 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
3835
3836         * [controls/button.c]
3837         Improved focus rectangle painting.
3838
3839         * [windows/dialog.c] [windows/defdlg.c]
3840         Fixed IE3.0 problems with DWL_MSGRESULT.
3841
3842 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
3843
3844         * [files/profile.c]
3845         Changed error handling in PROFILE_SetString().
3846
3847 ----------------------------------------------------------------------
3848 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3849
3850         * [configure]
3851         Re-generated with autoconf 2.11. Let me know if you have
3852         problems.
3853
3854         * [controls/listbox.c] [controls/oldlbox.c]
3855         Listboxes rewritten from scratch. Moved old code still used by
3856         comboboxes to oldlbox.c
3857
3858         * [misc/registry.c]
3859         Use temporary file when saving registry.
3860
3861         * [windows/dialog.c]
3862         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
3863
3864         * [windows/winproc.c]
3865         Added translation for listbox Win32 messages.
3866
3867 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
3868
3869         * [controls/widgets.c] [controls/button.c]
3870         Fixed some incompatibilities with CTL3D DLL.
3871
3872         * [windows/dialog.c]
3873         Made dialog windows fit into the desktop.
3874
3875         * [misc/winsock.c] [misc/winsock_async.c]
3876         New Winsock engine.
3877
3878         * [windows/message.c]
3879         GetMessage() fixes.
3880
3881         * [windows/queue.c] [windows/hook.c] [windows/win.c]
3882         SetMessageQueue() fixes.
3883
3884 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3885
3886         * [objects/text.c]
3887         DrawText16(): Fixed return value.
3888
3889 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3890
3891         * [files/profile.c] [*/*]
3892         Added Win32 profile functions, updated to new naming standard.
3893
3894         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
3895         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
3896         structures.
3897
3898         * [misc/ole2nls.c] [if1632/thunk.c]
3899         Added EnumSystemLocales() (winhelp.exe).
3900
3901         * [misc/registry.c]
3902         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
3903
3904         * [win32/file.c]
3905         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
3906
3907 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
3908
3909         * [misc/shell.c]
3910         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
3911
3912         * [misc/main.c]
3913         Implemented a few more of the SystemParametersInfo() cases.
3914
3915 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3916
3917         * [include/keyboard.h]
3918         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
3919
3920         * [include/windows.h]
3921         New [VK_A, VK_Z] and [VK_0, VK9] macros.
3922
3923         * [misc/keyboard.c]
3924         Fixes in KeyTable and ToAscii.
3925
3926         * [objects/font.c]
3927         FONT_init : Give default value for MSWIN "system" font.
3928         FONT_MatchFont : Do not try every size of a font family if the
3929         family does not exist.
3930
3931         * [windows/event.c]
3932         lastEventChar hack removed.
3933         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
3934         and QueueKeyStateTable (maintained in message.c).
3935         EVENT_key : Corrections to the extended bit setting.
3936
3937         * [windows/message.c] [windows/keyboard.c]
3938         Implementation of a new QueueKeyStateTable : table of key states
3939         valid when messages are retrieved by GetMessage or PeekMessage,
3940         and valid for TranslateMessage.
3941         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
3942         and ToAscii.
3943         
3944 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
3945
3946         * [graphics/Makefile.in] [graphics/wing.c]
3947           [if1632/wing.spec]
3948         Some functions for WinG support, mostly empty stubs.
3949
3950         * [misc/crtdll.c] [if1632/crtdll.spec]
3951         Many functions added to CRTDLL, mostly calls to Unix C library.
3952
3953 ----------------------------------------------------------------------
3954 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3955
3956         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
3957         Moved BitBlt operations to the new graphics driver
3958         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
3959
3960         * [memory/global.c]
3961         Unified MemManInfo() and GlobalMemoryStatus().
3962
3963         * [objects/text.c]
3964         Fixed ExtTextOut() to always use physical coords for clip rect.
3965
3966         * [windows/dialog.c]
3967         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
3968
3969         * [windows/event.c]
3970         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
3971         (thanks to Thomas Koenig).
3972
3973         * [windows/painting.c]
3974         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
3975         
3976         * [windows/scroll.c]
3977         Implemented Win32 version of ScrollWindow() and ScrollDC().
3978
3979 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3980
3981         * [files/*.c] [win32/file.c]
3982         Some win32 filetime conversion functions added.
3983         Fixed behaviour with DOS drives pointing to UNIX /
3984         SetCurrentDirectory() may also get X:\xxx paths.
3985         Fixed FILE_Open when called from CreateFile().
3986         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
3987
3988         * [misc/crtdll.c] [if1632/crtdll.spec]
3989         Added some new functions.
3990
3991         * [if1632/user32.spec]
3992         Some thunks into win16 code added.
3993
3994         * [win32/init.c]
3995         Added GetSystemInfo(), removed GetModuleFileName() stub.
3996
3997         * [win32/code_page.c] [if1632/thunk.c]
3998         Added EnumSystemCodePages* (untested).
3999
4000         * [objects/font.c] [if1632/thunk.c]
4001         Added EnumFontFamilies32*.
4002         
4003 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4004
4005         * [controls/menu.c] [windows/mdi.c]
4006         Don't delete the MDI `windows' menu if it's already been deleted.
4007
4008         * [misc/exec.c]
4009         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
4010         and complains if it returns FALSE.
4011
4012         * [windows/winpos.c]
4013         Get maximized MDI child's nonclient area redrawn after resize.
4014
4015 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
4016
4017         * [memory/global.c]
4018         Use /proc filesystem for GlobalMemoryStatus() on Linux.
4019
4020 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4021
4022         * [windows/event.c]
4023         Added OffiX-style file drop handling. File paths must be
4024         DOS-mappable by Wine (via wine.conf).
4025
4026         * [controls/combo.c]
4027         Added WM_GETTEXT handler.
4028
4029         * [objects/palette.c]
4030         Added ResizePalette() (untested).
4031
4032         * [objects/cursoricon.c]
4033         Implemented icon to cursor conversion.
4034
4035         * [objects/color.c]
4036         Fixed crash on startup when no colorcells are writeable.
4037
4038 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
4039
4040         * [rc/winerc.c]
4041         Added support for win32 output.
4042
4043         * [library/libres.c] [include/libres.h] [loader/resource.c]
4044         Renamed LIBRES_FindResource to LIBRES_FindResource16.
4045         Added LIBRES_FindResource32.
4046
4047 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
4048
4049         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
4050         Added the spec file for WinG, it's only stub for now, but it
4051         should be easy to do by someone with Windows programming
4052         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
4053
4054         * [if1632/crtdll.spec]
4055         Added some string and memory functions to make sfxed95.exe (of
4056         Warcraft 2) almost work.
4057
4058 ----------------------------------------------------------------------
4059 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4060
4061         * [files/dos_fs.c]
4062         Added long file name mask in DOSFS_FindNext().
4063
4064         * [loader/pe_image.c] [loader/task.c]
4065         Moved Win32 task startup into TASK_CallToStart().
4066
4067         * [objects/dc.c]
4068         Fixed SetDCState() for memory DC (thanks to Constantine
4069         Sapuntzakis for spotting this one).
4070
4071         * [windows/winpos.c]
4072         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
4073
4074         * [*/*]
4075         Added Win32 version for many graphics functions.
4076
4077 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4078
4079         * [controls/button.c]
4080         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
4081
4082         * [controls/edit.c]
4083         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
4084         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
4085
4086         * [windows/dialog.c]
4087         DS_LOCALEDIT is a dialog style not an edit style.
4088
4089         * [windows/winproc.c]
4090         Stop stack trashing when wndPtr->text == NULL.
4091
4092 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
4093
4094         * [windows/dce.c]
4095         GetDCEx32 - The determination of whether to use the DC cache or
4096         not should be independent of DCX_USESTYLE.
4097
4098 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4099
4100         * [files/directory.c]
4101         Added errno.h to #includes
4102
4103         * [tools/makedep.c]
4104         Close files once they have been processed.
4105
4106 ----------------------------------------------------------------------
4107 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4108
4109         * [*/Makefile.in] [tools/makedep.c]
4110         New program to generate dependencies; should be faster and more
4111         portable than 'gcc -MM'.
4112
4113         * [*/*]
4114         Replaced WPARAM and HDC by explicitly-sized types.
4115
4116         * [windows/hook.c]
4117         Fixed bug in HOOK_GetHook16 function.
4118
4119 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
4120
4121         * [include/debug.h] [include/stddebug.h]
4122         Added debug option for win16drv (-debugmsg +win16drv)
4123
4124         * [graphics/win16drv/init.c]
4125         Only enable CreateDC if printer=on specified in wine section of
4126         wine.conf.
4127         printfs changed to dprintf_win16drv.
4128         Some tidying up.
4129
4130         * [include/gdi.h] [graphics/x11drv/clipping.c]
4131           [graphics/x11drv/Makefile.in]
4132         Moved SetDeviceClipping into drivers.
4133
4134 ----------------------------------------------------------------------
4135 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4136
4137         * [Make.rules.in] [*/Makefile.in]
4138         Made it possible to compile from a directory other than the source
4139         directory.
4140
4141         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
4142           [objects/metafile.c] [objects/dc.c]
4143         New graphics driver for metafiles.
4144
4145         * [if1632/thunk.c]
4146         Added thunks for SetWindowsHook and SetDCHook.
4147
4148         * [windows/dialog.c]
4149         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
4150         items.
4151
4152         * [*/*]
4153         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
4154         HINSTANCE, HMENU, HRGN and HTASK.
4155
4156 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
4157
4158         * [controls/edit.c]
4159         Fixed EditWndProc() to fall back to DefWndProc() when the
4160         edit state structure is not available.
4161
4162 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
4163
4164         * [windows/nonclient.c] [windows/mdi.c]
4165         AdjustWindowRectEx16() should only take notice of the styles
4166         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
4167         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
4168
4169         * [controls/scroll.c]
4170         Fixed typo in ShowScrollBar32().
4171
4172 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4173
4174         * [if1632/user32.spec] [if1632/winmm.spec]
4175         Added SetParent and sndPlaySoundA.
4176         
4177 ----------------------------------------------------------------------
4178 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4179
4180         * [controls/button.c]
4181         Fixed focus rectangle size and clipping.
4182
4183         * [controls/scroll.c]
4184         Converted to Win32 and added support for scroll page.
4185         Completed SetScrollInfo() and implemented other Win32 functions.
4186
4187         * [files/file.c]
4188         Removed FILE_Read() (use _lread32 instead).
4189
4190         * [objects/dce.c] [include/dce.h]
4191         Allocate DCE on the Win32 heap, and use pointers instead of
4192         handles.
4193         Implemented Win32 version of DC functions.
4194
4195         * [windows/painting.c]
4196         Attempt to make CS_PARENTDC style work again.
4197
4198 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
4199
4200         * [windows/dce.c] [windows/winpos.c]
4201         Override SaveUnder attribute when painting took place
4202         in a window below. Force X to raise activated window 
4203         in seamless mode.
4204
4205         * [misc/clipboard.c] [windows/event.c]
4206         Translation between DOS and Unix text formats and several
4207         other fixes for the sudden selection loss.
4208
4209         * [windows/message.c]
4210         Apply "first" and "last" when checking for WM_QUIT in 
4211         MSG_PeekMessage().
4212
4213         * [windows/win.c]
4214         Rearranged DestroyWindow() to fit "Windows Internals"
4215         description.
4216
4217         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
4218         Misc. fixes to CBT hook calls.
4219
4220         * [controls/menu.c] [misc/user.c]
4221         Fixup resident popup menu window so that it doesn't get
4222         destroyed by USER_AppExit().
4223
4224         * [loader/module.c] [loader/task.c] [windows/event.c]
4225         Process "unsafe" X events outside the scheduler to prevent
4226         deadlocks.
4227
4228         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
4229         Lots of fixes for better Win16 multitasking.
4230
4231 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4232
4233         * [include/windows.h]
4234         Added some missing HOOK defines.
4235
4236         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
4237         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
4238
4239         * [win32/console.c][include/wincon.h]
4240         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
4241
4242         * [misc/registry.c]
4243         Some null ptr fixes.
4244
4245         * [loader/pe_image.c]
4246         Fixed exported function lookup. (msvcrt20.dll)
4247         Add debugsyms for entrypoint, exported functions and sections.
4248
4249         * [multimedia/mmsystem.c]
4250         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
4251
4252         * [several]
4253         Added several missing things/stubs/simple thunks from win32
4254         to win16 code.
4255
4256 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
4257
4258         * [windows/property.c]
4259         Fixed debugging of 16 Bit RemoveProp().
4260
4261         * [debugger/memory.c]
4262         Added DEBUG_checkmap_bad() for linux.
4263
4264 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
4265
4266         * [windows/event.c] [windows/hook.c]
4267         Use EnableHardwareInput() for JournalPlayback hook.
4268
4269         * [controls/listbox.c]
4270         Changed handling of LB_GETITEMRECT in empty listboxes.
4271
4272 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
4273
4274         * [misc/main.c]
4275         Fixes to X resources handling.  
4276
4277 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4278
4279         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
4280         Individual handle table created for each metafile. Fixed
4281         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
4282
4283         * [windows/graphics.c] [objects/dc.c]
4284         Rectangle() changed to work better with wide pens and PS_NULL.
4285         Use JoinMiter.
4286
4287         * [windows/winpos.c]
4288         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
4289         is set.
4290
4291         * [windows/nonclient.c]
4292         AdjustWindowRectEx() should perform calculations even if the
4293         window is minimized.
4294
4295         * [windows/mdi.c]
4296         Better handling of system button painting. Maximized windows can
4297         contain scroll bars. Icons now maximize properly.
4298
4299         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
4300         Improved greying of items in system menu. WM_INITMEMUPOPUP no
4301         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
4302         menu.c.
4303
4304 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4305
4306         * [several files]
4307         Fix missing includes and wrong printing arguments.
4308
4309         * [controls/listbox.c]
4310         Don't sort drives in ListBoxDirectory().
4311         
4312 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
4313
4314         * [windows/dialog.c]
4315         Fixed handling of Shift-TAB in dialogs.
4316
4317 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4318
4319         * [if1632/gdi32.spec]
4320         Added SelectClipRgn - call win16 version.
4321
4322         * [if1632/user32.spec]
4323         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
4324
4325         * [include/wincon.h]
4326         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
4327         out of #if 0 protected portion of file.
4328
4329         * [loader/pe_image.c]
4330         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
4331         programs now work better)
4332
4333         * [win32/console.c]
4334         Added stub functions for GetConsoleScreenBufferInfo and 
4335         GetLargestConsoleWindowSize
4336
4337         * [win32/findfile.c]
4338         FindFirstFile32A() - removed erroneous strcpy
4339
4340         * [windows/keyboard.c]
4341         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
4342         specification. NB - I still have doubts about some other functions
4343         in this file.
4344
4345 ----------------------------------------------------------------------
4346 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
4347
4348         * [windows/event.c]
4349         Minor improvements in setting event time in MSG struct.
4350
4351         * [windows/hook.c]
4352         Removed an useless 'unimplemented hook' message.
4353
4354         * [windows/win.c]
4355         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
4356
4357 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4358         * [loader/pe_image.c]
4359         Fixed imports with no name/ordinal list (MFC30.DLL).
4360         Added borland style - ordinal import (wsock32.dll).
4361
4362         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
4363           [if1632/kernel32.spec] [include/windows.h]
4364         Win32 and Win16 code use the same filehandles/HFILEs.
4365         Added SetEndOfFile, MoveFile*, diverse *W functions.
4366
4367         * [loader/pe_image.c]
4368         Fixed argument 2 to DllEntry.
4369
4370         * [misc/comm.c]
4371         Adapt to filehandling changes, win32 code still broken.
4372
4373         * [misc/registry.c]
4374         Use Wine filehandling.
4375         StartupRegistry to add startup-detected registry entries.
4376
4377         * [miscemu/dpmi.c] [miscemu/int21.c]
4378         Some missing interrupt-functions added.
4379
4380         * [if1632/gdi32.spec][if1632/user32.spec]
4381         Some thunks to 16 bit equivalent functions added.
4382
4383 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
4384
4385         * [misc/winsocket.c]
4386         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
4387         Windows fd_set structs.
4388
4389         * [if1632/winsock.spec]
4390         Corrected arguments to select().
4391
4392 ----------------------------------------------------------------------
4393 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4394
4395         * [misc/commdlg.c] [if1632/commdlg.spec]
4396         Fixed some SEGPTR problems.
4397
4398         * [windows/winproc.c]
4399         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
4400         and WM_MEASUREITEM
4401         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
4402
4403 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4404         * [files/drive.c]
4405         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
4406
4407         * [multimedia/audio.c]
4408         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
4409         below 4096 bytes.
4410
4411         * [multimedia/mcistring.c]
4412         Segptr string handling fixed & enhanced.
4413
4414         * [if1632/crtdll.spec][misc/crtdll.c]
4415         malloc,free,_strupr,_stricmp,_strcmpi added.
4416
4417         * [if1632/wsock32.spec][misc/winsock.c]
4418         More direct thunks into unix libc and WsControl-stub added.
4419
4420 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4421
4422         * [objects/metafile.c]
4423         Bug fixes to both recording and playback of ExtTextOut().
4424
4425 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
4426
4427         * [multimedia/audio.c] [multimedia/mcianim.c]
4428           [multimedia/mcicda.c] [multimedia/midi.c]
4429         Made cdaudio, audio and midi work for FreeBSD.
4430
4431 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4432
4433         * [misc/crtdll.c] [if1632/crtdll.spec]
4434         Added a lot of functions.
4435
4436         * [misc/ole2nls.c]
4437         Added ID values for all languages in GetUserDefaultLCID().
4438         
4439 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
4440
4441         * [windows/event.c] [windows/message.c]
4442         First attempt at hook WH_JOURNALPLAYBACK.
4443
4444 ----------------------------------------------------------------------
4445 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4446
4447         * [controls/scroll.c]
4448         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
4449
4450         * [graphics/driver.c] [include/x11drv.h]
4451         New files for graphics driver handling.
4452
4453         * [if1632/relay.c] [include/registers.h] [tools/build.c]
4454         Implemented Win32 register functions. Not really tested yet.
4455
4456         * [include/gdi.h]
4457         Added a lot of functions to the DC func table.
4458
4459         * [loader/pe_image.c]
4460         Initialise %fs before calling out to 32-bit code.
4461
4462         * [windows/hook.c]
4463         Fixed bug in HOOK_GetHook().
4464
4465         * [windows/win.c]
4466         Fixed FindWindow to return an error if the class name doesn't exist.
4467
4468 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4469
4470         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
4471         mpr.dll specs added.
4472
4473         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
4474         QueryPerformanceCounter(), GlobalMemoryStatus() added.
4475
4476         * [if1632/user32.spec] [win32/error.c]
4477         SetLastErrorEx() added.
4478
4479         * [misc/commdlg.c]
4480         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
4481
4482         * [misc/registry.c]
4483         Some missing NULL ptr checks added, misc clean up.
4484
4485 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
4486
4487         * [controls/menu.c]
4488         Adjust popup menu coordinates so that it always stays within 
4489         the desktop.
4490
4491         * [misc/main.c]
4492         Fixed GetEnvironment() return value for lpEnv == NULL case.
4493
4494 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4495
4496         * [misc/crtdll.c] [if1632/crtdll.spec]
4497         Added some is* functions, strlen and tolower.
4498         
4499 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
4500
4501         * [tools/wineconf]
4502         New perl script to generate the wine.conf file.
4503
4504 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
4505
4506         * [if1632/gdi.spec]
4507         Lots of printer functions.
4508         
4509         * [include/callback.h]
4510         New functions for printer driver support.
4511
4512         * [include/gdi.h]
4513         New/changed structures to support printer driver.
4514
4515         * [misc/escape.c]
4516         New version that uses function table in DC structure.
4517
4518         * [objects/dc.c]
4519         CreateDC copes with things other than Display.
4520         X code for CreateDC moved to graphics/x11drv directory.
4521         CreateCompatibleDC copies func table from original DC.
4522
4523         * [objects/font.c]
4524         GetTextExtentPoint32A,GetTextMetrics16 use function table in
4525         DC and code moved to drivers directory.
4526
4527         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
4528         New files for printer support. 
4529
4530 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4531
4532         * [controls/scroll.c]
4533         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
4534         code. There are a few options in which I'm probably the wrong person
4535         for the job (page size and disable bar). There are comments in the
4536         code as to what they should do.
4537
4538         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
4539         Added 32 bit version of FONT_GetObject.
4540
4541 ----------------------------------------------------------------------
4542 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4543
4544         * [files/drive.c]
4545         Added 'Filesystem' option in drives configuration.
4546
4547         * [files/dos_fs.c] 
4548         Added handling of case-insensitive filesystems.
4549
4550         * [memory/selector.c] [include/stackframe.h]
4551         Removed MAKE_SEGPTR.
4552
4553         * [misc/commdlg.c] [multimedia/mcistring.c]
4554         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
4555
4556         * [objects/bitblt.c] [windows/graphics.c]
4557         Use an intermediary pixmap to avoid some BadMatch errors on
4558         XGetImage().
4559
4560 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
4561
4562         * [windows/message.c]
4563         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
4564
4565         * [misc/ver.c]
4566         Fixed a bad string result in VerQueryValue[16|32A|32W].
4567
4568 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4569
4570         * [if1632/crtdll.spec] [misc/crtdll.c]
4571         More additions to get win95 programs further down the road.
4572
4573         * [if1632/kernel.spec] [loader/module.c]
4574         GetModuleName() added.
4575         LoadModule(): params->showCmd can be NULL.
4576
4577         * [if1632/kernel32.spec] [if1632/thunk.c]
4578         ThunkConnect32() stub added.
4579
4580         * [loader/resource.c]
4581         Entries include lastentry.
4582
4583         * [misc/shell.c] [files/file.c]
4584         Made progman work again.
4585
4586 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4587         
4588         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
4589         Icon painting fixes.
4590
4591         * [windows/winpos.c] [windows/painting.c]
4592         Enforce and follow hrgnUpdate more closely to cut down on
4593         redundant RedrawWindow() calls.
4594
4595         * [windows/event.c]
4596         Process ConfigureNotify only for managed windows.
4597
4598         * [windows/winpos.c]
4599         Do not redraw parent if the window was hidden before SetWindowPos().
4600
4601         * [windows/nonclient.c]
4602         Omit some nonclient decoration painting for managed windows.
4603
4604         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
4605         Implemented WM_NEXTMENU.
4606
4607         * [controls/listbox.c]
4608         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
4609
4610         * [misc/shell.c]
4611         Added .ICO file handling to ExtractIcon().
4612
4613 ----------------------------------------------------------------------
4614 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4615
4616         * [configure.in] [include/acconfig.h] [tools/build.c]
4617         Added check for underscore on external symbols.
4618
4619         * [memory/selector.c] [memory/global.c]
4620         Fixed FreeSelector() to free only one selector.
4621         Added SELECTOR_FreeBlock() to free an array of selectors.
4622
4623         * [objects/color.c]
4624         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
4625         hi-color displays.
4626
4627         * [tools/build.c] [if1632/crtdll.spec]
4628         Added 'extern' type, used for external variables or functions.
4629
4630         * [windows/winpos.c]
4631         Allow de-activating a window in WINPOS_ChangeActiveWindow().
4632
4633         * [windows/winproc.c]
4634         Added 32-to-16 translation for button messages.
4635         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
4636         happen to be valid SEGPTRs.
4637
4638 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
4639
4640         * [windows/message.c]
4641         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
4642         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
4643
4644         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
4645         Introduced undocumented API function IsValidMetaFile(), plus a
4646         minor fix in last patch of CopyMetaFile().
4647
4648         * [objects/gdiobj.c]
4649         Removed a FIXME in IsGDIObject(): added magic word check.
4650
4651 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4652
4653         * [controls/statuswin.c]
4654         First pass at implementing the StatusWindow class.
4655
4656         * [include/commctrl.h]
4657         Header file for common controls.
4658
4659         * [controls/widgets.c]
4660         Added InitCommonControls().
4661
4662         * [if1632/comctl32.spec]
4663         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
4664
4665         * [win32/findfile.c] [if1632/kernel32.spec]
4666         Add FindNextFile32A, FindClose.
4667         Modified FindFirstFile32A so it works with FindNextFile32A.
4668
4669         * [include/winbase.h]
4670         Fixed WIN32_FIND_DATA structure member names.
4671
4672 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4673
4674         * [windows/scroll.c]
4675         Changed scrolling routines to benefit from DCE code update.
4676
4677 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4678
4679         * [files/file.c]
4680         SearchPath* could get NULL for lastpart argument.
4681
4682         * [if1632/build-spec.txt] [documentation/debugging]
4683         Varargs documentation added, debugging hints updated.
4684
4685         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
4686         Started to implement CRTDLL.
4687
4688         * [if1632/wsock32.spec]
4689         Some thunks to standard libc functions (structures have the same
4690         elements, but perhaps wrong offset due to packing).
4691
4692         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
4693         Merged kernel32.h into windows.h.
4694
4695         * [misc/lstr.c]
4696         Enhanced FormatMessage().
4697
4698         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
4699         GetVersion() updated to new naming standard.
4700         Changed language handling to support language ids.
4701
4702         * [misc/shell.c]
4703         Enhanced FindExecutable, so it finds files in the search path too.
4704
4705         * [win32/environment.c]
4706         GetCommandLine* updated.
4707
4708         * [loader/resource.c] [loader/pe_resource.c]
4709         FindResourceEx32* added.
4710         Loading of messagetables added.
4711         Language handling now uses Wine default language id.
4712
4713 ----------------------------------------------------------------------
4714 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4715
4716         * [controls/scroll.c]
4717         Attempted to implement undocumented scroll-bar messages.
4718
4719         * [tools/build.c] [include/callback.h] [windows/winproc.c]
4720         CallTo16_* functions now get DS from the previous 16-bit stackframe.
4721
4722         * [if1632/thunk.c] [include/callback.h]
4723         Added thunks to implement callbacks for the emulator. Now all the
4724         Enum* functions always take a real function pointer even in the
4725         emulator.
4726         
4727         * [loader/builtin.c]
4728         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
4729         work with NULL entry points. Using linear search now.
4730
4731         * [loader/module.c]
4732         Implemented IsSharedSelector().
4733
4734         * [loader/task.c]
4735         Changed SwitchStackTo/Back to use the instance data to store the
4736         previous stack instead of the TDB. Also copy the local variables
4737         onto the new stack.
4738         Added GetExeVersion() and SetTackSignalProc().
4739         Implemented SetSigHandler().
4740
4741 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4742
4743         * [controls/menu.c]
4744         "Fixed" problem in deleting menus where win32 could get into an
4745         endless loop when it crashed. I think I've fixed the symptoms, not
4746         the original problem so it might be worth further investigation.
4747
4748         * [debugger/registers.c]
4749         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
4750         compile wine properly.
4751
4752         * [files/dos_fs.c]
4753         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
4754         from win32/findfile.c (q.v.).
4755
4756         * [if1632/gdi32.spec]
4757         Added SetMapMode (call existing function)
4758
4759         * [if1632/kernel32.spec]
4760         Added FindFirstFileA and SetFileAttributesA.
4761
4762         * [if1632/user32.spec]
4763         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
4764         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
4765         UnhookWindowsHookEx.
4766
4767         * [win32/file.c]
4768         Added stub function SetFileAttributes32A. It's a stub because I
4769         can't really work out what this function should do with most
4770         attributes in a Unix environment. Anyone care to expand it?
4771
4772         * [win32/findfile.c]
4773         New file. Initial stab at FindFirstFile. This doesn't work as
4774         specified yet, though a lot of the groundwork is there. I haven't
4775         time to work on this for the next month, so if anyone wants to pick
4776         it up and run with it please do.
4777
4778         * [win32/memory.c]
4779         Removed malloc.h from includes (covered by stdlib.h include, and
4780         gets rid of a warning in FreeBSD).
4781
4782         * [win32/newfns.c]
4783         UnhookWindowsHookEx32A stub added.
4784
4785         * [win32/user32.c]
4786         Added implementation of IsDialogMessage32A.
4787
4788         * [windows/dialog.c]
4789         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
4790         SendDlgItemMessage16.
4791
4792 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4793
4794         * [windows/graphics.c]
4795         Removed rectangle checking (conflicted with nonstandard
4796         mapping modes). 
4797
4798         * [windows/dialog.c]
4799         Added check for child-style dialogs to DS_ABSALIGN
4800         coordinate conversion.
4801
4802         * [objects/color.c]
4803         Cleaned up misc. bits
4804
4805 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
4806
4807         * [windows/focus.c] [windows/event.c] [windows/win.c]
4808           [windows/defdlg.c]
4809         Fixes to focusing and activation.
4810
4811         * [windows/defdlg.c]
4812         Properly(?) handle DM_GETDEFID.
4813
4814         * [controls/combo.c]
4815         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
4816         CBCheckSize: Adjust edit position.
4817
4818 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4819
4820         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
4821         Pass HFILEs instead of unix-fds to self-loader code.
4822
4823 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
4824
4825         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
4826         Implemented handling of some new metafile records (META_...)
4827         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
4828         Added functions like MF_StretchBlt() for usage in metafiles.
4829         Minor bugfix in CopyMetafile().
4830
4831         * [objects/bitmap.c][objects/dib.c]
4832         Added check for metafile-DC in Bitmap and DIB functions:
4833         CreateCompatibleBitmap() etc.
4834
4835 ----------------------------------------------------------------------
4836 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4837
4838         * [loader/task.c] [include/task.h]
4839         Implemented SwitchStackTo()/SwitchStackBack().
4840
4841         * [include/wintypes.h] [loader/main.c]
4842         Added __winelib variable to distinguish between emulator and
4843         library at run-time. Later on, this should avoid some
4844         recompilations when building Winelib.
4845
4846         * [windows/property.c]
4847         Implemented Win32 functions for window properties.
4848
4849 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4850
4851         * [controls/listbox.c]
4852         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
4853         messages.
4854
4855         * [controls/menu.c]
4856         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
4857
4858         * [include/cursoricon.h]
4859         Moved #pragma pack(1) back to where it belongs.
4860
4861         * [objects/palette.c]
4862         RealizeDefaultPalette() maps to system colors only.
4863         Do not broadcast palette notifications when in TrueColor.
4864
4865         * [objects/color.c] [include/palette.h]
4866         Miscellaneous optimizations. Had to fix several
4867         "improvements" made to my patch for previous release.
4868
4869         * [objects/dib.c]
4870         Reverse dib bits order for 24-bit SetDIBits().
4871
4872         * [objects/dc.c]
4873         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
4874
4875         * [windows/scroll.c]
4876         Scroll update region too.
4877
4878         * [windows/message.c]
4879         Include QS_MOUSE into the event mask for nonclient mouse
4880         message filter. Fixes problems with Word 6 freezing when
4881         mouse hits nonclient area.
4882
4883         * [windows/win.c] 
4884         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
4885
4886         * [windows/winpos.c] [windows/mdi.c]
4887         Attempt to fix control menu duplication.
4888
4889 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4890
4891         * [files/drive.c]
4892         GetDriveType32A(): return value for CDROM fixed.
4893
4894         * [files/file.c]
4895         SearchPath* added.
4896
4897         * [if1632/gdi32.spec] [objects/brush.c]
4898         SetBrushOrgEx() added.
4899
4900         * [loader/pe_resource.c]
4901         If even loading the default entry fails, we just use the first
4902         entry from the resource directory.
4903
4904         [loader/task.c]
4905         SetSigHandler() stub added, Paradox 4.5 now starts up.
4906
4907         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
4908         COMM functions updated to win32, not complete.
4909
4910         * [misc/lstr.c]
4911         FormatMessageA partially implemented.
4912
4913         * [include/miscemu.h] [memory/selector.c]
4914           [memory/global.c] [miscemu/dosmem.c]
4915         DOS memory handling changed: 1MB preallocated block, real-mode
4916         segment handling possible, SetSelectorBase into lower physical 1MB
4917         possible.
4918
4919         * [miscemu/dpmi.c]
4920         Real-mode segments changed, real-mode int 21,ax=6506 added.
4921         AX=0x0303 added.
4922
4923         * [multimedia/time.c]
4924         Fixed bug in killTimer.
4925
4926         * [objects/bitmap.c]
4927         LoadImageA partially implemented.
4928
4929 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
4930
4931         * [include/dde_mem.h][include/dde_proc.h]
4932           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
4933           [ipc/generic_hash.h][library/miscstubs.c]
4934         Changes for error free compilation using "--with-ipc":
4935         replaced some names with *16-equivalent (e.g. MSG to MSG16),
4936         modified prototype of function DDE_GlobalFree() .
4937
4938         * [objects/palette.c]
4939         Added check for metafile-DC in GDISelectPalette(),
4940         GDIRealizePalette(),RealizeDefaultPalette() and
4941         IsDCCurrentPalette().
4942
4943 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
4944
4945         * [controls/edit.c]
4946         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
4947         fixes Winhelp.
4948
4949         * [windows/dialog.c]
4950         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
4951
4952 ----------------------------------------------------------------------
4953 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4954
4955         * [configure.in]
4956         Generate include/config.h instead of putting everything on the
4957         command-line.
4958         Removed -with-malloc-debug option (not useful for end users
4959         anyway).
4960         Added check for memmove().
4961
4962         * [include/wintypes.h] [*/Makefile.in]
4963         Added definition of __WINE__ symbol when compiling Wine code
4964         (emulator or library) as opposed to user programs.
4965
4966         * [debugger/editline.c] [debugger/readline/*]
4967         Moved all the readline code into debugger/editline.c. Removed the
4968         readline subdirectory.
4969
4970         * [files/profile.c]
4971         Added PROFILE_GetWineIniInt().
4972
4973         * [include/stackframe.h] [loader/task.c]
4974         The 16-bit stackframe now also exists for Winelib (even though it
4975         only ever contains one frame).
4976
4977         * [loader/module.c]
4978         Added function MODULE_CreateDummyModule() to create a dummy Win16
4979         module for Winelib and Win32.
4980
4981         * [memory/ldt.c]
4982         Make sure the ldt entry contents will be acceptable for the Linux
4983         kernel.
4984
4985         * [memory/selector.c]
4986         Fixed SetSelectorLimit() when the limit is in pages.
4987
4988         * [misc/port.c]
4989         Added memmove().
4990
4991         * [miscemu/dpmi.c]
4992         Clear the segment registers that contain the selector being freed
4993         in int31/ax=0001.
4994         Added missing break after SelectorAccessRights call.
4995
4996         * [win32/struct32.c]
4997         Added conversions for MDICREATESTRUCT.
4998
4999         * [windows/winproc.c]
5000         Added message conversions for WM_MDICREATE.
5001
5002 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
5003
5004         * [windows/class.c]
5005         Added GetExePtr() call in CLASS_FindClassByAtom().
5006
5007 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5008
5009         * [if1632/*.spec]
5010         Some more trivial specs added.
5011
5012         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
5013         CreateFont32* added, changed to new naming std.
5014
5015         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
5016         Some defines/types added.
5017
5018         * [win32/thread.c]
5019         TlsSetValue() returns boolean.
5020
5021         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
5022           [controls/menu.c] [objects/bitmap.c]
5023         Cleanup of the resource functions, mostly changes to new naming
5024         standard and fixing of argument types so that they agree with the
5025         win16/win32 API.
5026
5027 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5028
5029         * [windows/winpos.c]
5030         ShowWindow() fixes.
5031
5032         * [windows/mdi.c]
5033         Fix reversed LPARAM in WM_MDIACTIVATE.
5034
5035         * [wine.ini]
5036         New option AllocSystemColors tells Wine how many colors to grab
5037         from the system colormap.
5038
5039         * [objects/bitblt.c] [objects/dc.c]
5040         Fixed pink garbage over Word buttons in PseudoColor. Added
5041         optional DSTINVERT shortcut for faster text selection.
5042
5043         * [misc/wsprintf.c]
5044         Skip bogus segmented pointers in wsvnprintf16(). 
5045
5046         * [objects/gdiobj.c]
5047         Added palette handling to UnrealizeObject(). 
5048
5049         * [objects/color.c] [objects/palette.c] [windows/dce.c]
5050         Wine gets palette manager with support for more than 20 colors. 
5051         Only PseudoColor and TrueColor visuals tested so far.
5052
5053         * [windows/winpos.c] [windows/win.c] 
5054         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
5055         use XReconfigureWMWindows() instead of XConfigureWindow() in
5056         managed mode.
5057
5058         * [memory/global.c]
5059         Do not allocate more than 640K of DOS memory.
5060
5061         * [misc/main.c]
5062         Do not allow -desktop and -managed together.
5063
5064 ----------------------------------------------------------------------
5065 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5066
5067         * [controls/scroll.c]
5068         Use Win32 heap functions to allocate scroll-bar info structure.
5069
5070         * [debugger/dbg.y] [debugger/registers.c]
5071         Added support for FS and GS segment registers.
5072         Check that segment registers value are OK before returning from
5073         the signal handler.
5074
5075         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
5076         Changed relay debugging for Win32 function: the relay code now
5077         passes the entry point address instead of the function name.
5078
5079         * [tools/build.c] [miscemu/*.c]
5080         Added support for data entry points in Win32 DLLs.
5081         Added 'cdecl' function type for Win32.
5082         For 'register' function, the relay code now passes a pointer to
5083         the SIGCONTEXT structure.
5084         
5085         * [include/registers.h] [include/wine.h]
5086         Moved SIGCONTEXT structure definition in registers.h.
5087
5088         * [loader/pe_image.c]
5089         Don't die at once if some Win32 entry points cannot be found, but
5090         set them to NULL, just like we do for Win16. This allows some
5091         programs to go further before crashing.
5092
5093         * [loader/task.c] [loader/main.c]
5094         Moved global initializations from InitTask() to MAIN_Init(), as
5095         they no longer need a task context with the new SEGPTR heap functions.
5096
5097         * [memory/string.c]
5098         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
5099         very convenient.
5100
5101         * [windows/graphics.c]
5102         Partially implemented DrawEdge().
5103
5104         * [windows/timer.c] [windows/caret.c]
5105         Implemented Win32 timer handling. Updated caret management to use
5106         Win32 timers (avoids having to use a Win16 callback).
5107
5108         * [windows/win.c]
5109         Prevent programs from setting some style bits with
5110         SetWindowLong(). This should fix some BadMatch crashes.
5111         Link new windows at the end of the linked list.
5112
5113         * [windows/winpos.c]
5114         Don't try to activate a child window in ShowWindow().
5115
5116         * [windows/winproc.c]
5117         Added a 32->32 thunk to support Ansi-Unicode translation.
5118
5119 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5120
5121         * [files/directory.c]
5122         Additional (undocumented) return value for GetTempDrive() added.
5123
5124         * [files/dos_fs.c] [files/file.c] [include/windows.h]
5125         GetTempFileName32* added.
5126         GetShortPathName* added.
5127
5128         * [memory/string.c]
5129         Win16 lstrcpy() can get NULL ptrs as argument and survive.
5130
5131         * [misc/lzexpand.c]
5132         LZOpenFile(): also try opening with compressed filename if normal
5133         open fails.
5134
5135         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
5136         Char* added.
5137         CompareString* added.
5138
5139 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5140
5141         * [objects/font.c] [if1632/gdi32.spec]
5142         CreateFontIndirect32A and CreateFontIndirect32W added.
5143
5144         * [misc/ole2nls.c]
5145         GetUserDefaultLCID return values updated for new languages.
5146         Finnish support added for GetLocaleInfoA.
5147
5148         * [object/palette] [gdi32.spec]
5149         RealizePalette32 and SelectPalette32 added.
5150         
5151 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
5152
5153         * [misc/shell.c]
5154         Fixup for SHELL_FindExecutable so that File->Run from progman
5155         works once more. Still needs some more fixups - grep for FIXME in
5156         this file.
5157
5158 ----------------------------------------------------------------------
5159 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5160
5161         * [controls/desktop.c]
5162         Use Windows file I/O routines to load the desktop bitmap.
5163
5164         * [files/file.c]
5165         Implemented RemoveDirectory* and DeleteFile*.
5166
5167         * [include/wine.h]
5168         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
5169
5170         * [loader/task.c]
5171         Fixed initial breakpoint setting for Win32 tasks.
5172
5173         * [misc/wsprintf.c]
5174         Ignore Unicode formats for wsprintf16().
5175
5176         * [objects/font.c]
5177         Implemented Win32 version of GetTextMetrics.
5178
5179         * [windows/winproc.c] [windows/win.c] [windows/class.c]
5180           [windows/dialog.c]
5181         Modified windows procedures to use thunks, to ensure that the
5182         procedure can be called directly from the Windows program.
5183
5184         * [windows/win.c]
5185         Added function WIN_BuildWinArray() to make it easier to enumerate
5186         windows. Implemented Win32 version of EnumWindows() and friends.
5187
5188 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
5189
5190         * [controls/button.c] [windows/win.c]
5191         Operator precedence fixes.
5192
5193         * [controls/edit.c]
5194         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
5195         Fixed word wrap with long words.
5196
5197         * [debugger/debug.l]
5198         New alias "where" for command "backtrace".
5199
5200         * [if1632/gdi.spec]
5201         Corrected parameter of ExtTextOut.
5202
5203         * [loader/module.c]
5204         Corrected printing of table of modules.
5205
5206         * [misc/spy.c]
5207         Removed superfluous \n in message name.
5208
5209         * [windows/message.c]
5210         Declared MSG_SendMessage as static.
5211         Changed parameter of DirectedYield() from queue handle to task handle.
5212         Removed warning mesages for argument of printf.
5213
5214         * [windows/nonclient.c]
5215         Added the flag DT_NOPREFIX when drawing window titles.
5216
5217         * [windows/win.c]
5218         WIN_WalkWindows now prints the invalid window handle.
5219         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
5220
5221         * [windows/winproc.c]
5222         Allows creating dialog windows with NULL as dialog function.
5223
5224 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
5225
5226         * [windows/event.c]
5227         EVENT_key: Fixes to VK_ code generation for space bar and
5228         punctuation.
5229
5230         * [files/file.c]
5231         GetTempFileName: first character in temporary name is "~".
5232
5233         * [memory/heap.c]
5234         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
5235
5236         * [objects/text.c]
5237         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
5238
5239         * [misc/driver.c]
5240         Removed some bugs and reformatted. Actually loads drivers now.
5241
5242         * [include/callback.h]
5243         Added CallDriverProc() and CallWindowsExitProc().
5244
5245         * [loader/module.c]
5246         MODULE_CallWEP(): new function.
5247
5248         * [misc/lzexpand.c]
5249         LZSeek(): return new pointer, not old one.
5250
5251         * [misc/ver.c]
5252         find_ne_resource(): fixed dependence on LZSeek() bug.
5253         GetFileResource(): initialize reslen before using it.
5254
5255         * [windows/class.c]
5256         SetClassWord(): add missing else.
5257
5258         * [objects/font.c]
5259         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
5260         InitFontList: allocate one huge array of structures.
5261         FONT_MatchFont: uppercase the face name.
5262
5263 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
5264
5265         * [memory/heap.c]
5266         Fixed a typo in HeapReAlloc().
5267
5268 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5269
5270         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
5271           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
5272         GetTempPath* added
5273         GetDriveType* fixed, updated to NewNameStandard.
5274         GetCurrentDirectory* fixed (needs to prepend X:\).
5275
5276         * [controls/listbox.c]
5277         Missing NULL check added.
5278
5279         * [if1632/winmm.spec] [loader/builtin.c]
5280         winmm.dll (32bit mmsystem equivalent) specs added.
5281
5282         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
5283         Rtl{Move,Zero,Fill}Memory added.
5284
5285         * [misc/registry.c]
5286         Some NULL ptr dereference bugs fixed.
5287
5288         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
5289         Check for NULL ptr.
5290         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
5291         Aliasing should work for all MCI devices.
5292
5293         * [windows/win.c]
5294         Allow passing invalid window handles to CloseWindow().
5295
5296 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5297
5298         * [files/directory.c] [if1632/kernel32.spec]
5299         GetSystemDirectory32A and GetSystemDirectory32W added.
5300
5301         * [misc/main.c] [if1632/kernel32.spec]
5302         Beep and SetEnvironmentVariable32W added.
5303
5304 ----------------------------------------------------------------------
5305 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
5306
5307         * [files/drive.c] 
5308         GetFreeDiskSpace*, GetVolumeInformation* added.
5309
5310         * [files/file.c]
5311         FlushFileBuffers, CreateDirectory* added.
5312
5313         * [include/winbase.h] [include/windows.h]
5314         Prototypes, defines added and fixes.
5315
5316         * [if1632/kernel32.spec] [include/resource32.h]
5317           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
5318         Fixes to resource handling.
5319
5320         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
5321         Specs for implemented functions added
5322         Some thunks to functions which are same as win16 equivalents.
5323
5324         * [loader/task.c]
5325         GetAppCompatFlags() added.
5326
5327         * [misc/registry.c]
5328         One missing else added, small hack to RegQueryValue16().
5329
5330         * [win32/file.c]
5331         GetFileAttributesA() fixed (was using DOS path as UNIX path).
5332
5333 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5334
5335         * [loader/ne_resource.c]
5336         Fixed FreeResource() return value.
5337
5338         * [objects/text.c]
5339         Fixed a bug in ExtTextOut() that was causing overlapped characters
5340         in WinWord.
5341
5342         * [windows/winpos.c]
5343         SWP_FRAMECHANGED for top-level windows now invalidates client
5344         area as clock.exe wants.
5345
5346 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
5347
5348         * [controls/listbox.c]
5349         Mini bugfix: 'revival' of missing scrollbar in listboxes.
5350
5351 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
5352
5353         * [resources/sysres_Fr.rc] [resources/TODO]
5354         Made changes for Choose_Font dialog.
5355
5356 ----------------------------------------------------------------------
5357 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5358
5359         * [memory/heap.c]
5360         Fixed bug in HeapRealloc (thanks to Bruce Milner).
5361
5362         * [misc/wsprintf.c]
5363         Fixed argument size for %c format in wsprintf16().
5364
5365         * [objects/dc.c]
5366         Don't free hFirstBitmap for saved DCs.
5367
5368         * [windows/event.c]
5369         Added timer handling in EVENT_WaitXEvent().
5370
5371         * [windows/message.c]
5372         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
5373         event is for the current task; if not, wake the other task.
5374
5375         * [windows/queue.c] [include/queue.h]
5376         Added 'self' handle in queue structure.
5377
5378         * [windows/timer.c]
5379         Added TIMER_ExpireTimers() function to mark expired timers and
5380         wake up the corresponding tasks.
5381
5382 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
5383
5384         * [windows/mapping.c]
5385         First point in list was mapped multiple times in DPtoLP and
5386         LPtoDP.  Other points were not mapped.
5387
5388 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5389
5390         * [misc/shell.c]
5391         Some fixes for ExtractIcon function family.
5392
5393         * [documentation/user_module]
5394         Chapter about windowing and messaging subsystems.
5395
5396 ----------------------------------------------------------------------
5397 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5398
5399         * [debugger/break.c] [loader/signal.c]
5400         Fixed breakpoints in 32-bit code.
5401
5402         * [include/windows.h]
5403         Added many more Win32 versions of standard structures.
5404
5405         * [include/winreg.h] [misc/registry.c]
5406         Moved private types into registry.c.
5407
5408         * [memory/string.c] (New file)
5409         Moved most string functions from misc/lstr.c; added Win32 version
5410         of all functions.
5411
5412         * [misc/wsprintf.c]
5413         Implemented Win32 wsprintf functions.
5414
5415         * [objects/bitmap.c]
5416         Implemented Win32 bitmap functions.
5417
5418         * [windows/dialog.c]
5419         Don't set dialog procedure before the controls are created. This
5420         avoids a crash in Winhelp.
5421
5422 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
5423
5424         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
5425         Replace PeekMessage with PeekMessage16.
5426
5427         * [if1632/kernel32.spec][misc/main.c]
5428         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
5429         MAIN_ParseVersion: new function, new command line option -winver.
5430         GetVersion: modified to take command line argument into account.
5431
5432         * [if1632/kernel32.spec] [win32/process.c]
5433         FreeLibrary32: new function.
5434         TlsAlloc: initialize Tls to zero.
5435         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
5436         functions.
5437
5438         * [if1632/kernel32.spec]
5439         SetErrorMode,GetActiveWindow: new relays to existing functions.
5440
5441         * [if1632/kernel32.spec][win32/user32.c]
5442         PeekMessage32A,PeekMessage32W: new functions.
5443
5444         * [include/struct32.h][include/windows.h]
5445         Moved MSG32 to windows.h.
5446         Renamed MSG to MSG16.
5447         Modified prototypes to use MSG16
5448
5449         * [include/winbase.h]
5450         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
5451
5452 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5453
5454         * [if1632/Makefile.in] [loader/builtin.c]
5455         version.dll,lz32.dll added.
5456
5457         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
5458           [misc/lzexpand.c]
5459         lz32.dll added.
5460         Modified to new function naming standard.
5461
5462         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
5463         version.dll added (win32 version of ver.dll).
5464         Modified to new function naming standard.
5465         Use registry to look up a LOCALE langids too.
5466         (VerInstallFile,VerFindFile still stubs)
5467
5468 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
5469
5470         * [files/file.c]
5471         Added a warning if GetTempFileName() gets a bad drive parameter.
5472
5473         * [misc/commdlg.c]
5474         Changed file listbox color to gray in SaveFile dialog 
5475         (just like Windows does this).
5476
5477 ----------------------------------------------------------------------
5478 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5479
5480         * [controls/button.c] [controls/listbox.c]
5481         Fixed wParam of WM_DRAWITEM message.
5482
5483         * [if1632/Makefile.in] [loader/builtin.c]
5484         Remove WPROCS32 DLL, as the relay code can call Wine routines
5485         directly.
5486
5487         * [loader/module.c] [loader/ne_image.c]
5488         Fixed initial stack layout for self-loading modules.
5489
5490         * [tools/build.c]
5491         Fixed data segment building for Win16 modules.
5492
5493         * [windows/defdlg.c]
5494         Implemented Win32 versions of DefDlgProc().
5495
5496         * [windows/dialog.c]
5497         Merged Win16 and Win32 dialog code.
5498         Added support for control extra data in dialog item template.
5499
5500         * [windows/win.c]
5501         Unified Win16 and Win32 versions of CreateWindow().
5502         Implemented Win32 version of GetWindowLong().
5503
5504         * [windows/winproc.c]
5505         Changed the implementation of window procedures, so that 16-bit
5506         winprocs are valid segmented pointers.
5507
5508 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5509
5510         * [misc/registry.c]
5511         Fixed another bug in the w95 loader. Quietened some debug output.
5512
5513 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5514
5515         * [windows/winproc.c]
5516         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
5517
5518 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
5519
5520         * [resources/TODO] [resources/sysres_It.rc]
5521         Updated font dialog box.
5522
5523 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
5524
5525         * [include/commdlg.h] [misc/commdlg.c]
5526         ChooseFont() and ChooseColor(): 
5527         Bugfixes and added more support for some CF_* and CC_* flags: 
5528         dialog templates and font size control.
5529         Bugfix in structure definition of CHOOSECOLOR definition.
5530
5531         * [ipc/dde_proc.c] [windows/event.c]
5532         Replaced SendMessage with SendMessage16 and added inclusion of
5533         dde_proc.h for error-free compilation of ipc module.
5534
5535 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5536
5537         * [windows/scroll.c]
5538         Made ScrollDC to save/restore current clipping region.
5539
5540         * [misc/clipboard.c] [windows/event.c]
5541         Implemented most of the previously missing features (not tested), 
5542         improved text pasting from/to X. 
5543
5544         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
5545           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
5546           [windows/winpos.c] [windows/painting.c]
5547         Updated DCE code, implemented dynamic invalidation of owned DCs.
5548         This fixes a lot of problems with scrolling in WinWord. Not
5549         sure about the effect on -desktop.
5550
5551 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5552
5553         * [win32/time.c] [if1632/kernel32.spec]
5554         Added SetSystemTime and SetTimeZoneInformation.
5555
5556         * [if1632/kernel32.spec]
5557         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
5558
5559         * [include/windows.h]
5560         Added SYSTEM_POWER_STATUS structure and prototypes for
5561         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
5562
5563         * [include/kernel32.h]
5564         Added a prototype for SetTimeZoneInformation.
5565
5566         * [win32/environment.c] [if1632/kernel32.spec]
5567         Added GetSystemPowerStatus and SetSystemPowerState stubs.
5568
5569 ----------------------------------------------------------------------
5570 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5571
5572         * [controls/combo.c]
5573         Destroy the listbox and edit control when destroying the
5574         combo. This should prevent crashes on application exit.
5575
5576         * [misc/system.c] [if1632/system.spec]
5577         Implemented InquireSystem().
5578
5579         * [loader/task.c] [windows/message.c] [windows/queue.c]
5580         First attempt at inter-task SendMessage(). Still has a lot of
5581         problems.
5582
5583 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
5584
5585         * [windows/mdi.c]
5586         Fixed MDITile with iconic children.
5587
5588 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
5589
5590         * [misc/commdlg.c]
5591         ChooseFont dialog:
5592         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
5593           not real available font types (e.g. "Bold") can not selected
5594         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
5595
5596         * [objects/font.c]
5597         In FONT_MatchFont perform check if "lfFaceName" is family from X11
5598         only if "lfFaceName" is a windows font family then do a call of
5599         FONT_TranslateName() : this results in better font selections in 
5600         ChooseFont() or applications like charmap.exe or write.exe.
5601         Added a ParseFontParms() call if necessary in function 
5602         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
5603         even if there isn't one...
5604
5605         * [resources/TODO]
5606         Inventory of resource translations in sysres_??.rc
5607
5608 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5609
5610         * [misc/registry.c]
5611         _w95_loadreg: use offset to determine next RGDB position too.
5612
5613 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
5614
5615         * [controls/combo.c]
5616         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
5617
5618         * [misc/main.c]
5619         Result of option "-fixedmap" is to turn flag on.
5620
5621 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
5622
5623         * [misc/shell.c]
5624         ShellExecute and FindExecutable now both use common code to
5625         determine the required executable file.
5626
5627 ----------------------------------------------------------------------
5628 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5629
5630         * [controls/button.c]
5631         Made ButtonWndProc a 32-bit window procedure.
5632
5633         * [controls/desktop.c]
5634         Made DesktopWndProc a 32-bit window procedure.
5635         Added handling of WM_SETCURSOR.
5636
5637         * [controls/menu.c]
5638         Allocate menu items and strings on the 32-bit system heap.
5639         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
5640         AppendMenu and LoadMenuIndirect.
5641
5642         * [controls/widgets.c]
5643         Added possibility to have 32-bit built-in classes.
5644
5645         * [files/drive.c]
5646         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
5647
5648         * [misc/spy.c] [include/spy.h]
5649         Added support for spying Win32 messages.
5650
5651         * [loader/builtin.c]
5652         Fixed bug in -dll option parsing.
5653
5654         * [memory/local.c]
5655         Added back the change by Huw D. M. Davies to free the block in
5656         LocalRealloc() before allocating the new one.
5657
5658         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
5659         Fixed bug in bitmap size that caused memory corruption for 24bpp.
5660
5661         * [windows/defwnd.c]
5662         Implemented Win32 version of DefWindowProc().
5663
5664         * [windows/dialog.c]
5665         Implemented Win32 version of SendDlgItemMessage,
5666         Get/SetDlgItemText and Get/SetDlgItemInt.
5667
5668         * [windows/mdi.c]
5669         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
5670         Don't make a copy of the OBM bitmaps for every MDI window.
5671
5672         * [windows/message.c]
5673         Implemented Win32 version of SendMessage().
5674         
5675         * [windows/winproc.c] [windows/class.c] [windows/win.c]
5676         New scheme for 32-bit window procedures to replace aliases. All
5677         32-bit window procedure get a 16-bit address pointing to a
5678         WINDOWPROC structure.
5679         Implemented Ansi<->Unicode translation for CallWindowProc().
5680         Added translation of WM_DRAWITEM between Win16 and Win32.
5681
5682         * [windows/win.c] [include/callback.h]
5683         Added ugly hack to build CREATESTRUCT on the stack when sending
5684         WM_NCCREATE.
5685         Implemented Win32 version of Get/SetWindowWord/Long and
5686         Get/SetWindowText.
5687         
5688 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
5689
5690         * [controls/button.c]
5691         Avoid gray text on gray background in disabled push buttons
5692         using a b/w raster and some raster operations (PatBlt,BitBlt).
5693
5694         * [objects/text.c]
5695         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
5696
5697 ----------------------------------------------------------------------
5698 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5699
5700         * [*/*.c]
5701         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
5702         SIZE16. Implemented Win32 version of most functions that take
5703         these types as parameters.
5704
5705         * [configure]
5706         Patched autoconf to attempt to correctly detect -lnsl and
5707         -lsocket. Please check this out.
5708         
5709         * [controls/button.c]
5710         Added support for Win32 BM_* messages.
5711
5712         * [controls/menu.c]
5713         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
5714         with Excel.
5715
5716         * [memory.heap.c] [include/heap.h]
5717         Added support for SEGPTRs in Win32 heaps. Added a few macros to
5718         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
5719         but they work with Win32.
5720
5721         * [memory/atom.c]
5722         Implemented Win32 atom functions.
5723
5724         * [memory/local.c]
5725         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
5726
5727         * [win32/memory.c]
5728         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
5729
5730         * [windows/class.c]
5731         Properly implemented the Win32 class functions.
5732
5733         * [windows/winproc.c] (New file)
5734         New file handling the message translation between Win16 and Win32.
5735
5736 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5737
5738         * [windows/mdi.c] [windows/menu.c]
5739         Improved WM_MDICREATE and WM_MDICASCADE handling.
5740
5741         * [windows/event.c] [objects/bitblt.c]
5742         Handle GraphicsExpose event for BitBlt from screen to screen.
5743
5744         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
5745         Bunch of fixes for problems with -managed.
5746
5747         * [windows/win.c] [windows/winpos.c]
5748         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
5749         in CreateWindow.
5750
5751         * [windows/win.c] [windows/queue.c] [misc/user.c]
5752         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
5753         on window creation/destruction.
5754
5755         * [objects/palette.c]
5756         Crude RealizePalette(). At least something is visible in LviewPro.
5757
5758 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5759
5760         * [if1632/gdi32.spec]
5761         Added Rectangle (use win16 version).
5762
5763         * [if1632/kernel32.spec]
5764         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
5765
5766         * [if1632/user32.spec]
5767         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
5768         versions).
5769         Added SetWindowsHookExA (empty stub for now).
5770
5771         * [include/handle32.h]
5772         Changed #include <malloc.h> to #include <stdlib.h> to prevent
5773         hate message from FreeBSD compiler.
5774
5775         * [win32/newfns.c]
5776         Added new function SetWindowsHookEx32A (empty stub for now).
5777
5778         * [win32/user32.c]
5779         Removed redundant debugging printf statement.
5780
5781 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5782
5783         * [memory/local.c]
5784         Avoid creating adjacent free blocks.
5785         Free the block in LocalReAlloc() before allocating a new one.
5786         Fixed LocalReAlloc() for discarded blocks.
5787         
5788 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5789
5790         * [resources/sysres_Fi.rc]
5791         ChooseFont and ChooseColor dialogs updated.
5792
5793 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5794
5795         * [files/drive.c,if1632/kernel.spec]
5796         GetCurrentDirectory(),SetCurrentDirectory() implemented.
5797
5798         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
5799           [include/windows.h] [include/winreg.h] [loader/main.c]
5800           [misc/main.c] [misc/shell.c] [misc/registry.c]
5801         Registry fixes:
5802         - loads win95 registry databases,
5803         - save only updated keys on default,
5804         - now adhers to the new function naming standard,
5805         - minor cleanups.
5806
5807 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
5808
5809         * [combo.c]
5810         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
5811         and synchronized mine with Greg Kreider's works.
5812
5813         * [commdlg.c]
5814         Bugfix in ChooseFont: font size handling.
5815
5816 ----------------------------------------------------------------------
5817 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5818
5819         * [DEVELOPERS-HINTS]
5820         Added paragraph on naming conventions for Win16/Win32/Winelib.
5821
5822         * [controls/menu.c]
5823         Create a default system menu that is the same for all windows
5824         instead of making a copy every time.
5825
5826         * [include/wintypes.h]
5827         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
5828         Added xx16 and xx32 definitions for most types. General clean-up.
5829
5830         * [memory/global.c] [memory/local.c] [*/*]
5831         Renamed Global and Local heap functions to xxx16. Added all xxx32
5832         versions of the same functions.
5833
5834         * [memory/selector.c]
5835         Mask out lower bits of selector in FreeSelector().
5836
5837         * [misc/lstr.c]
5838         Fixed wvsprintf().
5839
5840         * [windows/class.c]
5841         Changed the class structure to make Win32 support easier.
5842
5843         * [windows/defwnd.c]
5844         Added handling of WM_INITMENUPOPUP for system menu to gray out
5845         invalid options.
5846
5847         * [windows/winpos.c]
5848         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
5849         a SEGPTR.
5850
5851 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5852
5853         * [memory/local.c]
5854         Implementation of moveable and (rudimentary) support for
5855         discardable local memory, plus several bug fixes.
5856
5857 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5858
5859         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
5860         FindWindowEx() implemented (someone reported it was missing
5861         for FrameMaker 4.1).
5862
5863         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
5864           [win32/resource.c]
5865         Misc small stubs/small functions which bring win95 binaries
5866         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
5867         Small fix in WIN32_LoadAcceleratorsA.
5868
5869 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
5870
5871         * [controls/edit.c] [controls/EDIT.TODO]
5872         Changed / fixed some types and typecasts.
5873         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
5874         Added heap initialization in WM_CREATE.
5875
5876 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
5877
5878         * [controls/combo.c] [controls/listbox.c]
5879         Pass WM_[HV]SCROLL to listbox, but not combo.
5880         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
5881         Combo box gets border.
5882         Combo box includes button (otherwise button won't trigger dropdown).
5883         Proper border around RectButton.
5884         Check size consistancy of combo, listbox, and button after resizing 
5885         or before painting.  These routines still aren't completely correct.
5886         Localize size checks in separate routines.
5887         Listboxes are white.
5888
5889 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
5890
5891         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
5892           [resources/sysres_De.rc][resources/sysres_En.rc]
5893         Introduced ChooseFont dialog, but needed some patches in 
5894         handling of comboboxes with edit controls.
5895
5896 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5897
5898         * [programs/winhelp/*]
5899         Added a help viewer and a simple `.hlp' to `.sgml' converter.
5900
5901 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
5902
5903         * [resources/sysres_*.rc] [misc/shell.c]
5904         Modified size of "About" dialog boxes.
5905
5906 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
5907
5908         * [if1632/Makefile.in][loader/builtin.c]
5909         crtdll.spec, ntdll.spec, wsock32.spec: new files.
5910
5911         * [loader/pe_image.c]
5912         Fix error message if import by ordinal failed.
5913
5914 ----------------------------------------------------------------------
5915 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5916
5917         * [Makefile.in]
5918         Subdir memory is now also compiled for Winelib, in order to get
5919         the Win32 heap functions.
5920
5921         * [if1632/Makefile.in]
5922         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
5923         DLL names > 8 characters.
5924
5925         * [loader/builtin.c] (New file)
5926         Grouped all built-in DLLs code in a single file.
5927
5928         * [memory/global.c]
5929         Use the Win32 heap code instead of malloc() to allocate linear
5930         memory. This will help test the heap code.
5931
5932         * [memory/local.c]
5933         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
5934
5935         * [tools/build.c] [if1632/relay.c]
5936         Removed 'id' directive in spec files. For relay debugging, the DLL
5937         entry point is now computed from the CS:IP entry point address.
5938         Added 'heap' directive to specifiy a local heap for the DLL. USER
5939         and GDI heap are now created this way.
5940
5941         * [windows/class.c] [include/class.h]
5942         Changed the class structure to use pointers instead of handles.
5943         Changed Get/SetClassWord/Long to use a switch statement; this
5944         allows changing the layout of the CLASS structure.
5945
5946         * [windows/win.c] [include/win.h]
5947         Use a CLASS * instead of a handle for the window class.
5948
5949 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
5950
5951         * [if1632/kernel32.spec] [memory/global.c]
5952           [win32/memory.c] [win32/process.c]
5953         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
5954         LocalLock,SetThreadAffinityMask: new relays.
5955
5956         * [win32/cursoricon32.c]
5957         Return same handle if a cursor is loaded multiple times.
5958
5959 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
5960
5961         * [resources/sysres_Ko.rc]
5962         Added support for Korean [Ko] language.
5963
5964 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5965
5966         * [objects/dc.c] [objects/font.c]
5967         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
5968
5969         * [objects/metafile.c] [objects/dcvalues.c]
5970         Fixed broken SetTextAlign() on metafiles.
5971
5972         * [objects/metafile.c]
5973         Delete objects in handle table at end of PlayMetaFile().
5974
5975 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5976
5977         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
5978         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
5979         [If it doesn't work for you, use -dll -ver and report it to me]
5980
5981         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
5982           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
5983           [windows/graphics.c]
5984         Simple win32 functions, where we can just use the win16 counterpart.
5985         Misc. stubs. 
5986
5987         * [misc/lstr.c]
5988         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
5989
5990         * [misc/registry.c]
5991         Some alloclens were off by 1, one double fclose() fixed.
5992         Requesting value 0 of a key with no values returns an error 
5993         (should we always return a made up value NULL? what does win3.1?)
5994
5995 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5996
5997         * [misc/shell.c]
5998         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
5999         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
6000
6001         * [misc/user.c]
6002         Do extensive cleanup on application exit.
6003
6004         * [windows/hook.c] [windows/win.c] [windows/class.c]
6005         Added miscellaneous cleanup routines.
6006
6007         * [controls/menu.c]
6008         More efficient popup menu window handling.
6009
6010 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6011
6012         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
6013         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
6014
6015 ----------------------------------------------------------------------
6016 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
6017
6018         * [resources/sysres_Fr.rc] [resources/TODO]
6019         Made changes for Choose_Color dialog.
6020
6021 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6022
6023         * [controls/button.c]
6024         Fixed test that got miscompiled by some old gcc versions.
6025
6026         * [memory/local.c]
6027         Fixed the layout of handle tables so that moveable handle entries
6028         can be freed on LocalFree().
6029         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
6030         GetHeapSpaces().
6031
6032         * [misc/main.c] [ANNOUNCE]
6033         Update the list of contributors. Please let me know if I forgot
6034         someone.
6035
6036 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
6037
6038         * [controls/edit.c] [controls/EDIT.TODO]
6039         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
6040         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
6041         Added WM_ENABLE implementation (gray text).
6042         Fixed buffer > 32767 bug.
6043         Fixed argument types / typecasting.
6044         Faster selection (re)drawing.
6045
6046 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6047
6048         * [misc/registry.c] [include/winreg.h]
6049         Changed savefile format again to human readable/editable
6050         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
6051         Has now global / local registry databases (including merging them).
6052         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
6053         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
6054
6055         * [misc/comm.c]
6056         Allow " " as COMx: ... spec delimiter too.
6057         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
6058         remember the x).
6059
6060 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6061
6062         * [windows/mdi.c]
6063         Miscellaneous changes.
6064
6065         * [windows/winpos.c] 
6066         Use BitBlt whenever possible in SetWindowPos.
6067
6068         * [windows/painting.c]
6069         Fix incompatibilities with hrgnUpdate being 1.
6070
6071 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6072
6073         * [misc/commdlg.c]
6074         Many bugfixes in ChooseColor dialog.
6075         Added a user defined dialog title in FileOpen-/FileSave- dialog.
6076
6077         * [misc/commdlg.c][include/commdlg.h]
6078           [if1632/commdlg.spec][if1632/winprocs.spec]
6079         Introduced dialog-, callback- and enum- stub functions
6080         for ChooseFont dialog
6081
6082 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
6083
6084         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
6085         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
6086         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
6087         fixes.
6088
6089         * [windows/winpos.c]
6090         Don't try to hide the window if it's already hidden.
6091
6092         * [windows/message.c]
6093         Let MSG_PeekHardwareMsg fill the message queue with events if
6094         it's empty.
6095
6096 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
6097
6098         * [resources/sysres_It.rc]
6099         Updated to support the new CHOOSE_COLOR_DIALOG.
6100
6101 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
6102
6103         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
6104           [include/w32sys.h] [include/dlls.h]
6105           [misc/Makefile] [misc/w32sys.c]
6106         W32SYS.DLL partially implemented.
6107
6108 ----------------------------------------------------------------------
6109 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6110
6111         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
6112         Made the resource loading code always use the correct Windows
6113         layout for Winelib on other CPUs.
6114
6115         * [include/module.h] [loader/module.c]
6116         Added self handle in NE_MODULE structure, so we can use a pointer
6117         instead of a handle.
6118         Added function MODULE_GetPtr() to validate a HMODULE.
6119
6120         * [memory/heap.c]
6121         Implemented Win32 heap management.
6122
6123         * [memory/selector.c]
6124         Fix selector limit for huge blocks.
6125
6126 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
6127
6128         * [objects/metafile.c]
6129         Fixed memcpy bug to allow memory based metafiles to work.
6130
6131 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
6132
6133         * [controls/edit.c] [controls/EDIT.TODO]
6134         Complete rewrite.  Everything changed: new features, new bugs.
6135         Main addition: WordWrap.
6136
6137 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
6138
6139         * [resources/sysres_It.rc]
6140         Fixed a few mistakes in the file and resized some of the controls.
6141
6142 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
6143
6144         * [misc/winsocket.c]
6145         Fixed broken #if defined that stopped unixware compiling.
6146
6147         * [win32/resource.c]
6148         Added missing return to end of FindResource32.
6149
6150 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6151
6152         * [windows/keyboard.c] [windows/event.c]
6153         Fixed GetKeyState for mouse buttons.
6154
6155         * [windows/message.c]
6156         WM_MOUSEACTIVATE wasn't sent in some cases.
6157
6158 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
6159
6160         * [objects/font.c]
6161         Match slightly bigger font if height negative.
6162
6163 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
6164
6165         * [multimedia/mmsystem.c]
6166         Changed read's to FILE_read's in mmsystem to fix mmio bug.
6167
6168 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
6169
6170         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
6171         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
6172         En-,De- resources. 
6173         As written in TODO: some national language support is needed here.
6174
6175 ----------------------------------------------------------------------
6176 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6177
6178         * [controls/button.c] [controls/static.c]
6179         Changes to use WND * wherever possible.
6180
6181         * [debugger/dbg.y] [debugger/debug.l]
6182         Added 'info module' and 'walk module' commands.
6183
6184         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
6185         Added assembly code generation to call from Wine into 32-bit code.
6186         Changed all 'call32' references in 'callfrom16' to avoid confusion
6187         with Win32 routines.
6188
6189         * [include/callback.h]
6190         Added prototypes for 32-bit callbacks.
6191
6192         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
6193         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
6194         now generated by the build program.
6195
6196         * [include/module.h]
6197         Added extra info to NE_MODULE for Win32 modules to point to the PE
6198         module data.
6199
6200         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
6201         Removed the wine_files list. The PE data for a module can now be
6202         accessed with the NE_WIN32_MODULE macro.
6203
6204         * [loader/signal.c] [miscemu/instr.c]
6205         Don't start the BIOS timer at startup, but only after an access to
6206         the 0x40 segment.
6207
6208         * [memory/local.c]
6209         Changed LOCAL_Lock() to return a 32-bit pointer.
6210
6211         * [misc/main.c] [include/dlls.h]
6212         Some built-in DLLs (like KERNEL) can no longer be disabled from
6213         the command-line.
6214         
6215 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
6216
6217         * [*/*]
6218         A lot of small changes to support SCO OpenServer 5.
6219
6220 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6221
6222         * [controls/edit.c]
6223         Fixed GetKeyState() call to use 0x8000 convention.
6224
6225         * [include/windows.h]
6226         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
6227
6228 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
6229
6230         * [if1632/except.S]
6231         Modified code to assemble on unixware.
6232
6233 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
6234
6235         * [objects/font.c]
6236         Implementation of a second font cache which will be updated
6237         dynamically.
6238
6239 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
6240
6241         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
6242           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
6243           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
6244           [resources/sysres_No.rc] [resources/TODO]
6245         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
6246
6247 ----------------------------------------------------------------------
6248 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6249
6250         * [tools/build.c]
6251         Changed BuildSpec32Files() to generate assembly instead of C code.
6252         Unified -spec16 and -spec32 options; DLL type is now determined by
6253         the 'type' declaration in the .spec file.
6254         New -stdcall option to build all stdcall assembly relays.
6255
6256         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
6257         Started to unify 16- and 32-bit builtin DLLs.
6258
6259         * [loader/module.c]
6260         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
6261
6262         * [loader/pe_image.c] [loader/resource.c]
6263         All modules now have a NE signature, and can be distinguished by
6264         the NE_FFLAGS_WIN32 flag.
6265
6266         * [windows/alias.c]
6267         Aliases for built-in window procedures are now all created at
6268         startup in ALIAS_Init().
6269
6270 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
6271
6272         * [controls/combo.c]
6273         Limit rectangle to clear to size of item when painting combo, not
6274         default.  Only draw items in list when there is enough room for them.
6275
6276         * [controls/listbox.c]
6277         Get the measure of every item that's added and store in the item's
6278         data structure.  Scroll listbox if mouse near edge of box.  Only
6279         draw items in list when there is enough room.
6280
6281 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6282
6283         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
6284           [windows/nonclient.c] [controls/menu.c] 
6285         Various changes for better keyboard handling. 
6286
6287         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
6288         Proper keyboard message ordering, working GetKeyState() (finally!), 
6289         improvements in ToAscii().
6290
6291         * [windows/win.c] [windows/message.c]
6292         Small improvements in WIN_FindWinToRepaint.
6293
6294         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
6295         Put update region in WM_NCPAINT wParam.
6296
6297         * [loader/task.c]
6298         Kill task timers when task is deleted, switch timers to the
6299         new queue in SetTaskQueue().
6300
6301         * [loader/signal.c] [miscemu/dosmem.c]
6302         Added SIGALRM signal handler to increment BIOS clock. 
6303
6304         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
6305         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
6306         MDI client.
6307
6308         * [windows/winpos.c]
6309         Improvements in handling of owned popups. "Floating" toolboxes 
6310         work better now. 
6311
6312 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6313
6314         * [misc/registry.c]
6315         New file, registry rewrite including win32 extensions
6316         - Unicode
6317         - multiple valus per key
6318         - different datatypes for values
6319         - multiple rootkeys
6320         - saving and loading in different registries.
6321
6322         * [include/winreg.h]
6323         New file, definitions and structs for registry.
6324
6325         * [include/winerror.h]
6326         Some new error defines added... there are more, someone please
6327         check a (real-)windows winerror.h.
6328         
6329         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
6330         Registry specs added.
6331
6332         * [if1632/relay.c]
6333         Switch internal SHELL.DLL to default 'used'.
6334
6335         * [win32/string32.c] [include/string32.h]
6336         Some new functions added.
6337         char should be unsigned char when converting to 16bit ints.
6338
6339         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
6340         Removed old registry functions.
6341
6342 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6343
6344         * [include/bitmaps/ocr_ibeam]
6345         Fixed the position of the hotspot.
6346
6347         * [objects/text.c]
6348         Fixed a few bugs in TEXT_TabbedTextOut().
6349
6350         * [windows/event.c]
6351         Fixed the order of the bits in the KeyStateTable.
6352         0x80 is the up/down-bit.  0x01 is the toggle bit.
6353
6354         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
6355         Fixed the calls to GetKeyState().
6356
6357 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
6358
6359         * [resources/sysres_Fr.rc] [resources/TODO]
6360         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
6361
6362 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
6363
6364         * [resources/sysres_it.rc]
6365         Added support for Italian [It] language.
6366
6367 ----------------------------------------------------------------------
6368 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6369
6370         * [include/win.h] [windows/*.c]
6371         Replaced next, parent, child and owner handles by pointers in WND
6372         structure. This should improve performance, and should be
6373         reasonably safe since Microsoft did the same in Win95.
6374
6375         * [include/wintypes.h] [*/*]
6376         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
6377         allows removing a lot of unnecessary casts and NPFMTs.
6378
6379         * [windows/caret.c]
6380         Create the caret brush upon CreateCaret(); use the bitmap
6381         dimensions for the caret.
6382         Fixed CARET_DisplayCaret() to use PatBlt().
6383
6384 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
6385
6386         * [misc/winsocket.c]
6387         More sanity checks, fixup some erroneous return codes.
6388
6389         * [documentation/winsock]
6390         Description of how compatible the winsock is currently.
6391
6392 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6393
6394         * [library/winmain.c]
6395         Set `lpszCmdParam' by concatenating arguments.
6396
6397         * [loader/module.c]
6398         WinExec: accept Unix commands, use Wine emulator.
6399
6400 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6401
6402         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
6403         DeleteCriticalSection, EnterCriticalSection,
6404         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
6405         TlsFree, TlsGetValue, TlsSetValue: new functions.
6406         CRITICAL_SECTION: new structure.
6407
6408         * [if1632/kernel32.spec][win32/code_page.c]
6409         WideCharToMultiByte: new function.
6410
6411         * [if1632/kernel32.spec][win32/file.c]
6412         GetFileAttributesA: new function.
6413
6414         * [if1632/kernel32.spec][misc/main.c]
6415         GetEnvironmentStringsW, FreeEnvironmentStringsA,
6416         FreeEnvironmentStringsW: new functions.
6417         
6418         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
6419         cursoricon32.c: new file.
6420         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
6421         to WIN32_*.
6422         LoadIconA, LoadIconW: modified implementation from LoadIconA32
6423         to WIN32_*.
6424
6425         * [include/struct32.h]
6426         pragma pack inserted.
6427         CURSORICON32 structures added.
6428
6429         * [include/winnls.h]
6430         Constants CP_* and WC_* added.
6431
6432         * [loader/pe_image.c]
6433         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
6434
6435 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
6436
6437         * [misc/commdlg.c]
6438         Introduced hook function handling in file dialog.
6439         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
6440
6441 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6442
6443         * [if1632/gdi32.spec]
6444         Added GetNearestColor.
6445
6446         * [if1632/kernel32.spec]
6447         Added GlobalAddAtomA.
6448
6449         * [win32/param32.c]
6450         Added stackframe.h to includes.
6451         WIN32_GlobalAddAtomA() - new function.
6452
6453 ----------------------------------------------------------------------
6454 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6455
6456         * [controls/edit.c]
6457         Removed calls to memmove (not portable).
6458
6459         * [debugger/dbg.y] [debugger/debug.l]
6460         Prefixed all token with 't' to avoid conflicts with type
6461         definitions.
6462         Added 'walk queue', 'walk class' and 'info class' commands.
6463
6464         * [debugger/info.c]
6465         Moved queue and window information functions to windows/queue.c
6466         and windows/win.c respectively.
6467
6468         * [loader/signal.c]
6469         Added SIGHUP handling to force entry into built-in debugger.
6470         Cleaned up a bit.
6471
6472         * [misc/spy.c]
6473         General cleanup and performance improvements.
6474
6475         * [windows/class.c]
6476         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
6477         debugger.
6478
6479         * [windows/event.c]
6480         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
6481         sure if this key combination is a good choice...
6482
6483         * [windows/message.c] [windows/queue.c] (New file)
6484         Moved message queue handling functions to windows/queue.c.
6485
6486 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
6487
6488         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
6489         Implemented Win32 exception functions: RaiseException(),
6490         RtlUnwind(), SetUnhandledExceptionFilter() and
6491         UnhandledExceptionFilter().
6492
6493 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
6494
6495         * [controls/listbox.c] [include/listbox.h]
6496         Special handling for COMBOLBOX styles introduced via extension of
6497         HEADLIST structure: lphl->dwStyle.
6498
6499 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
6500
6501         * [controls/combo.c]
6502         Any mouse movement within a small distance (defined by CBLMM_EDGE)
6503         of the top or bottom edge causes the window to scroll.  Also moved 
6504         some assignments so the routine works correctly.
6505
6506         * [controls/listbox.c]
6507         Changing selection in ListBoxSetCurSel now updates PrevFocused.
6508         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
6509         and sets the standard text height.
6510
6511 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6512
6513         * [windows/dce.c]
6514         Fixed memory leak in DCE_ClipWindows().
6515
6516 ----------------------------------------------------------------------
6517 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6518
6519         * [configure.in]
6520         Quote '[' and ']' in the test program for the strength-reduce
6521         bug. This should work much better...
6522
6523         * [files/file.c]
6524         Augmented DOS_FILE structure. Most internal functions now return a
6525         DOS_FILE* instead of a Unix handle.
6526         Added a local file array to replace the PDB list upon startup, to
6527         allow using file I/O functions before the first task is created.
6528         Added FILE_SetDateTime() and FILE_Sync() functions.
6529         
6530         * [loader/module.c]
6531         Use the DOS file I/O functions in MODULE_LoadExeHeader().
6532
6533         * [objects/bitblt.c]
6534         Use visible region instead of GC clip region to clip source
6535         area. This fixes the card drawing bug in freecell.
6536
6537         * [objects/region.c]
6538         Fixed CombineRgn() to allow src and dest regions to be the same.
6539
6540 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6541
6542         * [controls/EDIT.TODO]
6543         Updated so it reflects the current status.
6544
6545         * [controls/edit.c]
6546         Implemented internal EDIT_WordBreakProc().
6547         Implemented ES_READONLY.
6548         Implemented WM_LBUTTONDBLCLK to select whole words.
6549         Fixed a lot of types in the function definitions.
6550
6551 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6552
6553         * [debugger/info.c]
6554         Added "walk window" command to walk window list. 
6555
6556         * [windows/mdi.c]
6557         Added proper(?) WM_MDISETMENU message handling.
6558
6559 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6560
6561         * [if1632/callback.c][if1632/relay32.c]
6562         RELAY32_CallWindowProcConvStruct: new function.
6563
6564         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
6565         struct32.c: new file. Moved all structure conversions into that file
6566         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
6567         renamed to STRUCT32_POINT32to16, ...
6568         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
6569         POINT32, ...
6570         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
6571         CREATESTRUCT.
6572
6573         * [include/windows.h][misc/exec.c]
6574         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
6575         WinHelp: Reimplemented. Thanks to Peter Balch
6576         (100710.2566@compuserve.com) for his valuable research.
6577
6578         * [win32/winprocs.c]
6579         WIN32_CallWindowProcTo16: new function, call in
6580         USER32_DefWindowProcA,...
6581
6582 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6583
6584         * [include/wintypes.h]
6585         Added "#define __export".
6586
6587         * [objects/bitblt.c]
6588         Put in a few hacks to make bitblt-ing work when upside-down and/or
6589         mirrored.  BITBLT_StretchImage should really be checked over
6590         thoroughly.
6591
6592         * [programs/progman/main.c]
6593         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
6594
6595         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
6596         Eliminated shift/reduce conflict in style definition.
6597         Added crude error message support: "stdin:%d: parse error before '%s'".
6598         Implemented string table support to the best of my ability (it works
6599         with LoadString() calls).
6600
6601         * [windows/nonclient.c]
6602         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
6603         bar of non-iconized window was clicked (checked for iconization).
6604
6605 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6606
6607         * [if1632/lzexpand.spec] [if1632/relay.c]
6608           [include/lzexpand.h][misc/lzexpand.c]
6609         LZEXPAND.DLL added.
6610
6611 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6612
6613         * [windows/win.c]
6614         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
6615         this prevents too early termination of EnumChildWindows().
6616
6617 ----------------------------------------------------------------------
6618 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6619
6620         * [controls/scroll.c]
6621         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
6622         current tracking window.
6623
6624         * [files/file.c]
6625         Fixed two file descriptor leaks in FILE_OpenFile().
6626
6627         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
6628           [tools/build.c]
6629         Replaced LOADEDFILEINFO structure by OFSTRUCT.
6630
6631         * [memory/atom.c]
6632         Reload the pointer to the atom table in ATOM_GetTable() and
6633         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
6634         move in linear memory.
6635
6636 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6637
6638         * [include/callback.h]
6639         Added support for CallWordBreakProc().
6640
6641         * [controls/edit.c]
6642         New caret handling (really efficient / fast).
6643         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
6644         Fixed EM_SETFONT so it now also creates a proper new caret.
6645
6646 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
6647
6648         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
6649         Added WM_DELETE protocol to top-level windows.
6650
6651         * [controls/scroll.c]
6652         Fixed a problem which caused slow scrolling to continue uncontrollably.
6653
6654         * [misc/exec.c]
6655         Implemented ExitWindows().
6656
6657         * [windows/win.c]
6658         Set top-level owned windows to be transient.
6659
6660 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6661
6662         * [programs/progman/*]
6663         Added a program manager.
6664
6665 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
6666
6667         * [resources/sysres_Eo.c]
6668         Added support for Esperanto [Eo] language.
6669
6670 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6671
6672         * [if1632/user32.spec]
6673         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
6674
6675         * [win32/init.c]
6676         Added task.h to includes. GetModuleHandleA() - return hInstance
6677         if called with NULL parameter. Freecell needs this. NOTE this
6678         may indicate a problem with differentiation between hModule and
6679         hInstance within Wine.
6680
6681         * [win32/resource.c]
6682         FindResource32() and LoadResource32() - Removed #if 0's around
6683         conversion from hInstance to hModule. See remarks above.
6684
6685         * [win32/string32.c]
6686         WIN32_UniLen() - removed stray semicolon.
6687
6688 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6689         
6690         * [windows/caret.c]
6691         Set blink rate with call to GetProfileInt().
6692
6693         * [rc/winerc.c]
6694         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
6695         instead of 0.  This seems to correspond to Borland's defaults, and
6696         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
6697         or "| NOT WS_VISIBLE" technique in the *.rc file.
6698
6699         * [win32/time.c]
6700         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
6701         returned by gettimeofday() instead of making second call to
6702         time().  This eliminates clock jitter if the seconds change
6703         between the two calls (rare, but possible).
6704
6705         * [include/wintypes.h]
6706         Added "#define _far" and "#define _pascal".
6707
6708         * [windows/win.c]
6709         Added function GetDesktopHwnd().
6710
6711         * [include/xmalloc.h]
6712         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
6713         have been removed from 'configure', and was causing redefinition
6714         warnings.
6715
6716 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
6717
6718         * [windows/winpos.c] 
6719         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
6720         to force a repaint when setting menu bars with different rows.
6721
6722 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6723
6724         * [windows/syscolors.c] [controls/scroll.c]
6725         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
6726
6727 ----------------------------------------------------------------------
6728 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6729
6730         * [files/profile.c]
6731         Added \r when writing profile files, for DOS compatibility.
6732
6733         * [memory/global.c]
6734         Fixed bug in GlobalReAlloc() that caused a discarded block not to
6735         be reallocated if its size was not changed.
6736
6737         * [memory/selector.c]
6738         Avoid setting a valid LDT entry with base and limit set to 0, as
6739         this causes the kernel to clear the entry. This fixes a crash when
6740         exiting Windows program manager.
6741
6742         * [objects/metafile.c]
6743         Removed call to creat() instead of _lcreat() for WINELIB.
6744
6745 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
6746
6747         * [if1632/gdi32.spec]
6748         GetTextExtentPointA now has win32 specific implementation.
6749
6750         * [include/struct32.h]
6751         Define new structure tagSIZE32 and typedef SIZE32 to it.
6752         Define prototype for function PARAM32_SIZE16to32
6753
6754         * [win32/param32.c]
6755         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
6756
6757         * [win32/memory.c]
6758         Added missing file pointer parameter to fprintf.
6759
6760 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
6761
6762         * [windows/nonclient.c]
6763         Added more familiar icon activity, ie single click brings up
6764         system menu.
6765
6766 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6767
6768         * [controls/menu.c]
6769         Added calls to HideCaret() and ShowCaret() from within
6770         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
6771         MENU_TrackKbdMenuBar().  Are there any more places where this
6772         should be done?
6773
6774         * [controls/static.c]
6775         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
6776         the previous icon.  Added a new FIXME at the point where
6777         WM_SETTEXT is handled for a SS_ICON static control.
6778
6779         * [misc/commdlg.c]
6780         Implemented FindText() and ReplaceText()
6781         Still missing : Templates and Hooks handling / error checking
6782
6783         * [resources/sysres_En.c]
6784         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
6785         Languages other than En should update these too, though, as well
6786         as redimension the controls because some of the text doesn't fit.
6787         Created file resources/TODO to explain this.
6788
6789         * [windows/caret.c]
6790         Re-written.  It now uses the correct R2_XORPEN.  It resets the
6791         blink timer on SetCaretPos().  It does its own hide/show scheme
6792         when SetCaretPos() is called (should be faster).
6793
6794 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6795
6796         * [controls/listbox.c]
6797         Miscellaneous changes for better LBS_EXTENDEDSEL support.
6798         Removed several superfluous redrawals of item list.
6799
6800         * [controls/scroll.c]
6801         WM_GETDLGCODE return value.
6802
6803         * [windows/win.c]
6804         FlashWindow function.
6805
6806         * [windows/painting.c] [windows/scroll.c]
6807         Added HideCaret/ShowCaret calls.
6808
6809         * [objects/font.c]
6810         Added GetCharABCWidths stub.
6811
6812         * [include/windows.h]
6813         "#define"s needed for changes mentioned above.
6814
6815 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
6816
6817         * [include/winsock.h]
6818         Change order of includes to get in_addr struct defined in time.
6819         (Note: Linux 1.3.66, libc 5.2.18)
6820
6821         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
6822         Changed the -enhanced option into a -mode option, which can be
6823         either 'standard' or 'enhanced'. 'enhanced' is the default.
6824
6825 ----------------------------------------------------------------------
6826 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6827
6828         * [controls/desktop.c]
6829         Look for the wallpaper file in the Windows directory.
6830
6831         * [controls/menu.c]
6832         Fixed swapped parameters in SetMenuItemBitmaps().
6833         Create a separator in MENU_SetItemData() when the string is NULL.
6834
6835         * [file/dosfs.c]
6836         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
6837
6838         * [files/file.c]
6839         Added a DOS_FILE structure to store per-file information (not
6840         really used yet).
6841         Fixed _lread and _hread to check the size of the buffer before
6842         calling Unix read() to avoid EFAULT error.
6843
6844         * [misc/exec.c]
6845         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
6846
6847         * [miscemu/instr.c]
6848         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
6849         programs that poll the BIOS counter, provided they reload the
6850         selector on every read.
6851
6852         * [miscemu/int21.c]
6853         Re-implemented FindFirst/FindNext for FCB calls.
6854
6855         * [windows/message.c] [windows/winpos.c]
6856         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
6857
6858         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
6859         Added a per-window WIN_MANAGED flag; only windows that have a
6860         dialog frame or a sizing border are managed.
6861
6862 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
6863
6864         * [if1632/Makefile.in]
6865         Added -g flag to compilation of .c files generated from *32.spec.
6866
6867         * [if1632/gdi32.spec]
6868         Numerous additional functions implemented.
6869
6870         * if1632/user32.spec]
6871         wsprintfA maps to vsprintf not wsprintf
6872         Numerous additional functions implemented.
6873
6874         * [include/gdi.h] [objects/gdiobj.c]
6875         New #define MAGIC_DONTCARE added. This is used in
6876         GDI_GetObjPtr to enable getting a pointer to a GDI object of
6877         unknow type.
6878
6879         * [win32/gdi32.c]
6880         New file.
6881
6882         * [win32/param32.c]
6883         WIN32_MoveToEx() - handle NULL pointer argument.
6884
6885         * [win32/user32.c]
6886         USER32_InvalidateRect - handle passing of a NULL pointer.
6887         USER32_SetTimer - New function.
6888
6889         * [files/directory.c]
6890         Fixed DIR_Init() (off by one in allocation of space for
6891         environment variables).
6892
6893         * [files/drive.c]
6894         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
6895         on FreeBSD).
6896
6897 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
6898
6899         * [controls/menu.c]
6900         Memory leak plugged.
6901
6902         * [controls/edit.c]
6903         Erase space with function ExtTextOut(). This eliminates the use of
6904         xmalloc().  Memory leak in EDIT_WriteText plugged.
6905
6906         * [debugger/db_disasm.c]
6907         Operand for scas now is di.
6908
6909         * [files/profile.c]
6910         PROFILE_GetSection was copying too much data.
6911         PROFILE_GetSection now returns the correct value. It was returning
6912         the number of unused instead of used bytes.
6913
6914         * [objects/dc.c]
6915         Corrected two typos in comments.
6916
6917         * [objects/font.c]
6918         FONT_MatchFont didn't return if it couldn't find any font.
6919
6920         * [objects/oembitmap.c]
6921         Free object only if it has been allocated.
6922
6923         * [windows/scroll.c]
6924         Memory leak in ScrollDC plugged.
6925
6926 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
6927
6928         * [controls/edit.c]
6929         Implemented ES_NOHIDESEL style, shift+click selection,
6930         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
6931         (de)selection drawing.  Changed selection drawing to use correct
6932         system colors instead of inverting.  Fixed deleting or backspacing
6933         across a '\r\n' end of line pair.  Selection now anchors
6934         correctly. Fixed text leaking and extra garbage problem bug
6935         uncovered by change in class style in wine960131.
6936
6937         * [controls/widgets.c]
6938         Class flags now match those of Windows.
6939
6940 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6941
6942         * [controls/widgets.c]
6943         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
6944
6945         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
6946         comctl32.spec ole32.spec winspool.spec: new files.
6947         RELAY32_Init: call initialization of new DLLs.
6948         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
6949         RELAY32_MakeFakeModule: new function.
6950
6951         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
6952         Added Win95 functions. Ordinals now differ from both NT and Win95
6953         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
6954         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
6955         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
6956         new relays.
6957
6958         * [if1632/shell32.spec]
6959         shell32.spec: renumbered all functions to take into account ordinals.
6960         These seem to be identical between NT and Win95.
6961
6962         * [include/dialog.h][windows/dialog.c]
6963         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
6964
6965         * [include/handle32.h]
6966         New handle types VRANGE, HEAP, HEAPITEM.
6967
6968         * [include/pe_image.h][loader/pe_image.c]
6969         struct w_files: new field builtin.
6970         PE_FindExportedFunction: support ordinals.
6971         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
6972         fixup_imports: support ordinals.
6973         PE_LoadImage: prefer directories over segments.
6974
6975         * [include/resource.h][win32/resource.c]
6976         FindResource32: changed parameter from LPCTSTR to LPCWSTR
6977                 check LANG_NEUTRAL if LANG_ENGLISH fails.
6978         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
6979                 disabled because it's broken.
6980         Casted to and from LPWSTR at various places.
6981
6982         * [include/string32.h][win32/string32.c]
6983         Changed prototypes to take const arguments where appropriate.
6984
6985         * [include/struct32.h]
6986         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
6987
6988         * [tools/build.c]
6989         BuildSpec32Files: generate Base value into code, generate call to
6990         RELAY32_MakeFakeModule.
6991         
6992         * [win32/heap.c]
6993         This is still not finished and needs rework.
6994         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
6995         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
6996         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
6997
6998         * [win32/memory.c]
6999         Support for VRANGE_OBJECT. This is not yet called from any place,
7000         and needs more platform specific support
7001         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
7002         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
7003
7004         * [win32/user32.c]
7005         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
7006         names, as in dialogs.
7007         Implemented dialog functions (see user32.spec).
7008
7009         * [windows/caret.c]
7010         CARET_Initialize: call RELAY32_GetBuiltinDLL.
7011
7012 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
7013
7014         * [controls/edit.c]
7015         Removed commented out #ifdefs for WINELIB.
7016
7017         * [tools/makehtml.pl]
7018         Put in error checking when trying to open a file.
7019
7020         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
7021         Added two new targets: hello4 and new.
7022
7023         * [include/windows.h]
7024         Added definition of DEVMODE structure, although it's not yet used.
7025         Modified various API functions from CreateDC() to Escape(), in
7026         order to make them more compliant with the strict API definitions.
7027
7028         * [include/wintypes.h]
7029         Added 'typedef char TCHAR'.  It probably should be defined as
7030         'short', but then we would have to support such characters.  Also did
7031         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
7032         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
7033         MFENUMPROC, and HGDIOBJ.
7034
7035 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
7036
7037         * [misc/commdlg.c]
7038         Patched a bug that occurred in the internal COMMDLG module for the
7039         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
7040         combobox is now handled correctly.
7041
7042 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
7043
7044         * [resources/sysres_Cz.rc]
7045         Added support for Czech [Cz] language.
7046
7047 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
7048
7049         * [objects/font.c]
7050         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
7051         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
7052         is -1, assume 0.
7053         CreateFontIndirect : if font parameter is NULL, issue an error message.
7054         CreateFont : null-terminate lfFaceName.
7055         ParseFontParms : debug code turned off : too verbose.
7056         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
7057
7058         * [objects/color.c]
7059         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
7060
7061 --------------------------------------------------------------------
7062 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
7063
7064         * [configure.in]
7065         Added --with-dll option to build libwine.so.
7066
7067         * [controls/listbox.c]
7068         Fixed ListBoxDirectory(), DlgDirSelect() and
7069         DlgDirList(). Hopefully their behavior is correct now.
7070
7071         * [controls/menu.c]
7072         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
7073         ModifyMenu() for the item data, to avoid corrupting the pointer
7074         for owner-drawn items.
7075
7076         * [controls/static.c]
7077         Attempt to load OEM icons for SS_ICON controls. Probably not
7078         entirely correct.
7079         Don't clip the text output.
7080
7081         * [files/directory.c]
7082         Add temp dir and Windows dir to environment.
7083
7084         * [files/dos_fs.c]
7085         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
7086         Cache last used directory in DOSFS_FindNext() to avoid quadratic
7087         search time.
7088
7089         * [files/drive.c]
7090         New format for drives configuration in wine.conf; allows
7091         specifying the type, label and serial number of a drive.
7092
7093         * [files/file.c]
7094         New function FILE_OpenUnixFile to make sure we don't open a
7095         directory instead of a file.
7096         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
7097
7098         * [files/profile.c]
7099         Rewrote profile handling. Should be closer to Windows behavior now.
7100         New function PROFILE_GetWineIniString() to get a string from wine.conf.
7101         Support environment variables in wine.conf.
7102
7103         * [loader/task.c]
7104         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
7105         corruption.
7106
7107         * [memory/global.c]
7108         Create a discarded block on GlobalAlloc() if the size is 0; thanks
7109         to John Harvey for noticing this.
7110
7111         * [memory/local.c]
7112         LOCAL_GetHeap: make sure the pointer is valid before checking
7113         magic number.
7114
7115         * [misc/main.c]
7116         Moved profile and registry saving to ExitWindows(), so we don't
7117         try to save them in case of a crash.
7118
7119         * [miscemu/int21.c]
7120         INT21_GetFreeDiskSpace: try to compute the cluster size from the
7121         filesystem size instead of hard-coding it to 64.
7122         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
7123         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
7124
7125         * [windows/message.c]
7126         Fixed bug in linked-list handling in MSG_DeleteQueue().
7127         Simplified SetMessageQueue().
7128
7129         * [wine.ini] [wine.man]
7130         Updated for new drives configuration format.
7131
7132 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
7133
7134         * [controls/edit.c]
7135         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
7136         EM_GETPASSWORDCHAR messages.
7137
7138         * [controls/widgets.c]
7139         Adjusted class creation flags to better match values Windows uses.
7140
7141         * [include/windows.h]
7142         Fixed ES_NOHIDESEL typo.
7143
7144         * [loader/ne_image.c]
7145         Added detection for zero offset in RADDR fixups. Quicken
7146         was in an infinite loop here.
7147
7148 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
7149
7150         * [files/dos_fs.c]
7151         Bugfix: range error in month value (0..11 set to 1..12).
7152
7153         * [windows/caret.c]
7154         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
7155         appearance of the caret.
7156
7157         * [windows/mdi.c] [include/mdi.h]
7158         Changed MDITile(): added a new parameter WORD wParam for
7159         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
7160         used in Win3.1
7161
7162 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
7163
7164         * [miscemu/int2f.c]
7165         Added a small bit of MSCDEX emulation.
7166
7167         * [windows/alias.c]
7168         ALIAS_RegisterAlias was returning the hash value when it should
7169         have been returning the record number.
7170         
7171 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
7172
7173         * [include/shell.h] [include/wintypes.h]
7174         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
7175         Declared FONTENUMPROC in wintypes.h.
7176
7177         * [include/windows.h]
7178         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
7179         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
7180         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
7181         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
7182         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
7183         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
7184         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
7185         and wsprintf().
7186
7187         * [tools/makehtml.pl] [documentation/apiw.index]
7188         New files that scan windows.h, commdlg.h, and toolhelp.h and output
7189         an HTML sorted list with optional links to www.willows.com and a
7190         tally of unimplemented APIW functions.
7191
7192         * [objects/cursoricon.c]
7193         Added Win32 versions of CopyIcon() and CopyCursor() for use in
7194         libwine.
7195
7196         * [win32/resource.c] [win32/winprocs.c]
7197         Added '#include "libres.h"' and explicit declarations of windows
7198         procs in order to avoid warnings.
7199
7200         * [windows/utility.c]
7201         Added Win32 version of MulDiv() for libwine.
7202
7203         * [*/*] [include/windows.h]
7204         Changed several function declarations to comply more strictly to
7205         the windows API (without, hopefully, altering their functionality).
7206
7207         * [controls/menu.c]
7208         Made the return value of CheckMenuItem be the previous state of
7209         the menu item if it was found, otherwise -1 as specified in the
7210         SDK. This conflicts with the APIW specification, which says it
7211         should return TRUE if successful, otherwise FALSE.
7212
7213         * [include/windows.h]
7214         Added obsolete WM_SIZE message wParam names for compatibility.
7215         Added WinHelp() command constants, even though they are not yet
7216         supported.
7217
7218         * [rc/winerc.c]
7219         Tidied up transform_binary_file().  In argument checking, flattened
7220         any invalid characters specified with the prefix argument.
7221
7222         * [library/libres.c]
7223         Made FindResource() case-insensitive when parameter 'name' is a string.
7224
7225 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
7226
7227         * [files/drive.c]
7228         If root "/" is given in wine.conf, use it as last resort.
7229
7230         * [files/file.c]
7231         Report ER_AccessDenied it disk ist not writable
7232         More Debug Output
7233
7234         * [miscemu/int21.c]
7235         Squeezed some bugs in ExtendedOpenCreateFile
7236         
7237         * [windows/winpos.c]
7238         Some windows may not be moved or resized. We are missing some
7239         structures to be exact, but the approach should help in some cases
7240         and make things worse in much fewer.
7241
7242 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7243
7244         * [loader/pe_image.c]
7245         fixup_imports: Find builtins for Borland style entries, too
7246
7247 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
7248
7249         * [controls/menu.c]
7250         LoadMenu: branch to Win32 for PE modules
7251
7252         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
7253         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
7254         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
7255         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
7256         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
7257         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
7258         to convert parameters or naming convention
7259
7260         * [include/kernel32.h][include/wintypes.h]
7261         moved WCHAR, defined LPWSTR
7262
7263         * [include/string32.h][win32/string32.c][include/struct32.h]
7264         New files
7265
7266         * [loader/module.h]
7267         LoadModule: exit after returning from PE_LoadModule
7268
7269         * [loader/pe_image.c]
7270         my_wcstombs: isascii does not work on Linux for Unicode
7271         PE_LoadImage: Handle directories
7272
7273         * [misc/user32.c]
7274         USER32_RECT32to16, USER32_RECT16to32: new functions
7275         implemented new user32 relays
7276
7277         * [misc/newfns.c]
7278         WIN32_WinHelpA: new function
7279
7280         * [win32/param32.c]
7281         New file
7282
7283         * [win32/resource.c]
7284         GetResDirEntry: added support for named entries
7285         WIN32_LoadAcceleratorsW: invoke *32 resource functions
7286         WIN32_LoadBitmapA: convert name to unicode if appropriate
7287         WIN32_ParseMenu: new function
7288         implemented new resource functions from user32.spec
7289
7290 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
7291
7292         * [objects/cursoricon.c]
7293         GetIconId() and LoadIconHandler() functions.
7294
7295         * [windows/mdi.c]
7296         Better maximization support, TranslateMDISysAccel() function, 
7297         misc improvements.
7298
7299         * [windows/defwnd.c]
7300         Fix for WM_WINDOWPOSCHANGED message handler.
7301
7302         * [windows/winpos.c]
7303         Rewrote WindowFromPoint() function.
7304
7305 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
7306
7307         * [include/toolhelp.h] [misc/toolhelp.c]
7308         Added Notify(Un)Register, but no callbacks yet.
7309
7310 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
7311
7312         * [Makefile.in]
7313         Added target for libwine.so.1.0.
7314
7315         * [library/winmain.c]
7316         For WINELIBDLL, _WinMain just returns hInstance instead of calling
7317         WinMain().
7318
7319         * [misc/main.c]
7320         For WINELIBDLL, renamed main() to _wine_main() for calling from the
7321         stub main function.
7322
7323         * [library/winestub.c] (new file)
7324         Provides a stub main() function for using libwine.so.
7325
7326 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
7327
7328         * [winsocket.c]
7329         Fix EPERM problem.
7330
7331         * [global.c]
7332         Attempt to do some sanity checking in MemManInfo().
7333
7334         * [Changelog]
7335         Fix changelog oversight for previous entry.
7336
7337 ---------------------------------------------------------------------
7338 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
7339
7340         * [configure.in]
7341         Added check for gcc strength-reduce bug.
7342
7343         * [controls/listbox.c]
7344         Changed ListBoxDirectory() to use the new DOS file functions.
7345
7346         * [controls/menu.c]
7347         Fixed parameters for DeleteMenu() call in ChangeMenu().
7348
7349         * [debugger/stack.c]
7350         Also display current frame in back-trace.
7351
7352         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
7353         Complete rewrite of the DOS file handling.
7354         Implemented per-task file handles.
7355         Removed default Z: drive; needs to be put explicitely in wine.ini
7356         if desired.
7357
7358         * [loader/module.c]
7359         Fixed file descriptor leak in LoadModule().
7360
7361         * [loader/task.c]
7362         Initialise PDB file handle table in TASK_CreateTask().
7363         Close file handles on task termination.
7364         Implemented SetErrorMode().
7365
7366         * [misc/network.c]
7367         Fixed WNetGetConnection() to use GetDriveType().
7368
7369         * [misc/xmalloc.c]
7370         Added function xstrdup().
7371
7372         * [miscemu/int21.c]
7373         Many changes for new DOS file functions.
7374
7375         * [miscemu/interrupts.c]
7376         Moved DOS_GetEquipment() function into INT_Int11Handler().
7377
7378         * [windows/win.c]
7379         Bug fix: create system menu before sending WM_NCCREATE.
7380
7381         * [*/*.c]
7382         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
7383         better portability.
7384
7385 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
7386
7387         * [include/wintypes.h]
7388         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
7389         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
7390         it should suffice.
7391
7392         * [include/winsock.h]
7393         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
7394         out some old style internet address #define's.
7395
7396         * [loader/task.c]
7397         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
7398         Made FreeProcInstance() do nothing #ifdef WINELIB32.
7399         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
7400
7401         * [library/miscstubs.c]
7402         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
7403         with name="ActivateAppProc".  This hardly seems correct, but it's my
7404         best guess as to how the emulator responds.
7405
7406 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
7407
7408         * [if1632/kernel32.spec][win32/process.c]
7409         WIN32_GetProcAddress, LoadLibraryA: new functions
7410
7411         * [if1632/relay32.c]
7412         RELAY32_GetEntryPoint: Removed code to load PE DLLs
7413
7414         * [include/pe_image.h][include/pe_exe.h]
7415         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
7416         struct PE_Reloc_Block: new structure
7417
7418         * [loader/module.c]
7419         MODULE_RegisterModule: new function
7420
7421         * [loader/pe_image.c]
7422         PE_FindExportedFunction,PE_GetProcAddress: new functions
7423         fixup_imports: expect struct w_files* now, fill dlls_to_init,
7424                        load PE DLLs
7425         do_relocations: new functions
7426         calc_vma_size: renamed from dump_table
7427         PE_LoadImage: use malloc to allocate memory for image
7428         PE_InitDLL: expect HMODULE
7429         PE_InitializeDLLs: new function
7430
7431         * [loader/task.c]
7432         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
7433         GetExePtr: Accept PE modules
7434
7435         * [misc/commdlg.c]
7436         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
7437
7438 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
7439
7440         * [misc/port.c]
7441         New file with usleep() function for SVR4.
7442
7443         * [configure.in]
7444         Check for usleep() function.
7445
7446 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
7447
7448         * [if1632/toolhelp.spec] [include/toolhelp.h]
7449           [misc/user.c] [windows/message.c]
7450         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
7451
7452         * [winsocket.c]
7453         Fixed ENOENT error.
7454
7455         * [miscemu/dpmi.c]
7456         Implement DPMI Get Page Size (AX=0604, INT 31)
7457
7458         * [memory/global.c]
7459         Implement TOOLHELP.72 GetMemManInfo.
7460
7461 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7462
7463         * [if1632/callback.c]
7464         CallWindowProc() - When calling RELAY32_CallWindowProc, check
7465         whether lParam should be a SEGPTR, and if so convert it to one.
7466
7467         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
7468         Numerous functions added, mostly calls to original (win16)
7469         functions.  Note that some (many) of these are probably not
7470         strictly correct, but with these additions freecell will at least
7471         display its main window though it is garbled.
7472
7473         * [if1632/winprocs.spec]
7474         Completely rewritten - all WndProcs now have win32 versions to
7475         help with the lparam SEGPTR fix in callback.c
7476
7477         * [include/kernel32.h]
7478         LPTCSTR defined.
7479
7480         * [include/peexe.h]
7481         Definition of PE_Export_Directory amended.
7482
7483         * [include/resource32.h]
7484         New file.
7485
7486         * [include/stackframe.h]
7487         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
7488         prototype for replacement function in memory/selector.c which
7489         can operate on any given memory address. This is currently
7490         required for win32 support. It is a dreadful cludge, and will
7491         certainly slow down other programs. If you are not interested
7492         in win32 development you may wish to reverse this patch.
7493
7494         * [include/windows.h]
7495         Definition of SW_SHOWDEFAULT added.
7496
7497         * [loader/pe_image.c]
7498         Extensive rewrites of xmmap() fixup_imports().
7499         PE_LoadImage() - initialisation of bss added, extraction of
7500         module name fixed, initialisation of DLL added.
7501         PE_InitDLL() - now does something.
7502         PE_Win32CallToStart() - initialisation of TEB pointed to by
7503         fs added.
7504         PE_InitTEB() created to perform TEB initialisation.
7505
7506         * [memory/selector.c] 
7507         New function MAKE_SEGPTR() - see include/stackframe.h above.
7508
7509         * [misc/user32.c]
7510         USER32_RegisterClassA(), CreateWindowExA() memory allocation
7511         method changed. This is probably now unnecessary with the
7512         new MAKE_SEGPTR handling code.
7513         USER32_DefWndProcA() removed to win32/winprocs.c
7514         USER32_TranslateMessage added.
7515
7516         * [tools/build.c]
7517         handling of win32 spec files changed to support gcc2.6.X
7518         this requires optimisations to be disabled.
7519
7520         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
7521         New files.
7522
7523         * [win32/Makefile.in]
7524         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
7525
7526         * [win32/file.c]
7527         New function W32_SetHandleCount.
7528
7529         * [win32/init.c]
7530         WIN32_GetModuleHandle() - now returns handle of running process
7531         if called with NULL.
7532         GetStartupInfoA() - set cbReserved2 to 0.
7533
7534         * [win32/memory.c]
7535         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
7536         it work with FreeBSD. Also check for return value. Removed extra
7537         return.
7538
7539         * [windows/winpos.c]
7540         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
7541
7542 ----------------------------------------------------------------------
7543 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7544
7545         * [configure.in] [Makefile.in] [tools/install-sh]
7546         New 'install' target installs Wine binary, library and man page.
7547         Library is now more logically named libwine.a.
7548         Split toolkit/ directory into library (for library code) and
7549         libtest (for test programs).
7550
7551         * [controls/edit.c]
7552         Quick hack to partially support EM_PASSWORD style (avoids
7553         displaying your passwords on the screen when testing programs...)
7554
7555         * [configure.in] [controls/menu.c] [include/resource.h]
7556           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
7557         Language is now a run-time option (wine -language xx).
7558
7559         * [debugger/dbg.y]
7560         Dump some more debugging info on crash.
7561
7562         * [misc/profile.c]
7563         Only consider ';' as a comment if it's the first non-blank
7564         character on the line.
7565
7566         * [miscemu/dpmi.c]
7567         More debugging info for real-mode callback.
7568
7569         * [objects/gdiobj.c]
7570         Rewrote EnumObjects() to do the Right Thing.
7571
7572         * [resources/sysres*]
7573         New directory containing system resources.
7574
7575 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
7576
7577         * [win32/file.c] [win32/memory.c]
7578         Unixware doesn't have MAP_ANON ifdefed out for now.
7579
7580         * [misc/dos_fs.c]
7581         DOS_GetDosFileName didn't truncate paths starting ./ properly.
7582
7583         * [tools/build.c]
7584         Produces assembly code that works with the unixware assembler.
7585
7586 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
7587
7588         * [miscemu/instr.c]
7589         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
7590
7591         * [misc/dos_fs.c]
7592         DOS_readdir should always return directories, even if they don't
7593         match the file name mask.
7594
7595 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
7596         
7597         * [misc/exec.c]
7598         Give arguments to winhelp.
7599
7600         * [miscemu/int21.c]
7601         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
7602         Created function ExtendedOpenCreateFile.
7603         Give for some Windows95 interrupts the return value 'not
7604         implemented'.
7605
7606 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7607
7608         * [include/kernel32.h] [include/windows.h]
7609         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
7610         include/kernel32.h to include/windows.h and declared the new Win32
7611         API functions Sleep(), GetLocalTime(), and GetSystemTime().
7612         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
7613
7614         * [rc/rc (new file)]
7615         Created the shell script 'rc', which should simplify resource
7616         compilation.
7617
7618         * [win32/environment.c]
7619         Kludged around an undefined reference to wine_files.  This change
7620         should be fixed some time.
7621
7622         * [win32/time.c] [if1632/kernel32.spec]
7623         Added the functions GetSystemTime(), and Sleep().
7624
7625         * [miscemu/int21.c]
7626         Renamed static function GetSystemTime to INT21_GetSystemTime to
7627         avoid conflicts with the API function of the same name.
7628
7629         * [include/wintypes.h]
7630         Added the SPFMT definition for printf statements.
7631
7632         * [misc/shell.c] [include/shell.h]
7633         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
7634         with the ones in include/winerror.h.  They should probably use the
7635         versions in winerror.h, but I'm not certain, and that can be done
7636         later.
7637
7638         * [windows/mdi.c]
7639         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
7640         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
7641         (boolean) was discarded with this translation.  Translated handler
7642         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
7643         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
7644         false, call DrawMenuBar() if desired).
7645
7646         * [*/*]
7647         General explicit casts and more rigid typing to remove warnings.
7648
7649         * [include/winpos.h] [windows/winpos.c]
7650         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
7651
7652         * [include/commdlg.h] [misc/commdlg.c]
7653         Added prototypes for ChooseColor(), CommDlgExtendedError(),
7654         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
7655         PrintDlg, and ReplaceText().
7656         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
7657         Made GetFileTitle return a short, as per the API definition.
7658
7659         * [Makefile.in]
7660         Added line to clean and distclean that removes temporaries from
7661         the include directory.
7662
7663 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
7664
7665         * [controls/edit.c]
7666         Almost rewrote EDIT_GetLineMsg.
7667
7668 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <ataylor@cadvision.com>
7669
7670         * [windows/mdi.c]
7671         Fixed MDITile() bug that occurs when 0 windows are present or all
7672         windows are minimized.
7673
7674 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
7675
7676         * [misc/profile.c]
7677         Try harder to find files, especially in the working directory.
7678         Look in $HOME/.wine too and create it there if it isn't found.
7679
7680 ----------------------------------------------------------------------
7681 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7682
7683         * [misc/lstr.c]
7684         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
7685         they do the same job.
7686
7687         * [tools/build.c]
7688         Fixed __attribute__((stdcall)) to make it compile with gcc
7689         versions under 2.7. Doesn't mean it will run OK though...
7690
7691 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
7692
7693         * [include/kernel32.h] [include/winerror.h]
7694         Added file attribute definitions and more error codes.
7695
7696         * [win32/error.c]
7697         Added some rudimentary errno-to-Win32 error conversion
7698         code.
7699
7700         * [win32/file.c]
7701         Added to GetFileInformationByHandle, filled in some known
7702         error codes, and switched to dprintf_win32.
7703
7704         * [win32/time.c]
7705         Added GetLocalTime.
7706
7707 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7708
7709         * [controls/combo.c]
7710         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
7711         LRESULT _(HWND,WPARAM,LPARAM) where needed.
7712
7713         * [include/libres.h]
7714         Restructured libres prototypes to closer match the windows API.
7715
7716         * [include/windows.h]
7717         Changed several API prototypes' parameter types from 'short' to INT,
7718         which is #defined as short in the emulator, but is a normal int in
7719         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
7720         (This creates a lot of warnings at library-compile time, but less
7721         warnings at app-compile time.  I'll remove the warnings soon.)
7722
7723         * [loader/resource.c]
7724         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
7725         various implementations of the LIBRES_* API functions.
7726
7727         * [loader/signal.c]
7728         Deleted local 'i' from win_fault(), since it was unused.
7729
7730         * [objects/bitblt.c]
7731         Mirrored changes to include/windows.h mentioned above.
7732
7733         * [toolkit/hello3.c]
7734         Changed LoadMenuIndirect() call to LoadMenu() to test the new
7735         resource registration technique.
7736
7737         * [toolkit/libres.c]
7738         Removed definition of 'struct resource' and fixed bugs in the resource
7739         implementation.  Implemented LIBRES_FindResource.
7740
7741         * [windows/graphics.c]
7742         Mirrored changes to include/windows.h mentioned above.
7743
7744 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
7745
7746         * [controls/edit.c]
7747         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
7748
7749         * [controls/listbox.c]
7750         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
7751
7752         * [include/listbox.h]
7753         change HeapSel from WORD to HANDLE
7754
7755         * [include/resource.h][rc/winerc.c]
7756         struct ResourceTable: removed
7757         struct resource: moved to header file
7758         autoregister resources if supported by compiler
7759
7760         * [memory/local.h]
7761         LOCAL_GetHeap: expect HANDLE rather than WORD
7762         
7763         * [toolkit/Makefile.in]
7764         Add ALLCFLAGS to make hello3
7765
7766         * [toolkit/heap.c]
7767         LocalFree, HEAP_Free: handle 0 parameter gracefully
7768
7769 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
7770
7771         * [misc/winsocket.c]
7772         Fixed the msgsnd and msgrcv errors that winsock programs get.
7773
7774 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
7775         
7776         * [if1632/kernel.spec]
7777         Fixed _hread and _hwrite return type
7778
7779         * [if1632/relay32.c] [loader/pe_image.c]
7780         Hacked loading of PE-dll's in
7781
7782         * [win32/advapi.c]
7783         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
7784
7785         * [win32/file.c]
7786         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
7787
7788         * [win32/process.c]
7789         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
7790         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
7791         
7792 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7793
7794         * [include/wine.h] [misc/lstr.c]
7795         Define wine_strncpy(). This function does not pad the buffer with 
7796         zeroes like GNU strncpy(), which might break some Windows programs
7797         that pass bogus size arguments.
7798
7799         * [loader/module.c]: GetModuleFileName(),
7800         [misc/commdlg.c]: GetFileTitle(),
7801         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
7802         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
7803         [multimedia/mmsystem.c], [objects/font.c]:
7804         Use wine_strncpy() where strings are returned to Windows programs.
7805         
7806         * [objects/metafile.c]
7807         PlayMetafile(): Clear the handle table before using it.
7808
7809         * [misc/shell.c] [misc/main.c]
7810         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
7811         
7812         * [misc/profile.c]
7813         load(): Need to handle comments.
7814         
7815         * [toolkit/libres.c]
7816         Make it compile.
7817         
7818         * [windows/nonclient.c]
7819         Use MAKE_SEGPTR macro in two places where a user heap block used
7820         to be allocated instead.
7821
7822 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
7823
7824         * [windows/winpos.c]
7825         In function SetWindowPos: do not redraw the parent of
7826         a window if the specified window is placed on the top.
7827         This avoids that ShowWindow(hwnd,1) hides hwnd instead
7828         of showing it.
7829
7830 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
7831
7832         * [windows/scroll.c]
7833         Now it can scroll children along with the client region of parent 
7834         window. Tried to optimize update region calculation. 
7835
7836         * [windows/mdi.c]
7837         ScrollChildren function, more other features added. Basically
7838         a rewrite.
7839
7840         * [windows/winpos.c] [windows/focus.c]
7841         Reimplemented window activation and focus handling.
7842
7843         * [windows/nonclient.c]
7844         Added new flag WIN_NCACTIVATED.
7845
7846         * [windows/message.c] [loader/task.c]
7847         Small changes (to maintain linked list of message queues).
7848
7849 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
7850
7851         * [include/options.h] [misc/main.c] [windows/defwnd.c]
7852           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
7853         Implemented a -managed option to replace the standard Windows
7854         frame of top-level windows with the window manager's decorations.
7855         If a top-level window makes its own frame, this will still show
7856         up, inside the window manager decorations (I believe ctl3dv2.dll
7857         would do this, although I can't test this).
7858
7859 ----------------------------------------------------------------------
7860 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7861
7862         * [configure.in] [Makefile] [misc/dos_fs.c]
7863         Got rid of autoconf.h file.
7864
7865         * [debugger/dbg.y]
7866         More logical behavior upon syntax errors.
7867
7868         * [include/hook.h] [windows/hook.c]
7869         Changed hook structure and rewrote most of the hook functions for
7870         better compatibility, based on investigations by Alex Korobka.
7871
7872         * [include/message.h] [windows/message.c]
7873         Added hooks to message queue structure and made the structure
7874         layout Windows-compatible.
7875         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
7876         WH_JOURNALRECORD hooks.
7877
7878         * [misc/main.c]
7879         Added command-line option for changing the language at run-time
7880         (not implemented yet), based on a suggestion from Michael Patra.
7881
7882         * [objects/cursoricon.c]
7883         Fixed silly SEGPTR bug in DumpIcon().
7884
7885 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7886
7887         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
7888         Partial implementaion of LBS_EXTENDEDSEL style,
7889         yet more updates for drag & drop support. Now works.
7890
7891         * [windows/defwnd.c]
7892         More message handlers.
7893
7894         * [windows/win.c]
7895         DragObject, DragDetect, AnyPopup functions. 
7896
7897         * [controls/listbox.c]
7898         More kludgy fixes (WM_...TOITEM, etc.).
7899
7900         * [objects/cursoricon.c] [objects/oembitmap.c]
7901         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
7902         cursor.
7903
7904         * [include/bitmaps/ocr*]
7905         New OEM cursors.
7906
7907 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7908
7909         * [toolkit/heap.c]
7910         Swapped flags and size arguments to LocalRealloc as per changes in
7911         memory/local.c by William Magro in previous release.
7912
7913         * [include/wintypes.h]
7914         Reinstated the #define's for 'min' and 'max', since they're part of
7915         the Windows API.  I really don't think it's a wise idea, so I put
7916         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
7917         WINE code should never use these (it should use 'MIN' and 'MAX'
7918         instead).
7919
7920         * [loader/*]
7921         Put '#ifndef WINELIB' around many things that WINElib should not need.
7922
7923         * [controls/edit.c]
7924         Took out many '#if defined(WINELIB)' sections with the associated
7925         comment 'temporary fix, until Local memory is correctly implemented in
7926         WINELIB', since the effective translations are now in 
7927         toolkit/miscstubs.c.
7928         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
7929         file fixed (or at least postponed) the bug I had encountered.
7930
7931         * [loader/task.c]
7932         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
7933         C:  This will probably cause a lot of trouble if this change is
7934         forgotten in the future, but it will let things like the OpenFileName
7935         dialog work for now.
7936
7937         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
7938           [include/libres.h]
7939         Made new libres.c file, which will contain functions for supporting
7940         accessing resources by name in WINElib.  'winerc' will need to be
7941         changed.
7942
7943         * [toolkit/heap.c]
7944         Refined memory routines to allow for differences between LocalAlloc
7945         and GlobalAlloc and between LocalSize and GlobalSize.
7946
7947         * [windows/message.c] [include/windows.h]
7948         Defined the GetCurrentTime routine in windows/message.c, and removed
7949         the #define in windows.h.
7950
7951 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
7952
7953         * [*/*]
7954         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
7955
7956         * [loader/module.c]
7957         Added undocumented GetExpWinVer.
7958
7959         * [tools/build.c]
7960         Previous code didn't pop possibly changed %esi, %edi and %edx
7961         from the stack.
7962         
7963         * [win32/advapi.c]
7964         Added GetUserNameA.
7965
7966         * [win32/code_page.c]
7967         Added stub for MultiByteToWideChar.
7968
7969         * [win32/console.c]
7970         Added SetConsoleCtrlHandler stub.
7971
7972         * [win32/file.c]
7973         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
7974         Added CloseHandle.
7975
7976         * [win32/memory.c]
7977         Changed VirtualAlloc and VirtualFree.
7978
7979         * [win32/process.c]
7980         Added ExitProcess.
7981
7982 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7983
7984         * [include/windows.h]
7985         Fixed a few broken structure definitions.
7986
7987         * [loader/resource.c]
7988         FindResource(): Need to check for '#xxx' strings here.
7989
7990         * [miscemu/int21.c]
7991         FindNext(): Return MS-DOS filenames uppercase.
7992
7993         * [objects/cursoricon.c]
7994         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
7995         initializers.
7996         
7997         * [misc/file.c]
7998         _lopen(): Files opened in OF_WRITE mode are truncated.
7999         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
8000         created; use read/write mode.
8001         
8002         * [misc/profile.c]
8003         load(): Rewritten.
8004         
8005         * [misc/commdlg.c]
8006         Fixed bad call to strncpy() that smashed the stack.
8007
8008         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
8009         Operator precedence fixes. People who use gcc 2.7.1 don't need a
8010         debugger :-)
8011         
8012         * [if1632/gdi.spec] [objects/palette.c]
8013         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
8014         but sometimes that's good enough.
8015
8016 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
8017
8018         * [include/wine.h] [include/registers.h] [include/winsock.h]
8019         Added definitions for Unixware.
8020
8021         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
8022         Misc. fixes for Unixware.
8023
8024         * [loader/task.c]
8025         Made assignemts to context in InitTask for registers use the macros
8026         from registers.h to make them more portable. (Needed for Unixware)
8027
8028         * [tools/build.c]
8029         Fixed register acces routines to work on Unixware. Bit grubby but
8030         it seems to work.
8031
8032         * [controls/edit.c]
8033         EDIT_WM_NCCreate allocates local heap if hasn't been previously
8034         allocated.
8035         
8036         * [miscemu/int21.c]
8037         mkdir now creates directory with permission to access it.
8038
8039         * [misc/dos_fs.c]
8040         mkdir now creates directory with permission to access it.
8041         DOS_opendir now uses linked list of dirents to avoid problems with 
8042         realloc changing address of malloced memory.
8043
8044 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
8045
8046         * [controls/menu.c]
8047         MENU_CalcItemSize(): Fixed handling of empty menu items.
8048
8049 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
8050
8051         * [misc/file.c]
8052         In OpenFile, unlink should be done on the unix filename.
8053
8054 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
8055
8056         * [include/handle32.h]
8057         New header file containing internal Win32 kernel handle
8058         information.
8059
8060         * [win32/file.c]
8061         Added ReadFile, CreateFile, and CloseFileHandle, and did
8062         some reorganizing to match the new handle allocation scheme.
8063
8064         * [win32/init.c]
8065         Added CloseHandle and the creation of standard I/O handles.
8066
8067         * [win32/object_mgt.c]
8068         New module for allocating and freeing Win32 kernel handles.
8069
8070 ----------------------------------------------------------------------
8071 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8072
8073         * [configure.in]
8074         Attempt to check for -li386 on NetBSD. Please test this.
8075
8076 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
8077
8078         * [*/*]
8079         Eliminated various warnings with either explicit casts or more
8080         accurate variable/parameter declarations (e.g. INT instead of short
8081         or WORD).
8082         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
8083         macros.
8084
8085         * [controls/edit.c] [windows/defdlg.c]
8086         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
8087         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
8088         DEFDLG_FindDefButton to avoid warnings.
8089
8090         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
8091           [windows/message.c] [windows/nonclient.c]
8092         Converted MAKEPOINT macro call to manual conversion.
8093
8094         * [include/windows.h]
8095         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
8096         instead of INT.  This also invalidates the macro MAKEPOINT(), which
8097         is not supported in Win32.  Also defined the POINTS structure (SHORT
8098         members) and the MAKEPOINTS macro.
8099
8100         * [misc/commdlg.c]
8101         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
8102         find this memory bug, and this should be done anyway.
8103
8104         * [controls/edit.c]
8105         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
8106         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
8107         it's better than bizzare memory troubles.
8108
8109         * [toolkit/miscstubs.c]
8110         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
8111         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
8112         their current implementation seems fine.
8113
8114 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
8115
8116         * [objects/cursoricon.c]
8117         Fix for "broken" X servers that invert masked cursor colors.
8118
8119 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
8120
8121         * [windows/dialog.c] [windows/nonclient.c]
8122         Remove unnecessary items from the system menu.
8123
8124 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
8125
8126         * [objects/color.c] [objects/palette.c]
8127         Make GetNearestColor return a RGB value instead of a pixel value.
8128
8129 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
8130
8131         * [controls/desktop.c][controls/menu.c][include/menu.h]
8132         Changed WORD parameters to UINT parameters.
8133
8134         * [include/wintypes.h]
8135         Made UINT 32bit for WINELIB.
8136
8137         * [loader/main.c]
8138         Disabled RELAY32_Init and MODULE_Init for WINELIB.
8139
8140         * [misc/main.c]
8141         Assume CPU386 for WINELIB.
8142
8143         * [rc/winerc]
8144         add_popup: set MF_POPUP flag on menu item.
8145
8146         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
8147         Add resource demo hello3 for WINELIB.
8148         New file README.resources.
8149
8150         * [toolkit/miscstubs.c]
8151         Add a case for 17.
8152
8153 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
8154
8155         * [loader/module.c]
8156         Do not append .exe if the file name already has an extension.
8157
8158         * [misc/profile.c]
8159         Avoid creating a file with a junk name if a .ini file does not
8160         exist.
8161
8162         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
8163         Added a lot of dummy stubs for Windows Hebrew version.
8164
8165 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
8166
8167         * [controls/button.c]
8168         Fix for buttons with no label.
8169
8170         * [controls/combo.c][controls/listbox.c]
8171         Fixes for scrollbar positioning.  Now disappears correctly
8172         for short lists.
8173
8174         * [controls/edit.c]
8175         Handle memory allocation differently when building as library.
8176
8177         * [controls/static]
8178         Don't destroy old icon before drawing new icon. (Fixes landscape/
8179         portrait toggle icon in print dialog.)
8180
8181         * [if1632/gdi.spec]
8182         New functions SetMetaFileBits and GetMetaFileBits
8183
8184         * [include/sysmetrics.h] [windows/sysmetrics.c]
8185         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
8186
8187         * [include/windows.h]
8188         META_EXTTEXTOUT, not META_SETTEXTOUT
8189         define GetCurrentTime as GetTickCount (for wine library)
8190
8191         * [loader/main.c]
8192         Don't initialize built-in modules in wine library
8193
8194         * [memory/local.c]
8195         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
8196
8197         * [misc/main.c]
8198         Always report CPUTYPE=4 to wine library.
8199
8200         * [objects/dib.c]
8201         RLE8 images were missing top line when decompressed.
8202
8203         * [objects/metafile.c]
8204         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
8205         from winhelp.  More testing needed.  Various memory leaks plugged.
8206         Various other bug fixes.  New metafile operations added in
8207         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
8208         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
8209
8210         * [toolkit/heap.c]
8211         LocalUnLock changed to LocalUnlock
8212
8213 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
8214         
8215         * [misc/winsock.c] 
8216         Return the correct error number, for host lookup operations.
8217         Also, correct the problem with send_message.
8218
8219 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
8220
8221         * [Makefile.in]
8222         Using nm's built-in sorting.
8223
8224         * [*/*.c]
8225         Use xmalloc for malloc and xrealloc for realloc in all ungarded
8226         cases.
8227
8228         * [debugger/dbg.y]
8229         Handle C-like expressions.  Clean-up.
8230
8231         * [debugger/debug.l]
8232         Lots of new tokens for expressions.
8233
8234         * [debugger/info.c]
8235         Implement "list" command for disassembling.
8236
8237         * [misc/ole2nls.c]
8238         Implement more Danish stuff.
8239
8240 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
8241
8242         * [loader/module.c]
8243         Updated self-loading modules to support for new 32 bit 
8244         stack frames.
8245
8246 ----------------------------------------------------------------------
8247 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
8248
8249         * [controls/menu.c]
8250         Fixed GetMenuString() for non-string items.
8251
8252         * [debugger/*.c]
8253         First attempt to check validity of pointers before memory
8254         accesses. For now only segmented pointers are checked.
8255
8256         * [debugger/dbg.y] [memory/ldt.c]
8257         Added possibility to dump only one segment with 'info segment'.
8258
8259         * [include/bitmaps/ocr_*]
8260         Added all OEM cursors as XPM bitmaps.
8261
8262         * [include/cursoricon.h] [objects/cursoricon.c]
8263         Rewrote all cursor and icon management to use the same memory
8264         layout as Windows, and to factor common code between icons and
8265         cursors. Implemented icon directory lookup to find the best
8266         matching icon (i.e. the color one).
8267         Implemented CopyCursor() and DumpIcon().
8268
8269         * [loader/module.c]
8270         For disabled built-in modules, we now try to load the Windows DLL
8271         first, and if this fails we fall back to using the built-in module
8272         anyway.
8273
8274         * [memory/global.c]
8275         Fixed GlobalHandle() to return the correct selector in the high
8276         word even if we are passed a handle in the first place.
8277
8278         * [miscemu/instr.c]
8279         Take into account the size of the operand and of the stack segment
8280         when incrementing the stack pointer.
8281         Avoid referencing FS_reg and GS_reg on *BSD.
8282
8283         * [objects/dib.c]
8284         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
8285         Monochrome DIBs are created as monochrome bitmap iff they are
8286         black and white.
8287
8288         * [objects/oembitmap.c]
8289         Added support for OEM cursors, changed OBM_LoadIcon to use the new
8290         icon memory layout.
8291
8292         * [rc/sysres_Fr.rc]
8293         Added French [Fr] language support.
8294
8295         * [win32/environment.c]
8296         Fixed GetCommandLineA() to use current PDB.
8297
8298         * [windows/event.c] [windows/winpos.c]
8299         Simulate a mouse motion event upon SetWindowPos() to force the
8300         cursor to be set correctly.
8301
8302 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
8303
8304         * [win32/*]
8305         New Win32 kernel functions: GetACP, GetCPInfo,
8306         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
8307         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
8308         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
8309         WriteFile.  Completed implementations of GetCommandLineA.
8310
8311         * [include/kernel32.h]
8312         New file.
8313
8314         * [loader/main.c]
8315         Call initialization function for Win32 data (doesn't currently do
8316         anything).
8317
8318         * [misc/main.c]
8319         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
8320
8321 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
8322
8323         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
8324           [misc/commdlg.c]
8325         Misc. bug fixes
8326
8327 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
8328
8329         * [*/*]
8330         For Winelib, explicit casts have been placed where warnings were
8331         usually generated.
8332         printf formats which give the format for printing a handle as
8333         "%04x" or something similar have been changed to use the NPFMT
8334         macro defined in include/wintypes.h.  Some times, explicit casts
8335         were also necessary.
8336         Parameter, field, and variable declarations have been made more
8337         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
8338         'WORD hFont' to 'HFONT hFont'.
8339         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
8340         replaced with a call to WIN_GetWindowInstance(hwnd).
8341
8342         * [controls/combo.c]
8343         Added WINELIB32 support in CLBoxGetCombo().
8344
8345         * [include/dialog.h]
8346         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
8347         winelib needs the packing as well (e.g. when accessing resources
8348         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
8349
8350         * [include/windows.h]
8351         Got rid of the F[a-k] macros, which were cluttering up the global
8352         namespace.
8353
8354         * [include/windows.h] [windows/defwnd.c]
8355         Added Win32 messages WM_CTLCOLOR*.
8356
8357         * [include/wintypes.h]
8358         Put in preprocessor '#define WINELIB32' if appropriate and changed
8359         the types of some typedefs (WPARAM, HANDLE) based on this.
8360         
8361         * [loader/module.c] [toolkit/miscstubs.c]
8362         Added #ifdef'd portion in LoadModule to handle loading a WINElib
8363         module (already loaded, just init values).  '#ifdef'ed out the
8364         definition for GetWndProcEntry16 and added a new version to
8365         toolkit/miscstubs.c.
8366
8367         * [misc/shell.c]
8368         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
8369         Same amount of total storage, but much more reasonable.  Also, changed
8370         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
8371         This was a difficult bug to track down, but the AppMisc field was
8372         being initialized with the contributers text, which was much larger
8373         than 512 characters.
8374
8375         * [toolkit/atom.c]
8376         New file for atom-handling functions.  Copied from memory/atom.c and
8377         then heavily modified.  Right now, it's just a linked list of atoms.
8378         Consider it as a hash table with just one entry.  It's easily changed
8379         later.
8380
8381         * [toolkit/heap.c]
8382         Commented out the heap functions with a "#ifdef WINELIB16" and put in
8383         a Win32 version (which is basically a modified copy).
8384
8385         * [toolkit/sup.c] [toolkit/miscstubs.c]
8386         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
8387         added quite a few more stubs.
8388
8389         * [toolkit/winmain.c]
8390         Rearranged startup code in _WinMain.  I think this will work.
8391
8392         * [toolkit/Makefile.in]
8393         Added targets for 'hello' and 'hello2' in case anyone cares to try
8394         out the sample programs.
8395
8396 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
8397         
8398         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
8399         First attempt at support for some VxDs. Comm, Shell and Pagefile.
8400
8401 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
8402
8403         * [misc/dos_fs.c]
8404         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
8405         starting applications like 'wine ./excel.exe')
8406
8407 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
8408
8409         * [configure.in]
8410         Avoid relative path for wine.ini.
8411
8412         * [rc/sysres_Da.rc]
8413         Support for Danish [Da] language.
8414
8415         * [misc/main.c] [miscemu/cpu.c]
8416         Return the processor we're running on correctly.
8417
8418         * [miscemu/int2f.c]
8419         Minor stuff in int 0x2f, function 0x16.
8420
8421 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8422
8423         * [misc/shell.c] [misc/main.c]
8424         Implement saving and loading of the registry database (needed for
8425         OLE). Very experimental. Fixed ShellExecute().
8426         
8427         * [miscemu/int21.c]
8428         EEXIST is not a critical error condition for mkdir().
8429
8430 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
8431
8432         * [include/shell.h] [misc/shell.c]
8433         Implemented 4 drag/drop functions with documented functionality.
8434
8435         * [multimedia/time.c]
8436         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
8437
8438         * [*/*] 
8439         Added new files, more message definitions, structures, debug info,
8440         etc.  Rewrote message logging functions to produce output similar
8441         to WinSight.  Check out -debugmsg +message option.
8442
8443         * [misc/file.c]
8444         Fixed GetDriveType return value.  
8445
8446         * [windows/message.c] 
8447         Hooks are invoked in normal order.
8448
8449         * [miscemu/*]
8450         Added some functions and interrupts.
8451
8452         * [misc/shell.c]
8453         Implemented Drag... functions.
8454
8455 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
8456
8457         * [rc/sysres_Fi.rc] [rc/sysres.rc]
8458         First attempt at Finnish [Fi] language support.
8459
8460 ----------------------------------------------------------------------------
8461 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8462
8463         * [configure.in] [*/Makefile.in] [Make.rules.in]
8464         Cleaned up makefiles, added configuration option for Winelib,
8465         grouped common make rules in Make.rules.in.
8466
8467         * [Configure]
8468         Renamed to 'Configure.old'; please use 'configure' instead.
8469
8470         * [controls/menu.c]
8471         Fixed DestroyMenu() to avoid deleting the same menu twice.
8472         More fixes to WM_MENUSELECT, and added WM_INITMENU.
8473
8474         * [if1632/relay.c]
8475         Fixed wrong register values displayed by RELAY_DebugCall32().
8476
8477         * [memory/local.c]
8478         Fixed LocalLock() and LocalUnlock() to increment/decrement the
8479         lock count for moveable blocks.
8480
8481         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
8482         Modified the generated C file so that the resource information
8483         (size, etc.) is also exported.
8484         Modified common dialogs to use the new informations.
8485
8486         * [misc/main.c] [ANNOUNCE]
8487         Update the list of contributors. Please let me know if I forgot
8488         someone.
8489
8490         * [rc/sysres.rc] [rc/sysres_En.rc]
8491         Moved English resources to sysres_En.rc.
8492         Changed ids from numeric to symbolic for dialogs.
8493
8494         * [windows/dialog.c]
8495         Modified template parsing to be able to pass segmented pointers to
8496         CreateWindow().
8497
8498         * [windows/win.c]
8499         CreateWindow() now takes segmented pointers for class and window
8500         names.
8501         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
8502         or WS_MINIMIZE bits are set.
8503
8504 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
8505
8506         * [controls/scroll.c]
8507         Fixed scroll-bar bugs for non-client windows.
8508
8509 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
8510
8511         * [include/cursor.h] [windows/cursor.c]
8512         Cursor is not mirrored any more and the hotspot is set right.
8513
8514 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8515
8516         * [ole.h]
8517         Misc small fixes.
8518
8519 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
8520
8521         * [rc/sysres_Es.rc]
8522         First attempt at Spanish [Es] language support.
8523
8524 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
8525
8526         * [include/alias.h][windows/alias.c][include/relay32.h]
8527         New files
8528
8529         * [controls/widgets.c]
8530         WIDGETS_Init: register alias window procedures
8531
8532         * [if1632/callback.c]
8533         CallWndProc: Call alias functions if necessary
8534
8535         * [if1632/gdi32.spec]
8536         GetStockObject, TextOutA: new relays
8537
8538         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
8539         user32.c: new file
8540         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
8541         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
8542
8543         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
8544         PE_Win32CallToStart: new function
8545         MODULE_CreateInstance: removed static attribute
8546         LoadModule: Try loading PE image on error 21
8547         PE_LoadModule: new function
8548         PE_LoadImage: initialize pe_data with 0
8549         
8550         * [include/dlls.h][include/peexe.h]
8551         moved pe_data and w_files to peexe.h
8552         
8553         * [misc/shell.c]
8554         ShellAbout: Register AboutWndProc aliases
8555
8556         * [miscemu/int21.c]
8557         handle 0x440A and 0xDC
8558
8559         * [miscemu/int2f.c]
8560         handle 0x84
8561
8562         * [objects/dib.c]
8563         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
8564
8565         * [tools/build.c]
8566         include windows.h and relay32.h into generated Win32 relays,
8567         don't declare the implementation as int (*)();
8568         limit in WIN32_builtin was off by one
8569
8570         * [windows/caret.c]
8571         CARET_Initialize: new function, call on strategic places
8572
8573         * [windows/messagebox.c]
8574         MessageBox: register message box proc aliases
8575
8576         * [if1632/advapi32.spec][if1632/comdlg32.spec]
8577         New files
8578
8579         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
8580         added new spec files
8581         RELAY32_GetBuiltinDLL: perform lookup case insensitive
8582         RELAY32_GetEntryPoint: start name search at 0
8583
8584         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
8585         Added stubs for new Win95 API
8586
8587 Sat Sep 2 1995  Martin Roy
8588
8589         * [misc/commdlg.c]
8590         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
8591         When process IDOK button in FILEDLG_WMCommand(),
8592         lpofn->nFilterIndex should be updated to current selection.
8593
8594 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
8595
8596         * [loader/module.c] [loader/ne_image.c]
8597         Added support of self-loading modules.
8598
8599 ---------------------------------------------------------------------
8600 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8601
8602         * [Configure]
8603         Added compile-time option for IPC.
8604
8605         * [configure.in]
8606         Added command-line options for language, IPC and malloc
8607         debugging.
8608
8609         * [controls/menu.c]
8610         WM_MENUSELECT was sometimes sent to the wrong window.
8611
8612         * [debugger/break.c]
8613         For the 'next' command, only step over instruction that require
8614         it. This allows 'next' to do the right thing with jmp and ret
8615         instructions.
8616
8617         * [ipc/*.c] [memory/atom.c] [memory/global.c]
8618         IPC can now be configured out at compile-time.
8619
8620         * [loader/task.c]
8621         Bug fix in TASK_Reschedule() that could cause a task to be deleted
8622         twice.
8623
8624         * [miscemu/dosmem.c] (New file)
8625         Partial emulation of the BIOS data segment.
8626
8627         * [miscemu/instr.c]
8628         Trap attempts to access selector 0x40 and remap the access to
8629         segment __0040H.
8630
8631         * [tools/build.c]
8632         Fixed bug in CallTo32_LargeStack() that caused problems when
8633         compiling Wine with the -fomit-frame-pointer option.
8634
8635         * [windows/message.c]
8636         Fixed bug in hardware event handling that could cause some events
8637         to get ignored.
8638
8639 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
8640
8641         * [ipc/README] [ipc/dde.tex]
8642         LaTeX documentation for the ipc and DDE stuff.
8643
8644 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
8645
8646         * [ipc/Imakefile] [ipc/wine_test_stub.c]
8647         Fixed IPC testing. Now it can be compiled with "make tests"
8648
8649 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
8650
8651         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
8652         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
8653
8654 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8655
8656         * [miscemu/int21.c]
8657         Misc fix to int21,ah=40 (write) to match _lwrite().
8658         AX=0x440A (check if handle is remote) added.
8659
8660         * [multimedia/mmsystem.c]
8661         Moved mciSendString to mcistring.c.
8662
8663         * [multimedia/mcistring.c]
8664         New file, string interface for MCI (not complete, not thoroughly
8665         tested).
8666
8667         * [multimedia/audio.c]
8668         IOCTL prints errors; one paranoid check disabled.
8669
8670         * [misc/file.c]
8671         Misc operator precedence fixes.
8672
8673         * [if1632/gdi.spec] [objects/bitblt.c]
8674         Stub for FastWindowFrame (parameters not correct).
8675
8676 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
8677
8678         * [loader/ne_image.c]
8679         Preliminary support for iterated segments.
8680
8681 Sat Aug 19 00:43:04 1995  Andrew Taylor  (ataylor@cadvision.com)
8682
8683         * [windows/mapping.c]
8684         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
8685         the absolute value of (ydim / xdim) or (xdim / ydim).
8686
8687 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
8688
8689         * [objects/oembitmap.c]
8690         Added some includes for Windows 95.
8691
8692         * [include/sysmetrics.h]
8693         Added some sysmetrics for Windows 95.
8694
8695         * [include/bitmaps/*95]
8696         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
8697         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
8698
8699 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
8700
8701         * [misc/shell.c] [rc/sysres*.rc]
8702         The caption of the ShellAbout dialog box is language specific and
8703         should be defined in the resources.
8704
8705 ----------------------------------------------------------------------
8706 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8707
8708         * [*/Makefile.in]
8709         Removed winelibclean target, as it doesn't work anyway.
8710
8711         * [controls/button.c]
8712         Avoid drawing the focus rectangle outside of the button.
8713
8714         * [controls/widgets.c]
8715         Fixed bug with the size of the reserved bytes for the Edit
8716         control (caused Eudora to crash).
8717
8718         * [debugger/*] [include/debugger.h]
8719         Unified debugger address handling. Segmented and linear addresses
8720         are no grouped in a single type DBG_ADDR.
8721         All commands now accept seg:off addresses.
8722         Module entry points are now loaded upon first entry to the
8723         debugger, so that entry points of the loaded executable also
8724         appear in the symbol table.
8725
8726         * [include/registers.h] [miscemu/*.c]
8727         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
8728         This makes code less readable, but will prevent a lot of name
8729         clashes with other definitions. It also avoids a hidden reference
8730         to the 'context' variable.
8731
8732         * [ipc/dde_atom.c] [misc/atom.c]
8733         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
8734         to allow supporting integer atoms.
8735         Moved atom.c to memory/ directory.
8736
8737         * [loader/task.c]
8738         Fixed environment allocation to compute the size dynamically.
8739         Added 'windir' environment variable.
8740         Fixed GetDOSEnvironment() to return the current task environment.
8741
8742         * [windows/message.c]
8743         Fixed bug in MSG_GetWindowForEvent().
8744
8745 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8746
8747         * [include/ole.h]
8748         Added a lot of structures  from my Borland Manual. Neither complete,
8749         nor 100% right (check please)
8750         
8751         * [misc/shell.c]
8752         Fixed some of the Reg* functions.
8753         Enhanced ShellExecute.
8754         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
8755         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
8756
8757         * [misc/dos_fs.c]
8758         Make umsdos mounted windows dirs work again.
8759
8760         * [miscemu/emulate.c]
8761         Added some comments, preimplementation of subfunction 7.
8762
8763         * [multimedia/mmsystem.c]
8764         Implemented mciSendString. not complete, not clean, not
8765         necessarily working (only checked with a program which uses
8766         'cdaudio' (one working program is cool.exe, a shareware waveditor
8767         with cdaudio play facilities.)
8768
8769         * [multimedia/mcicda.c]
8770         Segptr fixes in DriverProc
8771         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
8772         link to your real cdrom device.
8773
8774 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
8775
8776         * [loader/resource.c]
8777         Don't crash in a LoadString to NULL
8778
8779         * [loader/resource.c]
8780         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
8781         won't work unless the ALT keypress exited the menu.)
8782
8783         * [misc/file.c]
8784         Expand a file to the current offset with an _lwrite of size zero.
8785
8786         * [misc/file.c]
8787         Set a newly created file to read-write instead of write-only.
8788         
8789 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
8790
8791         * [misc/main.c] [include/msdos.h]
8792         Fixed to return DOS version 6.22, and the correct byte order
8793         for Windows programs.
8794
8795 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8796
8797         * [include/options.h] [memory/global.c] [misc/main.c]
8798         Make the new IPC run-time selectible, disabling it by default.
8799         (I think it's only useful for libwine, anyway.)
8800
8801         * [loader/task.c] [memory/selector.c]
8802         In FreeSelector(), walk up the stack and fix the frames.
8803
8804         * [objects/dib.c]
8805         Missing break statement in DIB_SetImageBits_RLE8().
8806         In GetDIBits(), set the compression flag in the bitmap info to zero.
8807
8808         * [windows/dialog.c]
8809         GetNextDlgGroupItem() needs to treat the first child as if it had
8810         an implicit WS_GROUP bit set.
8811
8812 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
8813
8814         * [misc/dos_fs.c]
8815         Quick'n dirty fix for the initialisation of the Z: information
8816         structure.
8817
8818 ----------------------------------------------------------------------
8819 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
8820
8821         * [ipc/*]
8822         New directory. This directory contains the new inter-wine
8823         communications support. It enables DDE protocols between two wine
8824         instances.  Currently it is limited to DDE, but can be enhanced to
8825         support OLE between 2 different wine instances.  This is very
8826         important for libwine.a DDE/OLE support.
8827
8828         * [tools/ipcl]
8829         A script to delete garbage IPC handles (shared memory, semaphores
8830         and message queues).  The current inter-wine communication is not
8831         perfect, and sometimes leaves garbage behind.
8832
8833         * [if1632/relay.c] [include/atom.h] [include/global.h]
8834         [loader/selector.c] [loader/task.c] [loader/module.c]
8835         [loader/signal.c] [memory/global.c] [misc/atom.c]
8836         [windows/class.c] [windows/message.c] [windows/win.c]
8837         [Imakefile]
8838         Hooks for inter-wine DDE support, current Global.*Atom functions
8839         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
8840         DDE communication. (The first call to these functions sets up the
8841         IPC structures - which otherwise cause unneeded overhead.
8842
8843 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8844
8845         * [controls/menu.c]
8846         Don't crash if a NULL string is passed to menu functions.
8847
8848         * [memory/selector.c]
8849         We now use a bit in ldt_flags_copy to indicate free LDT entries.
8850         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
8851         overwrite valid LDT entries when growing a block.
8852
8853         * [miscemu/instr.c]
8854         Emulate int xx instruction by storing the interrupt vector in
8855         CS:IP and returning directly. This allows a program to install an
8856         interrupt vector.
8857
8858         * [windows/win.c]
8859         Added function WIN_GetTopParent to get the top-level parent of a
8860         window.
8861
8862 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
8863
8864         * [loader/resource.c]
8865         Added LoadIconHandler. It doesn't do anything yet, but now you
8866         can use borland help files with winhelp.exe.
8867
8868 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
8869
8870         * [misc/main.c]
8871         Fixed to return 386 Enhanced mode correctly. Also return the same
8872         type of CPU, for both Enhanced and Standard mode, namely a 386.
8873
8874 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
8875
8876         * [Configure] [include/options.h] [include/wineopts.h]
8877           [misc/main.c][misc/spy.c]
8878           Removed support of spy file. Redirected spy messages to stddeb.
8879           Removed -spy option. Added -debugmsg +spy option.
8880
8881         * [debugger/dbg.y][debugger/debug.l]
8882         Enabled segmented addresses (seg:offs) for break and x commands.
8883
8884         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
8885           [include/region.h]
8886         FrameRgn, REGION_FrameRgn: New functions
8887
8888         * [if1632/kernel.spec]
8889         IsWinOldApTask: Return false
8890
8891         * [if1632/mouse.spec]
8892         CplApplet: Removed
8893
8894         * [if1632/user.spec] [windows/win.c]
8895         ShowOwnedPopups: New function
8896
8897         * [if1632/winsock.spec] [misc/winsocket.c]
8898         inet_addr, select: New prototypes in relay code
8899         Fixed memory layout for netdb functions (getXbyY).
8900         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
8901
8902         * [objects/clipping.c]
8903         RectVisible: Fixed call to LPToDP
8904
8905         * [rc/winerc.c]
8906         main: Removed extra argument to getopt for Linux.
8907
8908 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8909
8910         * [controls/listbox.c]
8911         Yet another fix for ListBoxDirectory().
8912         
8913         * [loader/module.c] [if1632/kernel.spec]
8914         Make GetModuleHandle() accept instance handles as parameter.
8915
8916         * [if1632/relay.c] [loader/task.c]
8917         Put a magic cookie at the bottom of the 32 bit stack, and check on
8918         each return from a 32 bit function whether it's still there. Complain
8919         if it's not.
8920
8921         * [if1632/user.spec]
8922         Wrong entry for CloseDriver().
8923
8924         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
8925         [miscemu/int21.c]
8926         Large parts of dos_fs.c simplified. Changed it to use one
8927         current drive/directory per task, which is set to the module path on
8928         task creation.
8929         Prevent CorelPaint from closing stdin.
8930         open() with O_CREAT set must be passed three parameters.
8931         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
8932         it's in DOS_readdir() now.
8933
8934         * [misc/profile.c]
8935         Some badly written software (Lotus Freelance Graphics) passes a bogus
8936         size parameter that caused Wine to write off the end of a segment.
8937         Fixed. (It's probably too paranoid now.)
8938         
8939         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
8940         [multimedia/Imakefile] [if1632/winprocs.spec]
8941         16 bit entry point for MMSysTimeCallback.
8942         Split off time.c and joystick.c from mmsystem.c.
8943         
8944         * [objects/dib.c]
8945         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
8946
8947         * [windows/cursor.c]
8948         DestroyCursor(): do nothing for builtin cursors.
8949         
8950         * [windows/mdi.c]
8951         Half of WM_MDISETMENU implemented.
8952         
8953         * [windows/win.c]
8954         EnumWindows() and EnumTaskWindows() never enumerated any windows.
8955         Fixed.
8956
8957         * [windows/*.c]
8958         Fixed GetParent() to return correct values for owned windows.
8959
8960         * [windows/message.c]
8961         Don't try to activate disabled top-level windows.
8962
8963         * [windows/nonclient.c]
8964         Work around a bug in gcc-2.7.0.
8965         
8966         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
8967         [loader/task.c] [memory/selector.c]
8968         Some Visual Basic programs (and possibly others, too) expect ES to be 
8969         preserved by a call to an API function, so we have to save it.
8970         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
8971         to prevent segfaults if ES contained the selector to be freed.
8972
8973 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
8974
8975         * [*/*]
8976         Added missing prototypes to header files and relevant includes
8977         to reduce compile time warnings.
8978
8979 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
8980
8981         * [configure.in] [include/config.h] [*/Makefile.in]
8982         New configuration scheme based on autoconf.
8983
8984 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
8985
8986         * [miscemu/ioports.c]
8987         Revamp to have only one in- and one out- variant, both really
8988         implemented.
8989
8990         * [miscemu/instr.c]
8991         INSTR_EmulateInstruction: Use new ioport interface.  Implement
8992         string io.  Correct instruction pointer for 32-bit code.
8993
8994         * [include/miscemu.h]
8995         Update port function prototypes.
8996
8997         * [include/registers.h]
8998         Defined FS and GS.
8999
9000 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
9001
9002         * [misc/dos_fs.c]
9003         ChopOffSlash(): A path consisting off a single slash is left
9004         intact, and multiple slashes are all removed.
9005
9006 ----------------------------------------------------------------------
9007 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
9008
9009         * [controls/scroll.c]
9010         Fixed drawing bug that caused part of a non-client scroll bar
9011         to be painted even when the scroll-bar was hidden.
9012
9013         * [debugger/break.c] [debugger/dbg.y]
9014         Rewrote breakpoint handling to work in 16-bit mode.
9015         Implemented single-stepping ('step' and 'next' instructions).
9016
9017         * [debugger/debug.l]
9018         Format specifier is now a separate token.
9019         Entering an empty line at the debugger prompt causes the previous
9020         command to be repeated, like under gdb.
9021         
9022         * [debugger/debug.l] [debugger/registers.c]
9023         Differentiate 16-bit and 32-bit registers without taking current
9024         mode into account ($eax is always 32-bit, $ax always 16-bit).
9025
9026         * [debugger/stack.c]
9027         Fixed stack information routines to differentiate between 16-bit
9028         and 32-bit stacks.
9029
9030         * [loader/task.c]
9031         Option -debug now sets a breakpoint at the first instruction of
9032         every loaded task.
9033
9034         * [miscemu/instr.c]
9035         Added handling of lock, repe and repne prefixes.
9036
9037         * [objects/dib.c]
9038         Changed StretchDIBits() to do the correct thing, even if it's still
9039         not really optimal.
9040
9041         * [windows/graphics.c]
9042         Fixes in RoundRect(), thanks to Babak Masalehdan.
9043
9044         * [windows/message.c]
9045         Tried to fix mouse event handling with respect to disabled
9046         windows.
9047
9048         * [windows/painting.c]
9049         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
9050         infinite loops.
9051
9052         * [windows/win.c]
9053         Fixed IsWindowVisible() to return FALSE when one of the parent
9054         windows is hidden.
9055
9056 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
9057
9058         * [if1632/compobj.spec][misc/compobj.c]
9059         CoGetMalloc: New function
9060         Added relay entries for COMPOBJ ordinals above 100
9061         CoInitialize: Changed parameter to DWORD
9062
9063         * [if1632/ole2.spec]
9064         Exported implementation of OleBuildVersion
9065
9066         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
9067         ole2disp.c: New file
9068         SysAllocString, SysReallocString, SysAllocStringLen,
9069         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
9070
9071         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
9072         CompareStringA: New function
9073
9074 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
9075         * [objects/font.c] [if1632/gdi.spec]
9076         New stubs for CreateScalableFontResource, GetGlyphOutline.
9077
9078 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
9079
9080         * [misc/commdlg.c]
9081         Extensive changes and bug fixes to FileDialog handling,
9082         behaves more like native Windows.
9083
9084 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9085
9086         * [controls/listbox.c] [controls/combo.c]
9087         Some minor optimizations.
9088         
9089         * [memory/local.c]
9090         LOCAL_FindFreeBlock(): Never use the last one.
9091         
9092         * [memory/global.c]
9093         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
9094         
9095         * [misc/file.c]
9096         read() returns an error when length==0. This is not what Windows
9097         programs expect, so pay attention to this in _lread(). Changed this
9098         in _lwrite(), _hread(), _hwrite(), too.
9099
9100         * [loader/resource.c]
9101         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
9102         there.
9103         
9104         * [if1632/shell.spec] [misc/shell.c]
9105         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
9106         Accept some more combinations of parameters in the Reg..() functions.
9107         
9108         * [if1632/toolhelp.spec]
9109         Make InterruptRegister() and InterruptUnregister() return false.
9110
9111         * [windows/hook.c]
9112         CallNextHookEx() used to crash when called with a null hhook. Fixed.
9113
9114 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
9115
9116         * [include/neexe.h][loader/ne_image.c]
9117         NE_LoadSegment: Detect iterated segments
9118
9119         * [misc/ole2nls.c]
9120         LOCALE_SLONGDATE: fixed typo
9121
9122         * [miscemu/int5c.c]
9123         Reordered include files to avoid conflicts with Linux libc.5.1
9124
9125         * [rc/winerc.c]
9126         Added -b option to process binary resource files into C arrays
9127
9128         * [include/callback.h]
9129         CallWndProc: Added dummy ds parameter for libwine
9130
9131         * [include/gdi.h][include/user.h]
9132         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
9133
9134         * [include/ldt.h][include/stackframe.h]
9135         defined segment conversion macros for libwine
9136
9137         * [misc/atom.c]
9138         Defined USER_HeapSel for libwine
9139
9140         * [misc/main.c]
9141         Disable -dll option for libwine
9142
9143         * [misc/user.c]
9144         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
9145
9146         * [toolkit/heap.c]
9147         fixed LocalLock prototype
9148
9149         * [toolkit/sup.c]
9150         sync'ed load_mz_header, load_ne_header with structures
9151
9152         * [toolkit/winmain.c]
9153         Disabled resource DLLs for libwine for now
9154
9155 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
9156
9157         * [misc/main.c]
9158         Fixed -enhanced option to report a 386 CPU instead of a 286.
9159
9160 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
9161
9162         * [misc/dos_fs.c]
9163         Remove maximum open dosdirent limit (fixing the winfile.exe
9164         problem) by using telldir()/seekdir().
9165         
9166 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
9167
9168         * [misc/profile.c]
9169         Fixed problem parsing empty lines within sections in .ini files.
9170
9171 ----------------------------------------------------------------------
9172 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9173
9174         * [debugger/*.c]
9175         Modified debugger to use segmented pointers everywhere.
9176
9177         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
9178         Declared all functions that return only 16-bit as 'pascal16'.
9179
9180         * [include/ldt.h] [memory/ldt.c]
9181         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
9182         Maintain a copy of the selector flags, removing the need to make a
9183         system call to retrieve an LDT entry.
9184
9185         * [loader/module.c]
9186         Fixed bug with module file handle cache.
9187
9188         * [loader/ne_resource.c]
9189         Fixed file name bug in NE_AccessResource().
9190
9191         * [loader/resource.c]
9192         Fixed bug in LoadIcon() that caused wrong colors to be used for
9193         the icon mask.
9194
9195         * [loader/signal.c]
9196         Moved instruction emulation to miscemu/instr.c.
9197
9198         * [misc/dos_fs.c] [miscemu/int21.c]
9199         Lots of small fixes, thanks to Morten Welinder.
9200
9201         * [miscemu/dpmi.c]
9202         More complete DPMI emulation.
9203
9204         * [miscemu/instr.c]
9205         Added support for prefixes in instructions to emulate.
9206
9207         * [miscemu/int2f.c]
9208         Use register macros instead of destroying the high part of 32-bit
9209         registers.
9210
9211         * [objects/dc.c]
9212         Fixed bug in GetDCState() that failed to clear the new DC.
9213
9214         * [rc/sysres.rc]
9215         Removed dialogs 11 and 12 that were never used.
9216
9217         * [tools/build.c]
9218         'pascal16' generated functions did not save %dx.
9219         Removed use of %fs to access the stack.
9220         %ds is no longer initialized before calling a 16-bit routine.
9221
9222         * [windows/defwnd.c]
9223         Accept a NULL pointer as window title.
9224
9225         * [windows/mdi.c]
9226         MDICascade: skip iconic windows.
9227         Implemented CalcChildScroll().
9228         
9229         * [windows/utility.c]
9230         Fixed MulDiv() for illegal values.
9231
9232         * [windows/win.c]
9233         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
9234         a zero width or height.
9235
9236 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
9237
9238         * [controls/edit.c]
9239         Fixed "uninitalized" message which -Wall couldnt see to be ok
9240         in EDIT_WriteText.
9241
9242         * [include/debug.h]
9243         Added define for extra checks in API definitions during debugging.
9244
9245         * [loader/ne_image.c]
9246         Added newline in NE_FixupPrologs to avoid long lines.
9247
9248         * [misc/dos_fs.c]
9249         Added extra safety check in DOS_ValidDrive.
9250
9251         * [misc/exec.c]
9252         Fixed definition of ExitWindows.
9253         
9254 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9255
9256         * [controls/edit.c]
9257         Some fixes, mostly for memory management, but also for text selection
9258         and tab postitions. General cleanup. Notepad.exe now works.
9259
9260         * [controls/combo.c]
9261         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
9262         the combo box, not the ComboLBox that belongs to it.
9263
9264         * [controls/listbox.c]
9265         Handle itemID field correctly throughout.
9266
9267         * [memory/local.c]
9268         Implemented flag LMEM_ZEROINIT.
9269         LocalReAlloc() could trash the heap. Fixed.
9270
9271         * [objects/font.c]
9272         FONT_MatchFont(): don't get confused by negative widths.
9273         Fixed a segfault in EnumFonts().
9274
9275         * [objects/text.c]
9276         DrawText(): DT_CALCRECT implies DT_NOCLIP.
9277
9278         * [objects/dcvalues.c]
9279         MAKELONG was used with bad parameters in DC_GET_X_Y.
9280
9281         * [windows/dialog.c]
9282         Don't show the dialog if WS_VISIBLE isn't set in the template.
9283
9284         * [windows/utility.c]
9285         UTILITY_convertArgs(): Never pass an expression containing ++ into a
9286         macro...
9287
9288         * [windows/win.c]
9289         SetParent() should unlink the window before changing the parent.
9290
9291         * [windows/message.c]
9292         Don't call timer functions via CallWindowProc(), since it checks
9293         whether hwnd==0 and does not call the function in that case.
9294
9295         * [miscemu/instr.c]
9296         Ignore interrupt 0x3D, for VBRUN300.DLL.
9297
9298         * [misc/commdlg.c]
9299         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
9300         pointer to the item text.
9301
9302         * [if1632/relay.c]
9303         Disable OLE and DDEML DLLs by default, since they contain nothing but
9304         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
9305         some programs may work better without them.
9306         
9307         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
9308         Begun cleaning things up a little. Replaced printfs with dprintf_
9309         macros, made functions static where possible, and some other minor
9310         changes.
9311
9312 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
9313
9314         * [debugger/dbg.y][debugger/dbg.l]
9315         Removed special handling for FILE_IDENTIFER, because it caused
9316         problems with x/<format> statements.
9317
9318         * [debugger/info.c]
9319         Use SC_ESP instead of SC_EIP for stack dump.
9320
9321         * [misc/compobj.c][if1632/compobj.spec]
9322         CoBuildVersion, CoInitialize, CoUninitialize: new functions
9323
9324         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
9325         New files ole2.c, ole2.h
9326         OleBuildVersion, OleInitialize, OleUninitialize: new functions
9327
9328         * [if1632/ole2disp.spec]
9329         Added missing ordinals above 109
9330
9331         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
9332         New file winnls.h
9333         GetLocaleInfoA: new function
9334
9335         * [if1632/shell.spec]
9336         Added FindEnvironmentString as stub
9337
9338         * [misc/olecli.c][if1632/olecli.spec]
9339         OleIsDcMeta: New function
9340
9341         * [objects/font][misc/gdi.spec]
9342         GetKerningPairs: new function
9343
9344         * [misc/shell.c]
9345         ShellExecute: Implemented support for starting programs
9346
9347         * [if1632/user.spec]
9348         Inserted missing relay to GetClipCursor
9349
9350 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9351         
9352         * [controls/edit.c]
9353         Fix a problem with the local heap.
9354
9355         * [include/wintypes.h]
9356         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
9357         
9358         * [include/mdi.h] [windows/mdi.c]
9359         This code still assumed segmented address==linear address. Fixed.
9360
9361         * [include/msdos.h] [misc/dos_fs.c]
9362         The filemask field of the dosdirent structure could be overrun. Fixed.
9363         If you had a file called foobar and a file called foo, trying to 
9364         FindFile(foo) could accidentally find file foobar instead. Fixed.
9365         
9366         * [misc/file.c]
9367         OpenFile(): Always return the full pathname in ofs->szPathName. This 
9368         also fixes GetModuleFilename().
9369         Prevent _lclose() from closing stderr or stdout.
9370
9371         * [misc/profile.c]
9372         Search for .ini files in the path of the current module as well.
9373         (Needed by Lotus Organizer.)
9374
9375         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
9376         [memory/local.c]
9377         Local heaps are now initialized by InitTask() for executables. DLLs
9378         have to call LocalInit() themselves, LocalInit() has to put the
9379         heap at the end of the segment when called with start==0. We no longer
9380         allocate the DGROUP with 64k on startup, but grow the local heap
9381         in LOCAL_GetBlock() when necessary.
9382
9383         * [loader/module.c]
9384         LoadLibrary() should call LoadModule() in all cases, even if the
9385         DLL is already loaded, to ensure that the reference count is correct.
9386
9387         * [loader/ne_image.c]
9388         Some changes to function prolog fixup. Does anyone know exactly how
9389         this is supposed to work? I am only guessing here.
9390         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
9391         the module itself.
9392         
9393         * [loader/task.c]
9394         Initialize instance data at the beginning of the DGROUP in InitTask().
9395
9396         * [memory/local.c]
9397         Some fixes for moveable blocks.
9398
9399         * [memory/selector.c]
9400         All the IsBad*Pointer() functions returned exactly the wrong boolean
9401         value in all cases!
9402         
9403         * [objects/bitblt.c]
9404         Fixed another null pointer dereference in debugging output.
9405         
9406         * [objects/font.c]
9407         Some more recovery possibilities for FONT_MatchFont() if a specified
9408         font does not exist.
9409         
9410         * [windows/win.c]
9411         The dialog code may call CreateWindowEx with an integer in windowName.
9412         This happens for static icon controls that expect a resource ID as
9413         the window name. CreateWindowEx() used to crash. Fixed.
9414         
9415         * [windows/class.c] [windows/win.c]
9416         Window classes are owned by modules, not instances. Changed
9417         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
9418         accordingly.
9419
9420 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
9421
9422         * [miscemu/int21.c]
9423           clock.exe was displaying incorrect year.
9424
9425 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
9426
9427         * [include/cursor.h] [windows/cursor.c]
9428         Implemented CreateCursorIconIndirect().
9429
9430 ----------------------------------------------------------------------
9431 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9432
9433         * [controls/menu.c]
9434         Fixed bug with drawing multi-column menus with vertical separator.
9435
9436         * [debugger/debug.l]
9437         Fixed NULL-pointer reference after readline().
9438
9439         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
9440         Added interrupt vector emulation. Allows to retrieve an interrupt
9441         vector and jump to it without crashing.
9442
9443         * [loader/ldt.c]
9444         Moved ldt.c to memory directory.
9445
9446         * [loader/task.c]
9447         Implemented LockCurrentTask() and GetInstanceData().
9448
9449         * [objects/bitblt.c]
9450         Fixed a bug that caused StretchBlt() to use wrong colors when
9451         stretching a monochrome bitmap to a color display.
9452
9453         * [objects/bitmap.c]
9454         Fixed a segmented pointer bug in CreateBitmapIndirect().
9455
9456         * [tools/build.c]
9457         Added possibility to have arguments for register functions; used
9458         by interrupt vectors to remove the flags from the stack.
9459         Generate a new function CallTo32_LargeStack(), that allows calling
9460         a 32-bit function using the original 32-bit stack, for functions
9461         that need more that 64k of stack.
9462
9463 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
9464
9465         * [if1632/shell.spec] [misc/shell.c]
9466         DoEnvironmentSubst: fixed prototype
9467
9468         * [if1632/gdi.spec] [objects/palette.c]
9469         SetSystemPaletteUse: new function
9470
9471         * [if1632/kernel.spec] [loader/resource.c]
9472         DirectResAlloc: new function
9473
9474         * [if1632/user.spec] [windows/keyboard.c]
9475         SetKeyboardState: new function
9476
9477 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9478         
9479         * [tools/build.c]
9480         Prevent interrupts from destroying the args for a 32 bit function
9481         by loading the correct value into %esp directly after %ss.
9482
9483         * [loader/ne_image.c] [loader/module.c]
9484         The new instance must be created earlier in LoadModule(), so that
9485         fixups referencing it will be handled correctly.
9486         Initialize the local heap for a DGROUP in NE_LoadSegment().
9487         
9488         * [objects/dib.c]
9489         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
9490         This used to crash Wine. Fixed.
9491
9492         * [objects/text.c]
9493         Fix possible null pointer dereference in debugging output.
9494         
9495         * [misc/commdlg.c]
9496         Handle user input in the edit control better. Some bugs fixed.
9497         
9498         * [memory/local.c]
9499         Started implementing moveable blocks. This is unfinished (!), but
9500         at least it does not seem to break things.
9501
9502 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9503         
9504         * [loader/module.c]
9505         LoadModule(): DLLs occasionally have a data segment, and they work
9506         much better if it is loaded :-)
9507         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
9508         FindModule(): also strip off the last backslash of the pathnames
9509         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
9510         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
9511         only better.
9512         
9513         * [loader/ne_image.c]
9514         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
9515         not really correct, it seems that all programs and DLLs try to do
9516         this themselves. But they pass weird parameters.)
9517         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
9518         
9519         * [loader/task.c] [misc/user.c]
9520         Finish global initializations in InitTask instead of InitApp, or
9521         all the DLLs will be initialized in InitTask without any available
9522         window classes!
9523
9524 ----------------------------------------------------------------------
9525 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9526
9527         * [debugger/hash.c] [debugger/info.c]
9528         Added support for symbolic segmented addresses. Add symbols for all
9529         built-in API entry points.
9530
9531         * [if1632/relay.c] [include/dlls.h]
9532         Removed dll_table structure, as we now use the built-in module
9533         structures.
9534
9535         * [if1632/relay.c] [loader/main.c]
9536         Removed winestat option, as it was no longer very meaningful.
9537
9538         * [include/stackframe.h]
9539         New macro MAKE_SEGPTR that creates a segmented pointer to a local
9540         variable on the 32-bit stack.
9541
9542         * [loader/module.c]
9543         Added support for multiple instances of an application.
9544         Implemented LoadModule() and FreeModule().
9545
9546         * [loader/ne_image.c] [loader/task.c]
9547         Moved initialisation of built-in DLLs to InitTask().
9548
9549         * [memory/global.c]
9550         Implemented discardable blocks.
9551
9552         * [misc/file.c]
9553         Search path of current executable in OpenFile().
9554         Fixed bug with searching in Windows path.
9555
9556         * [misc/lstr.c]
9557         Hard-coded translation tables for Ansi<->Oem.
9558
9559         * [misc/user.c]
9560         Moved some global initializations to InitApp(), because they need
9561         a task context to be performed.
9562
9563         * [objects/dc.c]
9564         Handle R2_BLACK and R2_WHITE specially so that they work correctly
9565         with palette displays.
9566
9567         * [tools/build.c]
9568         Suppressed generation of the C file for DLL specs, because it's no
9569         longer needed. Output all the assembly code directly to stdout.
9570         Some changes to integrate Win32 support from Martin von Loewis. 
9571
9572         * [windows/msgbox.c]
9573         Moved message box code from misc/ to windows/.
9574
9575 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
9576
9577         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
9578           [misc/mmaux.c] [misc/mmsystem.c]
9579         Modify code & use pointers conversion macros.
9580         Make cdaudio & wave devices work again (only using some applets).
9581
9582         * [misc/profile.c]
9583         Change getc() to fgetc() where needed.
9584
9585 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
9586
9587         * [if1632/Imakefile]
9588         added entries for the new files gdi32.spec, kernel32.spec,
9589         user32.spec, shell32.spec and winprocs32.spec.
9590
9591         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
9592           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
9593         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
9594         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
9595                 stub implementations provided 
9596         marked storage.dll,storege.sys functions as stubs
9597
9598         * [include/pe_image.h]
9599         Added structures WIN32_builtin and  WIN32_function
9600
9601         * [include/peexe.h]
9602         PE_Import_Directory: renamed reserved fields to 
9603                 TimeDate, Forwarder, Thunk_List
9604
9605         * [include/winerror.h]
9606         New file.
9607
9608         * [loader/main.c]
9609         called RELAY32_Init
9610
9611         * [loader/pe_image.c]
9612         xmmap: map BSS anonymous
9613         dump_imports: renamed to fixup_imports, do the fixup of imported
9614                       symbols
9615         PE_LoadImage: pass raw data size to xmmap
9616
9617         * [loader/resource.c]
9618         DumpIcon: new function
9619
9620         * [misc/kernel32.c]
9621         New file.
9622
9623         * [misc/main.c]
9624         make stdout and stderr unbuffered
9625
9626         * [misc/shell.c]
9627         DoEnvironmentSubst: new function
9628
9629         * [objects/font.c]
9630         FONT_MatchFont: try oblique if there is no italic
9631
9632         * [rc/Imakefile][rc/parser.l]
9633         yywrap: new function
9634         Don't link with libfl.a on Linux
9635
9636         * [tools/build.c]
9637         Added keywords stdcall, subsystem, base
9638         GenerateForWin32: new function
9639         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
9640
9641 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9642         
9643         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
9644         Minor fixes.
9645         
9646         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
9647         Rewrote message box handling.
9648         
9649         * [windows/dialog.c]
9650         Dialogs should be invisible until after WM_INITDIALOG is seent.
9651         Don't switch to invisible dialog items on a TAB keypress.
9652         
9653         * [windows/mdi.c]
9654         Send WM_NCPAINT message in MDIRestoreChild().
9655         
9656         * [windows/painting.c]
9657         Fixed typo (&& -> &).
9658         
9659         * [windows/message.c] [if1632/user.spec]
9660         Implemented PostAppMessage().
9661         
9662         * [windows/event.c]
9663         SetCapture(0) should act like ReleaseCapture().
9664
9665 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
9666
9667         * [Imakefile]
9668         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
9669         Added ASFLAGS to exported variables.
9670
9671         * [debugger/readline/Imakefile]
9672         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
9673
9674         * [memory/local.c] [miscemu/int21.c]
9675         Added some more debugging outputs.
9676
9677 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
9678
9679         * [misc/message.c]
9680         Fixed a "FIXME" concerning norwegian translation.
9681
9682 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9683         
9684         * [*/*]
9685         Removed warnings in a couple of files and deleted some obsolete code.
9686
9687         * [controls/listbox.c]
9688         Cleanup, speed improvements & lots of bug fixes.
9689
9690         * [controls/combo.c]
9691         Mostly rewritten. This is still very buggy, but not quite as bad as 
9692         before.
9693
9694         * [include/commdlg.h] [misc/commdlg.c]
9695         Removed the need for sysres.dll. Small bug fixes.
9696         
9697         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
9698           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
9699         Removed sysres.dll and replaced the remaining bitmaps/icons with
9700         XPM equivalents.
9701
9702         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
9703           [if1632/winprocs.spec]
9704         "About Wine..." now brings up a standard ShellAbout() window with
9705         the Wine icon and the list of contributors.
9706         
9707         * [misc/shell.c]
9708         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
9709
9710         * [windows/event.c]
9711         Small hack for non-alphanumeric keys: Dont't send the ascii value in
9712         the WM_KEYDOWN message, but some unused code instead. Should be done
9713         properly by sending different codes for each key. The edit control
9714         used to get a VK_DELETE message each time the user typed '.'.
9715
9716         * [windows/class.c]
9717         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
9718         This used to be no problem, but breaks Resource Workshop in 950403.
9719         
9720         * [objects/dib.c]
9721         New diagnostic for a bug I've been encountering. If it shows up,
9722         please report it.
9723
9724 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
9725
9726         * [objects/color.c]
9727         Handle situation when 'dc' exists, but palette mapping
9728         does not.  (Fixes kidpix2 demo.)
9729
9730 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
9731
9732         * [loader/ldt.c]
9733         LDT_Print: Only show the number of entries that the kernel
9734         returned. Make this work for NetBSD.
9735
9736 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
9737
9738         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
9739         Modify cs and ds selector values for NetBSD-current.
9740
9741         * [debugger/debug.l]
9742         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
9743
9744         * [debugger/regpos.h]
9745         Modify sigcontext format for NetBSD-current.
9746         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
9747
9748         * [include/ldt.h]
9749         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
9750         value, since only 16 bits of it may have been saved.
9751
9752         * [misc/winsocket.c]
9753         Set structure packing with `#pragma pack' to accomodate
9754         other/older compilers.
9755
9756 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
9757         
9758         * [misc/commdlg.c]
9759         Fixed path-names so when changing directory the listboxes
9760         changes too.
9761         
9762         * [debugger/dbg.y debugger/debug.l wine.ini]
9763         Added SymbolTableFile to wine.ini so symbols can be read
9764         without standing in the directory containing wine.sym.
9765         Added the possibility to specify full name of wine.sym from
9766         the debugger prompt.
9767
9768 ----------------------------------------------------------------------
9769 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9770
9771         * [controls/static.c]
9772         Fixed painting of SS_*FRAME controls.
9773
9774         * [if1632/callback.c]
9775         Pass the window instance as DS to the 16-bit window procedure.
9776         Rewrote Catch() and Throw() to make them work with multiple tasks.
9777
9778         * [loader/main.c]
9779         New function MAIN_Init() to perform initializations before the
9780         first task is started instead of doing them in InitApp().
9781         Temporary hack to command-line parsing to load one program per
9782         command-line argument, to make testing task-switching easier.
9783
9784         * [loader/*.c]
9785         Reimplemented modules to use a Windows-compatible layout and to
9786         allow multiple tasks and multiple module instances. Not really
9787         finished yet.
9788
9789         * [loader/task.c] [misc/exec.c]
9790         Reimplemented tasks to use a common address space, and implemented
9791         preliminary task-switching capabilities.
9792
9793         * [memory/global.c]
9794         Fixed bug in GlobalNext().
9795
9796         * [misc/main.c]
9797         Updated the list of contributors. Let me know if I forgot someone.
9798
9799         * [miscemu/int21.c]
9800         Use one DTA per task instead of a global one.
9801
9802         * [objects/bitblt.c]
9803         Fixed bug in BitBlt() that could cause BadMatch errors.
9804
9805         * [tools/build.c]
9806         Added new function type 'stub', that makes possible to export an
9807         unimplemented function by name as well as by ordinal. This will
9808         avoid loading errors for unimplemented functions.
9809         Generate an in-memory module layout for built-in DLLs so that the
9810         same code can be used for built-in and loaded modules.
9811         Changed relay code to make it unnecessary to save the value of the
9812         BP register.
9813
9814         * [windows/message.c]
9815         Implemented multiple message queues and preliminary task-switching
9816         capabilities. Inter-task SendMessage() calls are not implemented
9817         yet and will probably cause crashes if used.
9818
9819         * [windows/property.c]
9820         Reimplemented properties and allocate them on the USER heap.
9821
9822         * [windows/win.c]
9823         Fixed bug in SetWindowWord().
9824         Reimplemented EnumWindows() and EnumTaskWindows().
9825
9826 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9827         
9828         * [misc/main.c]
9829         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
9830         
9831         * [loader/resource.c]
9832         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
9833         control.exe.
9834         Fixed icon loading.
9835         
9836         * [objects/font.c] [include/windows.h]
9837         Fixed a bug in InitFontsList() and worked on the EnumFonts()
9838         functions to make them comprehensible.
9839
9840         * [controls/button.c]
9841         Fixed my previous patch to handle LBUTTONUP messages.
9842
9843 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
9844
9845         * [misc/network.c, misc/dos_fs.c]
9846         Implemented WNetGetConnection.  All that is currently
9847         supported are drives, for which the remote name is simply
9848         the redirected UNIX directory name.
9849
9850         * [miscemu/int2?.c]
9851         More drive number validity checking.
9852
9853 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9854         
9855         * [controls/listbox.c]
9856         Oops, my previous change to ListBoxDirectory broke the Borland
9857         file open dialog. Fixed.
9858
9859 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
9860
9861         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
9862         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
9863         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
9864
9865 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9866         
9867         * [memory/global.c] [memory/local.c] [include/windows.h]
9868         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
9869         LocalReAlloc(): Same for LMEM_MODIFY.
9870         
9871         * [controls/listbox.c]
9872         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
9873         Check for errors in some more places.
9874
9875         * [if1632/gdi.spec] [if1632/user.spec]
9876         16 bit callback functions should be passed as segptrs.
9877         
9878         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
9879         [loader/library.c]
9880         Prevent a DLL from being initialized twice (Borlands Resource
9881         Workshop used to do this).
9882         Provide an additional flag for each w_file that indicates whether
9883         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
9884         
9885         * [controls/button.c]
9886         Handle LBUTTONUP messages even if the button no longer has the
9887         capture (for WinHelp).
9888         
9889         * [include/wintypes.h]
9890         FARPROC is now a segptr for the emulator and a function
9891         pointer for the library.
9892         
9893         * [misc/commdlg.c] [misc/commdlg.h]
9894         Cleaned the file dialogs up a little. They now work reasonably well,
9895         although there are still some problems (e.g. files are initially
9896         invisible).
9897
9898         * [windows/class.c] [if1632/user.spec] [include/windows.h]
9899         GetClassInfo() must take a segptr, as it checks whether the
9900         highword is zero.
9901         GetClassName() called the wrong atom function. No surprise it didn't
9902         find anything.
9903
9904         * [misc/lstr.c]
9905         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
9906         Removed some warnings.
9907
9908         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
9909         New spec file for the 3.1 DDEML DDL. 
9910
9911         * [controls/menu.c]
9912         Small fix to ChangeMenu - mask out the obsolete flags
9913         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
9914         problems with the MF_BYPOSITION flag.
9915
9916         * [windows/message.c]
9917         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
9918         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
9919         stack for speed reasons.
9920         
9921         * [windows/hook.c] [include/windows.h]
9922         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
9923         they have slightly different semantics.
9924         MS Hearts now works somewhat, if you disable the new builtin DDEML.
9925         The graphics are completely messed up, though.
9926
9927 ----------------------------------------------------------------------
9928 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9929
9930         * [Configure] [if1632/Imakefile]
9931         Removed new build and short names options.
9932
9933         * [if1632/*.c] [tools/build.c]
9934         Implemented compiled call-back functions for better performance;
9935         all the relay code is now done in assembly code generated by the
9936         build program.
9937         Relay code is no longer dependent on being loaded below 64K.
9938
9939         * [loader/resource.c]
9940         Fixed memory leak in LoadString(). A fix will also be needed for
9941         other resources.
9942
9943         * [memory/global.c]
9944         Implemented global heap arenas, so we can store informations about
9945         global blocks, like lock counts or owner handle.
9946         Implemented FarGetOwner() and FarSetOwner().
9947         Implemented global heap TOOLHELP functions.
9948
9949         * [memory/selector.c]
9950         Bug fix: it was not possible to re-use a free selector.
9951
9952 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
9953
9954         *  [controls/listbox.c]
9955         Major work on listbox code
9956          - Many bugs fixed (still many bugs)
9957          - More messages supported
9958          - Code simplified
9959
9960 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
9961
9962         * [controls/edit.c]
9963         Lots of bug fixes related to diappearing text, lost carets,
9964         highlighting, segmentation faults, occurance of random
9965         characters, insertion of characters over selection, misplaced
9966         caret location, display corruption, end of line behavior, etc.
9967
9968         * [controls/widgets.c]
9969         EDIT class doesn't want to use CS_PARENTDC flag.
9970
9971 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9972         
9973         * [loader/selector.c]
9974           FixupFunctionPrologs() should also handle multiple data modules.
9975           (this bug only became visible because MakeProcInstance() was fixed
9976           in 950319)
9977         
9978         * [misc/dosfs.c]
9979           Simplified DOS_SimplifyPath.
9980           Small fix to DOS_opendir to reuse an entry if an open directory
9981           is opened again, to prevent "too many open directories" messages.
9982
9983 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
9984
9985         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
9986         CoDisconnectObject: new stub function
9987
9988         * [include/msdos.h]
9989         fix DOSVERSION
9990
9991         * [loader/ne_image.c]
9992         NE_FixupSegment: Be more generous on additive fixups
9993
9994         * [if1632/user.spec][misc/network.c]
9995         Add more WNet* stubs
9996
9997 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9998
9999         * [controls/listbox.c]
10000           DlgDirList(): send segptr instead of linear pointer 
10001           in message to static control
10002         * [controls/menu.c]
10003           Tried to implement ownerdrawn menuitems. Doesn't work.
10004         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
10005           Provide a stub for GetRasterizerCaps()
10006         * [loader/selector.c]
10007           Pass end address instead of length to LocalInit() in 
10008           CreateSelectors()
10009         * [memory/local.c]
10010           LocalInit(): If there's already a local heap in the segment, do
10011           nothing and return TRUE
10012         * [objects/linedda.c]
10013           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
10014           now.
10015         * [windows/cursor.c]
10016           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
10017           more work still.
10018
10019 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10020
10021         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
10022           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
10023           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
10024           [windows/nonclient.c] [misc/message.c]
10025           Added a new builtin DLL that provides 16 bit entry points for all
10026           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
10027           again.
10028         * [misc/shell.c]
10029           RegOpenKey()/RegCreateKey() bugs fixed.
10030         * [loader/ne_image.c]
10031           Skipping the initialization of a DLL when CS == 0 was broken.
10032
10033 ----------------------------------------------------------------------
10034 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10035
10036         * [*/*]
10037         Implemented a new memory mapping scheme. There's no longer a
10038         one-to-one mapping between 16-bit and 32-bit pointers. Please see
10039         file DEVELOPERS-HINTS for technical details.
10040
10041         * [controls/scroll.c]
10042         Fixed bug when dragging mouse in horizontal scrollbars.
10043
10044         * [tools/build.c] [if1632/*.spec]
10045         Removed support for C callback functions and for re-ordering
10046         of the 32-bit arguments, as these were never used. This should
10047         allow a more efficient callback scheme to be implemented.
10048
10049         * [if1632/olecli.spec]
10050         Reduced the number of entries to make the 16-bit code fit in 64k.
10051         This limitation will soon be removed.
10052
10053         * [loader/ldt.c]
10054         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
10055
10056         * [memory/global.c]
10057         Rewrote Global*() routines to use the new selector allocation
10058         mechanism.
10059
10060         * [memory/local.c]
10061         Rewrote local heap handling to use a Windows-compatible layout
10062         (not really finished yet).
10063         Implemented TOOLHELP heap-walking routines.
10064
10065         * [memory/selector.c]
10066         Implemented LDT manipulation API functions.
10067
10068 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
10069
10070         * [windows/defdlg.c]
10071         Fixed problem where dialogs closed using the System menu 
10072         ('Close' item or double click on close box) would
10073         hang Wine.
10074
10075 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
10076
10077         * [controls/listbox.c]
10078         Removed most of the statements for sending a notification message
10079         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
10080         code; Borland's standard file open dialog will work now.
10081         
10082         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
10083         Added support for new command line option "-allowreadonly". If set
10084         an attempt to open a read only file in write mode will be converted 
10085         to opening it read only (many programs try to open all files in 
10086         read/write mode even if they only intend to read it - this might 
10087         cause a few under problems under an unix-like environment where most 
10088         files are read only for a "normal" user)
10089
10090         * [loader/selector.c]
10091         GetMemoryReference(): Added support for __AHIncr and __AHShift
10092
10093         * [misc/dos_fs.c]
10094         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
10095         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
10096         match(): rewritten
10097         
10098         * [objects/text.c]
10099         TEXT_NextLine(): Removed a bug in the handling of LF's
10100
10101         * [miscemu/int21.c]
10102         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
10103
10104 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
10105
10106         * [controls/menu.c]
10107         ChangeMenu: defaults to MF_INSERT
10108         InsertMenu: allow insertion even if position is one after last item
10109
10110         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
10111           [if1632/storage.spec] [include/dlls.h]
10112         Added stubs for STORAGE.DLL and COMPOBJ.DLL
10113
10114         * [if1632/user.spec] [windows/message.c]
10115         InSendMessage: new function
10116
10117         * [include/neexe.h][include/ne_image.c]
10118         NE_FixupSegment: fixed handling of additive records
10119
10120         * [loader/selector.c]
10121         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
10122
10123         * [loader/signal.c]
10124         win_fault: Enter debugger on SIGFPE, too
10125
10126 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
10127
10128         * [miscemu/int*.c]
10129         Various minor modifications to the clock tick counter,
10130         FindFirst/FindNext funcs, and DPB handling.
10131
10132 ----------------------------------------------------------------------
10133 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10134
10135         * [loader/resource.c] [objects/oembitmap.c]
10136         Removed sysres bitmap code; you need libXpm to compile now.
10137         Implemented LoadIcon() for OEM icons.
10138
10139         * [include/bitmaps/oic_*]
10140         Added OEM icons in XPM format.
10141
10142         * [objects/dib.c]
10143         Bug fix in DrawIcon().
10144
10145         * [rc/sysresbm.rc]
10146         Removed; all bitmaps are stored in XPM format now.
10147
10148 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
10149
10150         * [controls/edit.c]
10151         Small patch to fix edit-control when it's created with text.
10152
10153 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
10154
10155         * [tools/make_debug]
10156         The created macros won't have side effects anymore when used in
10157         an "if-else" structure. No more warnings from the compiler when
10158         compiled without defining DEBUG_RUNTIME.
10159  
10160 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
10161
10162         * [controls/listbox.c]
10163         ListBoxDeleteString(): Fixed
10164
10165         * [loader/selector.c]
10166         GetMemoryReference(): When special segments are referenced by
10167         pseudo-functions like __0040H, a reference to a "normal" segment
10168         will be returned preventing the program from crashing as soon
10169         as the referenced segment is actually accessed.
10170
10171 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
10172
10173         * [Configure]
10174         Ask for OLE stubs and malloc debugging
10175
10176         * [Imakefile]
10177         link with libmcheck.a if necessary
10178
10179         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
10180         Add OLE stubs, increase number of builtins
10181         dll_name_table_entry_s: new field dll_is_used
10182
10183         * [loader/library.c]
10184         GetModuleHandle,ModuleNext: Check dll_is_used
10185
10186         * [loader/ne_image.c]
10187         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
10188         to mean, anyway?)
10189
10190         * [misc/olecli.c][misc/olesvr.c]
10191         New files. Add to misc/Imakefile
10192
10193         * [misc/dos_fs.c]
10194         DOS_GetUnixFileName: make a copy of the input parameter to 
10195         prevent overwriting
10196
10197         * [misc/main.c]
10198         MAIN_ParseDLLOptions: new function
10199         MAIN_ParseOptions: treat -dll command line flag
10200         main: add support for malloc debugging
10201
10202 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
10203
10204         * [loader/signal.c]
10205         Small patch for people using FreeBSD-2.1.0.
10206
10207 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
10208
10209         * [toolkit/sup.c]
10210         Added return values to the Call* routines
10211
10212         * [toolkit/winmain.c]
10213         Load the resource file properly for WineLib applications.
10214
10215 ----------------------------------------------------------------------
10216 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10217
10218         * [if1632/call.S]
10219         Only save the lower 16-bits of SP and BP.
10220
10221         * [if1632/callback.c]
10222         When calling to 16-bit code, restore DS from its previous value on
10223         entry to the 32-bit code, instead of from the code segment owner.
10224
10225         * [if1632/relay.c] [include/stackframe.h]
10226         Use a structure to represent the 16-bit stack frame layout
10227         instead of hard-coded offsets.
10228         
10229         * [rc/Imakefile]
10230         Use y.tab.c for bison output file for compatibility with yacc.
10231
10232         * [tools/build.c]
10233         Small optimization for calls to 32-bit code.
10234
10235 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
10236
10237         * [tools/build.c]
10238         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
10239
10240 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
10241
10242         * [debugger/dbg.y]
10243         Remove unnecessary sym-table loading when stopped in 16-bit mode.
10244
10245         * [include/segmem.h] [loader/selector.c]
10246         Added dynamic alloction of selectors.
10247         Fixed some problems with large programs SIGSEGV-ing while
10248         running out of selectors.
10249
10250         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
10251           [memory/global.c] [memory/heap.c] [memory/linear.c]
10252         Use __AHSHIFT and __AHINCR instead of 3 and 8.
10253
10254 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
10255
10256         * [misc/dos_fs.c]
10257         Better relative path handling when converting filenames between
10258         dos and unix, allowing '.' to be used in the Windows path.
10259         Startup working dir is now based on current working dir.
10260
10261 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
10262
10263         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
10264         Squeezed data structure that references internal dll's (mostly
10265         "struct dll_table_entry_s"). Caused 20% reduction in executable
10266         code size.
10267
10268 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
10269
10270         * [Imakefile]
10271         make wine.sym only when making emulator
10272
10273         * [misc/file.c]
10274         OpenFile(): report as not implemented for WINELIB
10275
10276         * [misc/winsock.c]
10277         Fix CONVERT_HOSTENT and friends for use with WINELIB
10278
10279         * [rc/Imakefile][rc/rc.y][rc/parser.c]
10280         Rename rc.y to parser.y
10281         Use flex and bison on Sun
10282
10283         * [toolkit/sup.c]
10284         CallWindowProc: fix parameter type
10285
10286         * [windows/event.c]
10287         Commented #ifdef sparc
10288
10289 ----------------------------------------------------------------------
10290 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10291
10292         * [windows/nonclient.c] [windows/winpos.c]
10293         Implemented maximized windows.
10294         Implemented icon positioning and ArrangeIconicWindows().
10295         Bug fixes in SetWindowPos().
10296
10297         * [windows/painting.c]
10298         Implemented GetControlBrush().
10299         Window frame is no longer contained in the update region.
10300
10301         * [windows/win.c]
10302         Destroy owned windows upon DestroyWindow().
10303
10304 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
10305
10306         * [controls/edit.c]
10307         Changed line terminator to \r\n to be compatible with
10308         Windows.  Fixed bug in text selection.
10309
10310 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10311
10312        * [misc/shell.c]
10313        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
10314        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
10315        These functions now work somewhat more the way Windows programs expect
10316        them to work.
10317
10318 ----------------------------------------------------------------------
10319 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10320
10321         * [loader/resource.c] [objects/dib.c]
10322         Fixed icon loading and drawing, now that BitBlt() works correctly.
10323         
10324         * [objects/clipping.c] [objects/region.c]
10325         Implemented elliptic regions with a set of rectangle. This greatly
10326         simplifies the region code and should boost clipping performance.
10327
10328         * [objects/color.c]
10329         Fixed bug that caused seg-fault on 24bpp displays.
10330
10331         * [objects/bitblt.c]
10332         Fixed bug when shrinking a bitmap to more than half its size.
10333
10334         * [windows/graphics.c]
10335         Fixed bugs in PaintRgn() and Polyline().
10336
10337         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
10338         Fixed some problems with window background painting.
10339
10340 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
10341
10342        * [tools/build.c]
10343        * [tools/newbuild.c]
10344        * [Imakefile]
10345        * [include/wine.h]
10346        * [loader/call.S]
10347        * [loader/selector.c]
10348        * [include/segmem.h]
10349        * [misc/main.c]
10350        Changed selector code and 16/32 bit xfer code so that wine
10351        no longer has to be loaded low in memory.  Changed wine
10352        to work with ELF binary formats under Linux.
10353        
10354 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
10355
10356         * [debugger/db_disasm.c]
10357         New instruction disassembler - borrowed from Mach kernel.  Has a
10358         BSD style of license as opposed to the gdb code we were previously
10359         using which was under the GPL.
10360
10361 ----------------------------------------------------------------------
10362 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10363
10364         * [Imakefile]
10365         Compiling with -Wall flag.
10366
10367         * [*/*]
10368         Fixes to minimize the number of compilation warnings.
10369
10370         * [objects/bitblt.c]
10371         Fixed BitBlt() and used the same code to rewrite PatBlt() and
10372         StretchBlt(). The three *Blt() functions should now be correct in
10373         every case (famous last words).
10374
10375         * [objects/brush.c] [objects/dither.c]
10376         Merged the two files into brush.c
10377
10378         * [objects/dc.c]
10379         Fixed bug when the Windows programs forget to re-select the
10380         original bitmap in a memory DC.
10381
10382         * [objects/font.c]
10383         Tty to use 'fixed' font when the system font can't be found.
10384
10385         * [windows/dialog.c]
10386         Tentative fix to make dialogs look better when using fixed-width
10387         fonts.
10388
10389         * [windows/graphics.c]
10390         Partially implemented the PS_INSIDEFRAME pen style.
10391
10392         * [windows/nonclient.c]
10393         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
10394         without the WS_DLGFRAME style.
10395
10396 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
10397
10398         * [memory/global.c]
10399         GlobalCompact should now return the correct value when the
10400         largest run of free blocks includes the last block.
10401
10402         * [windows/mdi.c]
10403         Tiling and cascading windows without any MDI children should
10404         no longer crash (assuming no-op is the correct thing to do).
10405
10406 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
10407
10408         * [objects/font.c]
10409         GetTextExtentPoint: fixed debug output, str is counted string, not
10410         zero terminated.
10411
10412         * [if1632/relay.c]
10413         DLLRelay: when debugging_stack got segv, added upper bound for
10414         stack dump.
10415
10416 ----------------------------------------------------------------------
10417 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10418
10419         * [*/Imakefile]
10420         All objects files are now kept in their respective directory.
10421
10422         * [README]
10423         Rewrote most of it.
10424
10425         * [objects/bitblt.c]
10426         Rewrote BitBlt() to look right in every case, while minimizing
10427         the impact on performance. Not really finished yet.
10428
10429         * [objects/bitmap.c] [objects/dc.c]
10430         Fixed bug with pattern brushes.
10431
10432         * [objects/clipping.c] [windows/painting.c]
10433         Fixes for logical coordinates.
10434
10435         * [objects/color.c] [windows/graphics.c]
10436         Fixed GetPixel() to return the correct color, and made it faster.
10437
10438         * [objects/region.c]
10439         Fixed bug in CombineRgn() when one of the region is empty.
10440
10441 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
10442
10443         * [Configure]
10444         Don't assume that expr handles '==', use '=' instead.
10445         Give a (hopefully informative) message if imake fails.
10446
10447 ----------------------------------------------------------------------
10448 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10449
10450         * [controls/listbox.c]
10451         Fixed problems due to new scroll-bar code.
10452
10453         * [loader/signal.c] [miscemu/ioports.c]
10454         Handle I/O opcodes that use an absolute address.
10455
10456         * [objects/text.c]
10457         Implemented TabbedTextOut().
10458
10459 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
10460
10461         * [objects/metafile.c]
10462         Implemented GetMetafile().
10463         Fixed bug in PlayMetaFile() when reading disc based metafile records.
10464         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
10465         PlayMetaFileRecord().
10466         
10467 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10468
10469         * [Imakefile]
10470         wine.sym: Remove gcc2_compiled and friends
10471
10472         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
10473           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
10474         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
10475
10476         * [if1632/call.S]
10477         CallToLibMain: New function
10478
10479         * [if1632/relay.c][include/options.h][misc/main.c]
10480           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
10481         removed Options.relay_debug
10482
10483         * [include/heap.h]
10484         HEAP_OWNER: Use ds instead of cs:ip
10485
10486         * [loader/ne_image.c]
10487         LoadNEImage: Remember current exe, handle nodata dlls
10488         InitNEDLL: handle nodata dlls, call CallToLibMain
10489
10490         * [loader/selector.c]
10491         CreateSelectors: Initialize auto_data_sel with 0
10492
10493         * [memory/heap.c]
10494         HEAP_CheckHeap: Check prev
10495         HEAP_CheckLocalHeaps: new function
10496
10497         * [misc/profile]
10498         Remember and dump only changed profiles
10499
10500         * [tools/makedebug]
10501         Introduce debugging_xxx flags
10502
10503 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
10504
10505         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
10506         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
10507         pe_image.h selectors.h wintypes.h]
10508         Added.
10509
10510         * [*/*]
10511         - Commented all 'static char copyright statements', see misc/main.c
10512         - moved prototypes to headers files, fixed wrong prototypes.
10513         - *please* add a header file for each .c if you need to export
10514           things.
10515
10516         * [misc/main.c]
10517         Added one static string which list the names of the contributors.
10518
10519 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
10520
10521         * [Configure]
10522         Made the support for multiple languages more automatic.  Added
10523         a [fonts] section to the wine.conf file.  Made the defaults
10524         better.  Generally cleaned it up.
10525
10526         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
10527         Norwegian resources and small fixes to the german resources.
10528
10529 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10530
10531         * [debugger/break.c]
10532         bark(), toggle_next(), should_continue(): New functions
10533         insert_break(): Fixed, adds write access to page before writing
10534         wine_bp.next_addr: new structure field
10535
10536         * [debugger/dbg.y]
10537         Changed symbol's value to be it's value instead of the value
10538         pointed to by the symbol.
10539         Changed SIGTRAP handling to allow continuation after break point
10540
10541         * [misc/shell.c]
10542         ShellAbout(): Load resource from memory
10543
10544 ----------------------------------------------------------------------
10545 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10546
10547         * [controls/scroll.c] [include/scroll.h]
10548         Rewritten most of scroll-bar code for better Windows look & feel.
10549         Implemented EnableScrollBar().
10550         Preliminary keyboard support.
10551
10552         * [objects/bitblt.c]
10553         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
10554         bits from outside the visible region.
10555
10556         * [objects/oembitmap.c] [include/bitmaps/obm_*]
10557         Use XPM symbolic colors to load bitmaps. This allows the colors
10558         of the bitmaps to depend on the system colors.
10559
10560         * [tools/make_debug]
10561         Made the make_debug script more robust.
10562
10563         * [windows/dialog.c]
10564         Fixed CheckRadioButton().
10565
10566         * [windows/nonclient.c]
10567         A few changes to scroll-bar drawing and tracking.
10568
10569         * [windows/winpos.c]
10570         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
10571         avoid confusion, and optimized it somewhat.
10572
10573 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
10574
10575         * [misc/audio.c]
10576         * [misc/mcianim.c]
10577         more coding but nothing spectacular.
10578
10579         * [misc/mmaux.c]
10580         some coding to access '/dev/mixer'.
10581
10582         * [misc/midi.c]
10583         some coding to read .MID files, but it's not playing yet.
10584
10585 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
10586
10587         * [objects/dib.c]
10588         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
10589         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
10590         includes some bitmaps output by Paint Shop Pro.  Implementation is
10591         possibly now too lax.  Please see the notes on the function about
10592         why.
10593
10594         * [controls/desktop.c]
10595         The desktop pattern should be painted if the wallpaper doesn't
10596         cover the whole screen width OR the whole screen height.
10597
10598 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
10599
10600         * [objects/dib.c]
10601         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
10602         now work.
10603
10604         * [loader/ne_resource.c] [include/resource.h]
10605         Some cleanup.
10606
10607 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10608
10609         * [Configure]
10610           [rc/sysres.rc]
10611         Primitive compile-time support for multiple languages
10612
10613         * [rc/sysres_De.rc]
10614         New file
10615
10616         * [loader/resource.c]
10617         LoadBitmap: Recognize end of sysresbm properly
10618
10619         * [rc/Imakefile]
10620         Rules to compile resources simplified, dependencies changed
10621
10622         * [rc/sysresbm.rc]
10623         Don't use sysresbm if using XPM
10624
10625         * [windows/dialog.c]
10626         CreateDialogIndirectParam: Reverse Z-order of controls
10627
10628         * [windows/message.c]
10629         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
10630
10631         * [windows/winpos.c]
10632         NextWindowFromPoint: New function
10633
10634         * [controls/button.c]
10635         WM_NCHITTEST: Group Box is HTTRANSPARENT
10636         BUTTON_CheckAutoRadioButton: New function
10637         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
10638
10639 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
10640
10641         * [objects/text.c]
10642         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
10643         is too long to break.
10644
10645         * [objects/font.c]
10646         Don't assume helvetica if there is no font family; let the other
10647         font attributes decide what font to use.
10648
10649         * [controls/widgets.c]
10650         Listboxes and combo boxes need to be notified of double-clicks.
10651
10652         * [controls/listbox.c]
10653           [include/listbox.h]
10654
10655         scrolling to bottom of list box should display last item at the
10656         bottom, not at the top.
10657         
10658         list boxes need to allocate a separate heap for their item data,
10659         rather than using the user heap.  Otherwise, it's very easy to run
10660         out of memory for list box items.
10661
10662         removed redundant code in ListBoxAddString().  Implemented simple
10663         version of LBS_SORT.
10664
10665         Don't put [.] in the list box when using DDL_DIRECTORY.
10666
10667         * [controls/combo.c]
10668         Combos should pass CBS_SORT onto their list box.
10669
10670         * [windows/win.c]
10671         If window creation is aborted, remove the window from the
10672         linked lists.
10673
10674         * [controls/static.c]
10675         static controls with SS_ICON were always returning 0 from
10676         WM_NCCREATE.
10677
10678         Make sure static controls have text to draw before drawing it.
10679
10680 ----------------------------------------------------------------------
10681 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10682
10683         * [objects/oembitmap.c]  (New file)
10684         Added possibility to use .xpm files for OEM bitmaps.
10685
10686         * [include/bitmaps/obm*]  (New files)
10687         Redrawn all OEM bitmaps in xpm format.
10688
10689         * [objects/font.c]
10690         Add space for internal leading when using a negative font height.
10691         Stubs for AddFontResource() and RemoveFontResource().
10692         Fix in FONT_Init() for uninitialised default font.
10693
10694         * [windows/dialog.c]
10695         Make font height negative as it is really a point size and not a
10696         pixel size; dialogs using 8-point fonts look better now.
10697
10698         * [windows/graphics.c]
10699         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
10700
10701         * [windows/nonclient.c]
10702         A few changes for new OEM bitmaps.
10703
10704 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
10705
10706         * [windows/class.c]
10707         The names of local classes have to be stored using GlobalAtom*.
10708         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
10709
10710         * [if1632/call.S]
10711         CallTo16(cx): It's possible to set the contents of the cx-register.
10712
10713         * [loader/ne_image.c]
10714         InitNEDLL(): The size of the local heap is now passed in the cx-
10715         register when initializing a DLL.
10716
10717         * [memory/heap.c]
10718         LocalInit(): The case start==0 is now handled in the way it should.
10719
10720         * [windows/win.c]
10721         GetWindowLong(): If the adress of the windows function is requested
10722         it's no longer returned if it's within the Wine code (and therefore
10723         unreachable by a windows program). This makes Borland's OWL happy.
10724
10725         * [controls/edit.c]
10726         EDIT_GetStr(): Added handling for off<0.
10727
10728 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
10729
10730         * [loader/library.c]
10731         Fixed infinite loop bug when two DLLs refer to each other (fixes
10732         hangup of Quicken during loading).
10733
10734 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
10735
10736         * [misc/dos_fs.c]
10737         Bug fix: The size of a disk an the available space
10738         is now returned in bytes instead of (incorrectly)
10739         KBytes.
10740
10741 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
10742
10743         * [windows/graphics.c]
10744         Bug fix: Pie segments are now filled with correct brush.
10745
10746 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10747
10748         * [Imakefile]
10749         generate rc.o before loader.o
10750
10751         * [controls/menu.c]
10752         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
10753
10754         * [include/resource.h]
10755         Add struct ResourceTable
10756
10757         * [loader/bitmap.h]
10758         Load system bitmaps from sysresbmTable
10759
10760         * [misc/clipboard.c]
10761           [windows/event.c]
10762         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
10763         
10764         * [rc/Imakefile]
10765         generate rc.o from sysres.o and sysresbm.o. Added -lfl
10766
10767         * [rc/rc.y]
10768         change style handling to allow ( S1 | S2 ) | S3
10769
10770         * [rc/sysres.rc]
10771           [rc/sysresbm.rc]
10772         Put bitmaps and icons to sysresbm, everything else to sysres
10773
10774         * [rc/winerc.c]
10775           [rc/winerc.h]
10776         Added -o, -c flags. New function set_out_file. Output to files.
10777
10778         * [windows/dialog.c]
10779         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
10780
10781         * [windows/nonclient.c]
10782         Create AboutWine dialog from template pointer
10783
10784 ----------------------------------------------------------------------
10785 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10786
10787         * [controls/static.c]
10788         Bug fix for SS_ICON controls.
10789
10790         * [if1632/Imakefile]
10791         Fixed call.o dependencies.
10792
10793         * [objects/clipping.c] [objects/dc.c]
10794         Fixed visible region handling. hVisRgn is always non-null now.
10795
10796         * [windows/dce.c]
10797         Bug fix in GetDCEx for CS_OWNDC windows.
10798
10799         * [windows/nonclient.c] [windows/painting.c]
10800         Fixes to icon window drawing.
10801
10802         * [windows/winpos.c]
10803         A few fixes in SetWindowPos().
10804
10805 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
10806
10807         * [objects/bitblt.c]
10808         BitBlt(): BitBlt is now able to handle any raster operation. If
10809         the request can't be passed to XWindows directly, it's quite
10810         slow, though.
10811
10812         * [*/*.c]
10813           [misc/main.c]
10814         Improvements of the system for handling debug messages. Options are
10815         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
10816         *debugoptions: +xxx there if you want to have turn messages xxx on).
10817
10818         * [controls/menu.c]
10819         DestroyMenu(): The whole window won't be destroyed as a sideeffect
10820         any longer.
10821
10822         * [misc/file.c]
10823         OpenFile(): Fixed bug in searching in system/window-directory.
10824
10825 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
10826
10827         * [include/windows.h]
10828         Bug fix for window related structures.
10829         DCB and COMSTAT are affected. They must be packed.
10830
10831         * [misc/comm.c]
10832         Bug fix for COM ports:
10833         Dial and dialog window in terminal.exe now works.
10834         Non sequential COM assignments in wine.conf should not break now.
10835         Baudrate can be specified in wine.conf to overcome baudrate limitation
10836         in mswindow. See sample wine.ini
10837
10838         * [include/comm.h]
10839         add baudrate field to DosDeviceStructre
10840
10841         * [object/font.c]
10842         Bug fix for font assignment.
10843         Use pairs of foundry and family fontnames in X11 to correspond with
10844         window's fonts.
10845         Put font assignment ini wine.ini.
10846
10847         * [wine.ini]
10848         Adding optional baudrate after port name in "serialports" section
10849         Add new section, "fonts".
10850         "default" is special key in "fonts" to match any unmatch window font.
10851
10852 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
10853
10854         * [if1632/relay.c]
10855         * [if1632/commdlg.spec]         New file.
10856         * [misc/commdlg.c]                      New file.
10857         * [include/commdlg.h]           New file.
10858         Begin of an emulated COMMDLG DLL, built-in for now.
10859         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
10860         thing you need to do is to put the real/dummy name in file relay.c)
10861
10862         * [controls/scroll.c]
10863         * [controls/combo.c]
10864         * [controls/listbox.c]
10865         Few bug fixes and/or cosmetic.
10866
10867         * [misc/audio.c]
10868         * [misc/mmaux.c]
10869         bug fixes and flags returned to emulate SB16.
10870
10871         * [misc/midi.c]                         New file.
10872         skeleton for 'Midi' MMSYSTEM & MCI driver.
10873
10874         * [misc/mcianim.c]                      New file.
10875         skeleton for 'Animation1' MCI driver.
10876
10877         * [windows/win.c]
10878         Add new stub for GetLastActiveWindow().
10879
10880 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
10881
10882         * [if1632/call.S] [tools/build.c]
10883            Support for ELF format. (Not complete)
10884
10885 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
10886
10887         * [if1632/user.spec]
10888         Add stubs for ArrangeIconicWindows(), etc.
10889
10890         * [if1632/kernel.spec]
10891         Add IsBad*Ptr() functions.
10892
10893         * [loader/signal.c]
10894         Add test_memory(), for use with IsBad*Ptr().
10895
10896         * [windows/winpos.c]
10897         Add stubs for TileChildWindows(), etc.
10898
10899         * [windows/win.c]
10900         IsWindow() shouldn't crash if it's given a bad handle.
10901         Add stub for GetLastActivePopup().
10902
10903         * [memory/global.c]
10904         Implement the IsBad*Ptr() functions.
10905
10906         * [controls/listbox.c]
10907         Return the full longword of the item data in LB_GETITEMDATA.
10908
10909         * [controls/edit.c]
10910         Don't let the user select an area past the end of the text.
10911
10912         * [objects/text.c]
10913         In DrawText(), the code to delete crlfs also removed multiple
10914         consecutive newlines.  Also, using DT_CALCRECT didn't return
10915         the right height, and the width wasn't returned at all.
10916         This caused MessageBoxes to be missing much of their text.
10917
10918         * [windows/scroll.c]
10919         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
10920
10921 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
10922
10923         * [miscemu/int21.c]
10924         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
10925
10926         * [misc/property.c]
10927         Fixed inverted logic in EnumProps(), and changed CallBack16()
10928         call to use new arg format.
10929
10930         * [windows/win.c]
10931         Fixed CallBack16() call in Enum[Child]Windows to use new arg
10932         format; this fixes crashes in enum procedures.
10933
10934 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
10935
10936         * [misc/clipboard.c]
10937           [windows/event.c]
10938           [windows/message.c]
10939         Added cut and paste between Wine and other X clients via
10940         the PRIMARY selection. Text only this time.
10941
10942         * [controls/edit.c]
10943         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
10944
10945         * [windows/defwnd.c]
10946         Send WM_SYSCOMMAND to overlapped ancestor window, 
10947         not the receiver of WM_SYSKEYDOWN
10948
10949 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
10950
10951         * [controls/edit.c]
10952         ClientWidth()/ClientHeight() macros: return 0 if size would
10953         be negative
10954         EDIT_StrLength(): takes unsigned char* instead of char*
10955
10956         * [controls/listbox.c]
10957         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
10958         case instead of in each place required (it was omitted in
10959         some places causing problems!)
10960
10961         * [controls/menu.c]
10962         MENU_CalcItemSize(): don't try to find size of a text item
10963         if the pointer is NULL
10964
10965         * [include/heap.h]
10966         added definition of HEAP_LocalInit()
10967
10968         * [include/msdos.h]
10969         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
10970         instead)
10971
10972         * [loader/selector.c]
10973         IPCCopySelector(): added missing flags to shmget() call
10974         ? does this break linux - I added these flags in a previous
10975         patch but they were missing in the corresponding release ?
10976
10977         * [loader/signal.c]
10978         win_fault(): added missing definitions of i, dump for those
10979         not running NetBSD or linux
10980
10981         * [misc/dos_fs.c]
10982         DOS_GetCurrentDir(): made temp[] static so it can be safely
10983         returned
10984
10985         * [miscemu/int21.c,int25.c,int26.c]
10986         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
10987         segmem.h where necessary.
10988
10989         * [windows/dialog.c]
10990         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
10991         HEAP_LocalInit(), removed redundant variables
10992
10993 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
10994
10995         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
10996           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
10997           [objects/bitblt.c] [objects/metafile.c]
10998         Rewritten more printf's to use the new debugging system, and
10999         made wine less verbose per default. Use "-debugmsg +module"
11000         to get (almost) the same behavior as before.
11001
11002 ----------------------------------------------------------------------
11003 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11004
11005         * [controls/button.c]
11006         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
11007         BM_SETSTATE.
11008         Implemented default button painting.
11009         Optimised redrawing.
11010         Fixed owner-draw buttons.
11011
11012         * [controls/static.c]
11013         Implemented WM_SETFONT.
11014         A few optimisations in painting code.
11015         Bug fix for SS_SIMPLE controls.
11016
11017         * [if1632/callback.c]
11018         Preliminary GetCodeHandle().
11019
11020         * [if1632/gdi.spec]
11021         Changed 'pascal' to 'pascal16' everywhere it's needed.
11022
11023         * [include/windows.h]
11024         Fixed a few data structures.
11025
11026         * [memory/heap.c]
11027         Bug fix in HEAP_ReAlloc().
11028
11029         * [misc/cursor.c]
11030         Fixed SetCursor().
11031
11032         * [objects/bitblt.c]
11033         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
11034
11035         * [objects/font.c]
11036         Better font mapping code.
11037         Implemented GetTextFace().
11038
11039         * [objects/region.c]
11040         Bug fix in REGION_MakePixmap().
11041         Faster region copying.
11042
11043         * [objects/text.c]
11044         Implemented ExtTextOut().
11045         Implemented DT_NOCLIP style for DrawText().
11046
11047         * [windows/dc.c]
11048         Free the bitmap when deleting a memory DC.
11049
11050         * [windows/dce.c]
11051         Added support for windows that have no associated X window.
11052         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
11053
11054         * [windows/defdlg.c]
11055         Implemented default push button handling and DM_SETDEFID.
11056         Implemented WM_NEXTDLGCTL.
11057
11058         * [windows/dialog.c]
11059         Implemented default push button handling.
11060         Beginning of a keyboard interface in dialogs
11061         (does not really work yet).
11062         Fixed dialogs that use a special font.
11063
11064         * [windows/event.c] [windows/focus.c]
11065         Added support for non-X windows.
11066
11067         * [windows/graphics.c]
11068         Rewritten FloodFill() and implemented ExtFloodFill().
11069
11070         * [windows/message.c]
11071         Cleaner hardware messages and X events handling.
11072
11073         * [windows/defwnd.c] [windows/painting.c]
11074         Implemented WM_SETREDRAW.
11075
11076         * [windows/win.c]
11077         Only create an X window for top-level windows, or for the desktop.
11078         Child windows now use their parent's drawable.
11079
11080         * [windows/winpos.c]
11081         Beginning of support for non-X windows (still somewhat broken).
11082         Implemented *DeferWindowPos().
11083
11084         * [*/Imakefile]
11085         Cleaned up some Imakefiles.
11086         Moved dc.c from windows/ to objects/.
11087         Moved cursor.c from misc/ to windows/.
11088
11089 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
11090
11091         * [include/debug.h]
11092           [include/stddebug.h]
11093           [*/*.c]
11094         Rewritten all the calls to printf for displaying debug-information
11095         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
11096         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
11097         all these messages on, "-debugmsg -dll" will turn all messages 
11098         concerning DLLs off.
11099
11100         * [controls/combo.c]
11101         Added some handling for combo controls with ownerdraw-styles
11102         (just creating and passing the necessary messages to the 
11103         corresponding listbox control; the edit-control needs to be
11104         replaced with something else).
11105
11106         * [controls/edit.c]
11107           [windows/dialog.c]
11108         Added support for use of global heap memory in dialogs with 
11109         edit controls.
11110
11111         * [controls/listbox.c]
11112         Added support for item data.
11113         ListBoxInsertString(): Fixed bug for elements which are not inserted
11114         after the currently last element.
11115         
11116         * [misc/dos_fs.c]
11117           [miscemu/int21.c]
11118         DOS_ValidDirectory(): Checks whether a given string is in fact the
11119         valid name of a directory.
11120
11121 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
11122
11123         * [Imakefile]
11124         generate wine.sym after creating wine
11125
11126         * [debugger/dbg.y]
11127         load "wine.sym" when entering debugger
11128
11129         * [debugger/info.c]
11130         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
11131
11132 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
11133
11134         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
11135         Files created
11136
11137 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
11138
11139         * [misc/spy.c]
11140         Exclude and Include no longer requires a terminating ';' to
11141         register the last component.
11142
11143 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
11144
11145         * [Configure]
11146         Rewrote much of it.  Added capability to generate a wine.ini
11147         file.  Commented out the processor emulator options until that
11148         becomes interesting.  Gives a warning if it sees any *.rej
11149         files.  I hope I haven't assumed to much about the shell/OS so
11150         that it breaks under *BSD.
11151
11152         * [misc/dos_fs.c]
11153         Removed/changed calls to ToUnix() (which calls tolower()) so
11154         that the part of the pathname which correspond with the drive
11155         letter on DOS no longer will be mapped to lowercase.  This
11156         means that it should be possible to have uppercase letters in
11157         the [drives] section of wine.ini.
11158
11159         * [LICENSE]
11160         Cosmetic changes so that it displays better in the window you
11161         get from pressing "Credit_License" in the "About WINE" window.
11162
11163 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
11164
11165         * [controls/menu.c]
11166         LoadMenu() moved to loader/resource.c.
11167
11168         * [misc/main.c]
11169         Added stub for FileCDR().
11170
11171         * [include/peexe.h]
11172         Added, from Eric's pe-test.
11173
11174         * [include/resource.h]
11175         Added.
11176
11177         * [loader/resources.c]
11178         Removed duplicated code in *Resource() functions.
11179         Moved NE-program specific functions into ne_image.c.
11180         Moved NE-fileformat functions to ne_resource.c.
11181
11182         * [pe_image.c] [pe_resource.c]
11183         Added. Nothing implemented to run PE-executables, resource
11184         loading only.
11185
11186         * [misc/file.c]
11187         Changed OpenFile() to use macros.
11188
11189         * [misc/shell.c]
11190         Added NULL-ptr checks to ShellAbout().
11191
11192         * [miscemu/int21.c]
11193         Fixed a few typos.
11194
11195         * [miscemu/kernel.c]
11196         Added _DI = _DS, to put the caller's instance in DI. Doesn't
11197         work properly if caller changed DS :-(
11198
11199 ----------------------------------------------------------------------
11200 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
11201
11202         * [include/win.h]
11203         Removed seperate X window for icon, added icon width,height.
11204
11205         * [include/windows.h]
11206         Commented out the old SW_xxx emum and added defines since
11207         they aren't enumerated.
11208
11209         * [windows/dce.c]
11210         Removed some older IsIconic checks from GetDCEx(), functionality
11211         is now in nonclient and generic wine window handling code.
11212         Lots of thanks to Alexandre Julliard all the hints and
11213         help...
11214
11215         * [windows/defwnd.c]
11216         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
11217         WM_PAINTICON now calls NC_HandleNCPaint.  
11218
11219         * [windows/event.c]
11220         Removed IsIconic checks.
11221
11222         * [windows/icon.c]
11223         Removed everything in this file for now... could be used later.
11224         Icon functionality is now handled by the generic wine windows
11225         handling functions.
11226         
11227         * [windows/mdi.c]
11228         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
11229         show up when deiconified.  Removed IsIconic checks.
11230
11231         * [windows/message.c]
11232         Removed old icon routines from hardware_event().
11233
11234         * [windows/nonclient.c]
11235         Changed NC_HandleNCCalcSize() so it doesn't change the size
11236         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
11237         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
11238         on an Iconic window always send a SC_RESTORE message.
11239
11240         * [windows/painting.c]
11241         Changed RedrawWindow() so it doesn't redraw an iconic window
11242         unless it has to (no icon for this class).
11243         
11244         * [windows/win.c]
11245         Removed creation of seperate icon window from CreateWindowEx().
11246         
11247         * [windows/winpos.c]
11248         Added saving and restoring of window rectangle during
11249         iconification/deiconification to ShowWindow().  Added
11250         functions to recursively hide and show children... called
11251         by ShowWindow during iconification/deiconification.
11252
11253 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
11254
11255         * [windows/message.c]
11256         WaitMessage(): Fixed handling of wm_timer-messages
11257
11258         * [miscemu/int21.c]
11259         FindNextFCB(): Rewritten to support other functions than just
11260         returning the volume label
11261
11262         * [misc/file.c]
11263         OpenFile(): Fix in handling of OF_CREATE
11264
11265 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
11266
11267         * [if1632/user.spec]
11268         Added SetParent.
11269
11270         * [windows/win.c]
11271         Added SetParent.
11272
11273 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
11274
11275         * [loader/selector.c]
11276         Many changes throughout file to correct handling of shared memory
11277         function return codes. FreeBSD and SunOS shm functions return
11278         -1 not 0 on error. If Linux is different, these changes
11279         will have to be backed out.
11280         CleanupSelectors(): this is a new (internal) call to free
11281         up all selectors (and shm handles/memory) for use on exit.
11282
11283         * [include/segmem.h]
11284         Change comment to reflect new use of shm_key
11285
11286         * [misc/main.c]
11287         called_at_exit(): add call to CleanupSelectors()
11288
11289 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11290
11291         * [controls/button.c]
11292         Use OBM_CHECKBOXES to draw check boxes with correct colors.
11293         Fixed bug with WM_SETTEXT handling.
11294         A few drawing optimisations.
11295
11296         * [controls/menu.c]
11297         Implemented correct \t and \a handling in menu items.
11298         Implemented help items (flush right) on menu bar.
11299         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
11300
11301         * [controls/static.c]
11302         Fixed SS_ICON controls and implemented STM_SETICON message
11303         handling.
11304
11305         * [controls/widget.c]
11306         Set cursor to IDC_ARROW for built-in classes.
11307
11308         * [include/options.h] [misc/main.c]
11309         Backing store is now off by default.
11310
11311         * [objects/region.c]
11312         Use X regions for rectangle and polygon regions: *major* speed
11313         improvement.
11314
11315         * [windows/dialog.c]
11316         Fixed the fix for integer ids in controls. SS_ICON controls in
11317         dialogs should work now.
11318         Implemented DS_ABSALIGN style.
11319
11320         * [windows/graphics.c]
11321         Implemented InvertRgn().
11322         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
11323         than with CreateCompatibleDC() + BitBlt().
11324
11325         * [windows/message.c]
11326         Determining the window for a mouse message is now done at
11327         GetMessage() time.
11328         Modified PeekMessage() handling to avoid needlessly flushing the
11329         output queue.
11330
11331         * [windows/timer.c]
11332         Check for restart of a timer (SetTimer call with the same hwnd and
11333         id than an existing timer).
11334
11335 ----------------------------------------------------------------------
11336 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
11337
11338         * [misc/file.c]
11339         OpenFile(): Completly rewritten.
11340
11341         * [miscemu/int21.c]
11342         CreateFile(): Fixed wrong mode in call to open.
11343         OpenExistingFile(): Implemented file sharing.
11344         FindNext(): Fixed.
11345         CreateNewFile(): Fixed wrong mode in call to open.
11346         fLock(): Added to handle record locking.
11347         GetFileAttribute(): Added.
11348         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
11349
11350         * [miscemu/int2f.c]
11351         AH = 0x10: SHARE installation check
11352  
11353         * [loader/resource.c]
11354         AccessResource(): Fixed. A new file descriptor will be returned by
11355         every call to AccessResource().
11356
11357         * [windows/utility.c]
11358         wvsprintf(): Fixed.
11359
11360         * [controls/menu.c]
11361         FindMenuItem(): Fixed (handling for nPos == -1 added).  
11362
11363         * [windows/win.c]
11364         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
11365
11366         * [Configure]
11367         Added two options for a processor emulator that might be
11368         plugged in later..
11369
11370         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
11371         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
11372         Added TaskFirst(), TaskNext(), TaskFindHandle().
11373
11374         * [memory/global.c]
11375         Added stub for MemManInfo().
11376
11377         * [objects/text.c]
11378         Added stub for GetTabbedTextExt().
11379
11380         * [miscemu/*]
11381         Changed all references to registers. Please don't access
11382         the context structure.
11383         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
11384
11385         * [misc/lstr.c]
11386         Fixed bug in AnsiUpper() & AnsiLower().
11387
11388         * [misc/winsocket.c]
11389         bugfix in getsockopt()/setsockopt(): winsock uses different values
11390         than unix.
11391
11392         * [objects/dib.c]
11393         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
11394
11395 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
11396
11397         * [controls/edit.c]
11398         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
11399
11400         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
11401         Modified dialog code to create new heap for edit controls
11402         unless DS_LOCALEDIT style is set.
11403
11404 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11405
11406         * [controls/button.c] [controls/edit.c] [controls/static.c]
11407         Removed unneeded GlobalUnlock() calls.
11408
11409         * [controls/menu.c] [include/menu.h]
11410         Lots of changes, fixed a lot of old bugs and introduced a lot of
11411         new ones :-)
11412         - Changed message loop to use MSG_GetInternalMessage().
11413         - Fixed a bug that caused the main window to lose activation when
11414           displaying a menu.
11415         - Correctly send initialisation messages (WM_INITMENUPOPUP).
11416         - Implemented EndMenu() and LookupMenuHandle().
11417         - Changed internal structures to be as compatible as possible with
11418           MS-Windows.
11419         - Allocated everything on the USER heap instead of the global heap.
11420         - Prefixed all internal function names with MENU_ and declared
11421           them static.
11422         - Moved "About Wine..." handling to NC_HandleSysCommand().
11423         - Multi-line menus should now work correctly.
11424
11425         * [loader/resource.c] [objects/bitmap.c]
11426         Added the possibility to create OEM bitmaps directly as X bitmaps.
11427
11428         * [objects/dcvalues.c] [windows/dc.c]
11429         Fixed GetDCOrg() to return screen coordinates.
11430
11431         * [windows/message.c]
11432         Fixed double-click checks when the message is not removed from the
11433         queue.
11434         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
11435
11436         * [windows/nonclient.c]
11437         Bug fix in system menu hit-test calculation.
11438         A few changes for new menu functions.
11439
11440 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
11441
11442         * [controls/edit.c]
11443         Bug fix in Edit_NCCreateMessage
11444         es->textlen was being used before being set
11445
11446         * [controls/menu.c]
11447         Bug fix in MENU_DrawMenuItem
11448         don't try to write text if NULL pointer passed
11449
11450 ----------------------------------------------------------------------
11451 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
11452
11453         * [windows/message.c]
11454         Implemented WaitMessage() (USER.112).
11455
11456         * [if1632/user.spec]
11457         Added WaitMessage.
11458
11459         * [windows/defwnd.c]
11460         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
11461
11462         * [miscemu/int{13,21,2a}.c]
11463         * [miscemu/Imakefile]
11464         * [signal/loader.c]
11465         Added a few basic disk information and diagnostic functions to
11466         prevent programs using this function from crashing. All drives
11467         are claimed to be remote ones, so direct I/O isn't allowed.
11468
11469         * [controls/edit.c]
11470         EDIT_WriteText(): Added code to correctly erase the remaining space
11471         of the edit-control if the size of the control has changed sinced it's
11472         creation.
11473
11474 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
11475
11476         * [if1632/mouse.spec]
11477         Added mouse.dll entry, no functions.
11478
11479         * [loader/resource.c]
11480         Bug fix in AccessResource(). 
11481
11482         * [misc/keyboard.c], added [include/keyboard.h]
11483         Changed functions to return more useful values.
11484
11485         * [windows/dialog.c]
11486         Hacked DIALOG_GetControl() to support resources which
11487         have 0xff00 - 0xffff as id. ** Needs to be done properly by
11488         someone who knows the NE fileformat **
11489
11490 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11491
11492         * [windows/event.c]
11493         Add new stub for EnableHGardwareInput() function.
11494
11495         * [windows/message.c]
11496         Add coding for HWND_BROADCAST in PostMessage().
11497
11498         * [misc/file.c]
11499         Add coding for OpenFile() also search in WindowPaths.
11500
11501         * [misc/mmsystem.c]
11502         * [misc/audio.c]
11503         * [misc/mmaux.c]
11504         * [misc/mcicda.c]
11505         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
11506         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
11507         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
11508 ----------------------------------------------------------------------
11509 Mon Jul 18 23:55:13 MET DST 1994
11510
11511         * [if1632/call.S]
11512         CallTo16(): added `mov %eax,%edx' just before lcall,
11513         to make sure that DX contain the DLL's hinstance when
11514         initialised.
11515
11516         CallTo32_16() added, equal to CallTo32() except for
11517         one thing: it saves DX and 
11518
11519         * [tools/build.c]
11520         Added some code to support 16 and 32 bit return values.
11521
11522         * [1632/{kernel,user}.spec]
11523         Changed most of the `pascal' style to pascal_16 when
11524         function returned a 16bit value.
11525
11526 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11527
11528         * [controls/menu.c]
11529         Reorganized sizing and drawing code to implement multi-line menus.
11530         Implemented MENUBREAK style.
11531         Use system colors to draw menus.
11532
11533         * [objects/color.c]
11534         Bug fix in COLOR_IsSolid().
11535
11536         * [objects/font.c]
11537         Bug fix in FONT_GetMetrics(): calculate average character width
11538         only on existing chars (dialogs look much better).
11539
11540         * [objects/text.c]
11541         Bug fix in DrawText(): use text color to underline mnemonic.
11542
11543         * [windows/nonclient.c]
11544         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
11545
11546         * [windows/syscolor.c]
11547         Added system objects for menu colors.
11548
11549 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
11550
11551         * [controls/menu.c]
11552         Fixed bug in SelectPrevItem that caused seperators to not be
11553         skipped when using the up arrow key.
11554
11555 ----------------------------------------------------------------------
11556 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
11557
11558         * [Configure]
11559         Autodetects Linux version (if running Linux).
11560
11561         * [loader/signal.c]
11562         New signals for Linux.
11563
11564         * [loader/ldtlib.c]
11565         New structure field in sys call.
11566
11567 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
11568
11569         * [load/resource.c] 
11570           fixed Memory (Resource) Leak.
11571
11572         * [load/main.c] 
11573           fixed a printf.
11574
11575 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11576
11577         * [controls/desktop.c]
11578         Implemented desktop wallpaper (only 16 colors for now).
11579
11580         * [controls/menu.c] [windows/nonclient.c]
11581         Preliminary work to allow multi-line menus.
11582
11583         * [misc/main.c]
11584         No backing store on desktop window (not useful).
11585
11586         * [objects/text.c]
11587         A few fixes to DrawText() to make underlines under mnemonic
11588         letters to look better.
11589
11590         * [windows/graphics.c]
11591         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
11592         Implemented PolyPolygon() (partially working).
11593
11594         * [windows/winpos.c]
11595         New function WINPOS_SendNCCalcSize().
11596         Cleaned up SetWindowPos() and added preliminary support for
11597         multi-line menus.
11598
11599 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
11600
11601         * [controls/edit.c]
11602         Changes to work as a library.
11603
11604         * [if1632/callback.c] 
11605         Ifdefed module.
11606
11607         * [if1632/relay.c]
11608         Changes to allow linking with WineLib.
11609
11610         * [include/windows.h]
11611         Added macro WINELIB_UNIMP
11612
11613         * [loader/library.c]
11614         When compiling WineLib, GetProcAddress is not implemented yet.
11615
11616         * [loader/main.c]
11617         Added empty InitDLL when using WineLib.
11618
11619         * [loader/ne_image.c]
11620         Some parts of the loader are needed for WineLib, ifdefed correctly
11621
11622         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
11623         Disable compilation of module when compiling WineLib.
11624
11625         * [toolkit/heap.c]
11626         Fixed small bug.  When passed an invalid handle WineLib would
11627         crash, now return NULL.
11628
11629         * [toolkit/winmain.c]
11630         Call CreateNewTask in _WinMain.
11631
11632 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
11633
11634         * [controls/edit.c] [controls/widget.c]
11635         More changes to improve compatibility with Windows' edit
11636         control.  Finished off tab stop support.
11637
11638 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
11639
11640         * [if1632/relay.c]
11641         # of ordinals in shell.dll changed to 103.
11642
11643         * [loader/signal.c]
11644         sti, cli will now be ignored.
11645
11646         * [objects/brush.c]
11647         Added stub for GetSysColorBrush().
11648
11649 ----------------------------------------------------------------------
11650 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
11651
11652         * [controls/edit.c]
11653         Bug fixes and tidying up.  Preliminary tab stop support
11654         (doesn't work yet).
11655
11656         * [windows/dialog.c]
11657         Reversed order of buttons in CheckRadioButtons so that all
11658         buttons are now displayed.
11659
11660 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11661
11662         * [include/options.h] [misc/main.c] [windows/win.c]
11663         Removed nosaveunders option, replaced by handling
11664         the CS_SAVEBITS flag.
11665
11666         * [windows/class.c]
11667         Modified the fix for negative size in class extra bytes to
11668         avoid modifying the caller's data.
11669
11670         * [windows/dc.c]
11671         Bug fix: system font must be a proportional font.
11672         Fixed a bug that caused the default pen to not be selected
11673         correctly in a DC.
11674
11675         * [windows/graphics.c]
11676         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
11677         noticing it.
11678
11679         * [windows/painting.c]
11680         Removed incorrect selecting of default objects in BeginPaint()
11681         (no longer needed because of the fix in dc.c).
11682
11683 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11684
11685         * [misc/mmsystem.c]
11686         * [misc/audio.c]
11687         Add more code to interface '/dev/dsp'.
11688
11689         * New file [misc/mcicda.c]
11690         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
11691
11692         * New file [misc/mmaux.c]
11693         Stubs to make a future driver connected to '/dev/mixer'.
11694
11695         * [windows/win.c]
11696         Temporary patch to CreateWindowEx() for reseting negative
11697         coordinates to 0,0 ; because 'soundrec.exe' give negative values
11698         and I need it to work on MMSYSTEM ... :-)
11699
11700         * [miscemu/int2f.c]
11701         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
11702
11703 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
11704
11705         * include/comm.h
11706         New file -- some definitions that were in comm.c now need to
11707         be shared with misc/dos_fs.c
11708
11709         * misc/comm.c
11710         Some definitions moved into include/comm.h
11711
11712         * misc/dos_fs.c (DOS_GetEquipment):
11713         Fixed error in equipment -- bitwise or of two values should
11714         be used instead of logical or.  Also added code to correctly
11715         report the number of serial and parallel devices.
11716
11717 ----------------------------------------------------------------------
11718 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
11719
11720         * [objects/bitmap.c]
11721         Allow negative bitmap sizes.
11722
11723 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
11724
11725         * [controls/edit.c]
11726         Improved selection display.  Added processing for WM_SETFONT,
11727         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
11728         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
11729         application's local heap.
11730
11731         * [windows/graphics.c]
11732         Corrected bug in Rectangle().  XFillRectangle has the same
11733         width as Rectangle, but XDrawRectangle is one pixel wider
11734         for the same co-ordinates.
11735
11736         * [memory/heap.c] [include/heap.h]
11737         Added HEAP_LocalSize function.
11738
11739         * [windows/event.c] [windows/keyboard.c]
11740         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
11741         Added supporting code to GetKeyState and GetAsyncKeyState and
11742         merged mouse button states into GetKeyboardState.
11743
11744         * [loader/resource.c] [include/accel.h]
11745         Added recognition of SHIFT, CONTROL and ALT keys to
11746         TranslateAccelerator.
11747
11748         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
11749         A bit more metafile support.
11750
11751 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
11752
11753         * [loader/resource.c]
11754         SizeofResource() and AllocResource() added, AccessResource() updated.
11755
11756         * [if1632/kernel.spec]
11757         FreeLibrary() used for FreeModule().
11758
11759         * [windows/graphics.c]
11760         Rectangle(): swap left & right corners when right < left,
11761         swap top & bottom when botton < top.
11762
11763 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11764
11765         * [controls/combo.c]
11766         Fix bug in window style of the associated listbox.
11767
11768         * [controls/menu.c]
11769         Skip separators in keyboard navigation by using new internal 
11770                 functions SelectPrevItem() & SelectNextItem(),
11771
11772         * [misc/profile.c]
11773         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
11774                 IntBuf must be alloc to (5+1)=6. char instead of 5.
11775
11776         * [misc/main.c]
11777         Put code in functions SetEnvironment() & GetEnvironment().
11778
11779         * [misc/shell.c]
11780         Start putting some code in ExtractIcon() function.
11781
11782         * [misc/mmsystem.c]
11783         Some code for MMTimer functions & timers list.
11784
11785         * [miscemu/int31.c]
11786         Few stubs for DPMI interrupt calls. Nothing work yet.
11787
11788 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
11789
11790         * include/win.h (tagWND):
11791         Added icon fields icon, hIcon and rectClientSave to 
11792         the tagWND struct.
11793
11794         * windows/Imakefile
11795         Added icon.c to the list of files to compile
11796
11797         * windows/dce.c (GetDCEx):
11798         Added some checks for iconic mode and pass icon window as drawable,
11799         not the real window.
11800
11801         * windows/defwnd.c (DefWindowProc)
11802         Added PAINTICON default windows procedure.
11803
11804         * windows/event.c (EVENT_Expose)
11805         Added check for iconic window expose. If iconic window is exposed
11806         send a WM_PAINTICON message
11807
11808         * windows/icon.c 
11809         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
11810
11811         * windows/mdi.c (DefMDIChildProc)
11812         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
11813
11814         * windows/message.c (hardware_event)
11815         Looks for icon as well as window now.
11816
11817         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
11818         Added iconify/deiconify in NC_HandleSysCommand, new function
11819         NC_DoNCPaintIcon which paints an icon.
11820
11821         * windows/painting.c (BeginPaint)
11822         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
11823         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
11824         windows behavior.
11825
11826         * windows/win.h (CreateWindowEx)
11827         Set the default background color of a window to be white.
11828         Create icon window, turn off MINIMIZE if it is on, since
11829         I don't know what to do with it as of yet... register
11830         the icon with the hwnd of its window so we can identify where
11831         icon messages are coming from.
11832
11833 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
11834
11835         * windows/event.c: Added a hack to define XPointer when using
11836         X11R4. 
11837
11838         * toolkit/hello.c: Test application for WineLib. To compile you'll
11839         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
11840         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
11841
11842         * toolkit/heap.c: Extended the size of the block size per chunk.
11843
11844         * misc/stress.c (GetFreeFileHandles): Fixed typo.
11845
11846         * misc/main.c (main): Changes to allow compilation under SunOS. 
11847
11848         * loader/library.c: Changed some ifdefs to compile WineLib.
11849
11850 ----------------------------------------------------------------------
11851 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
11852
11853         * loader/selector.c (GetCurrentPDB): 
11854         Added trivial function GetCurrentPDB() which returns the program
11855         segment prefix selector.
11856
11857         * memory/heap.c (HEAP_Free): 
11858         If free list is empty, make the freed block the free list.
11859
11860 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
11861
11862         * controls/edit.c (EDIT_SetTextMsg): 
11863         Do not append a newline at the end of the last line.
11864
11865         * windows/event.c (SetCapture): 
11866         Set winHasCursor if mouse capture succeeds.
11867
11868 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11869
11870         * [controls/listbox.c]
11871         Fix bug in listbox : InsertString should call AddString if -1.
11872
11873         * [controls/menu.c]
11874         New function GetMenuState().
11875
11876         * [controls/scroll.c] [windows/nonclient.c]
11877         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
11878
11879         * [objects/text.c]
11880         Add Stub for TabbedTextOut(), which temporarely call Textout().
11881
11882         * [windows/keyboard.c] [windows/event.c]
11883         New function GetKeyBoardState() with an KeyStateTable array
11884                 & associated handling in function EVENT_key().
11885
11886 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
11887
11888         * [controls/menu.c]
11889         IsMenu() added.
11890
11891         * [loader/library.c]
11892         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
11893         added.
11894
11895         * [object/gdiobj.c]
11896         IsGDIObject() added.
11897
11898         * [miscemu/int2[56].c]
11899         bugfix: both didn't leave flags pushed on 16bit-stack.
11900         (winfile gets a bit further)
11901
11902         * [miscemu/int16.c]
11903         Added (empty).
11904
11905 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
11906         * windows/event.c:
11907         Added code to drop redundant motion Events in the XEvent queue.
11908
11909 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
11910
11911         * [misc/main.c misc/message.c include/texts.h]
11912         Removed the text-constants from message.c into variables
11913         which may be changed from X-resources.
11914
11915         * [misc/main.c misc/message.c]
11916         added <locale.h> and setlocale() to main.c, used toupper() in message.c
11917
11918 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
11919
11920         * controls/button.c ( [CR]B_LButton* ) 
11921         left rc.right at full window width so click on label also 
11922         activates the control (MSWin behavior)
11923
11924 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
11925
11926         * include/windows.h:
11927           functions pointers can not be packed.
11928           (annoying warnings with forthcomming gcc-2.6.x)
11929         
11930         * loader/main.c (InitDLL): 
11931           Fixed a printf statement. (for control.exe) 
11932
11933           (InitializeLoadedDLLs): 
11934           deleted shadow definition of  *wpnt.
11935           (Breaks many programs, because now COMMDLG will be
11936            initialized :-(
11937
11938         * windows/win.c (SetWindowText): 
11939           added missing breaks; (PENSATE starts) 
11940
11941         * windows/graphics.c (FloodFill): 
11942           Proper boundarys. (BANGBANG starts) FloodFile_rec should
11943           be rewritten.
11944
11945         * objects/font.c (FONT_GetMetrics): 
11946           TYPO: use font->perchar only if it is defined. (WRITE starts)
11947
11948 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
11949         controls/scroll.c:
11950         Fixes for improved behaviour when dragging thumb;
11951         Added SB_THUMBPOSITION message when thumb is released.
11952
11953 ----------------------------------------------------------------------
11954 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
11955
11956         * loader/selector.c (FixupFunctionPrologs): 
11957         New function to fixup loaded DLL function prologs.  It replaces the
11958         do nothing code with code that loads DS with the appropriate data
11959         segment for the DLL.
11960
11961         * misc/cursor.c (LoadCursor): 
11962         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
11963         the possibility of multiple cursors in a single directory.  Also,
11964         it should check to see if the cursor is the right size.
11965
11966         * objects/font.c (EnumFonts): 
11967         Checked for lpLogFontList[i] == NULL
11968
11969         * objects/gdiobj.c (SetObjectOwner): 
11970         Removed stub.  Replaced with simple return in gdi.spec.  This
11971         function is not defined for the retail version of Windows.
11972
11973         * memory/heap.c (WIN16_LocalHandleDelta): 
11974         New function.  This is really a dummy that imitates the proper
11975         return values.
11976
11977         * loader/library.c (GetProcAddress): 
11978         Fixed definition of IS_BUILTIN_DLL() macro.
11979
11980 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
11981
11982         * miscemu/int21.c (SeekFile): 
11983         Needed to return current position in DX:AX.
11984
11985         * windows/utility.c (windows_wsprintf): 
11986         Added support for '#' in format, and fixed bug with "ptr" being
11987         incremented too many times.
11988
11989         * miscemu/int21.c (OpenExistingFile): 
11990         Add code to handle opening files read-only and write-only.
11991
11992         * loader/wine.c:
11993         Segment fixups now done in LoadImage instead of _WinMain.  This
11994         is necessary to support LoadLibrary().
11995
11996 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
11997
11998         * [loader/*]
11999                 - fixed: GetModuleHandle() sometimes returned
12000                   a wrong handle.
12001                 - don't init dlls when cs == 0 (lzexpand, doesn't
12002                   seem to have a init function)
12003                 - LoadLibrary & LoadImage now return error instead
12004                   of stopping wine.
12005                 - moved most of NE-functions into one file.
12006                 - LoadLibrary() uses w_files list instead of its
12007                   own list.
12008                 - NE exectables are now fixed-up and initialised when
12009                   loaded instead of only once before calling InitTask.
12010
12011         * [miscemu/int15.c] [miscemu/int31.c]
12012         Added.  
12013
12014         * [loader/selector.c]
12015         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
12016
12017         * [misc/main.c]
12018         Stub added for IsRomModule().
12019
12020         * [miscemu/int21.c]
12021         Some cleanup, added heap for returning data.
12022
12023 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12024
12025         * [tools/build.c]
12026         Change MAX_ORDINALS     define to higher value, 1299 entries.
12027         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
12028
12029         * [windows/utility.c]
12030         Bug fix in windows_wsprintf(), (twice increments ...).
12031
12032         * [windows/winpos.c]
12033         Bug fix in SetWindowPos(), redraw was done if flag
12034                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
12035
12036         * [misc/message.c] [controls/combo.c]
12037         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
12038
12039         * [windows/win.c]
12040         In CreateWindowEx(), do SetMenu() calls after window creation,
12041                 just before sending to WM_NCCALCSIZE.
12042
12043         * [controls/menu.c]
12044         In function SetMenu(), now use SetWindowPos() with 
12045                 flags SWP_FRAMECHANGED to readjust menu area.
12046         Function MenuBarCalcSize() redone.
12047
12048 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
12049
12050         * [objects/text.c]
12051         Fixed problems associated with DT_WORDBREAK flag.  String length
12052         was not being properly decremented when lines were folded, and
12053         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
12054         both on in addition to DT_WORDBREAK.  Windows does wrapping in
12055         this case, and now so does wine.
12056
12057 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
12058
12059         * [edit.c]
12060         cp1 was uninitialized iff lineno == 0
12061
12062         *  FindFile tests for existance of file even if a full
12063            filename was supplied. What about unix file names?
12064
12065         * [controls/listbox ]
12066         wndPtr was uninitialized for LB_SETTOPINDEX
12067
12068         * [misc/property.c]     
12069         Do not free lpProp. Is it really allocated by malloc?
12070         {edited by Bob Amstadt: changed free() to GlobalFree()}
12071
12072 ----------------------------------------------------------------------
12073 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
12074
12075         * miscemu/int21.c (OpenExistingFile): 
12076         OpenExistingFile needed to return handle in AX register instead
12077         of the BX register.
12078
12079         * miscemu/int21.c (ioctlGetDeviceInfo): 
12080         Added a little code to give a fake result for normal files.
12081
12082 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
12083
12084         * [memory/global.c]
12085         return value from GlobalSize was completely wrong.
12086
12087         * [miscemu/int21.h]
12088         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
12089         dta correctly.
12090
12091         * [tools/build.c]
12092         fixed creation of pop.h to guarantee that flags are restored correctly.
12093
12094         * [misc/comm.c]
12095         changed all occurance of strncmp() to strncasecmp().
12096         BuildCommDCB() should not require that OpenComm() be called first.
12097
12098         * [loader/selector.c]
12099         Heap initialized to size of full segment less stack size and 
12100         automatic data size.
12101
12102 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
12103
12104         * [controls/listbox.c]
12105         Correct typos in ListBoxResetContent where lpls variable is
12106         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
12107         twice on the same handle if hData and hMem are the same.
12108
12109         * [debugger/opcodes/i386-dis.c]
12110         Add new name array names_rmw for table driven decoding of the
12111         16-bit mod/rm field.  Omit large case statement in OP_E and
12112         replace with array reference to match existing coding style.
12113         Add new static variable machine with value 286 or 386 to
12114         correctly decode mod/rm field in either 16 or 32 bit modes.
12115         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
12116         to decode mod/rm.  While the code was correct for 16 bit code,
12117         it was improperly decoding mod/rm fields on word prefixed
12118         32 bit instructions.
12119
12120         * [debugger/debug.l]
12121         Recognize new token ABORT.   Recognize single letters 'p'
12122         and 'q' as tokens.
12123
12124         * [debugger/dbg.y]
12125         Add new token ABORT.  Allow print command to be invoked by
12126         'p' and quit command by 'q', ala GDB.  Change lots of '};'
12127         to just '}'.  Add static dummy_regs to wine_debug so that
12128         wine_debug(0, NULL) doesn't core dump with qmagic.
12129
12130         * [debugger/info.c]
12131         Correct syntax of break command in helptext and omit former
12132         comment about probable bugginess of the disassembly since it
12133         is now correct.  Change fprintf of first backtrace stack
12134         frame to match that of the second and subsequent frames.
12135
12136         * [loader/selector.c]
12137         Change construction of command line in CreatePSP from creating
12138         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
12139         PSP command line looks like " arg1 arg2\r" with the length not
12140         including the trailing "\r" but that is not how Windows does it.
12141
12142         * [loader/library.c]
12143         Change uses of %s to print strings in GetModuleHandle to %x so
12144         that string IDs don't cause a core dump with qmagic.  Handle
12145         converting a string id to a literal module handle.  For
12146         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
12147         it is a real module handle.
12148
12149         * [misc/message.c]
12150         In MessageBox, translate a NULL title argument to the string "Error".
12151
12152         * [misc/profile.c]
12153         In GetSetProfile translate a NULL Default argument to "".  Any
12154         caller whose Default argument is NULL is buggy, but CHARMAP does it
12155         anyway.
12156
12157         * [objects/font.c]
12158         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
12159
12160 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
12161
12162         * New options/resourses nosaveunders and nobackingstore.  By 
12163         default backingstore and saveunders are now enabled, these use 
12164         more memory but avoids those slow (sometimes multiple) redraws 
12165         caused be exposure events.
12166
12167 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12168
12169         * [misc/driver.c] New file
12170         Skeleton for 'Installable Wine Drivers' functions. :-)
12171         * [misc/audio.c] New file
12172         Skeleton for basic 'Audio Driver' functions.
12173         * [misc/network.c] New file
12174         Stubs for few networking functions.
12175
12176         * [misc/mmsystem.c]
12177         More coding ... a dust in a galaxy ...
12178         * [misc/shell.c]
12179         Some coding for 'RegXXX' functions ... a dust in the wind ...
12180
12181         * [misc/profile.c]
12182         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
12183
12184         * [objects/gdi.c]
12185         New function CreateDiscardableBitmap(), it just calling 
12186         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
12187
12188         * [controls/listbox.c]
12189         * [controls/combo.c]
12190         New font member assigned to SYSTEM_FONT as default.
12191         Added processing for WM_SETFONT message;
12192
12193
12194 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
12195
12196         * [windows/event.c]
12197         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
12198
12199         * [windows/keyboard.c]
12200         Implemented beginning of GetAsyncKeyState.
12201
12202 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
12203
12204         * [objects/metafile.c] [include/metafile.h]
12205           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
12206           [windows/dc.c]
12207         Further metafile support.
12208
12209 ----------------------------------------------------------------------
12210 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
12211
12212         * [loader/selector.c]
12213         Allocate heap and stack segments as 64k.
12214
12215 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
12216
12217         * [loader/selector.c]
12218         Correct typos where memcpy is used instead of memset.
12219
12220         * [loader/resource.c]
12221         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
12222         by calculating the value when the bitmap is not compressed.
12223
12224         * [miscemu/int21.c]
12225         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
12226
12227         * [loader/resource.c]
12228         New function type_match to handle string resource types as
12229         well as IDs.  In addition, compare only low 4 bits of type_id
12230         when both numbers are IDs so that 0x0002 matches 0x8002.
12231         In FindResourceByNumber and FindResourceByName use type_match
12232         instead of comparing numbers.  In FindResource handle the
12233         "#number" syntax and empty strings in both the resource and
12234         type names.
12235
12236 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
12237
12238         * [windows/dialog.c]
12239         Fix inadvertent printing of string IDs as strings.
12240
12241 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12242
12243         * [controls/menu.c]
12244         New functions GetMenuItemCount(), GetMenuItemID().
12245                 GetMenuString() & HiliteMenuItem().
12246         Bug fix in CheckMenuItem().
12247         Function SetMenu() now make client area recalc if menu removed.
12248
12249         * [windows/winpos.c]
12250         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
12251                 windows with initial width or height equal zero.
12252
12253         * [objects/gdiobj.c]
12254         New function EnumObjects(), using new lpPenBrushList buildup
12255                 from calls to new function GDI_AppendToPenBrushList().
12256                 ('pbrush.exe' don't show its face yet ! ... :-( )
12257         New EMPTY STUB for function SetObjectOwner(),
12258                 ('mplayer.exe' call it via GetProcAddress() ...)
12259
12260         * [objects/font.c]
12261         New internal functions ParseFontParms() & InitFontsList().
12262         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
12263         FONT_MatchFont now make retries to find closest-smallest font.
12264                 ('charmap.exe' can now show the differents fonts available)
12265
12266         * [windows/nonclient.c]
12267         Use small dos OBM_OLD_CLOSE button for MDI windows.
12268
12269         * [windows/graphics.c] [objects/bitmap.c]
12270         Start to remove obsolete globals such XT_screen ...
12271
12272         * [loader/library.c]
12273         Make function GetProcAddress() working also with builtin DLLs.
12274
12275 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
12276
12277         * [if1632/system.spec] [if1632/toolhelp.spec]
12278         system.dll & toolhelp.dll added.
12279
12280         * [loader/library.c]
12281         Modified GetModuleFileName() to return the full
12282         filename.
12283         Added a check to LoadLibrary() to prevent loading
12284         built in dlls. (eg. user.exe)
12285         Added a check to FreeLibrary() to prevent built-in
12286         dlls from being freed.
12287         Modified GetProcAddress() to support builtin dlls.
12288
12289         * [loader/signal.c] [miscemu/int2f.c]
12290         Added => pifedit runs.
12291
12292         * [misc/dos_fs.c]
12293         Added a NULL-ptr check to DOS_closedir().
12294
12295 ----------------------------------------------------------------------
12296 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
12297
12298         * [windows/dce.c]
12299         Fixed bug with dce initialization that was causing dialog boxes to not
12300         be displayed.
12301
12302         * [if1632/callback.c]
12303         Better fix for bug found by Martin.
12304
12305 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
12306
12307         * [ memory/heap.c ]
12308         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
12309
12310 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12311
12312         * [objects/font.c]
12313         Make EnumFonts() calling a callback with dummy fonts ... :-)
12314
12315         * [objects/text.c]
12316         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
12317
12318         * [if1632/callback.c]
12319         Temporarely go around bug in CallWindowProc(), you will see printfs.
12320
12321         * [controls/edit.c]
12322         Make EDIT controls focused by a mouse click.
12323
12324         * [misc/property.c]
12325         Bug Fix in function EnumProps(), better use of CallBack16().
12326
12327         * [misc/mmsystem.c]
12328         Basic Skelton's for MCI messages dispatching function.
12329
12330 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
12331
12332         * [windows/utility.c]
12333         Added windows_wsprintf() for the emulator, wsprintf() is
12334         for libwine.
12335
12336 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
12337
12338         * [misc/cursor.c]
12339         Fix pointer problems in LoadCursor leading to heap corruption.
12340
12341         *  [ controls/menu.c ]
12342         Fix two NULL dereferencing bugs.
12343
12344 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
12345
12346         * [objects/font.c]
12347         Fix NULL pointer dereferencing bug in GetCharWidth.
12348
12349         * [loader/resource.c]
12350         Fix under-allocation of memory in LoadAccelerators.
12351
12352         * [windows/class.c]
12353         Ignore negative sizes for extra fields in RegisterClass.
12354
12355 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
12356
12357         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
12358           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
12359           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
12360           [windows/dc.c] [windows/mapping.c]
12361         Beginnings of metafile support.
12362
12363         * [misc/file.c]
12364         Corrected spelling of _lcreat.
12365
12366         * [controls/edit.c]
12367         Minor bug fixes.
12368 ----------------------------------------------------------------------
12369 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12370
12371         * [controls/scroll.c]
12372         Make thumbtrack button disappear if scroll box ratio < 3:1.
12373         Make arrow buttons rectangular if scroll box ratio < 2:1.
12374         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
12375                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
12376         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
12377
12378         * [loader/library.c] [loader/task.c] [misc/exec.c]
12379         Continue playing around trying to get a second task running.
12380
12381         * [windows/mdi.c]
12382         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
12383
12384         * [everywhere]
12385         Adding previous works of the Apr 25, 94.
12386
12387 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
12388
12389         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
12390         Added Martin's mmsystem.dll stubs.
12391
12392         * [misc/sound.c]
12393         Added remaining stubs for sound.dll.
12394
12395         * [if1632/shell.spec] [misc/shell.c]
12396         Fixed prototypes (I found them in BC 4) and added ShellAbout()
12397         and AboutDlgProc().
12398
12399 ----------------------------------------------------------------------
12400 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12401
12402         * [loader/signal.c]
12403         Add XUngrabPointer() & XUngrabServer() in wine_fault().
12404
12405 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
12406
12407         * [objects/bitblt.c]
12408         color_stretch() rewritten to use ints only. *fast!*
12409         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
12410         use color_stretch().
12411
12412 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
12413
12414         * [controls/menu.c]
12415         SetSysMenu() added.
12416
12417         * [misc/cursor.c]
12418         GetCursor() added.
12419
12420         * [misc/main.c]
12421         SwapMouseButton() added, (NOP).
12422
12423         * [windows/win.c]
12424         GetDesktopHwnd() added.
12425
12426         * [if1632/*spec]
12427         Added not implemented functions defs as comment.
12428
12429         * [misc/winsocket.c]
12430         Change WSAGetXbyY() functions to non-blocking ones,
12431         Added WSAAsyncSelect(). 
12432         (WSA functions can't be canceled yet).
12433
12434 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
12435
12436         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
12437         path when given a simple file name.  Fixed GetSetProfile to allow
12438         enumerating all key names when KeyName is null.
12439
12440 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12441
12442         * [objects/bitblt.c]
12443         Add protection to BitBlt() & StretchBlt() for width or height = 0.
12444
12445         * [windows/nonclient.c]
12446         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
12447         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
12448
12449         * [windows/win.c]
12450         CreateWindowEx() & DestroyWindow() now call respectively
12451                 AddWindowToTask() & RemoveWindowFromTask().
12452         New empty stub for function AnyPopup().
12453
12454         * [loader/library.c]
12455         Bug Fix : GetModuleFileName() now return full path filename.
12456
12457         * [include/menu.h] [controls/menu.c]
12458         Add hText handle and remove obsolete MENUITEM struct members.
12459         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
12460         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
12461
12462         * [misc/file.c]
12463         GetTempFilename() now create a file.
12464         _lcreate() use unix open (name, mode, perm), with perm=O666.
12465
12466         * [if1632/relay.c]
12467         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
12468
12469         * New file [misc/mmsystem.c]
12470         * New file [include/mmsystem.h]
12471         * New file [if1632/mmsystem.spec]
12472         Many, many empty stubs ... :-)
12473
12474 ----------------------------------------------------------------------
12475
12476 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
12477
12478         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
12479         Fixed bug for non-Linux systems.
12480
12481 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12482
12483         * [windows/win.c]
12484         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
12485         New empty stub for function SetSysModalWindow().
12486
12487         * [misc/exec.c]
12488         New empty stub for function ExitWindows().
12489
12490         * [objects/font.c]
12491         New empty stub for function EnumFonts().
12492
12493         * New file [misc/property.c]
12494         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
12495
12496         * New file [misc/shell.c]
12497         New empty stubs for function RegisterShellProc(), 
12498                         ShellExecute() & ShellProc().
12499
12500         * New files [loader/task.c] & [include/task.h]
12501         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
12502                 from 'loader/library.c'.
12503
12504         * [if1632/user.c] [if1632/kernel.c]
12505         Put Atoms functions entries.
12506
12507         * [controls/combo.c]
12508         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
12509
12510         * [controls/listbox.c]
12511         New functions DirDlgSelect() & DirDlgList().
12512
12513 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
12514
12515         * [objects/test.c]
12516         GrayString() added.
12517
12518         * [if1632/callback.c]
12519         CallGrayStringProc() added.
12520
12521         * [if1632/relay.c] [if1632/mmsystem.spec]
12522         Added.
12523
12524         * [if1632/kernel.spec] [if1632/user.spec]
12525         Added forgotten specs for atom functions.
12526
12527 ----------------------------------------------------------------------
12528 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
12529
12530         * misc/spy.c (SpyInit): Added more message types
12531
12532         * [windows/mdi.c] [include/mdi.h]
12533         Maximizing and restoring child windows.
12534         Tiling of child windows.
12535
12536 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12537
12538         * [windows/winpos.c]
12539         Revert focus and activation to previous window when hiding a window.
12540
12541         * [windows/syscolor.c]
12542         Implemented system color objects (brushes and pens created at
12543         SetSysColor() time for better performance).
12544
12545         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
12546         Changed painting code to use system color objects.
12547
12548         * [windows/message.c]
12549         New function MSG_InternalGetMessage() for internal messages
12550         loops (e.g. for dialogs or menus).
12551
12552         * [windows/hook.c] [include/hook.h]  (New files)
12553         Beginning of the window hooks implementation.
12554
12555         * [windows/dialog.c]
12556         Use new function MSG_InternalGetMessage() in DialogBox().
12557
12558         * [if1632/callback.c]
12559         Added function CallHookProc().
12560
12561 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12562
12563         * [windows/event.c]
12564         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
12565
12566         * [misc/exec.c]
12567         Nothing much more than a stub for LoadModule(), I saw there a lot
12568                 to be done in that corner, I will come back later ...
12569
12570         * [loader/library.c]
12571         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
12572                         and associated modules & tasks linked-lists.
12573         (it's only an 'emerging bud', more to come next weeks).
12574
12575         * [loader/wine.c]
12576         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
12577
12578         * [control/menu.c]
12579         You can now click outside menu region without problem.
12580         Keyboard navig more smootly, even if a child has the focus.
12581         Bug fix in InsertItem(), (bad linklist when insert point not found).
12582         change Realloc for Free & Alloc in ModifyItem().
12583         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
12584                 done by DrawText(), (maybe it should done in DrawText() itself ?).
12585
12586 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
12587
12588         * [misc/profile.c]
12589         .INI files will now be stored in / loaded from the windows dir
12590         if no path is supplied.
12591
12592         * [if1632/kernel.spec]
12593         Fixed GetDriveType's prototype.
12594
12595         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
12596         Fixed prototypes: winsock uses a word as socket handle not an int.
12597
12598         * [misc/winsocket.c]
12599         Added heap allocation for returned structures.
12600         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
12601
12602         * [loader/wine.c]
12603         Added IsDLLLoaded(), used in LoadImage() to prevent loading
12604         a dll multiple times.
12605         Directory is added to wine's path when a fullpath is supplied when
12606         starting wine.
12607         LoadImage(): DLL filename used instead DLL's own internal name,
12608         fixes 'Bad DLL name' errors.
12609
12610 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
12611
12612         * [controls/edit.c] [controls/widgets.c]
12613         First release of edit control.
12614
12615 ----------------------------------------------------------------------
12616 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
12617
12618         * [include/mdi.h] [windows/mdi.c]
12619         Use WM_PARENTNOTIFY messages to activate children.
12620         Generate WM_CHILDACTIVATE messages.
12621         Beginnings handler for maxmized child window.
12622         Clean up when children are destroyed.
12623
12624         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
12625         Removed code add 94/03/26.
12626
12627 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12628
12629         * [control/menu.c]
12630         Make mouse menu navigation working again. :-))
12631         (be carefull, clicking outside menus (ie.: clientrect) 
12632         not resolved yet)
12633
12634         * [windows/nonclient.c]  [controls/scroll.c]
12635         Bugs fix in NCTrackScrollBars().
12636
12637         * [misc/dos_fs.c]
12638         Bug fix in 'ToDos()' in conversion for '/',
12639                 (example: '/window/' was translated to 'WINDOWs').
12640
12641         * [miscemu/int21.c]
12642         Function ChangeDir() extract possible drive before DOS_ChangeDir().
12643
12644         * [loader/library.c]  [loader/wine.c]
12645         Playing around moving function GetProcAddress() and put some code in.
12646
12647 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
12648
12649         * [misc/main.c]
12650         Better explanation of command-line options.
12651
12652         * [objects/dib.c]
12653         Implemented SetDIBitsToDevice().
12654
12655         * [windows/dc.c]
12656         Bug fix in SetDCState().
12657
12658         * [windows/event.c]
12659         Removed WS_DISABLED handling (now done in message.c).
12660
12661         * [windows/message.c]
12662         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
12663         Use WindowFromPoint() to find the window for mouse events, taking
12664         into account disabled windows.
12665
12666         * [windows/painting.c]
12667         Bug fix in BeginPaint() to allow calling it at other times than
12668         on WM_PAINT (Solitaire needs it...)
12669
12670         * [windows/win.c]
12671         Implemented FindWindow().
12672         Rewritten EnableWindow() to behave more like Windows.
12673
12674         * [windows/winpos.c]
12675         Rewritten WindowFromPoint() to also search child windows.
12676
12677 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
12678
12679         * [include/int21.h] -> [msdos.h]
12680         renamed.
12681
12682         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
12683         new, added for int 10, 25 and 26.
12684
12685         * [miscemu/ioports.c]
12686         new, added to allow win apps to use ioports.
12687
12688         * [loader/signal.c]
12689         Added support for in, inb, out, outb instructions.
12690
12691 ----------------------------------------------------------------------
12692 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
12693
12694         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
12695
12696 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
12697
12698         * [windows/mdi.c]
12699         Window list properly updated.
12700
12701         * [windows/message.c]
12702         Call WINPOS_ChildActivate() when mouse pressed.
12703
12704         * [windows/nonclient.c]
12705         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
12706         NC_HandleNCPaint().
12707
12708         * [windows/winpos.c]
12709         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
12710
12711 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
12712
12713         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
12714         (DeleteMenu): Many bug fixes.
12715
12716         * [controls/menu.c]
12717         Created function FindMenuItem().
12718
12719 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
12720
12721         * [windows/win.c]
12722         Removed incorrect MDI handling code from CreateWindowEx().
12723
12724         * [controls/menu.c]
12725         MF_STRING items needed to allocate a private copy of string.
12726
12727         * [controls/menu.c]
12728         Fixed buggy calls to GlobalFree().
12729
12730         * [memory/global.c]
12731         Eliminated some redundant code with function call.
12732
12733 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
12734
12735         * [windows/timer.c]
12736         timer list pointers looped in InsertTimer
12737
12738 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
12739
12740         * [misc/cursor.c]
12741         A few changes for desktop window support.
12742
12743         * [misc/main.c]
12744         Added -depth option.
12745
12746         * [misc/rect.c]
12747         Yet another bug fix in SubtractRect().
12748
12749         * [objects/bitmap.c]
12750         Changes to use only one depth (specified with -depth)
12751         for color bitmaps.
12752
12753         * [objects/brush.c]
12754         Added support for dithered solid brushes.
12755
12756         * [objects/color.c]
12757         Use the same 20 system colors as in Windows.
12758         System palette initialisation now done in COLOR_InitPalette().
12759         Added support for a color mapping table to map logical color
12760         indexes to X colormap entries.
12761         Implemented GetNearestColor() and RealizeDefaultPalette().
12762
12763         * [objects/dib.c]
12764         Added support for color mapping table.
12765
12766         * [objects/dither.c]  (New file)
12767         Implemented solid color dithering.
12768
12769         * [objects/palette.c]
12770         Implemented GetSystemPaletteEntries() and SelectPalette().
12771
12772         * [windows/class.c]
12773         Make a copy of the menu name in RegisterClass().
12774
12775         * [windows/dc.c]
12776         Fixed device caps when using a desktop window.
12777         Added support for the color mapping table in DCs.
12778
12779         * [windows/event.c]
12780         Added ConfigureNotify handler on desktop window.
12781
12782         * [windows/message.c]
12783         Removed call to XTranslateCoordinates() on every mouse motion
12784         New function MSG_Synchronize() to synchronize with the X server.
12785
12786         * [windows/syscolor.c]
12787         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
12788
12789         * [windows/winpos.c]
12790         Added synchronization on window mapping. Solves the double redraw
12791         problem when starting Solitaire.
12792
12793 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12794
12795         * [control/menu.c]      * [windows/defwnd.c]
12796         Make keyboard navigation working with menubar,
12797         but temporarely inserted a bug in menubar mouse handling ... :-((
12798         (it will be fix next week !)
12799
12800         * [windows/defwnd.c]
12801         Connect VK_MENU to menubar navigation.
12802
12803         * [loader/library.c]
12804         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
12805
12806 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
12807
12808         * [misc/main.c]
12809         Added Copy(). Added a check for `-h' to show usage.
12810
12811         * [misc/dos_fs.c]
12812         Fixed bug in FindFile(), to load directories as dlls.
12813
12814         * [misc/dos_fs.c]
12815         Fixed ToUnix() and ToDos() again, as my previous patch
12816         didn't make it.
12817
12818         * [misc/dos_fs.c] [miscemu/int21.c]
12819         Bug fixes, should be able to handle all winfile and progman int21
12820         requests now except for a few small things.
12821
12822 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
12823
12824         * [memory/heap.c]
12825         Implemented GetFreeSystemResources().
12826
12827 ----------------------------------------------------------------------
12828 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
12829
12830         * controls/menu.c (GetSubMenu): Function did not return correct value
12831
12832         * [windows/mdi.c]
12833         Beginnings of menu handling.
12834
12835 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
12836
12837         * [objects/font.c]
12838         if font.width equals zero use asterix instead.
12839
12840 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12841
12842         * [objects/bitmap.c]
12843         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
12844
12845         * [objects/brush.c]
12846         Some changes with pattern brushes because of the new bitmap code.
12847
12848         * [objects/color.c]
12849         Added function COLOR_ToPhysical for better color mapping.
12850
12851         * [objects/dib.c]
12852         Heavily optimized SetDIBits().
12853
12854         * [windows/dc.c]
12855         Opimized SetDCState() and DC_SetupGC*() functions.
12856         Added stub for CreateIC().
12857
12858 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12859
12860         * [misc/message.c]
12861         Call SetFocus() after closing box to give back focus to previous owner.
12862
12863         * [misc/files.c]
12864         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
12865
12866         * [control/scroll.c]
12867         Calls to BitBlt() replace by StretchBlt().
12868
12869         * [control/menu.c]
12870         Call SetFocus() to previous owner after closing Popups. 
12871         Fill stub DeleteMenu().
12872
12873         * [control/listbox.c]
12874         * [control/combo.c]
12875         Use SetFocus() in WM_LBUTTONDOWN.
12876         Close ComboBox List upon WM_KILLFOCUS.
12877         Early development of WM_MEASUREITEM mecanism.
12878
12879         * [windows/defwnd.c]
12880         Early development of WM_MEASUREITEM mecanism.
12881
12882 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
12883
12884         * [misc/atom.c]
12885         Fixed sintaxis problem when building the library.
12886
12887 ----------------------------------------------------------------------
12888 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
12889
12890         * [include/windows.h]
12891         Added message types and structures for MDI
12892
12893         * [include/mdi.h]
12894         Created internal structures for handling MDI
12895
12896         * [windows/mdi.c]
12897         Began creating MDI support
12898
12899 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
12900
12901         * [loader/wine.c] [include/wine.h]
12902         Added new field to "struct w_files" to hold the "name table"
12903         resource for Windows 3.0 programs
12904
12905         * [loader/resource.c]
12906         Added code to handle programs with a "name table" resource.
12907         LoadResourceByName() modified to check for the existence of
12908         this resource.
12909
12910 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12911
12912         * [objects/color.c]
12913         Added installing the private colormap on the desktop window.
12914
12915         * [windows/event.c]
12916         Cleaned up focus event handling (see focus.c).
12917         Use GetFocus() to direct key events to the correct window.
12918
12919         * [windows/focus.c]
12920         Rewritten SetFocus() to:
12921         - only set X focus on top-level windows
12922         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
12923         - prevent setting focus to disabled windows
12924         - install private colormap so -privatemap option works again
12925
12926         * [windows/message.c] [windows/timer.c]
12927         Changed timer management to no longer use PostMessage(), but
12928         to generate timer messages on the fly. Also fixed a related bug
12929         in GetMessage() which could cause busy-waiting.
12930
12931         * [windows/win.c]
12932         Only select focus events on top-level windows.
12933
12934         * [windows/winpos.c]
12935         Added some sanity checks for desktop window.
12936
12937 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
12938
12939         * [misc/dos_fs.c]
12940         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
12941         Support for tilde symbol added for rootdirectories in [drives]
12942         section of wine's configfile.
12943
12944         * [misc/file.c]
12945         hread(), hwrite() added.
12946
12947         * [misc/main.c]
12948         hmemcpy() added.
12949
12950         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
12951         Added STRESS.DLL, an useless dll used to stress a windows system.
12952
12953         * [*/*]
12954         Added missing #includes, fixed prototypes for prototype checking.
12955
12956         * [include/prototypes.h]
12957
12958         Added prototypes for loader/*c, if1632/*c.
12959
12960 ----------------------------------------------------------------------
12961 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
12962
12963         * [Configure]
12964         Added reminder to set WINEPATH, if it is not set.
12965
12966         * [Imakefile]
12967         Removed #elif's
12968
12969         * [controls/button.c]
12970         Added BN_CLICKED notification for owner-draw buttons.
12971
12972         * [if1632/kernel.spec] [memory/heap.c]
12973         Changed Local* functions to WIN16_Local* to prevent unconcious use
12974         of these functions.
12975
12976         * [if1632/relay.c]
12977         Push old Stack16Frame on stack before setting.
12978
12979         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
12980         Added multiple local heap handling in Atom* functions.
12981
12982         * [include/regfunc.h] [miscemu/int21.c]
12983         Rewrote DOS3Call() use context frame that is already on the stack.
12984
12985         * [misc/profile.c]
12986         Fixed to allow leading ";" to mark comments.
12987
12988         * [misc/spy.c]
12989         Fixed bugs and added support for "include" and "exclude" filters.
12990
12991         * [misc/user.c]
12992         Rearranged calls in InitApp().
12993
12994         * [misc/font.c]
12995         Fixed font handling to create system fonts, if they are used.
12996
12997         * [windows/dc.c]
12998         If text drawn on window with no font specified, then default the
12999         font to the system font.
13000
13001 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13002
13003         * [controls/desktop.c]
13004         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
13005         Implemented SetDeskPattern().
13006
13007         * [misc/main.c]
13008         Added -desktop option to get a large desktop window with
13009         everything inside it.
13010         Added -name option.
13011
13012         * [misc/rect.c]
13013         Bug fix in SubtractRect().
13014
13015         * [objects/*.c]
13016         Replaced the DefaultRootWindow() macro by the rootWindow variable.
13017
13018         * [windows/event.c] [windows/message.c]
13019           [windows/nonclient.c] [windows/win.c]
13020         A few changes to accomodate the new desktop window.
13021
13022  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
13023  
13024         * [toolkit/arch.c] --New file-- 
13025         Routines for converting little endian data structures to
13026         big-endian data structures, currently only BITMAP structures are 
13027         converted.
13028  
13029         * [misc/atom.c]
13030         When used as part of the WineLib, the code is much simpler.
13031         Doesn't depend on alignement.
13032  
13033         * [loader/wine.c]
13034         Ifdefed Emulator dependent code if compiling WineLib.
13035  
13036         * [loader/resource.c]
13037         Moved misc/resource.c to loader/resource.c.
13038  
13039         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
13040         Ifdefed whole code if compiling WINELIB.
13041  
13042         * [include/winsock.h]
13043         Added compilation define to allow compilation on SunOS.
13044  
13045         * [include/wine.h]
13046         Removed load_typeinfo and load_nameinfo prototypes, they belong
13047         to neexe.h
13048  
13049         * [include/neexe.h]
13050         Added load_typeinfo and load_nameinfo prototypes.
13051  
13052         * [include/arch.h]
13053         Fixed some bugs in the conversion routines.
13054         Added macros for Bitmap loading.
13055
13056 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
13057         
13058         * [if1632/kernel.spec] [memory/global.c]
13059         Implemented GetFreeSpace()
13060
13061         * [if1632/user.spec] [loader/resource.c]
13062         Implemented CreateIcon()
13063
13064 ----------------------------------------------------------------------
13065 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
13066
13067         * [Configure] [*/Imakefile]
13068         Created configure script to handle different types of Wine builds.
13069
13070         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
13071         Added ability to compile Wine on systems with 14-char filename limit.
13072
13073         * [if1632/relay.c] [include/options.h] [misc/main.c]
13074         Added -relaydbg option to command line if DEBUG_RELAY is defined.
13075
13076         * [loader/selector.c]
13077         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
13078
13079         * [memory/heap.c]
13080         Fixed LocalInit() to work correctly.
13081
13082         * [misc/user.c]
13083         Added code to call loaded DLLs' initialization routines.
13084
13085 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13086
13087         * [windows/dce.c]
13088         Added clipping of child windows by their parent's client area.
13089
13090         * [windows/nonclient.c]
13091         Bug fix in NC_DoNCPaint().
13092
13093         * [windows/painting.c]
13094         Bug fix in RedrawWindow().
13095
13096 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13097
13098         * [mem/atom.c]
13099         Bug fix again in ATOM_DeleteAtom() : 
13100                 change LocalFree() by USER_HEAP_FREE().
13101         (Previous patch done Feb 13th had been lost)
13102
13103         * [controls/scroll.c]
13104         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
13105
13106         * [windows/class.c] (sorry Alex ...)
13107         There was no bug there "in RegisterClass() : 
13108                 WNDCLASS->lpszClassName was reset to NULL."
13109                               ^^^^^
13110
13111         * [misc/clipboard.c]    --- New File ---
13112         New function EnumClipboardFormats().
13113         New function OpenClipboard().
13114         New function CloseClipboard().
13115         New function EmptyClipboard().
13116         New function GetClipboardOwner().
13117         New function GetClipboardViewer().
13118         New function CountClipboardFormats().
13119         New function IsClipboardFormatAvailable().
13120         New function OpenClipboard().
13121         New function GetClipboardData().
13122         New function SetClipboardViewer().
13123         New function EnumClipboardFormats().
13124         New function RegisterClipboardFormat().
13125         New function ChangeClipboardChain().
13126         New function SetClipboardData().
13127         New function GetOpenClipboardWindow().
13128         New function GetPriorityClipboardFormat().
13129         New function GetClipboardFormatName().
13130
13131 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
13132
13133         * [misc/comm.c]
13134         bugfix in OpenComm().
13135
13136 ----------------------------------------------------------------------
13137 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
13138
13139         * [include/winsock.h]
13140         The sockproto struct is already defined in <sys/socket.h>
13141
13142         * [misc/winsock.c]
13143         Need to include <netinet/in.h> for struct in-addr.
13144         Use sys_errlist[] instead of strerror[].
13145
13146         *[toolkit/heap.c]
13147         ANSI C specifies that the malloc functions are defined in stdlib.h,
13148           so we don't need to include malloc.h.
13149
13150         *[loader/ldtlib.c]
13151         Print informative error message about probable cause of i386_set_ldt()
13152           failure and then exit.
13153
13154         *[Imakefile]
13155         For systems that don't use gmake by default, set the MAKE variable
13156           to gmake and propagate it on recursive makes.
13157         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
13158           can be built with the FreeBSD 1.0.2 compiler.
13159
13160 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
13161
13162         * [objects/bitblt.c]
13163         Added in three functions to do stretching and compression
13164         for WHITEONBLACK, BLACKONWHITE, and color copies.
13165
13166 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
13167
13168         * [windows/graphics.c]
13169         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
13170         inefficent, but should suffice for now.
13171
13172         * [include/windows.h]
13173         Changed the x,y paramaters for the FloodFill prototype 
13174         from ints to shorts
13175
13176 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13177
13178         * [windows/widgets.c]
13179         Added desktop window class.
13180
13181         * [windows/painting.c]
13182         Bug fix in RedrawWindow().
13183         Implemented ExcludeUpdateRgn().
13184
13185         * [windows/win.c] [windows/winpos.c]
13186         Implemented desktop window.
13187
13188         * [controls/desktop.c]
13189         Preliminary desktop window procedure.
13190
13191 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13192
13193         * [controls/menu.c]
13194         New function LoadMenuIndirect().
13195         New function GetMenuCheckMarkDimensions().
13196
13197         * [if1632/user.spec]
13198         Entry for DefDlgProc().
13199
13200         * [windows/class.c]
13201         Fix bug in RegisterClass() : 
13202                 WNDCLASS->lpszMenuName was reset to NULL.
13203
13204         * [windows/win.c]
13205         In CreateWindowEx(), if hMenu == 0 then use 
13206                 wndclass->lpszMenuName to load Menu from resource;
13207
13208 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
13209
13210         * [loader/library.c] [loader/wine.c]
13211         Fixed runing DLL's as main executable problem.
13212
13213         * [misc/dos_fs.c]
13214         Added wildcard support in DOS_readdir().
13215
13216         * [misc/winsocket.c]
13217         Added proper error handling of BSD winsocket functions.
13218
13219         * [miscemu/int21.c]
13220         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
13221
13222         * [main/main.c]
13223         Added functions for GetVersion, GetWinFlags and GetTimerResolution
13224         for libwine.a, SystemParametersInfo() partly implemented.
13225
13226 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
13227
13228         * [toolkit/winmain.c]
13229         Added _WinMain function. Setups the library (calls USER_InitApp).
13230
13231         * [toolkit/sup.c]
13232         Added load_mz_header, load_ne_header, load_type_info and
13233         load_name_info functions.
13234
13235         * [toolkit/heap.c] 
13236         Code cleanup. 
13237
13238         * [misc/user.c]
13239         Moved from loader/misc.c. I hope to put back all the loader
13240         functions in the ~loader subdirectory in the future. CUrrently is
13241         needed since it has USER_InitApp.
13242
13243         * [misc/resource.c]
13244         Since WineLib will probably need DLLs (currently it needs
13245         Sysres.dll). WineLib will be using much code of the loader again.
13246         So I removed some ifdefs that were used by WineLib.
13247
13248         Added load_typeinfo and load_nameinfo (and the corresponding
13249         functions in [toolkit/sup.c]
13250
13251         Added integer convertion functions in the needed places.
13252
13253         Added very ugly patch (includes wine.c). In the next release I
13254         plan to move back all the loader routines to ~/loader. In the
13255         meantime I needed this patch. It doesn't affect any of the
13256         emulator code (its ifdefed for WineLib).
13257
13258         * [misc/main.c]
13259         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
13260         Ifdefed argument number checking when compiling the library.
13261
13262         * [loader/wine.c]
13263         Modified to use load_(mz|ne)_header instead of doing a direct
13264         read.  When compiling the emulator it still uses the direct read
13265         for performance. 
13266
13267         * [include/wine.h]
13268         Prototypes for loading routines.
13269
13270         * [include/class.h]
13271         Added WINE_PACKED macro instead of __attribute__ ((packed))
13272
13273         * [include/arch.h]
13274         Macros for converting integers (Little endian to big-endian).
13275         Needed in the Sun to allow loading of DLL files.
13276
13277 ----------------------------------------------------------------------
13278 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13279
13280         * [windows/clipping.c]
13281         Moved everything into windows/painting.c and removed this file.
13282
13283         * [windows/message.c]
13284         Removed calls to memmove() in MSG_RemoveMsg().
13285
13286         * [windows/nonclient.c]
13287         Added WM_GETMINMAXINFO support for window resizing.
13288
13289         * [windows/painting.c]
13290         Implemented RedrawWindow().
13291
13292         * [windows/scroll.c]
13293         Bug fix in ScrollWindowEx().
13294
13295         * [windows/win.c]
13296         Moved UpdateWindow() to windows/painting.c.
13297
13298 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
13299         
13300         * [loader/wine.c] [misc/dos_fs.c]
13301         getenv() eq NULL bugfixes.
13302
13303         * [misc/comm.c]
13304         cfmakeraw changed for SunOS.
13305
13306 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13307
13308         * [mem/atom.c]
13309         Bug fix in ATOM_DeleteAtom() : 
13310                 change LocalFree() by USER_HEAP_FREE().
13311
13312         * [misc/message.c]
13313         New function FatalAppExit().
13314
13315         * [objects/font.c]
13316         New empty stub SetMapperFlags().
13317
13318         * [controls/menu.c]
13319         Better CheckMark & other bitmaps placement.
13320
13321         * [windows/graphics.c]
13322         New function RoundRect() : calc.exe now working...
13323
13324 Tue Feb 15 14:29:37 1994  John Richardson
13325
13326         * [objects/bitblt.c]
13327         Fixed StretchBlt so it works quicker and faster.  It still doesn't
13328         use the StretchMode bits for bitmap compression, but that will
13329         come soon.
13330
13331 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
13332
13333         * [include/windows.h,dialog.h,gdi.h]
13334         Changed __atribute__ ((packed)) for WINE_PACKED. 
13335         When compiling the library this is defined as nothing. This gets
13336         rid with all the problems compiling under SunOS. Also 
13337
13338         * [windows/utility.c]
13339         Added DebugPrintString.
13340
13341         * [toolkit/sup.c]
13342         Added hSysRes = 1 definition to resolve externals.
13343         Added CallLineDDAProc function (toolkit version).
13344         Added toy, and hi ineficient memmove until code in message.c get
13345         rewritten.
13346
13347         * [objects/gdiobj.c]
13348         Ifdefed linux/emulator-dependent code to allow compilation of
13349         WineLib.
13350
13351         * [misc/winsocket.c]
13352         Added ifdef to allow compilation under SunOS.
13353
13354         * [misc/resource.c]
13355         When compiling the library, the resource file is expected to be in
13356         a file called $argv[0].Res. Also the information of the resource
13357         is expected to be at offset 0 of the .Res file.
13358
13359         * [misc/main.c]
13360         Call WinMain with arguments if compiling WineLib.
13361         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
13362         Call sync_profiles to preserve changes to .INI files.
13363
13364         * [misc/comm.c,dos_fs.c]
13365         removed call to atexit(Comm_DeInit)
13366         removed call to atexit(DOS_DeInitFS)
13367         Shutdown functions are now called from the return of WinMain
13368
13369         * removed memorylib subdirectory
13370
13371         * moved memory/atom.c    to misc/atom.c
13372           moved memorylib/heap.c to toolkit/heap.c
13373
13374         * [loader/wine.c]
13375         Moved DebugPrintString to windows/utility.c
13376
13377         * [include/winsock.h]
13378         Define SO_DONTLINGER only if it has not been previously defined.
13379
13380         * [include/windows.h]
13381         added definition for DLGPROC.
13382         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
13383         When compiling WineLib WNDPROC is defined with all the parameters
13384         to avoid compilation problems.
13385
13386         * [include/user.h]
13387         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
13388         calls are translated to the library allocation routines.
13389
13390         * [include/gdi.h,user.h]
13391         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
13392         translated to the library allocation routines.
13393
13394         * [include/atom.h]
13395         Defined LocalAlign. When compiling the emulator it's translated as
13396         a call to LocalAlloc (the original code), when compiling WineLib
13397         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
13398         (atom.c needs aligned data on a 4 byte boundary).
13399
13400         * [misc/file.c]
13401         Renamed KERNEL_* functions and fixed prototypes.
13402
13403         * [if1632/kernel.spec]
13404         Renamed KERNEL_* functions in order to be used by applications
13405         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
13406         _llseek, _lopen, _lwrite).
13407
13408         * [Makefile]
13409         Create library instead of executable when building target
13410         libwine.a 
13411
13412 ----------------------------------------------------------------------
13413 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
13414
13415         * [Makefiles]
13416         Use $(CC) instead of cc.
13417         Added libwine target.
13418
13419         * [include/prototypes]
13420         #ifdefed section for WineLib
13421
13422         * moved loader/cursor.c   to misc/cursor.c
13423           moved loader/resource.c to misc/resource.c
13424           moved misc/emulate.c    to miscemu/emulate.c
13425           moved misc/int1a.c      to miscemu/int1a.c
13426           moved misc/int21.c      to miscemu/int21.c
13427           moved misc/kernel.c     to miscemu/kernel.c
13428           moved misc/user.c       to miscemu/user.c
13429
13430         * [memorylib/heap.c]
13431         Heap management for WineLib
13432
13433         * [misc/comm.c]
13434         Modified to allow compilation under SunOS (#include errno, SunOS
13435         doesn't have atexit ()).
13436
13437         * [misc/dos_fs.c]
13438         Modified to allow compilation under SunOS (#include vfs.h)
13439
13440         * [misc/file.c]
13441         Modified to allow compilation under SunOS (OPEN_MAX constant,
13442         #include unistd.h)
13443
13444         * [objects/palette.c]
13445         Modified to allow compilation under SunOS (#include limits)
13446
13447         * [toolkit/sup.c]
13448         WineLib version of CallWindowProc.
13449
13450         * [windows/event.c]
13451         Typedef XPointer under X11R4 (OpenWindows).
13452
13453         * [windows/win.c]
13454         When compiling WineLib, use direct callbacks instead of the
13455         windows supplied callbacks.
13456
13457 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13458
13459         * [loader/cursor.c]
13460         New function CURSOR_SetWinCursor(), for internal use, to set
13461         the cursor of a specific window more reliably than with SetCursor().
13462
13463         * [windows/nonclient.c]
13464         Better window management. Moving and resizing from the system
13465         menu should work now.
13466         Added scroll-bar mouse tracking.
13467
13468         * [windows/win.c]
13469         Moved scroll-bar creation and destruction to defwnd.c.
13470
13471 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13472
13473         * [windows/nonclient.c]
13474         Call to StdDrawMenuBar() during NC's drawing.
13475         New NC_TrackMouseMenuBar() function which call 
13476                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
13477
13478         * [controls/menu.c]
13479         New ChangeMenu() function.
13480         Remove permanently old Xt menu code.
13481         Make common functions MenuButtonDown(), MenuButtonUp()
13482                 & MenuMouseMove() for both popups & menubar.
13483         
13484         * [controls/combo.c]
13485         Paint OBM_COMBO directly in combo client.
13486
13487         * [controls/listbox.c]
13488         Fix bug in multicolumns calculations.
13489
13490         * [controls/Makefile]
13491         Remove rules for old file 'caption.c'.
13492
13493         * [misc/kernel.c]
13494         Remove empty stub GetModuleFileName().
13495
13496         * [loader/library.c]
13497         New GetModuleHandle() function.
13498         New GetModuleUsage() function.
13499         New GetModuleFileName() function.
13500
13501         * [loader/resource.c]
13502         Try to find the bug a missing menu loading ... Not found yet !
13503
13504         * [windows/win.c]
13505         Remove old menubar creation.
13506
13507 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
13508
13509         * [misc/winsocket.c]
13510         More functions added.
13511
13512         * [if1632/winsock.spec] [misc/winsocket.c]
13513         Added John Brezak's winsock.dll stuff.
13514
13515 ----------------------------------------------------------------------
13516 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
13517
13518         * [loader/selector.c]
13519         Added function CreateNewSegments().  Modified IPCCopySelector
13520         to allow aliasing to any arbitrary memory space.
13521
13522         * [memory/global.c]
13523         Fixed potential bug in GlobalGetFreeSegments().
13524
13525         * [memory/linear.c]
13526         Created functions GlobalLinearLock() and GlobalLinearUnlock().
13527
13528 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
13529
13530         * [controls/widgets.c]
13531         Removed CAPTION window class.
13532
13533         * [loader/cursor.c]
13534         Bug fix in LoadCursor(): don't allocate memory every time for
13535         built-in cursors.
13536
13537         * [windows/clipping.c]
13538         Invalidate child windows in InvalidateRgn().
13539
13540         * [windows/defwnd.c]
13541         Added repaint of the caption when changing window text.
13542
13543         * [windows/event.c]
13544         Modified SetCapture() to allow keyboard events while capturing.
13545
13546         * [windows/message.c]
13547         New function MSG_GetHardwareMessage(), to do mouse tracking
13548         without returning control to the Windows program.
13549
13550         * [windows/nonclient.c]
13551         A couple of changes in frame drawing for DLGMODALFRAME windows.
13552         Rewritten window moving code, to use MSG_GetHardwareMessage()
13553         instead of non-client mouse events (this is the way Windows
13554         does it), and to send WM_ENTERSIZEMOVE messages.
13555         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
13556
13557         * [windows/win.c]
13558         Allocate temporary structures on the USER heap instead of
13559         using GlobalAlloc().
13560
13561         * [windows/winpos.c]
13562         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
13563
13564 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13565
13566         * [windows/nonclient.c]
13567         Call to StdDrawScrollBar() during NC's drawing.
13568         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
13569         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
13570         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
13571
13572         * [controls/menu.c]
13573         New GetSubMenu() function.
13574         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
13575
13576         * [controls/listbox.c]
13577         Start changes to satisfy recent changes in scrollbars/windows.
13578
13579         * [loader/resource.c]
13580         Put some code in LoadAccelerators() stub.
13581         New TranslateAccelerator() function.
13582
13583         * [windows/win.c]
13584         Remove GetMenu() & SetMenu() functions.
13585         Call to NC_CreateScrollBars() if required by CreateWindow().
13586
13587 ----------------------------------------------------------------------
13588 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
13589
13590         * [window/win.c]
13591         Added functions EnumWindows, EnumChildWindows, and helper
13592         WIN_EnumChildWin.  EnumWindows won't list all wine windows
13593         because GetDesktopWindow isn't complete.  However, the code
13594         is in place for it to work correctly and only needs 
13595         GetDesktopWindow to do so.  
13596
13597 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
13598
13599         * [windows/defwnd.c]
13600         Added handling of activation messages (WM_ACTIVATE,
13601         WM_NCACTIVATE, WM_MOUSEACTIVATE)
13602
13603         * [windows/event.c]
13604         De-activate the window when losing input focus.
13605
13606         * [windows/focus.c]
13607         Bug fix in SetFocus().
13608
13609         * [windows/message.c]
13610         Added activation of the window on mouse-clicks.
13611
13612         * [windows/nonclient.c]
13613         Changed non-client area painting to use the correct colors
13614         depending upon the activation state.
13615         Added WM_NCACTIVATE message handling.
13616         Fixed a couple of bugs in window moving and resizing.
13617
13618         * [windows/winpos.c]
13619         Implemented Get/SetActiveWindow().
13620         Implemented SWP_NOACTIVATE flag in SetWindowPos().
13621
13622 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13623
13624         * [misc/message.c]
13625         MessageBox has a CaptionBar for his title except for
13626                 MB_SYSTEMMODAL with MB_ICONHAND.
13627
13628         * [windows/nonclient.c]
13629         Call to NC_TrackSysMenu on SysMenu button mouse click.
13630
13631         * [windows/defwnd.c]
13632         Call to NC_TrackSysMenu on Alt key (VK_MENU).
13633
13634         * [controls/menu.c]
13635         New GetSystemMenu() function.
13636         New CopySystemMenu() internal function.
13637         New NC_TrackSysMenu() internal function.
13638
13639         * [include/windows.h]
13640         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
13641
13642 ----------------------------------------------------------------------
13643 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
13644
13645         * [window/win.c]
13646         Added functions EnableWindow, IsWindowEnabled, and helper 
13647         WIN_SetSensitive.
13648         
13649         * [window/event.c]
13650         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
13651         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
13652         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
13653         button presses beep for a disabled window.  
13654         If anyone finds better places for these checks, please tell me.
13655
13656 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13657
13658         * [misc/message.c]
13659         Cleanup on buttons answer value returned.
13660
13661         * [control/combo.c]
13662         Now use OBM_COMBO bitmap dropdown button.
13663
13664 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
13665
13666         * [misc/comm/c]
13667         A few bugfixes.
13668
13669 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
13670
13671         * [loader/cursor.c]
13672         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
13673
13674         * [include/options.h] [misc/main.c]  (New files)
13675         Rewrote main() function to get rid of Xt application context,
13676         and added command-line option parsing.
13677
13678         * [objects/color.c]
13679         Use of a private map now configurable with command-line option.
13680
13681         * [windows/defwnd.c]
13682         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
13683
13684         * [windows/event.c]
13685         Removed ConfigureNotify event handler (no longer needed).
13686
13687         * [windows/message.c]
13688         Send WM_SETCURSOR message on mouse events.
13689
13690         * [windows/nonclient.c]
13691         Use OEM bitmaps for the drawing of the non-client area.
13692         Added caption bar buttons handling, and moving and resizing of
13693         the window via the window frame (bypassing the window manager).
13694
13695         * [windows/painting.c]
13696         Bug fix in BeginPaint().
13697
13698         * [windows/win.c]
13699         Set the override_redirect flag for windows (to bypass window
13700         manager).
13701
13702         * [windows/winpos.c]
13703         Implemented WindowFromPoint(), ChildWindowFromPoint(),
13704         BringWindowToTop(), Get/SetInternalWindowPos(),
13705         Get/SetWindowPlacement().
13706
13707 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
13708
13709         * [memory/heap.c]
13710         Added support for multiple local heaps.
13711
13712 ----------------------------------------------------------------------
13713 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
13714
13715         * [window/caret.c]
13716         Modified code to use system timer.
13717
13718 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13719
13720         * [windows/win.c]
13721         Windows create if required new XLIB MenuBar & CaptionBar.
13722
13723         * [windows/defwnd.c]
13724         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
13725         (I'm not sure it's the good place for it, but it work...)
13726
13727         * [loader/resource.c]
13728         optimize in FindResourceByNumber, make lseek() if next type ...
13729
13730         * [controls/scroll.c]
13731         scrollbar buttons are now using system resources bitmaps.
13732
13733         * [controls/caption.c] - new file ...
13734         captionbar showing title, close button with SysMenu,
13735         and other buttons using system resources bitmaps.
13736
13737         * [controls/menu.c]
13738         New functions: SetMenuItemBitmaps() with 'glues',
13739         Make new version of LoadMenu() & ParseMenu(),
13740         ( put #define USE_POPUPMENU ).
13741         Implementation of MenuBar functions.
13742         
13743         * [sysres.dll]
13744         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
13745         New SYSMENU menu, it don't work yet ! :-((
13746
13747 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
13748
13749         * [memory/atom.c]
13750         Fixed a bug that could cause atoms to be case-sensitive.
13751
13752         * [misc/rect.c]
13753         Bug fix in SubtractRect().
13754
13755         * [objects/clipping.c]
13756         Bug fix when setting the clip mask to an empty region.
13757
13758         * [windows/dce.c]
13759         Bug fix in ReleaseDC().
13760
13761         * [windows/dialog.c]
13762         Call AdjustWindowRectEx() before creating the dialog window.
13763         Added support for DS_MODALFRAME style.
13764
13765         * [windows/event.c]
13766         Cleaned up event handling and removed old Xt stuff.
13767         Moved double-click handling to windows/message.c
13768
13769         * [windows/focus.c]
13770         Bug fix: only set the X focus when the window is viewable.
13771
13772         * [windows/graphics.c]
13773         Rewritten DrawReliefRect() to use brush instead of pen, and
13774         to use the system colors.
13775
13776         * [windows/message.c]
13777         Implemented WM_NCHITTEST message sending, and non-client
13778         mouse messages.
13779         Cleaned up double-click handling, and removed the Xt code.
13780
13781         * [windows/nonclient.c]  (New file)
13782         Implemented AdjustWindowRect().
13783         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
13784
13785         * [windows/painting.c]
13786         Added sending of the WM_NCPAINT message in BeginPaint().
13787
13788         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
13789         Implemented system metrics.
13790
13791         * [windows/win.c]
13792         Bug fix in setting the parent and owner in CreateWindow().
13793         Removed the Xt code.
13794
13795         * [windows/winpos.c]
13796         Added sending of the WM_NCPAINT message in SetWindowPos().
13797         Removed the Xt code.
13798
13799 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
13800
13801         * [windows/class.c]
13802         Implemented GetClassName and GetClassInfo.
13803
13804         * [windows/caret.c]
13805         Various improvements to text caret code.
13806
13807 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
13808
13809         * [misc/comm.c]
13810         Patches to work with NetBSD.
13811
13812 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
13813
13814         * [objects/bitblt.c] Added StretchBlt().
13815
13816 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
13817
13818         * [misc/user.c]
13819         Added creation of system message queue.
13820
13821         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
13822         Added DC size fields into DC structure.         
13823
13824         * [objects/clipping.c]
13825         Bug fix in CLIPPING_IntersectRect().
13826
13827         * [windows/class.c]
13828         Allocate a DCE instead of a DC for CS_CLASSDC classes.
13829
13830         * [windows/clipping.c]
13831         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
13832
13833         * [windows/dce.c]
13834         Implemented GetDCEx() and GetWindowDC().
13835
13836         * [windows/defwnd.c]
13837         Implemented WM_WINDOWPOSCHANGED handling.
13838
13839         * [windows/event.c]
13840         Preliminary support for Xlib event handling instead of Xt callbacks.
13841         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
13842
13843         * [windows/message.c]
13844         Preliminary support for multiple message queues.
13845         Implemented hardware_event() to store messages into the system queue.
13846         Implemented Get/SetTaskQueue().
13847         Better WM_PAINT and WM_TIMER handling.
13848         Changes to use Xlib instead of Xt for events.
13849
13850         * [windows/painting.c]
13851         Use GetDCEx() to retrieve the DC, to get a correct visible region.
13852
13853         * [windows/timer.c]
13854         Moved the timer procedure callback into DispatchMessage().
13855         Changed implementation to get rid of Xt timeouts.  Timer checking
13856         is now done inside GetMessage().
13857
13858         * [windows/win.c]
13859         Allocate a DCE instead of a DC for CS_OWNDC windows.
13860         Replaced Xt calls with Xlib calls.
13861         Moved window positioning functions into windows/winpos.c
13862
13863         * [windows/winpos.c]  (New file)
13864         Rewritten most of the window positioning functions.
13865         Implemented SetWindowPos() and MapWindowPoints().
13866
13867 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13868
13869         * [if1632/user.spec]
13870         Bad arguments description for function SetDlgItemText.
13871
13872         * [objects/text.c]
13873         Function DrawText now handle DT_CALCRECT request.
13874
13875         * [misc/message.c]
13876         Message boxes now use DrawText with DT_CALCRECT.
13877
13878         * [windows/graphics.c]
13879         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
13880
13881         * [windows/win.c]
13882         Bug fix for flags in function ShowWindow.
13883         More accurate WM_SIZE generated by function ShowWindow.
13884
13885         * [controls/listbox.c]
13886         More code for LBS_MULTIPLESEL.
13887         More code for LBS_MULTICOLUMN.
13888
13889         * [include/windows.h]
13890         Bad define for MF_SEPARATOR.
13891
13892         * [controls/menu.c]
13893         New functions: PopMenuWndProc() with 'glues',
13894         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
13895         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
13896         Code in stubs: CreateMenu(), DestroyMenu(). 
13897
13898 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
13899
13900         * loader/wine.c: Added support for relocation types 5 and 6.
13901
13902 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
13903
13904         * [misc/comm.c]
13905         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
13906         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
13907         GetCommError(), SetCommEventMask(), GetCommEventMask(),
13908         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
13909         WriteComm().
13910
13911 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
13912
13913         * [windows/caret.c]
13914         Implemented text caret functions.
13915
13916 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
13917
13918         * [loader/wine.c]
13919         Bug fix in LoadImage().
13920
13921         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
13922           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
13923         Modified graphics calls to take into account the DC origin.
13924
13925         * [windows/defwnd.c]
13926         Added preliminary WM_NCCALCSIZE handling.
13927
13928         * [windows/event.c]
13929         Send WM_NCCALCSIZE message on resize event.
13930
13931         * [windows/win.c]
13932         Send WM_NCCALCSIZE message in CreateWindow().
13933         Realize widgets at creation time (should prevent problems with
13934         unrealized widgets).
13935
13936 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13937
13938         * [controls/static.c]
13939         Send mouse & keyboard message received to its parent.
13940
13941         * [controls/scroll.c]
13942         Send keyboard message received to its parent.
13943
13944         * [controls/listbox.c]
13945         Add Navigation keys .
13946         ListBox now use VSCROLL & HSCROLL instead of children.
13947         Alpha version of LBS_MULTIPLESEL.
13948         Alpha version of LBS_MULTICOLUMN.
13949
13950         * [controls/combo.c]
13951         Add Navigation keys on closed ComboBox.
13952         Remove useless 'COMBOBOX_CreateComboBox' function.
13953
13954 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
13955
13956         * [loader/wine.
13957         LoadImage() modified to use FindFile().
13958
13959         * [misc/file.c]
13960         SetErrorMode added
13961
13962         * [misc/dos_fs.c]
13963         bug fixes.
13964
13965 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13966
13967         * [memory/global.c]
13968         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
13969
13970         * [sysres.dll]
13971         preliminary version of a 'glass of wine' bitmap
13972
13973         * [windows/event.c]
13974         New function 'GetCapture'.
13975
13976         * [controls/scroll.c]
13977         Remove useless 'SCROLLBAR_CreateScrollBar' function.
13978
13979         * [controls/listbox.c]
13980         Remove useless 'LISTBOX_CreateListBox' function.
13981
13982 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
13983
13984         * [objects/font.c]
13985         Corrected bugs in GetCharWidth().
13986
13987         * [windows/event.c]
13988         Modified EVENT_key to send Windows virtual key codes for
13989         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
13990         for printable characters.
13991
13992 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
13993
13994         * [windows/graphics.c]
13995         Added Polyline and Polygon
13996
13997 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
13998
13999         * [controls/listbox.c]
14000         ListBoxDirectory() modified to use dos_fs.c's functions to
14001         access files&|drives.
14002
14003 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
14004
14005         * [misc/dos_fs.c]
14006         Added FindFile() to search a file in a dos/unix style path.
14007         
14008         * [misc/file.c]
14009         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
14010         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
14011         GetDriveType.                      
14012
14013         * [misc/int21.c]
14014         Modified.
14015
14016 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
14017
14018         * [misc/profile.c]
14019         The Profile functions now return the correct values. They now
14020         implement all the features described in the SDK.
14021
14022 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
14023
14024         * [loader/selector.c]
14025         Rewrote selector aliasing routines to use System V IPC
14026         routine to alias memory segments.
14027
14028 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14029
14030         * [controls/listbox.c]
14031         More consistency in functions using wIndexes
14032
14033         * [controls/scroll.c]
14034         New function : ShowScrollBar().
14035
14036         * [loader/cursor.c] ... New file
14037         Move cursor functions from [loader/resource.c].
14038         New function : ClipCursor().
14039         New function : GetClipCursor().
14040         New function : CreateCursor().
14041         SetCursor() now working using gloabal variable 'winHasCursor'.
14042
14043         *[object/palette.c]
14044         New stub only : SelectPalette().
14045         New stub only : RealizePalette().
14046
14047         *[win/event.c]
14048         New function : EVENT_enter_notify(),
14049                 update 'winHasCursor' and send WM_SETCURSOR.
14050
14051         *[win/defwnd.c]
14052         Add processing of WM_SETCURSOR message.
14053
14054         *[win/win.c]
14055         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
14056         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
14057         New function ClientToScreen().
14058         New function ScreenToClient().
14059
14060 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
14061
14062         * [files.h / regfunc.h / misc/dos.c]
14063         Removed.
14064
14065         * [misc/dos_fs.c]
14066         Added support for loading dosdrive cfg from wine.ini.
14067
14068         * [misc/int21.c]
14069         Modified.
14070
14071
14072 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
14073
14074         * [include/atom.h] [memory/atom.c]
14075         Implemented atoms.
14076
14077         * [windows/class.c]
14078         Modified RegisterClass() to use atoms.
14079         Implemented CS_GLOBALCLASS style.
14080
14081         * [windows/message.c]
14082         Implemented RegisterWindowMessage().
14083
14084         * [loader/resource.c]
14085         Bug fix in LoadResource().
14086
14087         * [windows/dialog.c]
14088         Modified CreateDialogParam() to use Find/LoadResource().
14089
14090 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
14091
14092         * [windows/scroll.c]
14093         Preliminary implementations of ScrollWindow, ScrollDC and
14094         ScrollWindowEx.
14095
14096 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14097
14098         * [controls/listbox.c]
14099         Optimization of redraw during 'Add' or 'Insert'.
14100
14101         * [controls/scroll.c]
14102         Optimization of WM_PAINT during 'thumbtracking'.
14103
14104         * [controls/button.c]
14105         Add of beta implement of 'BS_OWNERDRAW'
14106
14107         * [controls/static.c]
14108         Style 'SS_ICON' new supported.
14109
14110         * [misc/message.c]
14111         Begin of implemantation of MB_XXX styles.
14112
14113         * [loader/resource.c]
14114         Function LoadIcon() : now prepare transparency Bitmap mask.
14115         Function LoadCursor() : now prepare a 'X pixmapcursor'.
14116         New function SetCursor() : not finished.
14117         New function ShowCursor() : not finished.
14118         New function AccessResource() : stub.
14119
14120         * [obj/dib.c]
14121         Function DrawIcon(): deugging phase of icon transparency mask.
14122
14123         * [loader/library.c]
14124         new file for news functions LoadLibrary() & FreeLibrary().
14125
14126         * [sysres.dll]
14127         Resources only 16bits DLL for System Resources, icons, etc...
14128
14129 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
14130
14131         * [include/dialog.h] [windows/dialog.c]
14132         Simplified dialog template parsing.
14133         Implemented DialogBoxIndirect().
14134
14135         * [windows/win.c]
14136         Fixed bug in CreateWindow() when aborting window creation.
14137         Modified UpdateWindow() to only update visible windows.
14138         Implemented IsWindow().
14139
14140 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14141
14142         * [controls/listbox.c]
14143         Listbox control window : new messages.
14144
14145         * [controls/combo.c]
14146         Combo box control window : new messages.
14147
14148         * [misc/message.c]
14149         Moved stub MessageBox() to this new file.
14150         Implemented of a callback, now MessageBox show a window.
14151
14152         * [loader/resource.c]
14153         New function DestroyIcon()
14154         New function DestroyCursor()
14155         Filled stub LoadIcon()
14156         Filled stub LoadCursor()
14157         Bug fixed in FindResourceByName() : missing lseek().
14158
14159         * [obj/dib.c]
14160         New function DrawIcon()
14161
14162         * [windows/win.c]
14163         New function CloseWindow()
14164         New function OpenIcon()
14165         New function IsIconic()
14166         New Function FindWindow()
14167
14168 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
14169
14170         * [loader/selector.c]
14171         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
14172
14173 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
14174
14175         * [loader/selector.c]
14176         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
14177
14178 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
14179
14180         * [loader/resource.c]
14181         Wrote FindResource(), LoadResource(), LockResource(),
14182         and FreeResource()
14183
14184         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
14185         Changed selector allocation method.
14186
14187 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
14188
14189         * [if1632/callback.c if1632/call.S if1632/user.spec] 
14190         added Catch (KERNEL.55) and Throw (KERNEL.56)
14191         
14192 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14193
14194         * [controls/scroll.c]
14195         Scroll bar control window
14196                 Bug resolved : Painting message before scroll visible.
14197
14198         * [controls/listbox.c]
14199         Listbox control window
14200                 Destroy cleanup.
14201
14202         * [controls/combo.c]
14203         Combo box control window
14204                 Destroy cleanup.
14205
14206         * [controls/button.c]
14207                 GetCheck Message now return is state.
14208
14209         * [windows/win.c]
14210         New function IsWindowVisible()
14211
14212 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
14213
14214         * [if1632/user.spec]
14215         Removed some duplicate entries.
14216
14217         * [include/dialog.h] [windows/dialog.c]
14218         Implemented dialog units and fonts.
14219         Added preliminary loading of dialog resources.
14220         Preliminary implementation of DialogBox().
14221         Implemented Get/SetDlgItem* functions.
14222
14223         * [windows/win.c]
14224         Implemented WM_PARENTNOTIFY message.
14225         Implemented CreateWindowEx() and GetWindow().
14226         Completed DestroyWindow().
14227
14228 Mon Nov  1 18:19:34 1993  Erik Bos
14229
14230         * [loader/signal.c]
14231         Added support for int 0x11 & 0x12.
14232
14233         * [loader/int21.c]
14234         Improved function handling.
14235
14236 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
14237
14238         * [objects/font.c]
14239         Implemented GetCharWidth().
14240
14241 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
14242
14243         * [Makefile]
14244         Use GNU malloc.
14245
14246         * [include/int21.h include/wine.h]
14247         Change sc_eflags to sc_efl .
14248
14249         * [include/wine.h]
14250         Fix misplaced #endif
14251         Include <signal.h> for NetBSD
14252
14253         * [loader/int21.c]
14254         Don't include <sys/vfs.h> in NetBSD
14255         Do include <sys/mount.h> in NetBSD
14256         Cleanup some lint.
14257
14258 Mon Oct 26 17:59:01 1993  Erik Bos
14259
14260         * [include/int21.h]
14261         Added.
14262
14263         * [loader/int21.c]
14264         Added support for many dos ints.
14265
14266         * [misc/file.c] [include/files.h]
14267         Moved OPEN_MAX and DosDriveStruct to files.h.
14268
14269 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
14270
14271         * [controls/button.c]
14272         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
14273         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
14274         a preliminary USERBUTTON control.
14275
14276         * [objects/text.c]
14277         Corrected bugs in TEXT_NextLine() and added handling of prefix
14278         character.
14279
14280         * [controls/button.c]
14281         Disabled focus handling by commenting out SetFocus() calls until
14282         serious bug can be found.
14283
14284 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14285
14286         * [controls/listbox.c]
14287         Listbox control window
14288                 Painting cleanup, new messages processed.
14289
14290         * [controls/scroll.c]
14291         Scroll bar control window
14292                 Painting cleanup.
14293
14294         * [controls/combo.c]
14295         Combo box control window
14296                 Painting cleanup.
14297
14298 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
14299
14300         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
14301         Better support for the private color map.
14302         Using a private map is now the default.
14303
14304         * [windows/win.c]
14305         Bug fix.
14306
14307         * [include/dialog.h] [windows/dialog.c]
14308         Implemented CreateDialog*() and IsDialogMessage().
14309
14310         * [misc/xt.c] [windows/defwnd.c]
14311         Moved DefWindowProc() to defwnd.c.
14312         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
14313
14314         * [windows/defdlg.c]
14315         Started the implementation of DefDlgProc().
14316
14317         * [windows/win.c]
14318         Added WM_NCCREATE and WM_NCDESTROY messages.
14319         Implemented IsChild().
14320
14321 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
14322
14323         * [windows/focus.c]
14324         Implemented GetFocus() and SetFocus().
14325
14326         * [windows/event.c]
14327         Added processing of FocusIn and FocusOut events.
14328
14329         * [windows/graphics.c]
14330         Added DrawFocusRect().
14331
14332 Sat Oct  9 14:36:57 1993  Erik Bos
14333
14334         * [loader/int1a.c]
14335         Added more function handling.
14336
14337 Wed Oct  6 12:21:22 1993  Erik Bos
14338
14339         * [loader/signal.c]
14340         Split signal.c into int1a.c, int21.c and signal.c.
14341
14342 Tue Oct  5 22:12:40 1993  David Metcalfe
14343
14344         * [controls/static.c] [control/widgets.c]
14345         Static control class.
14346
14347         * [objects/text.c]
14348         Added processing of additional DT_ flags to DrawText().
14349
14350         * [windows/win.c] [misc/xt.c]
14351         Added SetWindowText() and WM_SETTEXT processing.
14352
14353 Tue Oct  5 22:12:40 1993  Martin Ayotte
14354
14355         * [controls/listbox.c]
14356         Listbox control window
14357
14358         * [controls/scroll.c]
14359         Scroll bar control window
14360
14361         * [controls/combo.c]
14362         Combo box control window
14363
14364         * [include/combo.h]
14365         Combo box definitions
14366
14367         * [include/listbox.h]
14368         Listbox definitions
14369
14370         * [include/scroll.h]
14371         Scroll bar definitions
14372
14373 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
14374
14375         * [if1632/callback.c]
14376         Fixed bug in MakeProcInstance().
14377
14378         * [debugger/info.c]
14379         Changed x/w and x/b to display in hex.
14380
14381         * [debugger/i386-pinsn.c]
14382         Added code to properly unassemble 16-bit indexing.
14383
14384 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
14385
14386         * [loader/files.c] [misc/profile.c]
14387         System initialization file is now called "wine.ini" and can
14388         be located in the current directory, the user's home directory,
14389         or any directories specified in the WINEPATH environment variable.
14390
14391         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
14392         Changed register function stack to match sigcontext structure.
14393
14394 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
14395
14396         * [loader/files.c]
14397         Created function to search a path for files to load.
14398
14399         * [loader/wine.c]
14400         Modified exe and dll file loading to search through path
14401         specified by the environment variable WINEPATH.
14402
14403 Thu Sep 30 22:30:21 1993  Eric Youngdale
14404
14405         * [loader/signal.c]
14406         Bug fix.
14407
14408 Thu Sep 30 22:30:21 1993  John Brezak
14409
14410         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
14411           [debugger/obstack.h]
14412         Updates to allow debugger to function under NetBSD.
14413
14414 Tue Sep 28 19:59:21 1993  David Metcalfe
14415
14416         * [windows/win.c]
14417         Implemented support for windows with no borders.  Added
14418         GetParent(), GetDlgCtrlID(), GetWindowText() and
14419         GetWindowTextLength() functions.
14420
14421         * [misc/xt.c]
14422         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
14423         to DefWindowProc and Implemented MessageBeep().
14424
14425         * [windows/syscolor.c]
14426         Added preliminary system color support.
14427
14428         * [controls/button1.c]
14429         Mods to new button control and integration with Wine.
14430
14431 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
14432
14433         * [controls/button1.c]
14434         New button control using GDI functions.
14435         
14436 Tue Sep 28 19:59:21 1993  Eric Youngdale
14437
14438         * [debugger/*]
14439         Added debugging capabilities to Wine
14440
14441 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
14442
14443         * [objects/region.c]
14444         Bug fix
14445
14446 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
14447
14448         * [tools/build.c]
14449         Changed the entry point code to reduce the standard entry
14450         point size from 22 bytes to 10 bytes.  This leaves about
14451         4000 free entry points instead of the 800 in version 0.4.2.
14452
14453         * [loader/resource.c]
14454         Rewrote functions to allow loading of resources from any
14455         DLL.
14456
14457         * [loader/wine.c] [include/wine.h]
14458         Added functions GetFilenameFromInstance() and GetFileInfo()
14459         to search for a loaded file based on its instance handle.
14460         Added a field in struct w_files to make searching by an instance
14461         handle faster.
14462
14463 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
14464
14465         * [misc/profile.c]
14466         Implementation of .INI file handling
14467
14468 Mon Sep 20 10:54:32 1993  David Metcalfe
14469
14470         * [misc/profile.c.old]
14471         Implementation of .INI file handling
14472
14473 Mon Sep 20 10:54:32 1993  John Brezak
14474
14475         * [controls/WinButton.c]
14476         Bug fix with call to XtVaSetValues.
14477
14478 Mon Sep 20 10:54:32 1993  Alexandre Julliard
14479
14480         * [windows/win.c]
14481         Quick patch to get colormaps to work with button widget.
14482
14483 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
14484
14485         * misc/keyboard.c: 
14486         Ifdefed out some bogus Ansi<->Oem conversion functions
14487
14488         * misc/lstr.c: 
14489         New file with string functions like lstr* IsChar* *Ansi* 
14490
14491 Wed Sep 15 20:35:10 1993  John Brezak
14492
14493         * [loader/signal.c]
14494         Additional changes to support NetBSD.
14495
14496 Wed Sep 15 22:19:22 1993  Martin Ayotte
14497
14498         * [windows/graphics.c]
14499         Added FrameRect function
14500
14501 Tue Sep 14 13:54:45 1993  Alexandre Julliard
14502
14503         * [objects/color.c] [objects/palette.c]
14504         Preliminary support for private color map.
14505
14506         * [windows/class.c]
14507         Implemented CS_CLASSDC style.
14508
14509         * [windows/dce.c]
14510         Moved DCEs to USER heap.
14511         Implemented class and window DCs.
14512
14513         * [windows/event.c]
14514         Implemented CS_DBLCLKS style.
14515
14516         * [windows/graphics.c]
14517         Bug fix in SetPixel().
14518
14519         * [windows/win.c]       
14520         Implemented CS_OWNDC style.
14521         Implemented Get/SetWindowLong().
14522
14523         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
14524           [windows/dce.c] [windows/message.c] [windows/win.c]   
14525         Moved windows from global heap to USER heap.
14526
14527 Mon Sep 13 05:00:11 1993  Eric Youngdale
14528
14529         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
14530           [loader/wine.c] [tools/build.c]
14531         Added ability to generate missing functions statistics.
14532
14533 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
14534
14535         * [WIN31-APPLETS]
14536         Added new file.
14537
14538         * [if1632/kernel.spec]
14539         Added definitions for GetProfile{Int,String} and SetHandleCount.
14540
14541         * [if1632/keyboard.spec]
14542         Created interface specification for Keyboard driver DLL.
14543
14544         * [if1632/relay.c]
14545         Added keyboard.dll to list of included DLLs.
14546
14547         * [if1632/user.spec]
14548         Added LoadAccelerators definition.
14549
14550         * [loader/resource.c]
14551         Added LoadAccelerators stub.
14552
14553         * [misc/file.c]
14554         Changed OpenFile, and added SetHandleCount (for winfile.exe)
14555
14556         * [misc/keyboard.c]
14557         Added keyboard code.
14558
14559         * [misc/profile.c] [misc/xt.c]
14560         Moved GetPrivateProfile* commands here, and added GetProfile*
14561         commands.
14562
14563 Mon Sep 13 10:24:37 1993  Andrew Bulhak
14564
14565         * [windows/utility.c]
14566         Implemented MulDiv(), OutputDebugString() and wvsprintf()
14567
14568 Fri Sep 10 09:13:30 1993  John Brezak
14569
14570         * [*/Makefile]
14571         Created patch to allow BSD make to build wine.
14572
14573         * [windows/win.c]
14574         Fixed NULL pointer reference.
14575
14576         * [windows/message.c] [misc/xt.c]
14577         Defined HZ to handle system specific timing.
14578
14579         * [windows/graphics.c]
14580         Use M_PI is PI
14581
14582         * [objects/pallete.c]
14583         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
14584
14585         * [dump.c] [ldt.c] [wine.c]
14586         ifdef'ed linux headers for linux compile.
14587
14588         * [loader/ldtlib.c]
14589         Add NetBSD system calls when compiled on that system.
14590
14591         * [loader/selector.c]
14592         Use mmap(MAP_ANON, ...) for NetBSD.
14593
14594         * [if1632/call.S]
14595         Fixed selector assumptions.
14596
14597 Thu Sep 9 20:01:37 1993  David Metcalfe
14598
14599         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
14600           [windows/win.c] [windows/class.c]
14601         Added 3D button control and tied into CreateWindow()
14602
14603 Thu Sep  9 07:35:24 1993  Scott Laird
14604
14605         * [if1632/sound.spec]
14606         Created interface specification for SOUND DLL.
14607
14608         * [if1632/win87em.spec]
14609         Added more functions to the WIN87EM DLL interface specification
14610
14611         * [misc/emulate.c]
14612         Created stubs for the new math emulation functions.
14613
14614         * [misc/sound.c]
14615         Created stubs for the SOUND DLL.
14616
14617 Sun Sep  5 21:02:10 1993  John Burton
14618
14619         * [if1632/kernel.spec]
14620         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
14621         and _lwrite.
14622
14623         * [include/windows.h]
14624         Added OF_ macros
14625
14626         * [misc/file.c]
14627         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
14628
14629 Fri Sep  3 18:47:03 1993  Alexandre Julliard
14630
14631         * [windows/dc.c]
14632         Bug fix
14633
14634         * [objects/text.c]
14635         Bug fix
14636
14637 Fri Sep  3 18:47:03 1993  Bob Amstadt
14638
14639         * [objects/linedda.c]
14640         Finished LineDDA().
14641
14642 Fri Sep  3 11:52:18 1993  Bob Amstadt
14643
14644         * [windows/timer.c]
14645         Changed to use CallWindowProc() rather directly calling callback.
14646
14647         * [windows/event.c]
14648         Implemented SetCapture() and ReleaseCapture()
14649
14650         * [windows/keyboard.c]
14651         Created stub for GetKeyState()
14652
14653         * [objects/linedda.c]
14654         Created stub for LineDDA()
14655
14656         * [if1632/callback.c]
14657         Created callback handler for LineDDA callback procedure.
14658
14659         * [if1632/callback.c]
14660         Created FreeProcInstance()
14661
14662 Fri Sep  3 08:36:52 1993  David Metcalfe
14663
14664         * [loader/signal.c]
14665         Patch to and code for INT 1A
14666
14667 Thu Sep  2 00:31:54 1993  Alexandre Julliard
14668
14669         * [objects/font.c] [objects/text.c]
14670         More text support: implemented justification and underlining.
14671
14672         * [windows/clipping.c] [objects/clipping.c]
14673         Moved low-level clipping functions to objects/clipping.c.
14674
14675         * [windows/clipping.c] [windows/event.c] [windows/message.c]
14676         Implemented window update regions.
14677
14678         * [windows/dc.c] [objects/dcvalues.c]
14679         Moved some device-independent DC functions to objects/dcvalues.c.
14680
14681         * [windows/graphics.c]
14682         Implemented InvertRect() and GetPixel().
14683
14684 Sat Aug 28 08:40:23 1993  Eric Youngdale
14685
14686         * [include/neexe.h] [loader/wine.c]
14687         Added code to handle relocation type 4.
14688
14689         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
14690         Added support for dos interrupts.
14691
14692 Thu 26 Aug 19:15:00 1993  Eric Youngdale
14693
14694         * [loader/selector.c]
14695         Fixed bug dealing with loading DLLs.
14696
14697 Thu Aug 26 19:22:40 1993  Alexandre Julliard
14698
14699         * [include/gdi.h] [objects/font.c] [windows/dc.c]
14700         Beginning of real font support.
14701
14702         * [windows/graphics.c]
14703         Implemented PatBlt().
14704
14705         * [memory/global.c]
14706         Corrected a bug with linked list handling in GlobalAlloc().
14707
14708         * [objects/bitmap.c]
14709         Corrected a bug in BITMAP_SelectObject().
14710
14711 Tue Aug 24 19:22:40 1993  David Metcalfe
14712
14713         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
14714           [controls/SmeMenuButt*]
14715         Change code to support & as a special character in menu item text.
14716
14717 Tue Aug 24 19:22:40 1993  Alexandre Julliard
14718
14719         * [include/gdi.h] [windows/dc.c]
14720         Heavily modified the DC structure for better device-independence.
14721
14722         * [objects/bitmap.c]
14723         Implemented bitmap dimensions.
14724
14725         * [windows/dc.c] [windows/dce.c]
14726         Implemented DC state saving and restoring.
14727
14728         * [windows/dc.c]
14729         Implemented ROP mode.
14730
14731         * [windows/graphics.c]
14732         Implemented FillRect().
14733
14734 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
14735
14736         * [misc/xt.c]
14737         Fixed bug in InvalidateRect().  Solitaire attempted to
14738         clear window before it was realized.
14739
14740         * [loader/resource.c]
14741         Began rewrite of LoadBitmap().
14742
14743         * [loader/wine.c]
14744         Fixed code which set Argv and Argc global variables.
14745
14746         * [loader/selector.c]
14747         Added code to set up command line arguments.
14748
14749         * [include/neexe.h]
14750         Fixed error in PSP structure.
14751
14752 Tue Aug 17 20:41:12 1993  Alexandre Julliard
14753
14754         * [include/gdi.h] [windows/dc.c]
14755         Implemented device capabilities.
14756
14757         * [objects/region.c]
14758         Implemented EqualRgn() and CombineRgn().
14759
14760         * [windows/clipping.c]
14761         Implemented Save/RestoreVisRgn().
14762
14763         * [windows/graphics.c]
14764         Implemented PaintRgn() and FillRgn().
14765
14766         * [windows/mapping.c]
14767         Implemented mapping modes.
14768
14769 Tue Aug 10 14:07:38 1993  Alexandre Julliard
14770
14771         * [if1632/user.spec] [misc/rect.c]
14772         Implemented rectangle API functions.
14773
14774         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
14775         Implemented regions.
14776
14777         * [windows/class.c]
14778         Corrected a typo in UnregisterClass().
14779
14780         * [windows/clipping.c] [windows/dc.c]
14781         Implemented DC clipping and visible region.
14782
14783 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
14784
14785         * [controls/menu.c] [windows/win.c]
14786         SetMenu(), GetMenu(), CheckMenuItem() implemented
14787
14788 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
14789
14790         * [controls/menu.c] [windows/win.c]
14791         Many improvements menus.  LoadMenu() should work.
14792
14793 Wed Aug  4 14:55:36 1993  Alexandre Julliard
14794
14795         * [objects/dib.c]
14796         Started the implementation of device-independent bitmaps.
14797
14798         * [objects/bitmap.c]
14799         Added support for multiple bitmap depths.
14800
14801         * [objects/brush.c]
14802         Implemented pattern brushes.
14803
14804         * [windows/dc.c] [windows/graphics.c]
14805         Implemented some GDI graphics primitives.
14806
14807 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
14808
14809         * [controls/menu.c] [windows/win.c] [include/menu.h]
14810         Code to load class menus from executable file.
14811
14812         * [if1632/user.spec]
14813         Fixed specification of SendMessage() and PostMessage.
14814
14815 Mon Jul 26 21:53:24 1993  Alexandre Julliard
14816
14817         * [if1632/call.S]
14818         Corrected a bug in KERNEL_InitTask().
14819
14820         * [include/windows.h]
14821         Added a lot of constants.
14822
14823         * [loader/selector.c]
14824         Corrected a bug in segment allocation in CreateSelectors().
14825
14826         * [objects/bitmap.c]
14827         Implemented SelectObject() for bitmaps.
14828
14829         * [objects/brush.c]
14830         Implemented hatched brushes and SelectObject().
14831
14832         * [objects/gdiobj.c]
14833         Removed linked list (not needed).
14834
14835         * [objects/palette.c]
14836         Implemented system palette creation and misc. palette API functions.
14837
14838         * [windows/timer.c]
14839         Implemented timers.
14840
14841         * [windows/dc.c]
14842         Implemented memory device contexts.
14843
14844 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
14845
14846         * [dos.c]
14847         Split DOS3Call() out of kernel.c.  Added support for get date
14848         and time functions.
14849
14850         * [call.S]
14851         Added function ReturnFromRegisterFunc() to allow DOS calls
14852         to return values in registers.
14853
14854         * [regfunc.h]
14855         Macros to access registers saved on stack.
14856
14857 Tue Jul 20 10:38:59 1993  Alexandre Julliard
14858
14859         * [win.c]
14860         Corrected allocation of the WM_CREATE data structure.
14861
14862         * [dce.c] [dce.h]
14863         Implemented DCE handling.
14864
14865         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
14866           [gdiobj.c] [palette.c] [pen.c]
14867         Implemented the GDI objects data structures and allocation.
14868
14869         * [windows.h]
14870         Added several structures and constants for GDI objects.
14871
14872 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
14873
14874         * [ldtlib.c]
14875         Modified system calls to match Linus' new interface for
14876         the LDT modification.
14877
14878         * [win.c]
14879         Fixed bug with WM_CREATE message.
14880
14881         * [heap.c] [kernel.spec]
14882         Completed local heap allocation functions.
14883
14884         * [global.c]
14885         Created function GlobalQuickAlloc() for easy allocation from DLLs
14886
14887 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
14888
14889         * [global.c]
14890         Completed global memory pool API
14891
14892 Sun Jul 11 16:59:52 1993  Alexandre Julliard
14893
14894         * [message.c] [user.c] [user.spec] [windows.h]
14895         Added emulation of Windows message queue.
14896
14897 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
14898
14899         * [build.c] Original by Bob Amstadt
14900         * [callback.c] Original by Bob Amstadt, updates by 
14901         Alexandre Julliard
14902         * [dump.c] Original by Bob Amstadt
14903         * [global.c] Original by Bob Amstadt
14904         * [heap.c] Original by Bob Amstadt
14905         * [kernel.c] Original by Bob Amstadt
14906         * [ldt.c] Original by Bob Amstadt
14907         * [ldtlib.c] Original by Bob Amstadt
14908         * [relay.c] Original by Bob Amstadt
14909         * [resource.c] Original by Bob Amstadt, updates by 
14910         Alexandre Juliard
14911         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
14912         * [user.c] Original by Bob Amstadt
14913         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
14914         Alexandre Julliard
14915         * [wintcl.c] Original by Regents of the University of California,
14916         updates by Peter MacDonald and Alexandre Julliard
14917         * [callback.h] Original by Bob Amstadt
14918         * [dlls.h] Original by Bob Amstadt
14919         * [heap.h] Original by Bob Amstadt
14920         * [neexe.h] Original by Bob Amstadt
14921         * [prototypes.h] Original by Bob Amstadt, updates by 
14922         Eric Youngdale
14923         * [segmem.h] Original by Bob Amstadt
14924         * [tkInt.h] Original by Regents of the University of California
14925         * [windows.h] Original by Peter MacDonald, updates by 
14926         Alexandre Julliard and Bob Amstadt
14927         * [wine.h] Original by Eric Youngdale
14928         * [kernel.spec] Original by Bob Amstadt, updates by 
14929         Alexandre Julliard
14930         * [gdi.spec] Original by Bob Amstadt, updates by 
14931         Alexandre Julliard
14932         * [shell.spec] Original by Bob Amstadt
14933         * [unixlib.spec] Original by Bob Amstadt
14934         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
14935         * [win87em.spec] Original by Bob Amstadt
14936         * [Windows.tcl] Original by Peter MacDonald, updates by 
14937         Alexandre Julliard
14938         * [build-spec.txt] Original by Bob Amstadt
14939         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale