Release 970415
[wine] / ChangeLog
1 ----------------------------------------------------------------------
2 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
3
4         * [graphics/win16drv/init.c]
5         Minor changes to help debug problems.
6
7         * [if1632/dummy.c] [if1632/gdi.spec]
8         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
9
10         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
11         StartDoc16, EndDoc16 new functions.
12
13 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
14
15         * [memory/virtual.c]
16         Implemented MapViewOfFile.
17
18         * [debugger/dbg.y]
19         Added 'info maps' command.
20
21 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
22
23         * [controls/edit.c] [controls/EDIT.TODO]
24         Started restructuring.  Performance improvements.
25         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
26                 EditWndProc() is now reentrant, wordbreak procs,
27                 better compliance to specs.
28         New:    margins, format rectangle.
29
30         * [controls/widgets.c]
31         Changed the cursor for the edit control class to an I-beam.
32
33         * [include/callback.h]
34         Added 32 bit wordbreak callback.
35
36 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
37
38         * [objects/metafile.c]
39         Added handling of some more metafile records: 
40         META_CREATEREGION, META_INVERTREGION etc.
41
42 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
43
44         * [loader/signal.c]
45         Define kernel sigaction ourselves instead of getting it
46         from the kernel source.
47
48 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
49
50         * [control/menu.c]
51         Fix return value range for GetMenuState.
52
53         * [files/file.c]
54         Always fill out ofs->szPathName in FILE_DoOpenFile.
55
56         * [memory/string.c]
57         Add debug option string.
58
59         * [objects/cursoricon.c]
60         Fix return value for DestroyIcon32.
61
62 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
63
64         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
65         Added description of the source tree. Moved several
66         files to fit it.
67
68         * [misc/shell.c]
69         Use Win32 heap functions.
70
71 ----------------------------------------------------------------------
72 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
73
74         * [misc/main.c] [ANNOUNCE]
75         Update the list of contributors. Please let me know if I forgot
76         someone.
77
78         * [controls/combo.c]
79         Fixed bug in CB_DIR16 handling.
80         Use correct text color in CBPaintText.
81
82         * [controls/listbox.c]
83         Fixed WM_CTLCOLOR handling.
84
85         * [windows/winproc.c]
86         Added translation for EM_*32 messages.
87
88 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
89
90         * [files/drive.c]
91         Added information on device and inode numbers to the DOSDRIVE
92         struct, using it to find DOS drives in a path even if it contains
93         symbolic links, eliminating annoying messages at startup.  
94         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
95
96 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
97
98         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
99           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
100           [include/win16drv.h] [include/x11drv.h]
101         Implemented GetCharWidth via graphics drivers.
102
103         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
104         Moved printer driver interfaces into a separate file.
105
106         * [graphics/win16drv/text.c]
107         Fixed bugs that seg-faulted write.
108
109 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
110
111         * [BUGS]
112         Update.
113
114         * [controls/edit.c]
115         Removed useless parameters from a lot of functions.
116
117         * [controls/menu.c]
118         Improved keyboard shortcuts. Added check for entries with popup 
119         menu in EnableMenuItem().
120
121         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
122         Do not allocate separate thunks for new windows.
123
124         * [misc/clipboard.c] [windows/painting.c]
125         Fixed problems with ClipBook.
126
127         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
128           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
129         Combo rewrite.
130
131         * [objects/dib.c]
132         Slight improvements.
133
134 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
135
136         * [misc/crtdll.c]
137         Added chdir/mkdir.
138
139         * [misc/ntdll.c]
140         Fixed some bugs, added RtlUnicodeStringToAnsiString.
141
142         * [win32/process.c]
143         Added initialisation of events/semaphores/mutices.
144
145 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
146
147         * [resources/sysres_Po.rc]
148         Added support for Portuguese language.
149
150 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
151
152         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
153         Implemented SwitchToThisWindow().
154         
155         * [misc/ver.c]
156         Corrected a flaw in VerInstallFile32A.
157         
158         * [msdos/int21.c]
159         Corrected wrong number in Int21 3305
160         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
161         
162 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
163
164         * [loader/ne_module.c]
165         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
166         setting it to 0x10000 if pSeg->size is 0.
167
168 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
169
170         * [ANNOUNCE]
171         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
172
173         * [memory/global.c]
174         Removed MemManInfo sizeof check.
175
176 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
177
178         * [files/dos_fs.c]
179         Pick up kernel dirent on glibc systems.
180
181         * [loader/signal.c]
182         Pick up kernel sigaction on glibc systems.
183
184 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
185
186         * [debugger/stabs.c] [debugger/msc.c]
187         Check return value of mmap.
188
189 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
190
191         * [win32/code_page.c]
192         Added IsValidCodePage.
193
194 ----------------------------------------------------------------------
195 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
196
197         * [*/*]
198         Completed transition to new Win32 types.
199
200         * [tools/build.c]
201         Changed CallTo16_regs to take a CONTEXT argument.
202
203         * [memory/virtual.c]
204         Rewrote Virtual* functions. Implemented CreateFileMapping and
205         OpenFileMapping. Broke MapViewOfFile ;-)
206
207         * [win32/k32obj.c]
208         Implemented named objects.
209
210 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
211
212         * [misc/ole2nls.c] [resources/sysres_Pl.c]
213         Added Polish language support.
214
215 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
216
217         * [windows/keyboard.c]
218         Wrote VkKeyScan and tested with Winword. Works ok except for dead
219         chars.
220
221 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
222
223         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
224           [graphics/win16drv/obects.c]
225         Added start of SelectObject call for printer driver. Write should
226         now run with the printer driver enabled.
227
228 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
229
230         * [debugger/*.c]
231         Re-added a disassembly command (list serves another functionality
232         now).
233
234         * [loader/pe_resource.c]
235         Added # support.
236
237         * [misc/ole2nls.c]
238         GetStringType* added.
239
240         * [objects/color.c]
241         VGA16 fixes.
242
243         * [windows/class.c]
244         Look for global widget classes too in GetClassInfo32.
245
246         * [windows/sysmetrics.c] [include/windows.h]
247         Added Win32 sysmetrics.
248
249 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
250
251         * [documentation/languages]
252         The fourth case updated.
253
254         * [if1632/ntdll.spec]
255         Added some is* and to* functions.
256
257 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
258
259         * [configure.in]
260         Add tests for wait4 and waitpid.
261
262         * [loader/signal.c]
263         Clean up OS-dependent code.  I hope I got it right, :-)
264
265         * [tools/wineconf]
266         Recognise vfat file systems.  Ignore floppy drives specified in
267         /etc/fstab.
268
269         * [files/*]
270         Fix function names in error messages.
271
272 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
273
274         * [windows/keyboard.c] [windows/message.c]
275         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
276         characters sets.
277
278 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
279
280         * [controls/edit.c]
281         Fix incorrect arg order in LOCAL_Alloc() call.
282
283 Fri Feb 21 18:19:17 1997  Andrew Taylor  <andrew@riscan.com>
284
285         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
286         Fixed bug related to device IDs returned by multimedia
287         system.  Implemented mciGetDeviceID.
288
289 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
290
291         * [debugger/dbg.y]
292         Do not dereference invalid expressions.
293
294 ----------------------------------------------------------------------
295 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
296
297         * [*/*]
298         Converted a lot of functions to Win32 types.
299         Removed HWND type.
300
301 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
302
303         * [memory/global.c]
304         Implemented GMEM_MOVEABLE blocks for Win32.
305
306 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
307
308         * [loader/task.c] [windows/queue.c]
309         Do not read X events while in the intertask SendMessage().
310
311         * [misc/lstr.c]
312         Fixed CharPrev32A().
313
314         * [windows/hook.c] [include/hook.h]
315         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
316
317         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
318           [windows/event.c] [controls/edit.c] 
319         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
320         Several new Win32 messages are sent when this flag is on.
321         
322         * [msdos/dosmem.c] [memory/global.c]
323         Some changes in DOS memory allocation.
324
325 Fri Feb  7 21:46:03 1997  Andrew Taylor  <andrew@riscan.com>
326
327         * [win32/security.c]
328         Added SID manipulation functions.
329
330         * [include/debug.h]
331         Added debugging class "security".
332
333 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
334
335         * [debugger/msc.c] [debugger/source.c] 
336           [documentation/wine_os2.txt] [loader/signal.c]
337         Some more changes for OS/2. Doesn't work yet.
338
339 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
340
341         * [scheduler/process.c]
342         Added ExpandEnvironmentStrings*.
343
344         * [misc/ntdll.c] [include/ntdll.h]
345         Added some new functions.
346
347         * [objects/cursoricon.c]
348         CURSORICON_LoadHandler: check against some bizarre out of memory
349         conditions.
350         
351         * [windows/mdi.c]
352         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
353
354 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
355
356         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
357           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
358         Added Hungarian language support.
359
360 ----------------------------------------------------------------------
361 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
362
363         * [files/drive.c]
364         Fixed SetCurrentDirectory() to also change the current drive.
365
366         * [win32/except.c] [tools/build.c]
367         Use Win32 register functions to implement exception handling.
368         Fixed UnhandledExceptionFilter.
369
370 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
371
372         * [windows/keyboard.c]
373         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
374         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
375         or when the state has changed, out of wine.
376         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
377         by InputKeyStateTable.
378
379 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
380
381         * [loader/*resource.c][if1632/thunk.c]
382         EnumResource* added.
383
384         * [loader/pe_resource.] [loader/resource.c]
385         SizeofResource32(), LoadAccelerators32() added.
386
387         * [misc/lstr.c]
388         FormatMessage %n added.
389
390         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
391         _chdrive,_errno,_isctype added.
392
393         * [misc/cpu.c]
394         Replaced runtime_cpu by GetSystemInfo().
395
396         * [windows/hook.c][include/hook.h]
397         Fixed mapping of hooks to win32/unicode.
398
399         * [windows/keyboard.c] [windows/defwnd.c]
400         Updated to win32 standard.
401         ALT-<Menukey> fixed.
402
403         * [windows/queue.c]
404         GetWindowThreadProcessId() implemented.
405
406 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
407
408         * [graphics/metafiledrv/*] [graphics/x11drv/*]
409           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
410           [objects/gdiobj.c] [objects/pen.c]
411         Moved SelectObject to graphics drivers. Printer support now works
412         in a few cases but is definitely not complete. Generic/text driver
413         works. The postscript driver works if true type fonts are disabled
414         from the control panel. To enable printer support add Printer=on
415         to the wine section of your wine.conf file. This causes write not
416         to work properly. I know that several other printer drivers do not
417         work.
418
419         * [tools/build.c]
420         Make .stabs not used for svr4 since it doesn't use GNU assembler.
421
422         * [misc/fontengine.c]
423         Make sure a printf doesn't crash the system.
424
425 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
426
427         * [objects/metafile.c]
428         Fixed some problems with PlayMetaFileRecord().
429
430         * [objects/dc.c]
431         hClipRgn gets initialized in GetDCState().
432
433 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
434
435         * [debugger/stabs.c]
436         Handle file names beginning with '/'.
437
438 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
439
440         * [*/*]
441         Some more patches for OS/2 support.
442
443 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
444
445         * [resources/sysres_Ko.rc]
446         Updated support for Korean (Ko) language.
447
448 ----------------------------------------------------------------------
449 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
450
451         * [loader/module.c]
452         Fixed LoadModule() to always call the DLL initialization code.
453
454         * [windows/event.c]
455         Moved all the keyboard stuff to windows/keyboard.c
456
457         * [tools/build.c]
458         Fixed Win32 register functions.
459
460 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
461
462         * [tools/makedep.c]
463         Fixed bug which causes SEGV on Solaris x86.
464
465 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
466
467         * [controls/edit.c]
468         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
469         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
470         Fixed EM_SETSEL and some minor bugs (features).
471         Hence: fully functional undo and a win95 menu with the right mouse
472                 button.
473
474         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
475         Added a context menu for the edit control.
476         Translations, please ...
477
478 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
479
480         * [windows/event.c]
481         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
482         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
483         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
484         to make them work with any X server.
485         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
486
487         * [include/keyboard.h]
488         Totally replaced the file (formerly containing the vkcase definitions)
489         by the declaration of 'extern' variables contained by event.c and used
490         by keyboard.c
491         
492         * [windows/keyboard.c]
493         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
494         table keyc2vkey or X functions only.
495         ToAscii : added keypad 0-9 and . special case.
496         Changed toggle keys active mask from 0x80 to 0x1.
497
498         * [misc/keyboard.c]
499         File deleted. Contents moved to windows/keyboard.c.
500
501         * [misc/main.c]
502         Added putenv XKB_DISABLE to disable XKB extension (which, when
503         present, causes AltGr to change keyboard group instead of being a
504         modifier).
505
506 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
507
508         * [windows/event.c]
509         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
510         output of XGetModifierMapping for XK_Num_Lock.
511
512 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
513
514         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
515           [debugger/*.c]
516         General clean up.
517         Changed defines/structures to match Windows NT SDK.
518
519         * [loader/main.c]
520         Don't crash on empty command-line.
521
522         * [windows/winpos.c]
523         winpos.c made win32 clean.
524
525         * [misc/ntdll.c]
526         Some string conversion additions.
527
528         * [files/file.c]
529         GetFileAttributes/GetTempFileName fixed.
530
531         * [misc/ver.c]
532         VerInstallFile implemented.
533
534 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
535
536         * [tools/build.c]: Use PREFIX also in stabs messages.
537
538 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
539
540         * [graphics/win16drv/*] [include/win16drv.h]
541         Many fixes and some new features.
542
543         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
544           [include/x11drv.h] [objects/font.c]
545         GetTextMetrics() moved to graphics driver.
546
547         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
548         New dummy EngineEnumerateFont, EngineRealizeFont functions.
549
550         * [include/windows.h]
551         TEXTFORM16 and FONTINFO16 structure definitions moved here from
552         include/win16drv.h
553
554 ----------------------------------------------------------------------
555 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
556
557         * [controls/menu.c]
558         Updated to new Win32 types.
559
560         * [controls/listbox.c]
561         Fixed Winfile extended selection bug.
562
563         * [files/directory.c]
564         Changed DIR_SearchPath to return both long and short file names.
565
566         * [files/dos_fs.c]
567         Implemented VFAT ioctl to retrieve the original short filenames
568         from a VFAT filesystem (Linux only for now).
569         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
570         DOS_GetFullName().
571         Properly implemented GetShortPathName() and GetFullPathName().
572         Made all functions re-entrant.
573
574         * [files/file.c] [misc/main.c]
575         Replaced -allowreadonly option by -failreadonly. The default is
576         now to report success when opening a read-only file for writing.
577
578         * [objects/metafile.c]
579         Fixed bug in DIB bitmaps pointer calculation.
580
581         * [scheduler/process.c]
582         Implemented environment strings and Get/SetStdHandle with process
583         environment block.
584
585         * [tools/build.c]
586         Rewrote BuildContext32() to avoid instructions that may not be
587         supported by all assemblers.
588         
589 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
590
591         * [windows/event.c]
592         Created table keyc2vkey, which associate a vkey(+extended bit) to
593         any keycode. Changed EVENT_event_to_vkey to use this table to
594         return the correct vkey. Changed EVENT_ToAscii to get the keycode
595         from this table too.  Assigned OEM specific vkeys arbitrarily.
596
597 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
598
599         * [misc/winsock.c] [misc/winsoc_async.c]
600         Fixed svr4 header files.
601         Changed bzero() to memset().
602
603         * [tools/fnt2bdf.c]
604         Removed bcopy() and used memcpy() instead.
605
606         * [debugger/msc.c]
607         Include string.h instead of strings.h
608
609         * [debugger/stabs.c]
610         Include string.h instead of strings.h.
611         Define __ELF__ for svr4 systems.
612
613         * [loader/signal.c]
614         Use wait() instead of wait4() which doesnt exist on Unixware.
615
616         * [memory/global.c]
617         Use sysconf() instead of getpagesize() for svr4 systems.
618
619 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
620
621         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
622           [tools/Makefile.in] [documentation/wine_os2.txt]
623         Patches for OS/2 support. Note that it doesn't compile yet.
624
625 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
626
627         * [debugger/*]
628         Many more debugger improvements (see debugger/README for details).
629
630 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
631
632         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
633           [graphics/metafiledrv/*]
634         Moved some device dependent code into the resp. subdirs.
635
636         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
637         Prototypes added,
638         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
639
640         * [objects/region.c]
641         CreatePolyPolygonRgn32 added.
642
643         * [files/dos_fs.c]
644         QueryDosDevice added.
645
646         * [misc/lstr.c]
647         FormatMessage: broken heap management fixed.
648
649         * [scheduler/process.c] [scheduler/thread.c]
650         Get/SetThreadPriority/PriorityClass added.
651
652 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
653
654         * [misc/keyboard.c]
655         ToAscii : Use EVENT_ToAscii instead.
656
657         * [windows/event.c]
658         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
659         keypad cursor keys.
660         EVENT_event_to_vkey : New function, to transform a X keycode
661         into a MSwin vkey + extended bit.
662         EVENT_ToAscii : New function, to transform a vkey + extended bit
663         (+ key state table) into ascii char(s), using XLookupString, and
664         recognizing dead chars.
665         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
666         EVENT_event_to_vkey for keycode to vkey conversion; fixed
667         previous, context and extended bits.
668
669         * [windows/keyboard.c]
670         Include stddebug.h, to get -debugmsg messages.
671         GetKeyState : Handle VK_MBUTTON case.
672         GetKeyboardState, SetKeyboardState : Debugging messages added.
673
674         * [windows/message.c]
675         TranslateMessage : Handle dead chars.
676
677 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
678
679         * [if1632/crtdll.spec] [misc/crtdll.c]
680         C++ functions new/delete/set_new_handler implemented.
681
682 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
683
684         * [controls/edit.c] [include/windows.h]
685         Moved the edit control to 32 bits.
686         Included new (win95) message definitions in windows.h
687         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
688         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
689         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
690         Fixed some bugs, introduced a couple of others.
691         Text buffer is now initially in 32-bit heap.
692
693         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
694           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
695           [misc/commdlg.c]
696         Updated to work with 32-bit edit control.
697
698 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
699
700         * [loader/pe_image.c]
701         Use mmap rather then malloc. Better workaround for clean
702         segments.
703
704 ----------------------------------------------------------------------
705 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
706
707         * [controls/listbox.c]
708         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
709
710         * [files/dos_fs.c]
711         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
712
713         * [files/file.c] [files/directory.c]
714         Use Win32 kernel objects and handles for file handles.
715         Unified SearchPath() and OpenFile().
716
717         * [loader/builtin.c]
718         Moved to if1632/ directory.
719
720         * [tools/build.c] [debugger/*] [miscemu/*]
721         Win16 register functions now receive the same CONTEXT * structure
722         as Win32 functions.
723
724         * [include/sigcontext.h] [miscemu/instr.c]
725         Added new macros to get register values from the SIGCONTEXT
726         structure (only used for instruction emulation now).
727
728         * [scheduler/process.c] [scheduler/thread.c] (New files)
729         Allocate process and thread structures.
730
731         * [scheduler/process.c] [win32/k32obj.c]
732         Added Win32 kernel objects and handles management.
733
734         * [loader/task.c]
735         Create a Win32 process and thread for every Win16 task.
736
737         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
738         Built-in resources are now in Win32 format. This also avoids
739         16-bit callbacks for built-in dialogs.
740
741         * [misc/lzexpand.c]
742         Differentiate between 16-bit and 32-bit file handles.
743
744         * [miscemu/int*.c]
745         Moved all int emulation to msdos/ directory.
746
747         * [msdos/*]
748         New directory msdos/ contains all MS-DOS emulation code that can
749         also be used for Winelib; this should enable Winelib apps to use
750         DOS3Call and related functions.
751
752         * [rc/winerc.c]
753         A few bug fixes for Win32 resource format.
754
755         * [windows/winpos.c]
756         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
757         right though).
758
759 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
760
761         * [loader/pe_image.c]
762         Make sure BSS of a PE_Image is zero.
763
764 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
765
766         * [windows/scroll.c]
767         ScrollWindowEx() rewrite, ScrollDC() fix.
768
769         * [windows/nonclient.c] [controls/menu.c]
770         Fixed Alt-Space crashes in dialogs.
771
772         * [windows/event.c] [windows/message.c]
773         Some changes in mouse message generation.
774
775 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
776
777         * [debugger/stabs.c]
778         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
779
780 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
781
782         * [windows/event.c]
783         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
784         compatibility.
785
786 ----------------------------------------------------------------------
787 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
788
789         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
790         Added mapping functions.
791
792         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
793         Added a lot of Win32 functions.
794
795         * [memory/heap.c]
796         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
797
798         * [misc/lstr.c] [memory/string.c]
799         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
800
801         * [object/font.c]
802         Avoid uppercasing font names.
803
804         * [windows/hook.c]
805         Set ds = ss before calling hook procedure.
806
807 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
808
809         * [objects/color.c]
810         Use colors allocated by other clients. 
811
812         * [windows/caret.c]
813         Set default blink time to 500.
814
815         * [windows/win.c] [windows/event.c]
816         Delete X context before XDestroyWindow().
817
818         * [windows/keyboard.c]
819         Fixed GetKeyState() once more.
820
821 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
822
823         * [debugger/*.c]
824         Lots of built-in debugger improvements: parse Win32 EXEs debug
825         information, display local variables, source files and line
826         numbers, get symbols directly from the Wine executable, etc.
827
828 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
829
830         * [misc/winsock_async.c]
831         Extern declaration added for h_errno.
832
833 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
834
835         * [windows/message.c]
836         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
837
838 ----------------------------------------------------------------------
839 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
840
841         * [graphics/x11drv/bitblt.c]
842         Fixed BITBLT_StretchImage for partially covered or inverted
843         bitmaps.
844
845         * [objects/dib.c]
846         Fixed the upside-down bitmap problem.
847
848 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
849
850         * [if1632/user32.spec]
851         IsMenu and RemoveMenu added (use existing Win16 functions).
852
853         * [include/windows.h]
854         Corrections to BITMAPINFOHEADER structure.
855
856         * [loader/module.c] [if1632/kernel32.spec]
857         New function GetModuleFileName32A (heavily based on original
858         Win16 version).
859
860         * [loader/pe_image.c]
861         Hack to allow files with short PE header to be loaded (e.g.
862         COMDLG32.DLL from Win32s).
863
864         * [misc/winsock_async.c]
865         #if out EIDRM case (not present in FreeBSD).
866
867         * [tools/build.c]
868         Remove trailing comments from .s files generated by build
869         as these break assembly when not run through pre-processor.
870
871         * [windows/graphics.c] [if1632/gdi32.spec]
872         New function Polyline32 - based on original Polyline. Needs
873         metafile support adding still.
874
875 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
876
877         * [win32/findfile.c] [if1632/kernel.spec]
878         FindFirstFile32A(): Use dos current directory for drive prefixes.
879         FindNextFile32A(): Fill in file attribute information.
880         Implement FindFirstFile16, FindNextFile16, FindClose16.
881
882         * [files/drive.c]
883         GetCurrentDirectory32A - Fix problem with null 3rd character in
884         string.
885
886 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
887
888         * [windows/painting.c][windows/message.c]
889         Don't use linked lists to call SendMessage(), for it might destroy
890         the current listentry.
891
892         * [misc/registry.c]
893         Fixed temporary file saving (rename doesn't work across
894         partitions).
895
896         * [files/*.c]
897         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
898         GetVolumeInformation32W fixed.
899
900         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
901         LoadLibrary* updated to new naming std., *32W added.
902
903         * [win32/console.c] [include/wincon.h]
904         Additions for NT commandline executables.
905
906         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
907         GetUserName32W added, GetComputerName32W added,
908         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
909
910         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
911         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
912
913         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
914           [if1632/ntdll.spec]
915         Lot of new unicode functions added (needed for NT).
916
917         * [loader/pe_image.c]
918         NtCurrentTeb added.
919
920 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
921
922         * [windows/keyboard.c]
923         Rewrote function TranslateAccelerator().
924
925 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
926
927         * [windows/defwnd.c] 
928         DEFWND_SetText(): Set icon name.
929
930 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
931
932         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
933           [if1632/winsock.spec]
934         IPC resource cleanup, bugfixes.
935
936         * [windows/dialog.c] [windows/defdlg.c]
937         More DefDlgProc() fixes.
938
939 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
940
941         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
942           [win32/newfns.c] [windows/graphics.c]
943         Added a few WIN32 functions which needed to run some win32
944         accessories. Clock should now work almost as well as 16 bit version.
945         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
946              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
947              Polygon32
948         Fix: Polygon16 possible memory leak on error return.
949
950 ----------------------------------------------------------------------
951 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
952
953         * [configure.in]
954         Added check to see if the compiler supports building a DLL when
955         the --with-dll option is used.
956
957         * [controls/listbox.c]
958         Don't send LBN_SELCHANGE too often.
959         Added WM_CHARTOITEM support.
960
961         * [Make.rules.in] [library/Makefile.in]
962         Build winestub.o and link it with Winelib programs.
963
964         * [objects/text.c]
965         Added support for '&&' in DrawText().
966
967         * [tools/build.c]
968         Added -o option.
969
970 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
971
972         * [win32/thread.c]
973         GetCurrentThread(): return -2 (current thread pseudo-handle).
974         GetCurrentThreadId(): return GetCurrentTask().
975
976         * [objects/font.c] [if1632/gdi32.spec]
977         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
978
979         * [win32/findfile.c]
980         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
981
982         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
983           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
984           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
985         Hooks rewritten to support Win32.
986
987         * [misc/winsock.c]
988         WINSOCK_select(): need to put sockets with errors into exceptfds.
989         WINSOCK_socket(): fix error return.
990
991         * [windows/win.c]
992         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
993
994 Wed Dec  4 22:03:05 1996  Andrew Taylor <andrew@riscan.com>
995
996         * [files/dos_fs.c]
997         Check if buf is NULL before copying string in GetFullPathName32A().
998
999 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
1000
1001         * [graphics/wing.c] [if1632/wing.spec]
1002         Implemented many WinG functions, but some don't seem to
1003         work correctly (probably due to the one not done).
1004         
1005 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
1006
1007         * [misc/main.c]
1008         Implemented a few more of the SystemParametersInfo() cases.
1009
1010 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
1011
1012         * [controls/button.c]
1013         Improved focus rectangle painting.
1014
1015         * [windows/dialog.c] [windows/defdlg.c]
1016         Fixed IE3.0 problems with DWL_MSGRESULT.
1017
1018 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
1019
1020         * [files/profile.c]
1021         Changed error handling in PROFILE_SetString().
1022
1023 ----------------------------------------------------------------------
1024 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1025
1026         * [configure]
1027         Re-generated with autoconf 2.11. Let me know if you have
1028         problems.
1029
1030         * [controls/listbox.c] [controls/oldlbox.c]
1031         Listboxes rewritten from scratch. Moved old code still used by
1032         comboboxes to oldlbox.c
1033
1034         * [misc/registry.c]
1035         Use temporary file when saving registry.
1036
1037         * [windows/dialog.c]
1038         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
1039
1040         * [windows/winproc.c]
1041         Added translation for listbox Win32 messages.
1042
1043 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
1044
1045         * [controls/widgets.c] [controls/button.c]
1046         Fixed some incompatibilities with CTL3D DLL.
1047
1048         * [windows/dialog.c]
1049         Made dialog windows fit into the desktop.
1050
1051         * [misc/winsock.c] [misc/winsock_async.c]
1052         New Winsock engine.
1053
1054         * [windows/message.c]
1055         GetMessage() fixes.
1056
1057         * [windows/queue.c] [windows/hook.c] [windows/win.c]
1058         SetMessageQueue() fixes.
1059
1060 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1061
1062         * [objects/text.c]
1063         DrawText16(): Fixed return value.
1064
1065 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1066
1067         * [files/profile.c] [*/*]
1068         Added Win32 profile functions, updated to new naming standard.
1069
1070         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
1071         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
1072         structures.
1073
1074         * [misc/ole2nls.c] [if1632/thunk.c]
1075         Added EnumSystemLocales() (winhelp.exe).
1076
1077         * [misc/registry.c]
1078         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
1079
1080         * [win32/file.c]
1081         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
1082
1083 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
1084
1085         * [misc/shell.c]
1086         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
1087
1088         * [misc/main.c]
1089         Implemented a few more of the SystemParametersInfo() cases.
1090
1091 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
1092
1093         * [include/keyboard.h]
1094         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
1095
1096         * [include/windows.h]
1097         New [VK_A, VK_Z] and [VK_0, VK9] macros.
1098
1099         * [misc/keyboard.c]
1100         Fixes in KeyTable and ToAscii.
1101
1102         * [objects/font.c]
1103         FONT_init : Give default value for MSWIN "system" font.
1104         FONT_MatchFont : Do not try every size of a font family if the
1105         family does not exist.
1106
1107         * [windows/event.c]
1108         lastEventChar hack removed.
1109         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
1110         and QueueKeyStateTable (maintained in message.c).
1111         EVENT_key : Corrections to the extended bit setting.
1112
1113         * [windows/message.c] [windows/keyboard.c]
1114         Implementation of a new QueueKeyStateTable : table of key states
1115         valid when messages are retrieved by GetMessage or PeekMessage,
1116         and valid for TranslateMessage.
1117         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
1118         and ToAscii.
1119         
1120 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
1121
1122         * [graphics/Makefile.in] [graphics/wing.c]
1123           [if1632/wing.spec]
1124         Some functions for WinG support, mostly empty stubs.
1125
1126         * [misc/crtdll.c] [if1632/crtdll.spec]
1127         Many functions added to CRTDLL, mostly calls to Unix C library.
1128
1129 ----------------------------------------------------------------------
1130 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1131
1132         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
1133         Moved BitBlt operations to the new graphics driver
1134         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
1135
1136         * [memory/global.c]
1137         Unified MemManInfo() and GlobalMemoryStatus().
1138
1139         * [objects/text.c]
1140         Fixed ExtTextOut() to always use physical coords for clip rect.
1141
1142         * [windows/dialog.c]
1143         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
1144
1145         * [windows/event.c]
1146         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
1147         (thanks to Thomas Koenig).
1148
1149         * [windows/painting.c]
1150         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
1151         
1152         * [windows/scroll.c]
1153         Implemented Win32 version of ScrollWindow() and ScrollDC().
1154
1155 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1156
1157         * [files/*.c] [win32/file.c]
1158         Some win32 filetime conversion functions added.
1159         Fixed behaviour with DOS drives pointing to UNIX /
1160         SetCurrentDirectory() may also get X:\xxx paths.
1161         Fixed FILE_Open when called from CreateFile().
1162         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
1163
1164         * [misc/crtdll.c] [if1632/crtdll.spec]
1165         Added some new functions.
1166
1167         * [if1632/user32.spec]
1168         Some thunks into win16 code added.
1169
1170         * [win32/init.c]
1171         Added GetSystemInfo(), removed GetModuleFileName() stub.
1172
1173         * [win32/code_page.c] [if1632/thunk.c]
1174         Added EnumSystemCodePages* (untested).
1175
1176         * [objects/font.c] [if1632/thunk.c]
1177         Added EnumFontFamilies32*.
1178         
1179 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1180
1181         * [controls/menu.c] [windows/mdi.c]
1182         Don't delete the MDI `windows' menu if it's already been deleted.
1183
1184         * [misc/exec.c]
1185         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
1186         and complains if it returns FALSE.
1187
1188         * [windows/winpos.c]
1189         Get maximized MDI child's nonclient area redrawn after resize.
1190
1191 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
1192
1193         * [memory/global.c]
1194         Use /proc filesystem for GlobalMemoryStatus() on Linux.
1195
1196 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1197
1198         * [windows/event.c]
1199         Added OffiX-style file drop handling. File paths must be
1200         DOS-mappable by Wine (via wine.conf).
1201
1202         * [controls/combo.c]
1203         Added WM_GETTEXT handler.
1204
1205         * [objects/palette.c]
1206         Added ResizePalette() (untested).
1207
1208         * [objects/cursoricon.c]
1209         Implemented icon to cursor conversion.
1210
1211         * [objects/color.c]
1212         Fixed crash on startup when no colorcells are writeable.
1213
1214 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1215
1216         * [rc/winerc.c]
1217         Added support for win32 output.
1218
1219         * [library/libres.c] [include/libres.h] [loader/resource.c]
1220         Renamed LIBRES_FindResource to LIBRES_FindResource16.
1221         Added LIBRES_FindResource32.
1222
1223 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
1224
1225         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
1226         Added the spec file for WinG, it's only stub for now, but it
1227         should be easy to do by someone with Windows programming
1228         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
1229
1230         * [if1632/crtdll.spec]
1231         Added some string and memory functions to make sfxed95.exe (of
1232         Warcraft 2) almost work.
1233
1234 ----------------------------------------------------------------------
1235 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1236
1237         * [files/dos_fs.c]
1238         Added long file name mask in DOSFS_FindNext().
1239
1240         * [loader/pe_image.c] [loader/task.c]
1241         Moved Win32 task startup into TASK_CallToStart().
1242
1243         * [objects/dc.c]
1244         Fixed SetDCState() for memory DC (thanks to Constantine
1245         Sapuntzakis for spotting this one).
1246
1247         * [windows/winpos.c]
1248         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
1249
1250         * [*/*]
1251         Added Win32 version for many graphics functions.
1252
1253 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1254
1255         * [controls/button.c]
1256         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
1257
1258         * [controls/edit.c]
1259         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
1260         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
1261
1262         * [windows/dialog.c]
1263         DS_LOCALEDIT is a dialog style not an edit style.
1264
1265         * [windows/winproc.c]
1266         Stop stack trashing when wndPtr->text == NULL.
1267
1268 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
1269
1270         * [windows/dce.c]
1271         GetDCEx32 - The determination of whether to use the DC cache or
1272         not should be independent of DCX_USESTYLE.
1273
1274 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1275
1276         * [files/directory.c]
1277         Added errno.h to #includes
1278
1279         * [tools/makedep.c]
1280         Close files once they have been processed.
1281
1282 ----------------------------------------------------------------------
1283 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1284
1285         * [*/Makefile.in] [tools/makedep.c]
1286         New program to generate dependencies; should be faster and more
1287         portable than 'gcc -MM'.
1288
1289         * [*/*]
1290         Replaced WPARAM and HDC by explicitly-sized types.
1291
1292         * [windows/hook.c]
1293         Fixed bug in HOOK_GetHook16 function.
1294
1295 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
1296
1297         * [include/debug.h] [include/stddebug.h]
1298         Added debug option for win16drv (-debugmsg +win16drv)
1299
1300         * [graphics/win16drv/init.c]
1301         Only enable CreateDC if printer=on specified in wine section of
1302         wine.conf.
1303         printfs changed to dprintf_win16drv.
1304         Some tidying up.
1305
1306         * [include/gdi.h] [graphics/x11drv/clipping.c]
1307           [graphics/x11drv/Makefile.in]
1308         Moved SetDeviceClipping into drivers.
1309
1310 ----------------------------------------------------------------------
1311 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1312
1313         * [Make.rules.in] [*/Makefile.in]
1314         Made it possible to compile from a directory other than the source
1315         directory.
1316
1317         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
1318           [objects/metafile.c] [objects/dc.c]
1319         New graphics driver for metafiles.
1320
1321         * [if1632/thunk.c]
1322         Added thunks for SetWindowsHook and SetDCHook.
1323
1324         * [windows/dialog.c]
1325         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
1326         items.
1327
1328         * [*/*]
1329         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
1330         HINSTANCE, HMENU, HRGN and HTASK.
1331
1332 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
1333
1334         * [controls/edit.c]
1335         Fixed EditWndProc() to fall back to DefWndProc() when the
1336         edit state structure is not available.
1337
1338 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
1339
1340         * [windows/nonclient.c] [windows/mdi.c]
1341         AdjustWindowRectEx16() should only take notice of the styles
1342         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
1343         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
1344
1345         * [controls/scroll.c]
1346         Fixed typo in ShowScrollBar32().
1347
1348 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1349
1350         * [if1632/user32.spec] [if1632/winmm.spec]
1351         Added SetParent and sndPlaySoundA.
1352         
1353 ----------------------------------------------------------------------
1354 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1355
1356         * [controls/button.c]
1357         Fixed focus rectangle size and clipping.
1358
1359         * [controls/scroll.c]
1360         Converted to Win32 and added support for scroll page.
1361         Completed SetScrollInfo() and implemented other Win32 functions.
1362
1363         * [files/file.c]
1364         Removed FILE_Read() (use _lread32 instead).
1365
1366         * [objects/dce.c] [include/dce.h]
1367         Allocate DCE on the Win32 heap, and use pointers instead of
1368         handles.
1369         Implemented Win32 version of DC functions.
1370
1371         * [windows/painting.c]
1372         Attempt to make CS_PARENTDC style work again.
1373
1374 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
1375
1376         * [windows/dce.c] [windows/winpos.c]
1377         Override SaveUnder attribute when painting took place
1378         in a window below. Force X to raise activated window 
1379         in seamless mode.
1380
1381         * [misc/clipboard.c] [windows/event.c]
1382         Translation between DOS and Unix text formats and several
1383         other fixes for the sudden selection loss.
1384
1385         * [windows/message.c]
1386         Apply "first" and "last" when checking for WM_QUIT in 
1387         MSG_PeekMessage().
1388
1389         * [windows/win.c]
1390         Rearranged DestroyWindow() to fit "Windows Internals"
1391         description.
1392
1393         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
1394         Misc. fixes to CBT hook calls.
1395
1396         * [controls/menu.c] [misc/user.c]
1397         Fixup resident popup menu window so that it doesn't get
1398         destroyed by USER_AppExit().
1399
1400         * [loader/module.c] [loader/task.c] [windows/event.c]
1401         Process "unsafe" X events outside the scheduler to prevent
1402         deadlocks.
1403
1404         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
1405         Lots of fixes for better Win16 multitasking.
1406
1407 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1408
1409         * [include/windows.h]
1410         Added some missing HOOK defines.
1411
1412         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
1413         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
1414
1415         * [win32/console.c][include/wincon.h]
1416         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
1417
1418         * [misc/registry.c]
1419         Some null ptr fixes.
1420
1421         * [loader/pe_image.c]
1422         Fixed exported function lookup. (msvcrt20.dll)
1423         Add debugsyms for entrypoint, exported functions and sections.
1424
1425         * [multimedia/mmsystem.c]
1426         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
1427
1428         * [several]
1429         Added several missing things/stubs/simple thunks from win32
1430         to win16 code.
1431
1432 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
1433
1434         * [windows/property.c]
1435         Fixed debugging of 16 Bit RemoveProp().
1436
1437         * [debugger/memory.c]
1438         Added DEBUG_checkmap_bad() for linux.
1439
1440 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
1441
1442         * [windows/event.c] [windows/hook.c]
1443         Use EnableHardwareInput() for JournalPlayback hook.
1444
1445         * [controls/listbox.c]
1446         Changed handling of LB_GETITEMRECT in empty listboxes.
1447
1448 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1449
1450         * [misc/main.c]
1451         Fixes to X resources handling.  
1452
1453 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1454
1455         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
1456         Individual handle table created for each metafile. Fixed
1457         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
1458
1459         * [windows/graphics.c] [objects/dc.c]
1460         Rectangle() changed to work better with wide pens and PS_NULL.
1461         Use JoinMiter.
1462
1463         * [windows/winpos.c]
1464         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
1465         is set.
1466
1467         * [windows/nonclient.c]
1468         AdjustWindowRectEx() should perform calculations even if the
1469         window is minimized.
1470
1471         * [windows/mdi.c]
1472         Better handling of system button painting. Maximized windows can
1473         contain scroll bars. Icons now maximize properly.
1474
1475         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
1476         Improved greying of items in system menu. WM_INITMEMUPOPUP no
1477         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
1478         menu.c.
1479
1480 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1481
1482         * [several files]
1483         Fix missing includes and wrong printing arguments.
1484
1485         * [controls/listbox.c]
1486         Don't sort drives in ListBoxDirectory().
1487         
1488 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
1489
1490         * [windows/dialog.c]
1491         Fixed handling of Shift-TAB in dialogs.
1492
1493 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1494
1495         * [if1632/gdi32.spec]
1496         Added SelectClipRgn - call win16 version.
1497
1498         * [if1632/user32.spec]
1499         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
1500
1501         * [include/wincon.h]
1502         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
1503         out of #if 0 protected portion of file.
1504
1505         * [loader/pe_image.c]
1506         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
1507         programs now work better)
1508
1509         * [win32/console.c]
1510         Added stub functions for GetConsoleScreenBufferInfo and 
1511         GetLargestConsoleWindowSize
1512
1513         * [win32/findfile.c]
1514         FindFirstFile32A() - removed erroneous strcpy
1515
1516         * [windows/keyboard.c]
1517         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
1518         specification. NB - I still have doubts about some other functions
1519         in this file.
1520
1521 ----------------------------------------------------------------------
1522 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
1523
1524         * [windows/event.c]
1525         Minor improvements in setting event time in MSG struct.
1526
1527         * [windows/hook.c]
1528         Removed an useless 'unimplemented hook' message.
1529
1530         * [windows/win.c]
1531         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
1532
1533 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1534         * [loader/pe_image.c]
1535         Fixed imports with no name/ordinal list (MFC30.DLL).
1536         Added borland style - ordinal import (wsock32.dll).
1537
1538         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
1539           [if1632/kernel32.spec] [include/windows.h]
1540         Win32 and Win16 code use the same filehandles/HFILEs.
1541         Added SetEndOfFile, MoveFile*, diverse *W functions.
1542
1543         * [loader/pe_image.c]
1544         Fixed argument 2 to DllEntry.
1545
1546         * [misc/comm.c]
1547         Adapt to filehandling changes, win32 code still broken.
1548
1549         * [misc/registry.c]
1550         Use Wine filehandling.
1551         StartupRegistry to add startup-detected registry entries.
1552
1553         * [miscemu/dpmi.c] [miscemu/int21.c]
1554         Some missing interrupt-functions added.
1555
1556         * [if1632/gdi32.spec][if1632/user32.spec]
1557         Some thunks to 16 bit equivalent functions added.
1558
1559 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
1560
1561         * [misc/winsocket.c]
1562         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
1563         Windows fd_set structs.
1564
1565         * [if1632/winsock.spec]
1566         Corrected arguments to select().
1567
1568 ----------------------------------------------------------------------
1569 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1570
1571         * [misc/commdlg.c] [if1632/commdlg.spec]
1572         Fixed some SEGPTR problems.
1573
1574         * [windows/winproc.c]
1575         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
1576         and WM_MEASUREITEM
1577         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
1578
1579 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1580         * [files/drive.c]
1581         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
1582
1583         * [multimedia/audio.c]
1584         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
1585         below 4096 bytes.
1586
1587         * [multimedia/mcistring.c]
1588         Segptr string handling fixed & enhanced.
1589
1590         * [if1632/crtdll.spec][misc/crtdll.c]
1591         malloc,free,_strupr,_stricmp,_strcmpi added.
1592
1593         * [if1632/wsock32.spec][misc/winsock.c]
1594         More direct thunks into unix libc and WsControl-stub added.
1595
1596 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1597
1598         * [objects/metafile.c]
1599         Bug fixes to both recording and playback of ExtTextOut().
1600
1601 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1602
1603         * [multimedia/audio.c] [multimedia/mcianim.c]
1604           [multimedia/mcicda.c] [multimedia/midi.c]
1605         Made cdaudio, audio and midi work for FreeBSD.
1606
1607 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1608
1609         * [misc/crtdll.c] [if1632/crtdll.spec]
1610         Added a lot of functions.
1611
1612         * [misc/ole2nls.c]
1613         Added ID values for all languages in GetUserDefaultLCID().
1614         
1615 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
1616
1617         * [windows/event.c] [windows/message.c]
1618         First attempt at hook WH_JOURNALPLAYBACK.
1619
1620 ----------------------------------------------------------------------
1621 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1622
1623         * [controls/scroll.c]
1624         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
1625
1626         * [graphics/driver.c] [include/x11drv.h]
1627         New files for graphics driver handling.
1628
1629         * [if1632/relay.c] [include/registers.h] [tools/build.c]
1630         Implemented Win32 register functions. Not really tested yet.
1631
1632         * [include/gdi.h]
1633         Added a lot of functions to the DC func table.
1634
1635         * [loader/pe_image.c]
1636         Initialise %fs before calling out to 32-bit code.
1637
1638         * [windows/hook.c]
1639         Fixed bug in HOOK_GetHook().
1640
1641         * [windows/win.c]
1642         Fixed FindWindow to return an error if the class name doesn't exist.
1643
1644 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1645
1646         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
1647         mpr.dll specs added.
1648
1649         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
1650         QueryPerformanceCounter(), GlobalMemoryStatus() added.
1651
1652         * [if1632/user32.spec] [win32/error.c]
1653         SetLastErrorEx() added.
1654
1655         * [misc/commdlg.c]
1656         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
1657
1658         * [misc/registry.c]
1659         Some missing NULL ptr checks added, misc clean up.
1660
1661 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
1662
1663         * [controls/menu.c]
1664         Adjust popup menu coordinates so that it always stays within 
1665         the desktop.
1666
1667         * [misc/main.c]
1668         Fixed GetEnvironment() return value for lpEnv == NULL case.
1669
1670 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1671
1672         * [misc/crtdll.c] [if1632/crtdll.spec]
1673         Added some is* functions, strlen and tolower.
1674         
1675 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
1676
1677         * [tools/wineconf]
1678         New perl script to generate the wine.conf file.
1679
1680 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
1681
1682         * [if1632/gdi.spec]
1683         Lots of printer functions.
1684         
1685         * [include/callback.h]
1686         New functions for printer driver support.
1687
1688         * [include/gdi.h]
1689         New/changed structures to support printer driver.
1690
1691         * [misc/escape.c]
1692         New version that uses function table in DC structure.
1693
1694         * [objects/dc.c]
1695         CreateDC copes with things other than Display.
1696         X code for CreateDC moved to graphics/x11drv directory.
1697         CreateCompatibleDC copies func table from original DC.
1698
1699         * [objects/font.c]
1700         GetTextExtentPoint32A,GetTextMetrics16 use function table in
1701         DC and code moved to drivers directory.
1702
1703         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
1704         New files for printer support. 
1705
1706 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1707
1708         * [controls/scroll.c]
1709         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
1710         code. There are a few options in which I'm probably the wrong person
1711         for the job (page size and disable bar). There are comments in the
1712         code as to what they should do.
1713
1714         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
1715         Added 32 bit version of FONT_GetObject.
1716
1717 ----------------------------------------------------------------------
1718 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1719
1720         * [files/drive.c]
1721         Added 'Filesystem' option in drives configuration.
1722
1723         * [files/dos_fs.c] 
1724         Added handling of case-insensitive filesystems.
1725
1726         * [memory/selector.c] [include/stackframe.h]
1727         Removed MAKE_SEGPTR.
1728
1729         * [misc/commdlg.c] [multimedia/mcistring.c]
1730         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
1731
1732         * [objects/bitblt.c] [windows/graphics.c]
1733         Use an intermediary pixmap to avoid some BadMatch errors on
1734         XGetImage().
1735
1736 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
1737
1738         * [windows/message.c]
1739         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
1740
1741         * [misc/ver.c]
1742         Fixed a bad string result in VerQueryValue[16|32A|32W].
1743
1744 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1745
1746         * [if1632/crtdll.spec] [misc/crtdll.c]
1747         More additions to get win95 programs further down the road.
1748
1749         * [if1632/kernel.spec] [loader/module.c]
1750         GetModuleName() added.
1751         LoadModule(): params->showCmd can be NULL.
1752
1753         * [if1632/kernel32.spec] [if1632/thunk.c]
1754         ThunkConnect32() stub added.
1755
1756         * [loader/resource.c]
1757         Entries include lastentry.
1758
1759         * [misc/shell.c] [files/file.c]
1760         Made progman work again.
1761
1762 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1763         
1764         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
1765         Icon painting fixes.
1766
1767         * [windows/winpos.c] [windows/painting.c]
1768         Enforce and follow hrgnUpdate more closely to cut down on
1769         redundant RedrawWindow() calls.
1770
1771         * [windows/event.c]
1772         Process ConfigureNotify only for managed windows.
1773
1774         * [windows/winpos.c]
1775         Do not redraw parent if the window was hidden before SetWindowPos().
1776
1777         * [windows/nonclient.c]
1778         Omit some nonclient decoration painting for managed windows.
1779
1780         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
1781         Implemented WM_NEXTMENU.
1782
1783         * [controls/listbox.c]
1784         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
1785
1786         * [misc/shell.c]
1787         Added .ICO file handling to ExtractIcon().
1788
1789 ----------------------------------------------------------------------
1790 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1791
1792         * [configure.in] [include/acconfig.h] [tools/build.c]
1793         Added check for underscore on external symbols.
1794
1795         * [memory/selector.c] [memory/global.c]
1796         Fixed FreeSelector() to free only one selector.
1797         Added SELECTOR_FreeBlock() to free an array of selectors.
1798
1799         * [objects/color.c]
1800         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
1801         hi-color displays.
1802
1803         * [tools/build.c] [if1632/crtdll.spec]
1804         Added 'extern' type, used for external variables or functions.
1805
1806         * [windows/winpos.c]
1807         Allow de-activating a window in WINPOS_ChangeActiveWindow().
1808
1809         * [windows/winproc.c]
1810         Added 32-to-16 translation for button messages.
1811         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
1812         happen to be valid SEGPTRs.
1813
1814 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1815
1816         * [windows/message.c]
1817         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
1818         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
1819
1820         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
1821         Introduced undocumented API function IsValidMetaFile(), plus a
1822         minor fix in last patch of CopyMetaFile().
1823
1824         * [objects/gdiobj.c]
1825         Removed a FIXME in IsGDIObject(): added magic word check.
1826
1827 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1828
1829         * [controls/statuswin.c]
1830         First pass at implementing the StatusWindow class.
1831
1832         * [include/commctrl.h]
1833         Header file for common controls.
1834
1835         * [controls/widgets.c]
1836         Added InitCommonControls().
1837
1838         * [if1632/comctl32.spec]
1839         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
1840
1841         * [win32/findfile.c] [if1632/kernel32.spec]
1842         Add FindNextFile32A, FindClose.
1843         Modified FindFirstFile32A so it works with FindNextFile32A.
1844
1845         * [include/winbase.h]
1846         Fixed WIN32_FIND_DATA structure member names.
1847
1848 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1849
1850         * [windows/scroll.c]
1851         Changed scrolling routines to benefit from DCE code update.
1852
1853 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1854
1855         * [files/file.c]
1856         SearchPath* could get NULL for lastpart argument.
1857
1858         * [if1632/build-spec.txt] [documentation/debugging]
1859         Varargs documentation added, debugging hints updated.
1860
1861         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
1862         Started to implement CRTDLL.
1863
1864         * [if1632/wsock32.spec]
1865         Some thunks to standard libc functions (structures have the same
1866         elements, but perhaps wrong offset due to packing).
1867
1868         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
1869         Merged kernel32.h into windows.h.
1870
1871         * [misc/lstr.c]
1872         Enhanced FormatMessage().
1873
1874         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
1875         GetVersion() updated to new naming standard.
1876         Changed language handling to support language ids.
1877
1878         * [misc/shell.c]
1879         Enhanced FindExecutable, so it finds files in the search path too.
1880
1881         * [win32/environment.c]
1882         GetCommandLine* updated.
1883
1884         * [loader/resource.c] [loader/pe_resource.c]
1885         FindResourceEx32* added.
1886         Loading of messagetables added.
1887         Language handling now uses Wine default language id.
1888
1889 ----------------------------------------------------------------------
1890 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1891
1892         * [controls/scroll.c]
1893         Attempted to implement undocumented scroll-bar messages.
1894
1895         * [tools/build.c] [include/callback.h] [windows/winproc.c]
1896         CallTo16_* functions now get DS from the previous 16-bit stackframe.
1897
1898         * [if1632/thunk.c] [include/callback.h]
1899         Added thunks to implement callbacks for the emulator. Now all the
1900         Enum* functions always take a real function pointer even in the
1901         emulator.
1902         
1903         * [loader/builtin.c]
1904         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
1905         work with NULL entry points. Using linear search now.
1906
1907         * [loader/module.c]
1908         Implemented IsSharedSelector().
1909
1910         * [loader/task.c]
1911         Changed SwitchStackTo/Back to use the instance data to store the
1912         previous stack instead of the TDB. Also copy the local variables
1913         onto the new stack.
1914         Added GetExeVersion() and SetTackSignalProc().
1915         Implemented SetSigHandler().
1916
1917 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1918
1919         * [controls/menu.c]
1920         "Fixed" problem in deleting menus where win32 could get into an
1921         endless loop when it crashed. I think I've fixed the symptoms, not
1922         the original problem so it might be worth further investigation.
1923
1924         * [debugger/registers.c]
1925         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
1926         compile wine properly.
1927
1928         * [files/dos_fs.c]
1929         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
1930         from win32/findfile.c (q.v.).
1931
1932         * [if1632/gdi32.spec]
1933         Added SetMapMode (call existing function)
1934
1935         * [if1632/kernel32.spec]
1936         Added FindFirstFileA and SetFileAttributesA.
1937
1938         * [if1632/user32.spec]
1939         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
1940         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
1941         UnhookWindowsHookEx.
1942
1943         * [win32/file.c]
1944         Added stub function SetFileAttributes32A. It's a stub because I
1945         can't really work out what this function should do with most
1946         attributes in a Unix environment. Anyone care to expand it?
1947
1948         * [win32/findfile.c]
1949         New file. Initial stab at FindFirstFile. This doesn't work as
1950         specified yet, though a lot of the groundwork is there. I haven't
1951         time to work on this for the next month, so if anyone wants to pick
1952         it up and run with it please do.
1953
1954         * [win32/memory.c]
1955         Removed malloc.h from includes (covered by stdlib.h include, and
1956         gets rid of a warning in FreeBSD).
1957
1958         * [win32/newfns.c]
1959         UnhookWindowsHookEx32A stub added.
1960
1961         * [win32/user32.c]
1962         Added implementation of IsDialogMessage32A.
1963
1964         * [windows/dialog.c]
1965         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
1966         SendDlgItemMessage16.
1967
1968 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1969
1970         * [windows/graphics.c]
1971         Removed rectangle checking (conflicted with nonstandard
1972         mapping modes). 
1973
1974         * [windows/dialog.c]
1975         Added check for child-style dialogs to DS_ABSALIGN
1976         coordinate conversion.
1977
1978         * [objects/color.c]
1979         Cleaned up misc. bits
1980
1981 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1982
1983         * [windows/focus.c] [windows/event.c] [windows/win.c]
1984           [windows/defdlg.c]
1985         Fixes to focusing and activation.
1986
1987         * [windows/defdlg.c]
1988         Properly(?) handle DM_GETDEFID.
1989
1990         * [controls/combo.c]
1991         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
1992         CBCheckSize: Adjust edit position.
1993
1994 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1995
1996         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
1997         Pass HFILEs instead of unix-fds to self-loader code.
1998
1999 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
2000
2001         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
2002         Implemented handling of some new metafile records (META_...)
2003         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
2004         Added functions like MF_StretchBlt() for usage in metafiles.
2005         Minor bugfix in CopyMetafile().
2006
2007         * [objects/bitmap.c][objects/dib.c]
2008         Added check for metafile-DC in Bitmap and DIB functions:
2009         CreateCompatibleBitmap() etc.
2010
2011 ----------------------------------------------------------------------
2012 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2013
2014         * [loader/task.c] [include/task.h]
2015         Implemented SwitchStackTo()/SwitchStackBack().
2016
2017         * [include/wintypes.h] [loader/main.c]
2018         Added __winelib variable to distinguish between emulator and
2019         library at run-time. Later on, this should avoid some
2020         recompilations when building Winelib.
2021
2022         * [windows/property.c]
2023         Implemented Win32 functions for window properties.
2024
2025 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2026
2027         * [controls/listbox.c]
2028         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
2029         messages.
2030
2031         * [controls/menu.c]
2032         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
2033
2034         * [include/cursoricon.h]
2035         Moved #pragma pack(1) back to where it belongs.
2036
2037         * [objects/palette.c]
2038         RealizeDefaultPalette() maps to system colors only.
2039         Do not broadcast palette notifications when in TrueColor.
2040
2041         * [objects/color.c] [include/palette.h]
2042         Miscellaneous optimizations. Had to fix several
2043         "improvements" made to my patch for previous release.
2044
2045         * [objects/dib.c]
2046         Reverse dib bits order for 24-bit SetDIBits().
2047
2048         * [objects/dc.c]
2049         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
2050
2051         * [windows/scroll.c]
2052         Scroll update region too.
2053
2054         * [windows/message.c]
2055         Include QS_MOUSE into the event mask for nonclient mouse
2056         message filter. Fixes problems with Word 6 freezing when
2057         mouse hits nonclient area.
2058
2059         * [windows/win.c] 
2060         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
2061
2062         * [windows/winpos.c] [windows/mdi.c]
2063         Attempt to fix control menu duplication.
2064
2065 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2066
2067         * [files/drive.c]
2068         GetDriveType32A(): return value for CDROM fixed.
2069
2070         * [files/file.c]
2071         SearchPath* added.
2072
2073         * [if1632/gdi32.spec] [objects/brush.c]
2074         SetBrushOrgEx() added.
2075
2076         * [loader/pe_resource.c]
2077         If even loading the default entry fails, we just use the first
2078         entry from the resource directory.
2079
2080         [loader/task.c]
2081         SetSigHandler() stub added, Paradox 4.5 now starts up.
2082
2083         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
2084         COMM functions updated to win32, not complete.
2085
2086         * [misc/lstr.c]
2087         FormatMessageA partially implemented.
2088
2089         * [include/miscemu.h] [memory/selector.c]
2090           [memory/global.c] [miscemu/dosmem.c]
2091         DOS memory handling changed: 1MB preallocated block, real-mode
2092         segment handling possible, SetSelectorBase into lower physical 1MB
2093         possible.
2094
2095         * [miscemu/dpmi.c]
2096         Real-mode segments changed, real-mode int 21,ax=6506 added.
2097         AX=0x0303 added.
2098
2099         * [multimedia/time.c]
2100         Fixed bug in killTimer.
2101
2102         * [objects/bitmap.c]
2103         LoadImageA partially implemented.
2104
2105 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
2106
2107         * [include/dde_mem.h][include/dde_proc.h]
2108           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
2109           [ipc/generic_hash.h][library/miscstubs.c]
2110         Changes for error free compilation using "--with-ipc":
2111         replaced some names with *16-equivalent (e.g. MSG to MSG16),
2112         modified prototype of function DDE_GlobalFree() .
2113
2114         * [objects/palette.c]
2115         Added check for metafile-DC in GDISelectPalette(),
2116         GDIRealizePalette(),RealizeDefaultPalette() and
2117         IsDCCurrentPalette().
2118
2119 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2120
2121         * [controls/edit.c]
2122         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
2123         fixes Winhelp.
2124
2125         * [windows/dialog.c]
2126         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
2127
2128 ----------------------------------------------------------------------
2129 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2130
2131         * [configure.in]
2132         Generate include/config.h instead of putting everything on the
2133         command-line.
2134         Removed -with-malloc-debug option (not useful for end users
2135         anyway).
2136         Added check for memmove().
2137
2138         * [include/wintypes.h] [*/Makefile.in]
2139         Added definition of __WINE__ symbol when compiling Wine code
2140         (emulator or library) as opposed to user programs.
2141
2142         * [debugger/editline.c] [debugger/readline/*]
2143         Moved all the readline code into debugger/editline.c. Removed the
2144         readline subdirectory.
2145
2146         * [files/profile.c]
2147         Added PROFILE_GetWineIniInt().
2148
2149         * [include/stackframe.h] [loader/task.c]
2150         The 16-bit stackframe now also exists for Winelib (even though it
2151         only ever contains one frame).
2152
2153         * [loader/module.c]
2154         Added function MODULE_CreateDummyModule() to create a dummy Win16
2155         module for Winelib and Win32.
2156
2157         * [memory/ldt.c]
2158         Make sure the ldt entry contents will be acceptable for the Linux
2159         kernel.
2160
2161         * [memory/selector.c]
2162         Fixed SetSelectorLimit() when the limit is in pages.
2163
2164         * [misc/port.c]
2165         Added memmove().
2166
2167         * [miscemu/dpmi.c]
2168         Clear the segment registers that contain the selector being freed
2169         in int31/ax=0001.
2170         Added missing break after SelectorAccessRights call.
2171
2172         * [win32/struct32.c]
2173         Added conversions for MDICREATESTRUCT.
2174
2175         * [windows/winproc.c]
2176         Added message conversions for WM_MDICREATE.
2177
2178 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
2179
2180         * [windows/class.c]
2181         Added GetExePtr() call in CLASS_FindClassByAtom().
2182
2183 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2184
2185         * [if1632/*.spec]
2186         Some more trivial specs added.
2187
2188         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
2189         CreateFont32* added, changed to new naming std.
2190
2191         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
2192         Some defines/types added.
2193
2194         * [win32/thread.c]
2195         TlsSetValue() returns boolean.
2196
2197         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
2198           [controls/menu.c] [objects/bitmap.c]
2199         Cleanup of the resource functions, mostly changes to new naming
2200         standard and fixing of argument types so that they agree with the
2201         win16/win32 API.
2202
2203 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2204
2205         * [windows/winpos.c]
2206         ShowWindow() fixes.
2207
2208         * [windows/mdi.c]
2209         Fix reversed LPARAM in WM_MDIACTIVATE.
2210
2211         * [wine.ini]
2212         New option AllocSystemColors tells Wine how many colors to grab
2213         from the system colormap.
2214
2215         * [objects/bitblt.c] [objects/dc.c]
2216         Fixed pink garbage over Word buttons in PseudoColor. Added
2217         optional DSTINVERT shortcut for faster text selection.
2218
2219         * [misc/wsprintf.c]
2220         Skip bogus segmented pointers in wsvnprintf16(). 
2221
2222         * [objects/gdiobj.c]
2223         Added palette handling to UnrealizeObject(). 
2224
2225         * [objects/color.c] [objects/palette.c] [windows/dce.c]
2226         Wine gets palette manager with support for more than 20 colors. 
2227         Only PseudoColor and TrueColor visuals tested so far.
2228
2229         * [windows/winpos.c] [windows/win.c] 
2230         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
2231         use XReconfigureWMWindows() instead of XConfigureWindow() in
2232         managed mode.
2233
2234         * [memory/global.c]
2235         Do not allocate more than 640K of DOS memory.
2236
2237         * [misc/main.c]
2238         Do not allow -desktop and -managed together.
2239
2240 ----------------------------------------------------------------------
2241 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2242
2243         * [controls/scroll.c]
2244         Use Win32 heap functions to allocate scroll-bar info structure.
2245
2246         * [debugger/dbg.y] [debugger/registers.c]
2247         Added support for FS and GS segment registers.
2248         Check that segment registers value are OK before returning from
2249         the signal handler.
2250
2251         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
2252         Changed relay debugging for Win32 function: the relay code now
2253         passes the entry point address instead of the function name.
2254
2255         * [tools/build.c] [miscemu/*.c]
2256         Added support for data entry points in Win32 DLLs.
2257         Added 'cdecl' function type for Win32.
2258         For 'register' function, the relay code now passes a pointer to
2259         the SIGCONTEXT structure.
2260         
2261         * [include/registers.h] [include/wine.h]
2262         Moved SIGCONTEXT structure definition in registers.h.
2263
2264         * [loader/pe_image.c]
2265         Don't die at once if some Win32 entry points cannot be found, but
2266         set them to NULL, just like we do for Win16. This allows some
2267         programs to go further before crashing.
2268
2269         * [loader/task.c] [loader/main.c]
2270         Moved global initializations from InitTask() to MAIN_Init(), as
2271         they no longer need a task context with the new SEGPTR heap functions.
2272
2273         * [memory/string.c]
2274         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
2275         very convenient.
2276
2277         * [windows/graphics.c]
2278         Partially implemented DrawEdge().
2279
2280         * [windows/timer.c] [windows/caret.c]
2281         Implemented Win32 timer handling. Updated caret management to use
2282         Win32 timers (avoids having to use a Win16 callback).
2283
2284         * [windows/win.c]
2285         Prevent programs from setting some style bits with
2286         SetWindowLong(). This should fix some BadMatch crashes.
2287         Link new windows at the end of the linked list.
2288
2289         * [windows/winpos.c]
2290         Don't try to activate a child window in ShowWindow().
2291
2292         * [windows/winproc.c]
2293         Added a 32->32 thunk to support Ansi-Unicode translation.
2294
2295 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2296
2297         * [files/directory.c]
2298         Additional (undocumented) return value for GetTempDrive() added.
2299
2300         * [files/dos_fs.c] [files/file.c] [include/windows.h]
2301         GetTempFileName32* added.
2302         GetShortPathName* added.
2303
2304         * [memory/string.c]
2305         Win16 lstrcpy() can get NULL ptrs as argument and survive.
2306
2307         * [misc/lzexpand.c]
2308         LZOpenFile(): also try opening with compressed filename if normal
2309         open fails.
2310
2311         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
2312         Char* added.
2313         CompareString* added.
2314
2315 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2316
2317         * [objects/font.c] [if1632/gdi32.spec]
2318         CreateFontIndirect32A and CreateFontIndirect32W added.
2319
2320         * [misc/ole2nls.c]
2321         GetUserDefaultLCID return values updated for new languages.
2322         Finnish support added for GetLocaleInfoA.
2323
2324         * [object/palette] [gdi32.spec]
2325         RealizePalette32 and SelectPalette32 added.
2326         
2327 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
2328
2329         * [misc/shell.c]
2330         Fixup for SHELL_FindExecutable so that File->Run from progman
2331         works once more. Still needs some more fixups - grep for FIXME in
2332         this file.
2333
2334 ----------------------------------------------------------------------
2335 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2336
2337         * [controls/desktop.c]
2338         Use Windows file I/O routines to load the desktop bitmap.
2339
2340         * [files/file.c]
2341         Implemented RemoveDirectory* and DeleteFile*.
2342
2343         * [include/wine.h]
2344         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
2345
2346         * [loader/task.c]
2347         Fixed initial breakpoint setting for Win32 tasks.
2348
2349         * [misc/wsprintf.c]
2350         Ignore Unicode formats for wsprintf16().
2351
2352         * [objects/font.c]
2353         Implemented Win32 version of GetTextMetrics.
2354
2355         * [windows/winproc.c] [windows/win.c] [windows/class.c]
2356           [windows/dialog.c]
2357         Modified windows procedures to use thunks, to ensure that the
2358         procedure can be called directly from the Windows program.
2359
2360         * [windows/win.c]
2361         Added function WIN_BuildWinArray() to make it easier to enumerate
2362         windows. Implemented Win32 version of EnumWindows() and friends.
2363
2364 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
2365
2366         * [controls/button.c] [windows/win.c]
2367         Operator precedence fixes.
2368
2369         * [controls/edit.c]
2370         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
2371         Fixed word wrap with long words.
2372
2373         * [debugger/debug.l]
2374         New alias "where" for command "backtrace".
2375
2376         * [if1632/gdi.spec]
2377         Corrected parameter of ExtTextOut.
2378
2379         * [loader/module.c]
2380         Corrected printing of table of modules.
2381
2382         * [misc/spy.c]
2383         Removed superfluous \n in message name.
2384
2385         * [windows/message.c]
2386         Declared MSG_SendMessage as static.
2387         Changed parameter of DirectedYield() from queue handle to task handle.
2388         Removed warning mesages for argument of printf.
2389
2390         * [windows/nonclient.c]
2391         Added the flag DT_NOPREFIX when drawing window titles.
2392
2393         * [windows/win.c]
2394         WIN_WalkWindows now prints the invalid window handle.
2395         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
2396
2397         * [windows/winproc.c]
2398         Allows creating dialog windows with NULL as dialog function.
2399
2400 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2401
2402         * [windows/event.c]
2403         EVENT_key: Fixes to VK_ code generation for space bar and
2404         punctuation.
2405
2406         * [files/file.c]
2407         GetTempFileName: first character in temporary name is "~".
2408
2409         * [memory/heap.c]
2410         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
2411
2412         * [objects/text.c]
2413         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
2414
2415         * [misc/driver.c]
2416         Removed some bugs and reformatted. Actually loads drivers now.
2417
2418         * [include/callback.h]
2419         Added CallDriverProc() and CallWindowsExitProc().
2420
2421         * [loader/module.c]
2422         MODULE_CallWEP(): new function.
2423
2424         * [misc/lzexpand.c]
2425         LZSeek(): return new pointer, not old one.
2426
2427         * [misc/ver.c]
2428         find_ne_resource(): fixed dependence on LZSeek() bug.
2429         GetFileResource(): initialize reslen before using it.
2430
2431         * [windows/class.c]
2432         SetClassWord(): add missing else.
2433
2434         * [objects/font.c]
2435         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
2436         InitFontList: allocate one huge array of structures.
2437         FONT_MatchFont: uppercase the face name.
2438
2439 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
2440
2441         * [memory/heap.c]
2442         Fixed a typo in HeapReAlloc().
2443
2444 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2445
2446         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
2447           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
2448         GetTempPath* added
2449         GetDriveType* fixed, updated to NewNameStandard.
2450         GetCurrentDirectory* fixed (needs to prepend X:\).
2451
2452         * [controls/listbox.c]
2453         Missing NULL check added.
2454
2455         * [if1632/winmm.spec] [loader/builtin.c]
2456         winmm.dll (32bit mmsystem equivalent) specs added.
2457
2458         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
2459         Rtl{Move,Zero,Fill}Memory added.
2460
2461         * [misc/registry.c]
2462         Some NULL ptr dereference bugs fixed.
2463
2464         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
2465         Check for NULL ptr.
2466         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
2467         Aliasing should work for all MCI devices.
2468
2469         * [windows/win.c]
2470         Allow passing invalid window handles to CloseWindow().
2471
2472 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2473
2474         * [files/directory.c] [if1632/kernel32.spec]
2475         GetSystemDirectory32A and GetSystemDirectory32W added.
2476
2477         * [misc/main.c] [if1632/kernel32.spec]
2478         Beep and SetEnvironmentVariable32W added.
2479
2480 ----------------------------------------------------------------------
2481 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
2482
2483         * [files/drive.c] 
2484         GetFreeDiskSpace*, GetVolumeInformation* added.
2485
2486         * [files/file.c]
2487         FlushFileBuffers, CreateDirectory* added.
2488
2489         * [include/winbase.h] [include/windows.h]
2490         Prototypes, defines added and fixes.
2491
2492         * [if1632/kernel32.spec] [include/resource32.h]
2493           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
2494         Fixes to resource handling.
2495
2496         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
2497         Specs for implemented functions added
2498         Some thunks to functions which are same as win16 equivalents.
2499
2500         * [loader/task.c]
2501         GetAppCompatFlags() added.
2502
2503         * [misc/registry.c]
2504         One missing else added, small hack to RegQueryValue16().
2505
2506         * [win32/file.c]
2507         GetFileAttributesA() fixed (was using DOS path as UNIX path).
2508
2509 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2510
2511         * [loader/ne_resource.c]
2512         Fixed FreeResource() return value.
2513
2514         * [objects/text.c]
2515         Fixed a bug in ExtTextOut() that was causing overlapped characters
2516         in WinWord.
2517
2518         * [windows/winpos.c]
2519         SWP_FRAMECHANGED for top-level windows now invalidates client
2520         area as clock.exe wants.
2521
2522 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2523
2524         * [controls/listbox.c]
2525         Mini bugfix: 'revival' of missing scrollbar in listboxes.
2526
2527 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
2528
2529         * [resources/sysres_Fr.rc] [resources/TODO]
2530         Made changes for Choose_Font dialog.
2531
2532 ----------------------------------------------------------------------
2533 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2534
2535         * [memory/heap.c]
2536         Fixed bug in HeapRealloc (thanks to Bruce Milner).
2537
2538         * [misc/wsprintf.c]
2539         Fixed argument size for %c format in wsprintf16().
2540
2541         * [objects/dc.c]
2542         Don't free hFirstBitmap for saved DCs.
2543
2544         * [windows/event.c]
2545         Added timer handling in EVENT_WaitXEvent().
2546
2547         * [windows/message.c]
2548         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
2549         event is for the current task; if not, wake the other task.
2550
2551         * [windows/queue.c] [include/queue.h]
2552         Added 'self' handle in queue structure.
2553
2554         * [windows/timer.c]
2555         Added TIMER_ExpireTimers() function to mark expired timers and
2556         wake up the corresponding tasks.
2557
2558 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
2559
2560         * [windows/mapping.c]
2561         First point in list was mapped multiple times in DPtoLP and
2562         LPtoDP.  Other points were not mapped.
2563
2564 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2565
2566         * [misc/shell.c]
2567         Some fixes for ExtractIcon function family.
2568
2569         * [documentation/user_module]
2570         Chapter about windowing and messaging subsystems.
2571
2572 ----------------------------------------------------------------------
2573 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2574
2575         * [debugger/break.c] [loader/signal.c]
2576         Fixed breakpoints in 32-bit code.
2577
2578         * [include/windows.h]
2579         Added many more Win32 versions of standard structures.
2580
2581         * [include/winreg.h] [misc/registry.c]
2582         Moved private types into registry.c.
2583
2584         * [memory/string.c] (New file)
2585         Moved most string functions from misc/lstr.c; added Win32 version
2586         of all functions.
2587
2588         * [misc/wsprintf.c]
2589         Implemented Win32 wsprintf functions.
2590
2591         * [objects/bitmap.c]
2592         Implemented Win32 bitmap functions.
2593
2594         * [windows/dialog.c]
2595         Don't set dialog procedure before the controls are created. This
2596         avoids a crash in Winhelp.
2597
2598 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
2599
2600         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
2601         Replace PeekMessage with PeekMessage16.
2602
2603         * [if1632/kernel32.spec][misc/main.c]
2604         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
2605         MAIN_ParseVersion: new function, new command line option -winver.
2606         GetVersion: modified to take command line argument into account.
2607
2608         * [if1632/kernel32.spec] [win32/process.c]
2609         FreeLibrary32: new function.
2610         TlsAlloc: initialize Tls to zero.
2611         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
2612         functions.
2613
2614         * [if1632/kernel32.spec]
2615         SetErrorMode,GetActiveWindow: new relays to existing functions.
2616
2617         * [if1632/kernel32.spec][win32/user32.c]
2618         PeekMessage32A,PeekMessage32W: new functions.
2619
2620         * [include/struct32.h][include/windows.h]
2621         Moved MSG32 to windows.h.
2622         Renamed MSG to MSG16.
2623         Modified prototypes to use MSG16
2624
2625         * [include/winbase.h]
2626         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
2627
2628 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2629
2630         * [if1632/Makefile.in] [loader/builtin.c]
2631         version.dll,lz32.dll added.
2632
2633         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
2634           [misc/lzexpand.c]
2635         lz32.dll added.
2636         Modified to new function naming standard.
2637
2638         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
2639         version.dll added (win32 version of ver.dll).
2640         Modified to new function naming standard.
2641         Use registry to look up a LOCALE langids too.
2642         (VerInstallFile,VerFindFile still stubs)
2643
2644 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
2645
2646         * [files/file.c]
2647         Added a warning if GetTempFileName() gets a bad drive parameter.
2648
2649         * [misc/commdlg.c]
2650         Changed file listbox color to gray in SaveFile dialog 
2651         (just like Windows does this).
2652
2653 ----------------------------------------------------------------------
2654 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2655
2656         * [controls/button.c] [controls/listbox.c]
2657         Fixed wParam of WM_DRAWITEM message.
2658
2659         * [if1632/Makefile.in] [loader/builtin.c]
2660         Remove WPROCS32 DLL, as the relay code can call Wine routines
2661         directly.
2662
2663         * [loader/module.c] [loader/ne_image.c]
2664         Fixed initial stack layout for self-loading modules.
2665
2666         * [tools/build.c]
2667         Fixed data segment building for Win16 modules.
2668
2669         * [windows/defdlg.c]
2670         Implemented Win32 versions of DefDlgProc().
2671
2672         * [windows/dialog.c]
2673         Merged Win16 and Win32 dialog code.
2674         Added support for control extra data in dialog item template.
2675
2676         * [windows/win.c]
2677         Unified Win16 and Win32 versions of CreateWindow().
2678         Implemented Win32 version of GetWindowLong().
2679
2680         * [windows/winproc.c]
2681         Changed the implementation of window procedures, so that 16-bit
2682         winprocs are valid segmented pointers.
2683
2684 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2685
2686         * [misc/registry.c]
2687         Fixed another bug in the w95 loader. Quietened some debug output.
2688
2689 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2690
2691         * [windows/winproc.c]
2692         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
2693
2694 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2695
2696         * [resources/TODO] [resources/sysres_It.rc]
2697         Updated font dialog box.
2698
2699 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
2700
2701         * [include/commdlg.h] [misc/commdlg.c]
2702         ChooseFont() and ChooseColor(): 
2703         Bugfixes and added more support for some CF_* and CC_* flags: 
2704         dialog templates and font size control.
2705         Bugfix in structure definition of CHOOSECOLOR definition.
2706
2707         * [ipc/dde_proc.c] [windows/event.c]
2708         Replaced SendMessage with SendMessage16 and added inclusion of
2709         dde_proc.h for error-free compilation of ipc module.
2710
2711 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2712
2713         * [windows/scroll.c]
2714         Made ScrollDC to save/restore current clipping region.
2715
2716         * [misc/clipboard.c] [windows/event.c]
2717         Implemented most of the previously missing features (not tested), 
2718         improved text pasting from/to X. 
2719
2720         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
2721           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
2722           [windows/winpos.c] [windows/painting.c]
2723         Updated DCE code, implemented dynamic invalidation of owned DCs.
2724         This fixes a lot of problems with scrolling in WinWord. Not
2725         sure about the effect on -desktop.
2726
2727 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2728
2729         * [win32/time.c] [if1632/kernel32.spec]
2730         Added SetSystemTime and SetTimeZoneInformation.
2731
2732         * [if1632/kernel32.spec]
2733         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
2734
2735         * [include/windows.h]
2736         Added SYSTEM_POWER_STATUS structure and prototypes for
2737         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
2738
2739         * [include/kernel32.h]
2740         Added a prototype for SetTimeZoneInformation.
2741
2742         * [win32/environment.c] [if1632/kernel32.spec]
2743         Added GetSystemPowerStatus and SetSystemPowerState stubs.
2744
2745 ----------------------------------------------------------------------
2746 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2747
2748         * [controls/combo.c]
2749         Destroy the listbox and edit control when destroying the
2750         combo. This should prevent crashes on application exit.
2751
2752         * [misc/system.c] [if1632/system.spec]
2753         Implemented InquireSystem().
2754
2755         * [loader/task.c] [windows/message.c] [windows/queue.c]
2756         First attempt at inter-task SendMessage(). Still has a lot of
2757         problems.
2758
2759 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
2760
2761         * [windows/mdi.c]
2762         Fixed MDITile with iconic children.
2763
2764 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
2765
2766         * [misc/commdlg.c]
2767         ChooseFont dialog:
2768         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
2769           not real available font types (e.g. "Bold") can not selected
2770         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
2771
2772         * [objects/font.c]
2773         In FONT_MatchFont perform check if "lfFaceName" is family from X11
2774         only if "lfFaceName" is a windows font family then do a call of
2775         FONT_TranslateName() : this results in better font selections in 
2776         ChooseFont() or applications like charmap.exe or write.exe.
2777         Added a ParseFontParms() call if necessary in function 
2778         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
2779         even if there isn't one...
2780
2781         * [resources/TODO]
2782         Inventory of resource translations in sysres_??.rc
2783
2784 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2785
2786         * [misc/registry.c]
2787         _w95_loadreg: use offset to determine next RGDB position too.
2788
2789 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
2790
2791         * [controls/combo.c]
2792         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
2793
2794         * [misc/main.c]
2795         Result of option "-fixedmap" is to turn flag on.
2796
2797 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
2798
2799         * [misc/shell.c]
2800         ShellExecute and FindExecutable now both use common code to
2801         determine the required executable file.
2802
2803 ----------------------------------------------------------------------
2804 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2805
2806         * [controls/button.c]
2807         Made ButtonWndProc a 32-bit window procedure.
2808
2809         * [controls/desktop.c]
2810         Made DesktopWndProc a 32-bit window procedure.
2811         Added handling of WM_SETCURSOR.
2812
2813         * [controls/menu.c]
2814         Allocate menu items and strings on the 32-bit system heap.
2815         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
2816         AppendMenu and LoadMenuIndirect.
2817
2818         * [controls/widgets.c]
2819         Added possibility to have 32-bit built-in classes.
2820
2821         * [files/drive.c]
2822         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
2823
2824         * [misc/spy.c] [include/spy.h]
2825         Added support for spying Win32 messages.
2826
2827         * [loader/builtin.c]
2828         Fixed bug in -dll option parsing.
2829
2830         * [memory/local.c]
2831         Added back the change by Huw D. M. Davies to free the block in
2832         LocalRealloc() before allocating the new one.
2833
2834         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
2835         Fixed bug in bitmap size that caused memory corruption for 24bpp.
2836
2837         * [windows/defwnd.c]
2838         Implemented Win32 version of DefWindowProc().
2839
2840         * [windows/dialog.c]
2841         Implemented Win32 version of SendDlgItemMessage,
2842         Get/SetDlgItemText and Get/SetDlgItemInt.
2843
2844         * [windows/mdi.c]
2845         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
2846         Don't make a copy of the OBM bitmaps for every MDI window.
2847
2848         * [windows/message.c]
2849         Implemented Win32 version of SendMessage().
2850         
2851         * [windows/winproc.c] [windows/class.c] [windows/win.c]
2852         New scheme for 32-bit window procedures to replace aliases. All
2853         32-bit window procedure get a 16-bit address pointing to a
2854         WINDOWPROC structure.
2855         Implemented Ansi<->Unicode translation for CallWindowProc().
2856         Added translation of WM_DRAWITEM between Win16 and Win32.
2857
2858         * [windows/win.c] [include/callback.h]
2859         Added ugly hack to build CREATESTRUCT on the stack when sending
2860         WM_NCCREATE.
2861         Implemented Win32 version of Get/SetWindowWord/Long and
2862         Get/SetWindowText.
2863         
2864 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
2865
2866         * [controls/button.c]
2867         Avoid gray text on gray background in disabled push buttons
2868         using a b/w raster and some raster operations (PatBlt,BitBlt).
2869
2870         * [objects/text.c]
2871         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
2872
2873 ----------------------------------------------------------------------
2874 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2875
2876         * [*/*.c]
2877         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
2878         SIZE16. Implemented Win32 version of most functions that take
2879         these types as parameters.
2880
2881         * [configure]
2882         Patched autoconf to attempt to correctly detect -lnsl and
2883         -lsocket. Please check this out.
2884         
2885         * [controls/button.c]
2886         Added support for Win32 BM_* messages.
2887
2888         * [controls/menu.c]
2889         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
2890         with Excel.
2891
2892         * [memory.heap.c] [include/heap.h]
2893         Added support for SEGPTRs in Win32 heaps. Added a few macros to
2894         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
2895         but they work with Win32.
2896
2897         * [memory/atom.c]
2898         Implemented Win32 atom functions.
2899
2900         * [memory/local.c]
2901         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
2902
2903         * [win32/memory.c]
2904         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
2905
2906         * [windows/class.c]
2907         Properly implemented the Win32 class functions.
2908
2909         * [windows/winproc.c] (New file)
2910         New file handling the message translation between Win16 and Win32.
2911
2912 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2913
2914         * [windows/mdi.c] [windows/menu.c]
2915         Improved WM_MDICREATE and WM_MDICASCADE handling.
2916
2917         * [windows/event.c] [objects/bitblt.c]
2918         Handle GraphicsExpose event for BitBlt from screen to screen.
2919
2920         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
2921         Bunch of fixes for problems with -managed.
2922
2923         * [windows/win.c] [windows/winpos.c]
2924         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
2925         in CreateWindow.
2926
2927         * [windows/win.c] [windows/queue.c] [misc/user.c]
2928         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
2929         on window creation/destruction.
2930
2931         * [objects/palette.c]
2932         Crude RealizePalette(). At least something is visible in LviewPro.
2933
2934 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2935
2936         * [if1632/gdi32.spec]
2937         Added Rectangle (use win16 version).
2938
2939         * [if1632/kernel32.spec]
2940         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
2941
2942         * [if1632/user32.spec]
2943         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
2944         versions).
2945         Added SetWindowsHookExA (empty stub for now).
2946
2947         * [include/handle32.h]
2948         Changed #include <malloc.h> to #include <stdlib.h> to prevent
2949         hate message from FreeBSD compiler.
2950
2951         * [win32/newfns.c]
2952         Added new function SetWindowsHookEx32A (empty stub for now).
2953
2954         * [win32/user32.c]
2955         Removed redundant debugging printf statement.
2956
2957 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2958
2959         * [memory/local.c]
2960         Avoid creating adjacent free blocks.
2961         Free the block in LocalReAlloc() before allocating a new one.
2962         Fixed LocalReAlloc() for discarded blocks.
2963         
2964 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2965
2966         * [resources/sysres_Fi.rc]
2967         ChooseFont and ChooseColor dialogs updated.
2968
2969 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2970
2971         * [files/drive.c,if1632/kernel.spec]
2972         GetCurrentDirectory(),SetCurrentDirectory() implemented.
2973
2974         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
2975           [include/windows.h] [include/winreg.h] [loader/main.c]
2976           [misc/main.c] [misc/shell.c] [misc/registry.c]
2977         Registry fixes:
2978         - loads win95 registry databases,
2979         - save only updated keys on default,
2980         - now adhers to the new function naming standard,
2981         - minor cleanups.
2982
2983 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
2984
2985         * [combo.c]
2986         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
2987         and synchronized mine with Greg Kreider's works.
2988
2989         * [commdlg.c]
2990         Bugfix in ChooseFont: font size handling.
2991
2992 ----------------------------------------------------------------------
2993 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2994
2995         * [DEVELOPERS-HINTS]
2996         Added paragraph on naming conventions for Win16/Win32/Winelib.
2997
2998         * [controls/menu.c]
2999         Create a default system menu that is the same for all windows
3000         instead of making a copy every time.
3001
3002         * [include/wintypes.h]
3003         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
3004         Added xx16 and xx32 definitions for most types. General clean-up.
3005
3006         * [memory/global.c] [memory/local.c] [*/*]
3007         Renamed Global and Local heap functions to xxx16. Added all xxx32
3008         versions of the same functions.
3009
3010         * [memory/selector.c]
3011         Mask out lower bits of selector in FreeSelector().
3012
3013         * [misc/lstr.c]
3014         Fixed wvsprintf().
3015
3016         * [windows/class.c]
3017         Changed the class structure to make Win32 support easier.
3018
3019         * [windows/defwnd.c]
3020         Added handling of WM_INITMENUPOPUP for system menu to gray out
3021         invalid options.
3022
3023         * [windows/winpos.c]
3024         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
3025         a SEGPTR.
3026
3027 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3028
3029         * [memory/local.c]
3030         Implementation of moveable and (rudimentary) support for
3031         discardable local memory, plus several bug fixes.
3032
3033 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3034
3035         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
3036         FindWindowEx() implemented (someone reported it was missing
3037         for FrameMaker 4.1).
3038
3039         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
3040           [win32/resource.c]
3041         Misc small stubs/small functions which bring win95 binaries
3042         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
3043         Small fix in WIN32_LoadAcceleratorsA.
3044
3045 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
3046
3047         * [controls/edit.c] [controls/EDIT.TODO]
3048         Changed / fixed some types and typecasts.
3049         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
3050         Added heap initialization in WM_CREATE.
3051
3052 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
3053
3054         * [controls/combo.c] [controls/listbox.c]
3055         Pass WM_[HV]SCROLL to listbox, but not combo.
3056         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
3057         Combo box gets border.
3058         Combo box includes button (otherwise button won't trigger dropdown).
3059         Proper border around RectButton.
3060         Check size consistancy of combo, listbox, and button after resizing 
3061         or before painting.  These routines still aren't completely correct.
3062         Localize size checks in separate routines.
3063         Listboxes are white.
3064
3065 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
3066
3067         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
3068           [resources/sysres_De.rc][resources/sysres_En.rc]
3069         Introduced ChooseFont dialog, but needed some patches in 
3070         handling of comboboxes with edit controls.
3071
3072 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3073
3074         * [programs/winhelp/*]
3075         Added a help viewer and a simple `.hlp' to `.sgml' converter.
3076
3077 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
3078
3079         * [resources/sysres_*.rc] [misc/shell.c]
3080         Modified size of "About" dialog boxes.
3081
3082 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
3083
3084         * [if1632/Makefile.in][loader/builtin.c]
3085         crtdll.spec, ntdll.spec, wsock32.spec: new files.
3086
3087         * [loader/pe_image.c]
3088         Fix error message if import by ordinal failed.
3089
3090 ----------------------------------------------------------------------
3091 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3092
3093         * [Makefile.in]
3094         Subdir memory is now also compiled for Winelib, in order to get
3095         the Win32 heap functions.
3096
3097         * [if1632/Makefile.in]
3098         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
3099         DLL names > 8 characters.
3100
3101         * [loader/builtin.c] (New file)
3102         Grouped all built-in DLLs code in a single file.
3103
3104         * [memory/global.c]
3105         Use the Win32 heap code instead of malloc() to allocate linear
3106         memory. This will help test the heap code.
3107
3108         * [memory/local.c]
3109         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
3110
3111         * [tools/build.c] [if1632/relay.c]
3112         Removed 'id' directive in spec files. For relay debugging, the DLL
3113         entry point is now computed from the CS:IP entry point address.
3114         Added 'heap' directive to specifiy a local heap for the DLL. USER
3115         and GDI heap are now created this way.
3116
3117         * [windows/class.c] [include/class.h]
3118         Changed the class structure to use pointers instead of handles.
3119         Changed Get/SetClassWord/Long to use a switch statement; this
3120         allows changing the layout of the CLASS structure.
3121
3122         * [windows/win.c] [include/win.h]
3123         Use a CLASS * instead of a handle for the window class.
3124
3125 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
3126
3127         * [if1632/kernel32.spec] [memory/global.c]
3128           [win32/memory.c] [win32/process.c]
3129         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
3130         LocalLock,SetThreadAffinityMask: new relays.
3131
3132         * [win32/cursoricon32.c]
3133         Return same handle if a cursor is loaded multiple times.
3134
3135 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
3136
3137         * [resources/sysres_Ko.rc]
3138         Added support for Korean [Ko] language.
3139
3140 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3141
3142         * [objects/dc.c] [objects/font.c]
3143         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
3144
3145         * [objects/metafile.c] [objects/dcvalues.c]
3146         Fixed broken SetTextAlign() on metafiles.
3147
3148         * [objects/metafile.c]
3149         Delete objects in handle table at end of PlayMetaFile().
3150
3151 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3152
3153         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
3154         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
3155         [If it doesn't work for you, use -dll -ver and report it to me]
3156
3157         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
3158           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
3159           [windows/graphics.c]
3160         Simple win32 functions, where we can just use the win16 counterpart.
3161         Misc. stubs. 
3162
3163         * [misc/lstr.c]
3164         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
3165
3166         * [misc/registry.c]
3167         Some alloclens were off by 1, one double fclose() fixed.
3168         Requesting value 0 of a key with no values returns an error 
3169         (should we always return a made up value NULL? what does win3.1?)
3170
3171 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3172
3173         * [misc/shell.c]
3174         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
3175         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
3176
3177         * [misc/user.c]
3178         Do extensive cleanup on application exit.
3179
3180         * [windows/hook.c] [windows/win.c] [windows/class.c]
3181         Added miscellaneous cleanup routines.
3182
3183         * [controls/menu.c]
3184         More efficient popup menu window handling.
3185
3186 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3187
3188         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
3189         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
3190
3191 ----------------------------------------------------------------------
3192 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
3193
3194         * [resources/sysres_Fr.rc] [resources/TODO]
3195         Made changes for Choose_Color dialog.
3196
3197 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3198
3199         * [controls/button.c]
3200         Fixed test that got miscompiled by some old gcc versions.
3201
3202         * [memory/local.c]
3203         Fixed the layout of handle tables so that moveable handle entries
3204         can be freed on LocalFree().
3205         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
3206         GetHeapSpaces().
3207
3208         * [misc/main.c] [ANNOUNCE]
3209         Update the list of contributors. Please let me know if I forgot
3210         someone.
3211
3212 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
3213
3214         * [controls/edit.c] [controls/EDIT.TODO]
3215         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
3216         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
3217         Added WM_ENABLE implementation (gray text).
3218         Fixed buffer > 32767 bug.
3219         Fixed argument types / typecasting.
3220         Faster selection (re)drawing.
3221
3222 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3223
3224         * [misc/registry.c] [include/winreg.h]
3225         Changed savefile format again to human readable/editable
3226         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
3227         Has now global / local registry databases (including merging them).
3228         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
3229         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
3230
3231         * [misc/comm.c]
3232         Allow " " as COMx: ... spec delimiter too.
3233         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
3234         remember the x).
3235
3236 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3237
3238         * [windows/mdi.c]
3239         Miscellaneous changes.
3240
3241         * [windows/winpos.c] 
3242         Use BitBlt whenever possible in SetWindowPos.
3243
3244         * [windows/painting.c]
3245         Fix incompatibilities with hrgnUpdate being 1.
3246
3247 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3248
3249         * [misc/commdlg.c]
3250         Many bugfixes in ChooseColor dialog.
3251         Added a user defined dialog title in FileOpen-/FileSave- dialog.
3252
3253         * [misc/commdlg.c][include/commdlg.h]
3254           [if1632/commdlg.spec][if1632/winprocs.spec]
3255         Introduced dialog-, callback- and enum- stub functions
3256         for ChooseFont dialog
3257
3258 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
3259
3260         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
3261         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
3262         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
3263         fixes.
3264
3265         * [windows/winpos.c]
3266         Don't try to hide the window if it's already hidden.
3267
3268         * [windows/message.c]
3269         Let MSG_PeekHardwareMsg fill the message queue with events if
3270         it's empty.
3271
3272 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
3273
3274         * [resources/sysres_It.rc]
3275         Updated to support the new CHOOSE_COLOR_DIALOG.
3276
3277 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
3278
3279         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
3280           [include/w32sys.h] [include/dlls.h]
3281           [misc/Makefile] [misc/w32sys.c]
3282         W32SYS.DLL partially implemented.
3283
3284 ----------------------------------------------------------------------
3285 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3286
3287         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
3288         Made the resource loading code always use the correct Windows
3289         layout for Winelib on other CPUs.
3290
3291         * [include/module.h] [loader/module.c]
3292         Added self handle in NE_MODULE structure, so we can use a pointer
3293         instead of a handle.
3294         Added function MODULE_GetPtr() to validate a HMODULE.
3295
3296         * [memory/heap.c]
3297         Implemented Win32 heap management.
3298
3299         * [memory/selector.c]
3300         Fix selector limit for huge blocks.
3301
3302 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3303
3304         * [objects/metafile.c]
3305         Fixed memcpy bug to allow memory based metafiles to work.
3306
3307 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
3308
3309         * [controls/edit.c] [controls/EDIT.TODO]
3310         Complete rewrite.  Everything changed: new features, new bugs.
3311         Main addition: WordWrap.
3312
3313 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3314
3315         * [resources/sysres_It.rc]
3316         Fixed a few mistakes in the file and resized some of the controls.
3317
3318 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
3319
3320         * [misc/winsocket.c]
3321         Fixed broken #if defined that stopped unixware compiling.
3322
3323         * [win32/resource.c]
3324         Added missing return to end of FindResource32.
3325
3326 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3327
3328         * [windows/keyboard.c] [windows/event.c]
3329         Fixed GetKeyState for mouse buttons.
3330
3331         * [windows/message.c]
3332         WM_MOUSEACTIVATE wasn't sent in some cases.
3333
3334 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
3335
3336         * [objects/font.c]
3337         Match slightly bigger font if height negative.
3338
3339 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
3340
3341         * [multimedia/mmsystem.c]
3342         Changed read's to FILE_read's in mmsystem to fix mmio bug.
3343
3344 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3345
3346         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
3347         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
3348         En-,De- resources. 
3349         As written in TODO: some national language support is needed here.
3350
3351 ----------------------------------------------------------------------
3352 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3353
3354         * [controls/button.c] [controls/static.c]
3355         Changes to use WND * wherever possible.
3356
3357         * [debugger/dbg.y] [debugger/debug.l]
3358         Added 'info module' and 'walk module' commands.
3359
3360         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
3361         Added assembly code generation to call from Wine into 32-bit code.
3362         Changed all 'call32' references in 'callfrom16' to avoid confusion
3363         with Win32 routines.
3364
3365         * [include/callback.h]
3366         Added prototypes for 32-bit callbacks.
3367
3368         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
3369         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
3370         now generated by the build program.
3371
3372         * [include/module.h]
3373         Added extra info to NE_MODULE for Win32 modules to point to the PE
3374         module data.
3375
3376         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
3377         Removed the wine_files list. The PE data for a module can now be
3378         accessed with the NE_WIN32_MODULE macro.
3379
3380         * [loader/signal.c] [miscemu/instr.c]
3381         Don't start the BIOS timer at startup, but only after an access to
3382         the 0x40 segment.
3383
3384         * [memory/local.c]
3385         Changed LOCAL_Lock() to return a 32-bit pointer.
3386
3387         * [misc/main.c] [include/dlls.h]
3388         Some built-in DLLs (like KERNEL) can no longer be disabled from
3389         the command-line.
3390         
3391 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
3392
3393         * [*/*]
3394         A lot of small changes to support SCO OpenServer 5.
3395
3396 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3397
3398         * [controls/edit.c]
3399         Fixed GetKeyState() call to use 0x8000 convention.
3400
3401         * [include/windows.h]
3402         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
3403
3404 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
3405
3406         * [if1632/except.S]
3407         Modified code to assemble on unixware.
3408
3409 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
3410
3411         * [objects/font.c]
3412         Implementation of a second font cache which will be updated
3413         dynamically.
3414
3415 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
3416
3417         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
3418           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
3419           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
3420           [resources/sysres_No.rc] [resources/TODO]
3421         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3422
3423 ----------------------------------------------------------------------
3424 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3425
3426         * [tools/build.c]
3427         Changed BuildSpec32Files() to generate assembly instead of C code.
3428         Unified -spec16 and -spec32 options; DLL type is now determined by
3429         the 'type' declaration in the .spec file.
3430         New -stdcall option to build all stdcall assembly relays.
3431
3432         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
3433         Started to unify 16- and 32-bit builtin DLLs.
3434
3435         * [loader/module.c]
3436         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
3437
3438         * [loader/pe_image.c] [loader/resource.c]
3439         All modules now have a NE signature, and can be distinguished by
3440         the NE_FFLAGS_WIN32 flag.
3441
3442         * [windows/alias.c]
3443         Aliases for built-in window procedures are now all created at
3444         startup in ALIAS_Init().
3445
3446 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
3447
3448         * [controls/combo.c]
3449         Limit rectangle to clear to size of item when painting combo, not
3450         default.  Only draw items in list when there is enough room for them.
3451
3452         * [controls/listbox.c]
3453         Get the measure of every item that's added and store in the item's
3454         data structure.  Scroll listbox if mouse near edge of box.  Only
3455         draw items in list when there is enough room.
3456
3457 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3458
3459         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
3460           [windows/nonclient.c] [controls/menu.c] 
3461         Various changes for better keyboard handling. 
3462
3463         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
3464         Proper keyboard message ordering, working GetKeyState() (finally!), 
3465         improvements in ToAscii().
3466
3467         * [windows/win.c] [windows/message.c]
3468         Small improvements in WIN_FindWinToRepaint.
3469
3470         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
3471         Put update region in WM_NCPAINT wParam.
3472
3473         * [loader/task.c]
3474         Kill task timers when task is deleted, switch timers to the
3475         new queue in SetTaskQueue().
3476
3477         * [loader/signal.c] [miscemu/dosmem.c]
3478         Added SIGALRM signal handler to increment BIOS clock. 
3479
3480         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
3481         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
3482         MDI client.
3483
3484         * [windows/winpos.c]
3485         Improvements in handling of owned popups. "Floating" toolboxes 
3486         work better now. 
3487
3488 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3489
3490         * [misc/registry.c]
3491         New file, registry rewrite including win32 extensions
3492         - Unicode
3493         - multiple valus per key
3494         - different datatypes for values
3495         - multiple rootkeys
3496         - saving and loading in different registries.
3497
3498         * [include/winreg.h]
3499         New file, definitions and structs for registry.
3500
3501         * [include/winerror.h]
3502         Some new error defines added... there are more, someone please
3503         check a (real-)windows winerror.h.
3504         
3505         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
3506         Registry specs added.
3507
3508         * [if1632/relay.c]
3509         Switch internal SHELL.DLL to default 'used'.
3510
3511         * [win32/string32.c] [include/string32.h]
3512         Some new functions added.
3513         char should be unsigned char when converting to 16bit ints.
3514
3515         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
3516         Removed old registry functions.
3517
3518 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3519
3520         * [include/bitmaps/ocr_ibeam]
3521         Fixed the position of the hotspot.
3522
3523         * [objects/text.c]
3524         Fixed a few bugs in TEXT_TabbedTextOut().
3525
3526         * [windows/event.c]
3527         Fixed the order of the bits in the KeyStateTable.
3528         0x80 is the up/down-bit.  0x01 is the toggle bit.
3529
3530         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
3531         Fixed the calls to GetKeyState().
3532
3533 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
3534
3535         * [resources/sysres_Fr.rc] [resources/TODO]
3536         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3537
3538 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3539
3540         * [resources/sysres_it.rc]
3541         Added support for Italian [It] language.
3542
3543 ----------------------------------------------------------------------
3544 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3545
3546         * [include/win.h] [windows/*.c]
3547         Replaced next, parent, child and owner handles by pointers in WND
3548         structure. This should improve performance, and should be
3549         reasonably safe since Microsoft did the same in Win95.
3550
3551         * [include/wintypes.h] [*/*]
3552         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
3553         allows removing a lot of unnecessary casts and NPFMTs.
3554
3555         * [windows/caret.c]
3556         Create the caret brush upon CreateCaret(); use the bitmap
3557         dimensions for the caret.
3558         Fixed CARET_DisplayCaret() to use PatBlt().
3559
3560 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3561
3562         * [misc/winsocket.c]
3563         More sanity checks, fixup some erroneous return codes.
3564
3565         * [documentation/winsock]
3566         Description of how compatible the winsock is currently.
3567
3568 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3569
3570         * [library/winmain.c]
3571         Set `lpszCmdParam' by concatenating arguments.
3572
3573         * [loader/module.c]
3574         WinExec: accept Unix commands, use Wine emulator.
3575
3576 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3577
3578         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
3579         DeleteCriticalSection, EnterCriticalSection,
3580         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
3581         TlsFree, TlsGetValue, TlsSetValue: new functions.
3582         CRITICAL_SECTION: new structure.
3583
3584         * [if1632/kernel32.spec][win32/code_page.c]
3585         WideCharToMultiByte: new function.
3586
3587         * [if1632/kernel32.spec][win32/file.c]
3588         GetFileAttributesA: new function.
3589
3590         * [if1632/kernel32.spec][misc/main.c]
3591         GetEnvironmentStringsW, FreeEnvironmentStringsA,
3592         FreeEnvironmentStringsW: new functions.
3593         
3594         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
3595         cursoricon32.c: new file.
3596         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
3597         to WIN32_*.
3598         LoadIconA, LoadIconW: modified implementation from LoadIconA32
3599         to WIN32_*.
3600
3601         * [include/struct32.h]
3602         pragma pack inserted.
3603         CURSORICON32 structures added.
3604
3605         * [include/winnls.h]
3606         Constants CP_* and WC_* added.
3607
3608         * [loader/pe_image.c]
3609         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
3610
3611 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
3612
3613         * [misc/commdlg.c]
3614         Introduced hook function handling in file dialog.
3615         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
3616
3617 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3618
3619         * [if1632/gdi32.spec]
3620         Added GetNearestColor.
3621
3622         * [if1632/kernel32.spec]
3623         Added GlobalAddAtomA.
3624
3625         * [win32/param32.c]
3626         Added stackframe.h to includes.
3627         WIN32_GlobalAddAtomA() - new function.
3628
3629 ----------------------------------------------------------------------
3630 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3631
3632         * [controls/edit.c]
3633         Removed calls to memmove (not portable).
3634
3635         * [debugger/dbg.y] [debugger/debug.l]
3636         Prefixed all token with 't' to avoid conflicts with type
3637         definitions.
3638         Added 'walk queue', 'walk class' and 'info class' commands.
3639
3640         * [debugger/info.c]
3641         Moved queue and window information functions to windows/queue.c
3642         and windows/win.c respectively.
3643
3644         * [loader/signal.c]
3645         Added SIGHUP handling to force entry into built-in debugger.
3646         Cleaned up a bit.
3647
3648         * [misc/spy.c]
3649         General cleanup and performance improvements.
3650
3651         * [windows/class.c]
3652         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
3653         debugger.
3654
3655         * [windows/event.c]
3656         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
3657         sure if this key combination is a good choice...
3658
3659         * [windows/message.c] [windows/queue.c] (New file)
3660         Moved message queue handling functions to windows/queue.c.
3661
3662 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
3663
3664         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
3665         Implemented Win32 exception functions: RaiseException(),
3666         RtlUnwind(), SetUnhandledExceptionFilter() and
3667         UnhandledExceptionFilter().
3668
3669 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3670
3671         * [controls/listbox.c] [include/listbox.h]
3672         Special handling for COMBOLBOX styles introduced via extension of
3673         HEADLIST structure: lphl->dwStyle.
3674
3675 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
3676
3677         * [controls/combo.c]
3678         Any mouse movement within a small distance (defined by CBLMM_EDGE)
3679         of the top or bottom edge causes the window to scroll.  Also moved 
3680         some assignments so the routine works correctly.
3681
3682         * [controls/listbox.c]
3683         Changing selection in ListBoxSetCurSel now updates PrevFocused.
3684         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
3685         and sets the standard text height.
3686
3687 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3688
3689         * [windows/dce.c]
3690         Fixed memory leak in DCE_ClipWindows().
3691
3692 ----------------------------------------------------------------------
3693 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3694
3695         * [configure.in]
3696         Quote '[' and ']' in the test program for the strength-reduce
3697         bug. This should work much better...
3698
3699         * [files/file.c]
3700         Augmented DOS_FILE structure. Most internal functions now return a
3701         DOS_FILE* instead of a Unix handle.
3702         Added a local file array to replace the PDB list upon startup, to
3703         allow using file I/O functions before the first task is created.
3704         Added FILE_SetDateTime() and FILE_Sync() functions.
3705         
3706         * [loader/module.c]
3707         Use the DOS file I/O functions in MODULE_LoadExeHeader().
3708
3709         * [objects/bitblt.c]
3710         Use visible region instead of GC clip region to clip source
3711         area. This fixes the card drawing bug in freecell.
3712
3713         * [objects/region.c]
3714         Fixed CombineRgn() to allow src and dest regions to be the same.
3715
3716 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3717
3718         * [controls/EDIT.TODO]
3719         Updated so it reflects the current status.
3720
3721         * [controls/edit.c]
3722         Implemented internal EDIT_WordBreakProc().
3723         Implemented ES_READONLY.
3724         Implemented WM_LBUTTONDBLCLK to select whole words.
3725         Fixed a lot of types in the function definitions.
3726
3727 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3728
3729         * [debugger/info.c]
3730         Added "walk window" command to walk window list. 
3731
3732         * [windows/mdi.c]
3733         Added proper(?) WM_MDISETMENU message handling.
3734
3735 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3736
3737         * [if1632/callback.c][if1632/relay32.c]
3738         RELAY32_CallWindowProcConvStruct: new function.
3739
3740         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
3741         struct32.c: new file. Moved all structure conversions into that file
3742         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
3743         renamed to STRUCT32_POINT32to16, ...
3744         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
3745         POINT32, ...
3746         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
3747         CREATESTRUCT.
3748
3749         * [include/windows.h][misc/exec.c]
3750         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
3751         WinHelp: Reimplemented. Thanks to Peter Balch
3752         (100710.2566@compuserve.com) for his valuable research.
3753
3754         * [win32/winprocs.c]
3755         WIN32_CallWindowProcTo16: new function, call in
3756         USER32_DefWindowProcA,...
3757
3758 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3759
3760         * [include/wintypes.h]
3761         Added "#define __export".
3762
3763         * [objects/bitblt.c]
3764         Put in a few hacks to make bitblt-ing work when upside-down and/or
3765         mirrored.  BITBLT_StretchImage should really be checked over
3766         thoroughly.
3767
3768         * [programs/progman/main.c]
3769         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
3770
3771         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
3772         Eliminated shift/reduce conflict in style definition.
3773         Added crude error message support: "stdin:%d: parse error before '%s'".
3774         Implemented string table support to the best of my ability (it works
3775         with LoadString() calls).
3776
3777         * [windows/nonclient.c]
3778         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
3779         bar of non-iconized window was clicked (checked for iconization).
3780
3781 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3782
3783         * [if1632/lzexpand.spec] [if1632/relay.c]
3784           [include/lzexpand.h][misc/lzexpand.c]
3785         LZEXPAND.DLL added.
3786
3787 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3788
3789         * [windows/win.c]
3790         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
3791         this prevents too early termination of EnumChildWindows().
3792
3793 ----------------------------------------------------------------------
3794 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3795
3796         * [controls/scroll.c]
3797         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
3798         current tracking window.
3799
3800         * [files/file.c]
3801         Fixed two file descriptor leaks in FILE_OpenFile().
3802
3803         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
3804           [tools/build.c]
3805         Replaced LOADEDFILEINFO structure by OFSTRUCT.
3806
3807         * [memory/atom.c]
3808         Reload the pointer to the atom table in ATOM_GetTable() and
3809         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
3810         move in linear memory.
3811
3812 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3813
3814         * [include/callback.h]
3815         Added support for CallWordBreakProc().
3816
3817         * [controls/edit.c]
3818         New caret handling (really efficient / fast).
3819         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
3820         Fixed EM_SETFONT so it now also creates a proper new caret.
3821
3822 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
3823
3824         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
3825         Added WM_DELETE protocol to top-level windows.
3826
3827         * [controls/scroll.c]
3828         Fixed a problem which caused slow scrolling to continue uncontrollably.
3829
3830         * [misc/exec.c]
3831         Implemented ExitWindows().
3832
3833         * [windows/win.c]
3834         Set top-level owned windows to be transient.
3835
3836 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3837
3838         * [programs/progman/*]
3839         Added a program manager.
3840
3841 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
3842
3843         * [resources/sysres_Eo.c]
3844         Added support for Esperanto [Eo] language.
3845
3846 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3847
3848         * [if1632/user32.spec]
3849         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
3850
3851         * [win32/init.c]
3852         Added task.h to includes. GetModuleHandleA() - return hInstance
3853         if called with NULL parameter. Freecell needs this. NOTE this
3854         may indicate a problem with differentiation between hModule and
3855         hInstance within Wine.
3856
3857         * [win32/resource.c]
3858         FindResource32() and LoadResource32() - Removed #if 0's around
3859         conversion from hInstance to hModule. See remarks above.
3860
3861         * [win32/string32.c]
3862         WIN32_UniLen() - removed stray semicolon.
3863
3864 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3865         
3866         * [windows/caret.c]
3867         Set blink rate with call to GetProfileInt().
3868
3869         * [rc/winerc.c]
3870         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
3871         instead of 0.  This seems to correspond to Borland's defaults, and
3872         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
3873         or "| NOT WS_VISIBLE" technique in the *.rc file.
3874
3875         * [win32/time.c]
3876         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
3877         returned by gettimeofday() instead of making second call to
3878         time().  This eliminates clock jitter if the seconds change
3879         between the two calls (rare, but possible).
3880
3881         * [include/wintypes.h]
3882         Added "#define _far" and "#define _pascal".
3883
3884         * [windows/win.c]
3885         Added function GetDesktopHwnd().
3886
3887         * [include/xmalloc.h]
3888         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
3889         have been removed from 'configure', and was causing redefinition
3890         warnings.
3891
3892 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
3893
3894         * [windows/winpos.c] 
3895         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
3896         to force a repaint when setting menu bars with different rows.
3897
3898 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3899
3900         * [windows/syscolors.c] [controls/scroll.c]
3901         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
3902
3903 ----------------------------------------------------------------------
3904 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3905
3906         * [files/profile.c]
3907         Added \r when writing profile files, for DOS compatibility.
3908
3909         * [memory/global.c]
3910         Fixed bug in GlobalReAlloc() that caused a discarded block not to
3911         be reallocated if its size was not changed.
3912
3913         * [memory/selector.c]
3914         Avoid setting a valid LDT entry with base and limit set to 0, as
3915         this causes the kernel to clear the entry. This fixes a crash when
3916         exiting Windows program manager.
3917
3918         * [objects/metafile.c]
3919         Removed call to creat() instead of _lcreat() for WINELIB.
3920
3921 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3922
3923         * [if1632/gdi32.spec]
3924         GetTextExtentPointA now has win32 specific implementation.
3925
3926         * [include/struct32.h]
3927         Define new structure tagSIZE32 and typedef SIZE32 to it.
3928         Define prototype for function PARAM32_SIZE16to32
3929
3930         * [win32/param32.c]
3931         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
3932
3933         * [win32/memory.c]
3934         Added missing file pointer parameter to fprintf.
3935
3936 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
3937
3938         * [windows/nonclient.c]
3939         Added more familiar icon activity, ie single click brings up
3940         system menu.
3941
3942 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3943
3944         * [controls/menu.c]
3945         Added calls to HideCaret() and ShowCaret() from within
3946         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
3947         MENU_TrackKbdMenuBar().  Are there any more places where this
3948         should be done?
3949
3950         * [controls/static.c]
3951         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
3952         the previous icon.  Added a new FIXME at the point where
3953         WM_SETTEXT is handled for a SS_ICON static control.
3954
3955         * [misc/commdlg.c]
3956         Implemented FindText() and ReplaceText()
3957         Still missing : Templates and Hooks handling / error checking
3958
3959         * [resources/sysres_En.c]
3960         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
3961         Languages other than En should update these too, though, as well
3962         as redimension the controls because some of the text doesn't fit.
3963         Created file resources/TODO to explain this.
3964
3965         * [windows/caret.c]
3966         Re-written.  It now uses the correct R2_XORPEN.  It resets the
3967         blink timer on SetCaretPos().  It does its own hide/show scheme
3968         when SetCaretPos() is called (should be faster).
3969
3970 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3971
3972         * [controls/listbox.c]
3973         Miscellaneous changes for better LBS_EXTENDEDSEL support.
3974         Removed several superfluous redrawals of item list.
3975
3976         * [controls/scroll.c]
3977         WM_GETDLGCODE return value.
3978
3979         * [windows/win.c]
3980         FlashWindow function.
3981
3982         * [windows/painting.c] [windows/scroll.c]
3983         Added HideCaret/ShowCaret calls.
3984
3985         * [objects/font.c]
3986         Added GetCharABCWidths stub.
3987
3988         * [include/windows.h]
3989         "#define"s needed for changes mentioned above.
3990
3991 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
3992
3993         * [include/winsock.h]
3994         Change order of includes to get in_addr struct defined in time.
3995         (Note: Linux 1.3.66, libc 5.2.18)
3996
3997         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
3998         Changed the -enhanced option into a -mode option, which can be
3999         either 'standard' or 'enhanced'. 'enhanced' is the default.
4000
4001 ----------------------------------------------------------------------
4002 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4003
4004         * [controls/desktop.c]
4005         Look for the wallpaper file in the Windows directory.
4006
4007         * [controls/menu.c]
4008         Fixed swapped parameters in SetMenuItemBitmaps().
4009         Create a separator in MENU_SetItemData() when the string is NULL.
4010
4011         * [file/dosfs.c]
4012         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
4013
4014         * [files/file.c]
4015         Added a DOS_FILE structure to store per-file information (not
4016         really used yet).
4017         Fixed _lread and _hread to check the size of the buffer before
4018         calling Unix read() to avoid EFAULT error.
4019
4020         * [misc/exec.c]
4021         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
4022
4023         * [miscemu/instr.c]
4024         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
4025         programs that poll the BIOS counter, provided they reload the
4026         selector on every read.
4027
4028         * [miscemu/int21.c]
4029         Re-implemented FindFirst/FindNext for FCB calls.
4030
4031         * [windows/message.c] [windows/winpos.c]
4032         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
4033
4034         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
4035         Added a per-window WIN_MANAGED flag; only windows that have a
4036         dialog frame or a sizing border are managed.
4037
4038 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
4039
4040         * [if1632/Makefile.in]
4041         Added -g flag to compilation of .c files generated from *32.spec.
4042
4043         * [if1632/gdi32.spec]
4044         Numerous additional functions implemented.
4045
4046         * if1632/user32.spec]
4047         wsprintfA maps to vsprintf not wsprintf
4048         Numerous additional functions implemented.
4049
4050         * [include/gdi.h] [objects/gdiobj.c]
4051         New #define MAGIC_DONTCARE added. This is used in
4052         GDI_GetObjPtr to enable getting a pointer to a GDI object of
4053         unknow type.
4054
4055         * [win32/gdi32.c]
4056         New file.
4057
4058         * [win32/param32.c]
4059         WIN32_MoveToEx() - handle NULL pointer argument.
4060
4061         * [win32/user32.c]
4062         USER32_InvalidateRect - handle passing of a NULL pointer.
4063         USER32_SetTimer - New function.
4064
4065         * [files/directory.c]
4066         Fixed DIR_Init() (off by one in allocation of space for
4067         environment variables).
4068
4069         * [files/drive.c]
4070         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
4071         on FreeBSD).
4072
4073 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
4074
4075         * [controls/menu.c]
4076         Memory leak plugged.
4077
4078         * [controls/edit.c]
4079         Erase space with function ExtTextOut(). This eliminates the use of
4080         xmalloc().  Memory leak in EDIT_WriteText plugged.
4081
4082         * [debugger/db_disasm.c]
4083         Operand for scas now is di.
4084
4085         * [files/profile.c]
4086         PROFILE_GetSection was copying too much data.
4087         PROFILE_GetSection now returns the correct value. It was returning
4088         the number of unused instead of used bytes.
4089
4090         * [objects/dc.c]
4091         Corrected two typos in comments.
4092
4093         * [objects/font.c]
4094         FONT_MatchFont didn't return if it couldn't find any font.
4095
4096         * [objects/oembitmap.c]
4097         Free object only if it has been allocated.
4098
4099         * [windows/scroll.c]
4100         Memory leak in ScrollDC plugged.
4101
4102 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
4103
4104         * [controls/edit.c]
4105         Implemented ES_NOHIDESEL style, shift+click selection,
4106         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
4107         (de)selection drawing.  Changed selection drawing to use correct
4108         system colors instead of inverting.  Fixed deleting or backspacing
4109         across a '\r\n' end of line pair.  Selection now anchors
4110         correctly. Fixed text leaking and extra garbage problem bug
4111         uncovered by change in class style in wine960131.
4112
4113         * [controls/widgets.c]
4114         Class flags now match those of Windows.
4115
4116 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4117
4118         * [controls/widgets.c]
4119         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
4120
4121         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
4122         comctl32.spec ole32.spec winspool.spec: new files.
4123         RELAY32_Init: call initialization of new DLLs.
4124         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
4125         RELAY32_MakeFakeModule: new function.
4126
4127         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
4128         Added Win95 functions. Ordinals now differ from both NT and Win95
4129         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
4130         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
4131         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
4132         new relays.
4133
4134         * [if1632/shell32.spec]
4135         shell32.spec: renumbered all functions to take into account ordinals.
4136         These seem to be identical between NT and Win95.
4137
4138         * [include/dialog.h][windows/dialog.c]
4139         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
4140
4141         * [include/handle32.h]
4142         New handle types VRANGE, HEAP, HEAPITEM.
4143
4144         * [include/pe_image.h][loader/pe_image.c]
4145         struct w_files: new field builtin.
4146         PE_FindExportedFunction: support ordinals.
4147         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
4148         fixup_imports: support ordinals.
4149         PE_LoadImage: prefer directories over segments.
4150
4151         * [include/resource.h][win32/resource.c]
4152         FindResource32: changed parameter from LPCTSTR to LPCWSTR
4153                 check LANG_NEUTRAL if LANG_ENGLISH fails.
4154         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
4155                 disabled because it's broken.
4156         Casted to and from LPWSTR at various places.
4157
4158         * [include/string32.h][win32/string32.c]
4159         Changed prototypes to take const arguments where appropriate.
4160
4161         * [include/struct32.h]
4162         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
4163
4164         * [tools/build.c]
4165         BuildSpec32Files: generate Base value into code, generate call to
4166         RELAY32_MakeFakeModule.
4167         
4168         * [win32/heap.c]
4169         This is still not finished and needs rework.
4170         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
4171         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
4172         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
4173
4174         * [win32/memory.c]
4175         Support for VRANGE_OBJECT. This is not yet called from any place,
4176         and needs more platform specific support
4177         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
4178         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
4179
4180         * [win32/user32.c]
4181         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
4182         names, as in dialogs.
4183         Implemented dialog functions (see user32.spec).
4184
4185         * [windows/caret.c]
4186         CARET_Initialize: call RELAY32_GetBuiltinDLL.
4187
4188 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4189
4190         * [controls/edit.c]
4191         Removed commented out #ifdefs for WINELIB.
4192
4193         * [tools/makehtml.pl]
4194         Put in error checking when trying to open a file.
4195
4196         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
4197         Added two new targets: hello4 and new.
4198
4199         * [include/windows.h]
4200         Added definition of DEVMODE structure, although it's not yet used.
4201         Modified various API functions from CreateDC() to Escape(), in
4202         order to make them more compliant with the strict API definitions.
4203
4204         * [include/wintypes.h]
4205         Added 'typedef char TCHAR'.  It probably should be defined as
4206         'short', but then we would have to support such characters.  Also did
4207         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
4208         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
4209         MFENUMPROC, and HGDIOBJ.
4210
4211 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
4212
4213         * [misc/commdlg.c]
4214         Patched a bug that occurred in the internal COMMDLG module for the
4215         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
4216         combobox is now handled correctly.
4217
4218 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
4219
4220         * [resources/sysres_Cz.rc]
4221         Added support for Czech [Cz] language.
4222
4223 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
4224
4225         * [objects/font.c]
4226         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
4227         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
4228         is -1, assume 0.
4229         CreateFontIndirect : if font parameter is NULL, issue an error message.
4230         CreateFont : null-terminate lfFaceName.
4231         ParseFontParms : debug code turned off : too verbose.
4232         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
4233
4234         * [objects/color.c]
4235         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
4236
4237 --------------------------------------------------------------------
4238 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
4239
4240         * [configure.in]
4241         Added --with-dll option to build libwine.so.
4242
4243         * [controls/listbox.c]
4244         Fixed ListBoxDirectory(), DlgDirSelect() and
4245         DlgDirList(). Hopefully their behavior is correct now.
4246
4247         * [controls/menu.c]
4248         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
4249         ModifyMenu() for the item data, to avoid corrupting the pointer
4250         for owner-drawn items.
4251
4252         * [controls/static.c]
4253         Attempt to load OEM icons for SS_ICON controls. Probably not
4254         entirely correct.
4255         Don't clip the text output.
4256
4257         * [files/directory.c]
4258         Add temp dir and Windows dir to environment.
4259
4260         * [files/dos_fs.c]
4261         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
4262         Cache last used directory in DOSFS_FindNext() to avoid quadratic
4263         search time.
4264
4265         * [files/drive.c]
4266         New format for drives configuration in wine.conf; allows
4267         specifying the type, label and serial number of a drive.
4268
4269         * [files/file.c]
4270         New function FILE_OpenUnixFile to make sure we don't open a
4271         directory instead of a file.
4272         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
4273
4274         * [files/profile.c]
4275         Rewrote profile handling. Should be closer to Windows behavior now.
4276         New function PROFILE_GetWineIniString() to get a string from wine.conf.
4277         Support environment variables in wine.conf.
4278
4279         * [loader/task.c]
4280         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
4281         corruption.
4282
4283         * [memory/global.c]
4284         Create a discarded block on GlobalAlloc() if the size is 0; thanks
4285         to John Harvey for noticing this.
4286
4287         * [memory/local.c]
4288         LOCAL_GetHeap: make sure the pointer is valid before checking
4289         magic number.
4290
4291         * [misc/main.c]
4292         Moved profile and registry saving to ExitWindows(), so we don't
4293         try to save them in case of a crash.
4294
4295         * [miscemu/int21.c]
4296         INT21_GetFreeDiskSpace: try to compute the cluster size from the
4297         filesystem size instead of hard-coding it to 64.
4298         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
4299         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
4300
4301         * [windows/message.c]
4302         Fixed bug in linked-list handling in MSG_DeleteQueue().
4303         Simplified SetMessageQueue().
4304
4305         * [wine.ini] [wine.man]
4306         Updated for new drives configuration format.
4307
4308 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
4309
4310         * [controls/edit.c]
4311         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
4312         EM_GETPASSWORDCHAR messages.
4313
4314         * [controls/widgets.c]
4315         Adjusted class creation flags to better match values Windows uses.
4316
4317         * [include/windows.h]
4318         Fixed ES_NOHIDESEL typo.
4319
4320         * [loader/ne_image.c]
4321         Added detection for zero offset in RADDR fixups. Quicken
4322         was in an infinite loop here.
4323
4324 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
4325
4326         * [files/dos_fs.c]
4327         Bugfix: range error in month value (0..11 set to 1..12).
4328
4329         * [windows/caret.c]
4330         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
4331         appearance of the caret.
4332
4333         * [windows/mdi.c] [include/mdi.h]
4334         Changed MDITile(): added a new parameter WORD wParam for
4335         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
4336         used in Win3.1
4337
4338 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
4339
4340         * [miscemu/int2f.c]
4341         Added a small bit of MSCDEX emulation.
4342
4343         * [windows/alias.c]
4344         ALIAS_RegisterAlias was returning the hash value when it should
4345         have been returning the record number.
4346         
4347 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4348
4349         * [include/shell.h] [include/wintypes.h]
4350         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
4351         Declared FONTENUMPROC in wintypes.h.
4352
4353         * [include/windows.h]
4354         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
4355         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
4356         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
4357         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
4358         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
4359         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
4360         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
4361         and wsprintf().
4362
4363         * [tools/makehtml.pl] [documentation/apiw.index]
4364         New files that scan windows.h, commdlg.h, and toolhelp.h and output
4365         an HTML sorted list with optional links to www.willows.com and a
4366         tally of unimplemented APIW functions.
4367
4368         * [objects/cursoricon.c]
4369         Added Win32 versions of CopyIcon() and CopyCursor() for use in
4370         libwine.
4371
4372         * [win32/resource.c] [win32/winprocs.c]
4373         Added '#include "libres.h"' and explicit declarations of windows
4374         procs in order to avoid warnings.
4375
4376         * [windows/utility.c]
4377         Added Win32 version of MulDiv() for libwine.
4378
4379         * [*/*] [include/windows.h]
4380         Changed several function declarations to comply more strictly to
4381         the windows API (without, hopefully, altering their functionality).
4382
4383         * [controls/menu.c]
4384         Made the return value of CheckMenuItem be the previous state of
4385         the menu item if it was found, otherwise -1 as specified in the
4386         SDK. This conflicts with the APIW specification, which says it
4387         should return TRUE if successful, otherwise FALSE.
4388
4389         * [include/windows.h]
4390         Added obsolete WM_SIZE message wParam names for compatibility.
4391         Added WinHelp() command constants, even though they are not yet
4392         supported.
4393
4394         * [rc/winerc.c]
4395         Tidied up transform_binary_file().  In argument checking, flattened
4396         any invalid characters specified with the prefix argument.
4397
4398         * [library/libres.c]
4399         Made FindResource() case-insensitive when parameter 'name' is a string.
4400
4401 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
4402
4403         * [files/drive.c]
4404         If root "/" is given in wine.conf, use it as last resort.
4405
4406         * [files/file.c]
4407         Report ER_AccessDenied it disk ist not writable
4408         More Debug Output
4409
4410         * [miscemu/int21.c]
4411         Squeezed some bugs in ExtendedOpenCreateFile
4412         
4413         * [windows/winpos.c]
4414         Some windows may not be moved or resized. We are missing some
4415         structures to be exact, but the approach should help in some cases
4416         and make things worse in much fewer.
4417
4418 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4419
4420         * [loader/pe_image.c]
4421         fixup_imports: Find builtins for Borland style entries, too
4422
4423 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4424
4425         * [controls/menu.c]
4426         LoadMenu: branch to Win32 for PE modules
4427
4428         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
4429         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
4430         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
4431         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
4432         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
4433         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
4434         to convert parameters or naming convention
4435
4436         * [include/kernel32.h][include/wintypes.h]
4437         moved WCHAR, defined LPWSTR
4438
4439         * [include/string32.h][win32/string32.c][include/struct32.h]
4440         New files
4441
4442         * [loader/module.h]
4443         LoadModule: exit after returning from PE_LoadModule
4444
4445         * [loader/pe_image.c]
4446         my_wcstombs: isascii does not work on Linux for Unicode
4447         PE_LoadImage: Handle directories
4448
4449         * [misc/user32.c]
4450         USER32_RECT32to16, USER32_RECT16to32: new functions
4451         implemented new user32 relays
4452
4453         * [misc/newfns.c]
4454         WIN32_WinHelpA: new function
4455
4456         * [win32/param32.c]
4457         New file
4458
4459         * [win32/resource.c]
4460         GetResDirEntry: added support for named entries
4461         WIN32_LoadAcceleratorsW: invoke *32 resource functions
4462         WIN32_LoadBitmapA: convert name to unicode if appropriate
4463         WIN32_ParseMenu: new function
4464         implemented new resource functions from user32.spec
4465
4466 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4467
4468         * [objects/cursoricon.c]
4469         GetIconId() and LoadIconHandler() functions.
4470
4471         * [windows/mdi.c]
4472         Better maximization support, TranslateMDISysAccel() function, 
4473         misc improvements.
4474
4475         * [windows/defwnd.c]
4476         Fix for WM_WINDOWPOSCHANGED message handler.
4477
4478         * [windows/winpos.c]
4479         Rewrote WindowFromPoint() function.
4480
4481 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
4482
4483         * [include/toolhelp.h] [misc/toolhelp.c]
4484         Added Notify(Un)Register, but no callbacks yet.
4485
4486 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
4487
4488         * [Makefile.in]
4489         Added target for libwine.so.1.0.
4490
4491         * [library/winmain.c]
4492         For WINELIBDLL, _WinMain just returns hInstance instead of calling
4493         WinMain().
4494
4495         * [misc/main.c]
4496         For WINELIBDLL, renamed main() to _wine_main() for calling from the
4497         stub main function.
4498
4499         * [library/winestub.c] (new file)
4500         Provides a stub main() function for using libwine.so.
4501
4502 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
4503
4504         * [winsocket.c]
4505         Fix EPERM problem.
4506
4507         * [global.c]
4508         Attempt to do some sanity checking in MemManInfo().
4509
4510         * [Changelog]
4511         Fix changelog oversight for previous entry.
4512
4513 ---------------------------------------------------------------------
4514 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
4515
4516         * [configure.in]
4517         Added check for gcc strength-reduce bug.
4518
4519         * [controls/listbox.c]
4520         Changed ListBoxDirectory() to use the new DOS file functions.
4521
4522         * [controls/menu.c]
4523         Fixed parameters for DeleteMenu() call in ChangeMenu().
4524
4525         * [debugger/stack.c]
4526         Also display current frame in back-trace.
4527
4528         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
4529         Complete rewrite of the DOS file handling.
4530         Implemented per-task file handles.
4531         Removed default Z: drive; needs to be put explicitely in wine.ini
4532         if desired.
4533
4534         * [loader/module.c]
4535         Fixed file descriptor leak in LoadModule().
4536
4537         * [loader/task.c]
4538         Initialise PDB file handle table in TASK_CreateTask().
4539         Close file handles on task termination.
4540         Implemented SetErrorMode().
4541
4542         * [misc/network.c]
4543         Fixed WNetGetConnection() to use GetDriveType().
4544
4545         * [misc/xmalloc.c]
4546         Added function xstrdup().
4547
4548         * [miscemu/int21.c]
4549         Many changes for new DOS file functions.
4550
4551         * [miscemu/interrupts.c]
4552         Moved DOS_GetEquipment() function into INT_Int11Handler().
4553
4554         * [windows/win.c]
4555         Bug fix: create system menu before sending WM_NCCREATE.
4556
4557         * [*/*.c]
4558         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
4559         better portability.
4560
4561 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4562
4563         * [include/wintypes.h]
4564         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
4565         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
4566         it should suffice.
4567
4568         * [include/winsock.h]
4569         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
4570         out some old style internet address #define's.
4571
4572         * [loader/task.c]
4573         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
4574         Made FreeProcInstance() do nothing #ifdef WINELIB32.
4575         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
4576
4577         * [library/miscstubs.c]
4578         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
4579         with name="ActivateAppProc".  This hardly seems correct, but it's my
4580         best guess as to how the emulator responds.
4581
4582 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4583
4584         * [if1632/kernel32.spec][win32/process.c]
4585         WIN32_GetProcAddress, LoadLibraryA: new functions
4586
4587         * [if1632/relay32.c]
4588         RELAY32_GetEntryPoint: Removed code to load PE DLLs
4589
4590         * [include/pe_image.h][include/pe_exe.h]
4591         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
4592         struct PE_Reloc_Block: new structure
4593
4594         * [loader/module.c]
4595         MODULE_RegisterModule: new function
4596
4597         * [loader/pe_image.c]
4598         PE_FindExportedFunction,PE_GetProcAddress: new functions
4599         fixup_imports: expect struct w_files* now, fill dlls_to_init,
4600                        load PE DLLs
4601         do_relocations: new functions
4602         calc_vma_size: renamed from dump_table
4603         PE_LoadImage: use malloc to allocate memory for image
4604         PE_InitDLL: expect HMODULE
4605         PE_InitializeDLLs: new function
4606
4607         * [loader/task.c]
4608         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
4609         GetExePtr: Accept PE modules
4610
4611         * [misc/commdlg.c]
4612         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
4613
4614 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
4615
4616         * [misc/port.c]
4617         New file with usleep() function for SVR4.
4618
4619         * [configure.in]
4620         Check for usleep() function.
4621
4622 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
4623
4624         * [if1632/toolhelp.spec] [include/toolhelp.h]
4625           [misc/user.c] [windows/message.c]
4626         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
4627
4628         * [winsocket.c]
4629         Fixed ENOENT error.
4630
4631         * [miscemu/dpmi.c]
4632         Implement DPMI Get Page Size (AX=0604, INT 31)
4633
4634         * [memory/global.c]
4635         Implement TOOLHELP.72 GetMemManInfo.
4636
4637 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4638
4639         * [if1632/callback.c]
4640         CallWindowProc() - When calling RELAY32_CallWindowProc, check
4641         whether lParam should be a SEGPTR, and if so convert it to one.
4642
4643         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4644         Numerous functions added, mostly calls to original (win16)
4645         functions.  Note that some (many) of these are probably not
4646         strictly correct, but with these additions freecell will at least
4647         display its main window though it is garbled.
4648
4649         * [if1632/winprocs.spec]
4650         Completely rewritten - all WndProcs now have win32 versions to
4651         help with the lparam SEGPTR fix in callback.c
4652
4653         * [include/kernel32.h]
4654         LPTCSTR defined.
4655
4656         * [include/peexe.h]
4657         Definition of PE_Export_Directory amended.
4658
4659         * [include/resource32.h]
4660         New file.
4661
4662         * [include/stackframe.h]
4663         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
4664         prototype for replacement function in memory/selector.c which
4665         can operate on any given memory address. This is currently
4666         required for win32 support. It is a dreadful cludge, and will
4667         certainly slow down other programs. If you are not interested
4668         in win32 development you may wish to reverse this patch.
4669
4670         * [include/windows.h]
4671         Definition of SW_SHOWDEFAULT added.
4672
4673         * [loader/pe_image.c]
4674         Extensive rewrites of xmmap() fixup_imports().
4675         PE_LoadImage() - initialisation of bss added, extraction of
4676         module name fixed, initialisation of DLL added.
4677         PE_InitDLL() - now does something.
4678         PE_Win32CallToStart() - initialisation of TEB pointed to by
4679         fs added.
4680         PE_InitTEB() created to perform TEB initialisation.
4681
4682         * [memory/selector.c] 
4683         New function MAKE_SEGPTR() - see include/stackframe.h above.
4684
4685         * [misc/user32.c]
4686         USER32_RegisterClassA(), CreateWindowExA() memory allocation
4687         method changed. This is probably now unnecessary with the
4688         new MAKE_SEGPTR handling code.
4689         USER32_DefWndProcA() removed to win32/winprocs.c
4690         USER32_TranslateMessage added.
4691
4692         * [tools/build.c]
4693         handling of win32 spec files changed to support gcc2.6.X
4694         this requires optimisations to be disabled.
4695
4696         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
4697         New files.
4698
4699         * [win32/Makefile.in]
4700         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
4701
4702         * [win32/file.c]
4703         New function W32_SetHandleCount.
4704
4705         * [win32/init.c]
4706         WIN32_GetModuleHandle() - now returns handle of running process
4707         if called with NULL.
4708         GetStartupInfoA() - set cbReserved2 to 0.
4709
4710         * [win32/memory.c]
4711         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
4712         it work with FreeBSD. Also check for return value. Removed extra
4713         return.
4714
4715         * [windows/winpos.c]
4716         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
4717
4718 ----------------------------------------------------------------------
4719 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4720
4721         * [configure.in] [Makefile.in] [tools/install-sh]
4722         New 'install' target installs Wine binary, library and man page.
4723         Library is now more logically named libwine.a.
4724         Split toolkit/ directory into library (for library code) and
4725         libtest (for test programs).
4726
4727         * [controls/edit.c]
4728         Quick hack to partially support EM_PASSWORD style (avoids
4729         displaying your passwords on the screen when testing programs...)
4730
4731         * [configure.in] [controls/menu.c] [include/resource.h]
4732           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
4733         Language is now a run-time option (wine -language xx).
4734
4735         * [debugger/dbg.y]
4736         Dump some more debugging info on crash.
4737
4738         * [misc/profile.c]
4739         Only consider ';' as a comment if it's the first non-blank
4740         character on the line.
4741
4742         * [miscemu/dpmi.c]
4743         More debugging info for real-mode callback.
4744
4745         * [objects/gdiobj.c]
4746         Rewrote EnumObjects() to do the Right Thing.
4747
4748         * [resources/sysres*]
4749         New directory containing system resources.
4750
4751 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
4752
4753         * [win32/file.c] [win32/memory.c]
4754         Unixware doesn't have MAP_ANON ifdefed out for now.
4755
4756         * [misc/dos_fs.c]
4757         DOS_GetDosFileName didn't truncate paths starting ./ properly.
4758
4759         * [tools/build.c]
4760         Produces assembly code that works with the unixware assembler.
4761
4762 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
4763
4764         * [miscemu/instr.c]
4765         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
4766
4767         * [misc/dos_fs.c]
4768         DOS_readdir should always return directories, even if they don't
4769         match the file name mask.
4770
4771 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4772         
4773         * [misc/exec.c]
4774         Give arguments to winhelp.
4775
4776         * [miscemu/int21.c]
4777         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
4778         Created function ExtendedOpenCreateFile.
4779         Give for some Windows95 interrupts the return value 'not
4780         implemented'.
4781
4782 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4783
4784         * [include/kernel32.h] [include/windows.h]
4785         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
4786         include/kernel32.h to include/windows.h and declared the new Win32
4787         API functions Sleep(), GetLocalTime(), and GetSystemTime().
4788         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
4789
4790         * [rc/rc (new file)]
4791         Created the shell script 'rc', which should simplify resource
4792         compilation.
4793
4794         * [win32/environment.c]
4795         Kludged around an undefined reference to wine_files.  This change
4796         should be fixed some time.
4797
4798         * [win32/time.c] [if1632/kernel32.spec]
4799         Added the functions GetSystemTime(), and Sleep().
4800
4801         * [miscemu/int21.c]
4802         Renamed static function GetSystemTime to INT21_GetSystemTime to
4803         avoid conflicts with the API function of the same name.
4804
4805         * [include/wintypes.h]
4806         Added the SPFMT definition for printf statements.
4807
4808         * [misc/shell.c] [include/shell.h]
4809         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
4810         with the ones in include/winerror.h.  They should probably use the
4811         versions in winerror.h, but I'm not certain, and that can be done
4812         later.
4813
4814         * [windows/mdi.c]
4815         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
4816         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
4817         (boolean) was discarded with this translation.  Translated handler
4818         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
4819         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
4820         false, call DrawMenuBar() if desired).
4821
4822         * [*/*]
4823         General explicit casts and more rigid typing to remove warnings.
4824
4825         * [include/winpos.h] [windows/winpos.c]
4826         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
4827
4828         * [include/commdlg.h] [misc/commdlg.c]
4829         Added prototypes for ChooseColor(), CommDlgExtendedError(),
4830         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
4831         PrintDlg, and ReplaceText().
4832         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
4833         Made GetFileTitle return a short, as per the API definition.
4834
4835         * [Makefile.in]
4836         Added line to clean and distclean that removes temporaries from
4837         the include directory.
4838
4839 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
4840
4841         * [controls/edit.c]
4842         Almost rewrote EDIT_GetLineMsg.
4843
4844 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
4845
4846         * [windows/mdi.c]
4847         Fixed MDITile() bug that occurs when 0 windows are present or all
4848         windows are minimized.
4849
4850 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4851
4852         * [misc/profile.c]
4853         Try harder to find files, especially in the working directory.
4854         Look in $HOME/.wine too and create it there if it isn't found.
4855
4856 ----------------------------------------------------------------------
4857 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4858
4859         * [misc/lstr.c]
4860         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
4861         they do the same job.
4862
4863         * [tools/build.c]
4864         Fixed __attribute__((stdcall)) to make it compile with gcc
4865         versions under 2.7. Doesn't mean it will run OK though...
4866
4867 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
4868
4869         * [include/kernel32.h] [include/winerror.h]
4870         Added file attribute definitions and more error codes.
4871
4872         * [win32/error.c]
4873         Added some rudimentary errno-to-Win32 error conversion
4874         code.
4875
4876         * [win32/file.c]
4877         Added to GetFileInformationByHandle, filled in some known
4878         error codes, and switched to dprintf_win32.
4879
4880         * [win32/time.c]
4881         Added GetLocalTime.
4882
4883 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4884
4885         * [controls/combo.c]
4886         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
4887         LRESULT _(HWND,WPARAM,LPARAM) where needed.
4888
4889         * [include/libres.h]
4890         Restructured libres prototypes to closer match the windows API.
4891
4892         * [include/windows.h]
4893         Changed several API prototypes' parameter types from 'short' to INT,
4894         which is #defined as short in the emulator, but is a normal int in
4895         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
4896         (This creates a lot of warnings at library-compile time, but less
4897         warnings at app-compile time.  I'll remove the warnings soon.)
4898
4899         * [loader/resource.c]
4900         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
4901         various implementations of the LIBRES_* API functions.
4902
4903         * [loader/signal.c]
4904         Deleted local 'i' from win_fault(), since it was unused.
4905
4906         * [objects/bitblt.c]
4907         Mirrored changes to include/windows.h mentioned above.
4908
4909         * [toolkit/hello3.c]
4910         Changed LoadMenuIndirect() call to LoadMenu() to test the new
4911         resource registration technique.
4912
4913         * [toolkit/libres.c]
4914         Removed definition of 'struct resource' and fixed bugs in the resource
4915         implementation.  Implemented LIBRES_FindResource.
4916
4917         * [windows/graphics.c]
4918         Mirrored changes to include/windows.h mentioned above.
4919
4920 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
4921
4922         * [controls/edit.c]
4923         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
4924
4925         * [controls/listbox.c]
4926         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
4927
4928         * [include/listbox.h]
4929         change HeapSel from WORD to HANDLE
4930
4931         * [include/resource.h][rc/winerc.c]
4932         struct ResourceTable: removed
4933         struct resource: moved to header file
4934         autoregister resources if supported by compiler
4935
4936         * [memory/local.h]
4937         LOCAL_GetHeap: expect HANDLE rather than WORD
4938         
4939         * [toolkit/Makefile.in]
4940         Add ALLCFLAGS to make hello3
4941
4942         * [toolkit/heap.c]
4943         LocalFree, HEAP_Free: handle 0 parameter gracefully
4944
4945 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
4946
4947         * [misc/winsocket.c]
4948         Fixed the msgsnd and msgrcv errors that winsock programs get.
4949
4950 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4951         
4952         * [if1632/kernel.spec]
4953         Fixed _hread and _hwrite return type
4954
4955         * [if1632/relay32.c] [loader/pe_image.c]
4956         Hacked loading of PE-dll's in
4957
4958         * [win32/advapi.c]
4959         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
4960
4961         * [win32/file.c]
4962         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
4963
4964         * [win32/process.c]
4965         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
4966         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
4967         
4968 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4969
4970         * [include/wine.h] [misc/lstr.c]
4971         Define wine_strncpy(). This function does not pad the buffer with 
4972         zeroes like GNU strncpy(), which might break some Windows programs
4973         that pass bogus size arguments.
4974
4975         * [loader/module.c]: GetModuleFileName(),
4976         [misc/commdlg.c]: GetFileTitle(),
4977         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
4978         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
4979         [multimedia/mmsystem.c], [objects/font.c]:
4980         Use wine_strncpy() where strings are returned to Windows programs.
4981         
4982         * [objects/metafile.c]
4983         PlayMetafile(): Clear the handle table before using it.
4984
4985         * [misc/shell.c] [misc/main.c]
4986         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
4987         
4988         * [misc/profile.c]
4989         load(): Need to handle comments.
4990         
4991         * [toolkit/libres.c]
4992         Make it compile.
4993         
4994         * [windows/nonclient.c]
4995         Use MAKE_SEGPTR macro in two places where a user heap block used
4996         to be allocated instead.
4997
4998 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
4999
5000         * [windows/winpos.c]
5001         In function SetWindowPos: do not redraw the parent of
5002         a window if the specified window is placed on the top.
5003         This avoids that ShowWindow(hwnd,1) hides hwnd instead
5004         of showing it.
5005
5006 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5007
5008         * [windows/scroll.c]
5009         Now it can scroll children along with the client region of parent 
5010         window. Tried to optimize update region calculation. 
5011
5012         * [windows/mdi.c]
5013         ScrollChildren function, more other features added. Basically
5014         a rewrite.
5015
5016         * [windows/winpos.c] [windows/focus.c]
5017         Reimplemented window activation and focus handling.
5018
5019         * [windows/nonclient.c]
5020         Added new flag WIN_NCACTIVATED.
5021
5022         * [windows/message.c] [loader/task.c]
5023         Small changes (to maintain linked list of message queues).
5024
5025 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
5026
5027         * [include/options.h] [misc/main.c] [windows/defwnd.c]
5028           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
5029         Implemented a -managed option to replace the standard Windows
5030         frame of top-level windows with the window manager's decorations.
5031         If a top-level window makes its own frame, this will still show
5032         up, inside the window manager decorations (I believe ctl3dv2.dll
5033         would do this, although I can't test this).
5034
5035 ----------------------------------------------------------------------
5036 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5037
5038         * [configure.in] [Makefile] [misc/dos_fs.c]
5039         Got rid of autoconf.h file.
5040
5041         * [debugger/dbg.y]
5042         More logical behavior upon syntax errors.
5043
5044         * [include/hook.h] [windows/hook.c]
5045         Changed hook structure and rewrote most of the hook functions for
5046         better compatibility, based on investigations by Alex Korobka.
5047
5048         * [include/message.h] [windows/message.c]
5049         Added hooks to message queue structure and made the structure
5050         layout Windows-compatible.
5051         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
5052         WH_JOURNALRECORD hooks.
5053
5054         * [misc/main.c]
5055         Added command-line option for changing the language at run-time
5056         (not implemented yet), based on a suggestion from Michael Patra.
5057
5058         * [objects/cursoricon.c]
5059         Fixed silly SEGPTR bug in DumpIcon().
5060
5061 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5062
5063         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
5064         Partial implementaion of LBS_EXTENDEDSEL style,
5065         yet more updates for drag & drop support. Now works.
5066
5067         * [windows/defwnd.c]
5068         More message handlers.
5069
5070         * [windows/win.c]
5071         DragObject, DragDetect, AnyPopup functions. 
5072
5073         * [controls/listbox.c]
5074         More kludgy fixes (WM_...TOITEM, etc.).
5075
5076         * [objects/cursoricon.c] [objects/oembitmap.c]
5077         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
5078         cursor.
5079
5080         * [include/bitmaps/ocr*]
5081         New OEM cursors.
5082
5083 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5084
5085         * [toolkit/heap.c]
5086         Swapped flags and size arguments to LocalRealloc as per changes in
5087         memory/local.c by William Magro in previous release.
5088
5089         * [include/wintypes.h]
5090         Reinstated the #define's for 'min' and 'max', since they're part of
5091         the Windows API.  I really don't think it's a wise idea, so I put
5092         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
5093         WINE code should never use these (it should use 'MIN' and 'MAX'
5094         instead).
5095
5096         * [loader/*]
5097         Put '#ifndef WINELIB' around many things that WINElib should not need.
5098
5099         * [controls/edit.c]
5100         Took out many '#if defined(WINELIB)' sections with the associated
5101         comment 'temporary fix, until Local memory is correctly implemented in
5102         WINELIB', since the effective translations are now in 
5103         toolkit/miscstubs.c.
5104         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
5105         file fixed (or at least postponed) the bug I had encountered.
5106
5107         * [loader/task.c]
5108         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
5109         C:  This will probably cause a lot of trouble if this change is
5110         forgotten in the future, but it will let things like the OpenFileName
5111         dialog work for now.
5112
5113         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
5114           [include/libres.h]
5115         Made new libres.c file, which will contain functions for supporting
5116         accessing resources by name in WINElib.  'winerc' will need to be
5117         changed.
5118
5119         * [toolkit/heap.c]
5120         Refined memory routines to allow for differences between LocalAlloc
5121         and GlobalAlloc and between LocalSize and GlobalSize.
5122
5123         * [windows/message.c] [include/windows.h]
5124         Defined the GetCurrentTime routine in windows/message.c, and removed
5125         the #define in windows.h.
5126
5127 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
5128
5129         * [*/*]
5130         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
5131
5132         * [loader/module.c]
5133         Added undocumented GetExpWinVer.
5134
5135         * [tools/build.c]
5136         Previous code didn't pop possibly changed %esi, %edi and %edx
5137         from the stack.
5138         
5139         * [win32/advapi.c]
5140         Added GetUserNameA.
5141
5142         * [win32/code_page.c]
5143         Added stub for MultiByteToWideChar.
5144
5145         * [win32/console.c]
5146         Added SetConsoleCtrlHandler stub.
5147
5148         * [win32/file.c]
5149         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
5150         Added CloseHandle.
5151
5152         * [win32/memory.c]
5153         Changed VirtualAlloc and VirtualFree.
5154
5155         * [win32/process.c]
5156         Added ExitProcess.
5157
5158 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5159
5160         * [include/windows.h]
5161         Fixed a few broken structure definitions.
5162
5163         * [loader/resource.c]
5164         FindResource(): Need to check for '#xxx' strings here.
5165
5166         * [miscemu/int21.c]
5167         FindNext(): Return MS-DOS filenames uppercase.
5168
5169         * [objects/cursoricon.c]
5170         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
5171         initializers.
5172         
5173         * [misc/file.c]
5174         _lopen(): Files opened in OF_WRITE mode are truncated.
5175         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
5176         created; use read/write mode.
5177         
5178         * [misc/profile.c]
5179         load(): Rewritten.
5180         
5181         * [misc/commdlg.c]
5182         Fixed bad call to strncpy() that smashed the stack.
5183
5184         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
5185         Operator precedence fixes. People who use gcc 2.7.1 don't need a
5186         debugger :-)
5187         
5188         * [if1632/gdi.spec] [objects/palette.c]
5189         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
5190         but sometimes that's good enough.
5191
5192 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
5193
5194         * [include/wine.h] [include/registers.h] [include/winsock.h]
5195         Added definitions for Unixware.
5196
5197         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
5198         Misc. fixes for Unixware.
5199
5200         * [loader/task.c]
5201         Made assignemts to context in InitTask for registers use the macros
5202         from registers.h to make them more portable. (Needed for Unixware)
5203
5204         * [tools/build.c]
5205         Fixed register acces routines to work on Unixware. Bit grubby but
5206         it seems to work.
5207
5208         * [controls/edit.c]
5209         EDIT_WM_NCCreate allocates local heap if hasn't been previously
5210         allocated.
5211         
5212         * [miscemu/int21.c]
5213         mkdir now creates directory with permission to access it.
5214
5215         * [misc/dos_fs.c]
5216         mkdir now creates directory with permission to access it.
5217         DOS_opendir now uses linked list of dirents to avoid problems with 
5218         realloc changing address of malloced memory.
5219
5220 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
5221
5222         * [controls/menu.c]
5223         MENU_CalcItemSize(): Fixed handling of empty menu items.
5224
5225 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5226
5227         * [misc/file.c]
5228         In OpenFile, unlink should be done on the unix filename.
5229
5230 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
5231
5232         * [include/handle32.h]
5233         New header file containing internal Win32 kernel handle
5234         information.
5235
5236         * [win32/file.c]
5237         Added ReadFile, CreateFile, and CloseFileHandle, and did
5238         some reorganizing to match the new handle allocation scheme.
5239
5240         * [win32/init.c]
5241         Added CloseHandle and the creation of standard I/O handles.
5242
5243         * [win32/object_mgt.c]
5244         New module for allocating and freeing Win32 kernel handles.
5245
5246 ----------------------------------------------------------------------
5247 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5248
5249         * [configure.in]
5250         Attempt to check for -li386 on NetBSD. Please test this.
5251
5252 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5253
5254         * [*/*]
5255         Eliminated various warnings with either explicit casts or more
5256         accurate variable/parameter declarations (e.g. INT instead of short
5257         or WORD).
5258         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
5259         macros.
5260
5261         * [controls/edit.c] [windows/defdlg.c]
5262         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
5263         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
5264         DEFDLG_FindDefButton to avoid warnings.
5265
5266         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
5267           [windows/message.c] [windows/nonclient.c]
5268         Converted MAKEPOINT macro call to manual conversion.
5269
5270         * [include/windows.h]
5271         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
5272         instead of INT.  This also invalidates the macro MAKEPOINT(), which
5273         is not supported in Win32.  Also defined the POINTS structure (SHORT
5274         members) and the MAKEPOINTS macro.
5275
5276         * [misc/commdlg.c]
5277         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
5278         find this memory bug, and this should be done anyway.
5279
5280         * [controls/edit.c]
5281         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
5282         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
5283         it's better than bizzare memory troubles.
5284
5285         * [toolkit/miscstubs.c]
5286         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
5287         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
5288         their current implementation seems fine.
5289
5290 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
5291
5292         * [objects/cursoricon.c]
5293         Fix for "broken" X servers that invert masked cursor colors.
5294
5295 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5296
5297         * [windows/dialog.c] [windows/nonclient.c]
5298         Remove unnecessary items from the system menu.
5299
5300 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
5301
5302         * [objects/color.c] [objects/palette.c]
5303         Make GetNearestColor return a RGB value instead of a pixel value.
5304
5305 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
5306
5307         * [controls/desktop.c][controls/menu.c][include/menu.h]
5308         Changed WORD parameters to UINT parameters.
5309
5310         * [include/wintypes.h]
5311         Made UINT 32bit for WINELIB.
5312
5313         * [loader/main.c]
5314         Disabled RELAY32_Init and MODULE_Init for WINELIB.
5315
5316         * [misc/main.c]
5317         Assume CPU386 for WINELIB.
5318
5319         * [rc/winerc]
5320         add_popup: set MF_POPUP flag on menu item.
5321
5322         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
5323         Add resource demo hello3 for WINELIB.
5324         New file README.resources.
5325
5326         * [toolkit/miscstubs.c]
5327         Add a case for 17.
5328
5329 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
5330
5331         * [loader/module.c]
5332         Do not append .exe if the file name already has an extension.
5333
5334         * [misc/profile.c]
5335         Avoid creating a file with a junk name if a .ini file does not
5336         exist.
5337
5338         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
5339         Added a lot of dummy stubs for Windows Hebrew version.
5340
5341 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
5342
5343         * [controls/button.c]
5344         Fix for buttons with no label.
5345
5346         * [controls/combo.c][controls/listbox.c]
5347         Fixes for scrollbar positioning.  Now disappears correctly
5348         for short lists.
5349
5350         * [controls/edit.c]
5351         Handle memory allocation differently when building as library.
5352
5353         * [controls/static]
5354         Don't destroy old icon before drawing new icon. (Fixes landscape/
5355         portrait toggle icon in print dialog.)
5356
5357         * [if1632/gdi.spec]
5358         New functions SetMetaFileBits and GetMetaFileBits
5359
5360         * [include/sysmetrics.h] [windows/sysmetrics.c]
5361         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
5362
5363         * [include/windows.h]
5364         META_EXTTEXTOUT, not META_SETTEXTOUT
5365         define GetCurrentTime as GetTickCount (for wine library)
5366
5367         * [loader/main.c]
5368         Don't initialize built-in modules in wine library
5369
5370         * [memory/local.c]
5371         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
5372
5373         * [misc/main.c]
5374         Always report CPUTYPE=4 to wine library.
5375
5376         * [objects/dib.c]
5377         RLE8 images were missing top line when decompressed.
5378
5379         * [objects/metafile.c]
5380         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
5381         from winhelp.  More testing needed.  Various memory leaks plugged.
5382         Various other bug fixes.  New metafile operations added in
5383         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
5384         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
5385
5386         * [toolkit/heap.c]
5387         LocalUnLock changed to LocalUnlock
5388
5389 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
5390         
5391         * [misc/winsock.c] 
5392         Return the correct error number, for host lookup operations.
5393         Also, correct the problem with send_message.
5394
5395 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
5396
5397         * [Makefile.in]
5398         Using nm's built-in sorting.
5399
5400         * [*/*.c]
5401         Use xmalloc for malloc and xrealloc for realloc in all ungarded
5402         cases.
5403
5404         * [debugger/dbg.y]
5405         Handle C-like expressions.  Clean-up.
5406
5407         * [debugger/debug.l]
5408         Lots of new tokens for expressions.
5409
5410         * [debugger/info.c]
5411         Implement "list" command for disassembling.
5412
5413         * [misc/ole2nls.c]
5414         Implement more Danish stuff.
5415
5416 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5417
5418         * [loader/module.c]
5419         Updated self-loading modules to support for new 32 bit 
5420         stack frames.
5421
5422 ----------------------------------------------------------------------
5423 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
5424
5425         * [controls/menu.c]
5426         Fixed GetMenuString() for non-string items.
5427
5428         * [debugger/*.c]
5429         First attempt to check validity of pointers before memory
5430         accesses. For now only segmented pointers are checked.
5431
5432         * [debugger/dbg.y] [memory/ldt.c]
5433         Added possibility to dump only one segment with 'info segment'.
5434
5435         * [include/bitmaps/ocr_*]
5436         Added all OEM cursors as XPM bitmaps.
5437
5438         * [include/cursoricon.h] [objects/cursoricon.c]
5439         Rewrote all cursor and icon management to use the same memory
5440         layout as Windows, and to factor common code between icons and
5441         cursors. Implemented icon directory lookup to find the best
5442         matching icon (i.e. the color one).
5443         Implemented CopyCursor() and DumpIcon().
5444
5445         * [loader/module.c]
5446         For disabled built-in modules, we now try to load the Windows DLL
5447         first, and if this fails we fall back to using the built-in module
5448         anyway.
5449
5450         * [memory/global.c]
5451         Fixed GlobalHandle() to return the correct selector in the high
5452         word even if we are passed a handle in the first place.
5453
5454         * [miscemu/instr.c]
5455         Take into account the size of the operand and of the stack segment
5456         when incrementing the stack pointer.
5457         Avoid referencing FS_reg and GS_reg on *BSD.
5458
5459         * [objects/dib.c]
5460         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
5461         Monochrome DIBs are created as monochrome bitmap iff they are
5462         black and white.
5463
5464         * [objects/oembitmap.c]
5465         Added support for OEM cursors, changed OBM_LoadIcon to use the new
5466         icon memory layout.
5467
5468         * [rc/sysres_Fr.rc]
5469         Added French [Fr] language support.
5470
5471         * [win32/environment.c]
5472         Fixed GetCommandLineA() to use current PDB.
5473
5474         * [windows/event.c] [windows/winpos.c]
5475         Simulate a mouse motion event upon SetWindowPos() to force the
5476         cursor to be set correctly.
5477
5478 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
5479
5480         * [win32/*]
5481         New Win32 kernel functions: GetACP, GetCPInfo,
5482         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
5483         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
5484         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
5485         WriteFile.  Completed implementations of GetCommandLineA.
5486
5487         * [include/kernel32.h]
5488         New file.
5489
5490         * [loader/main.c]
5491         Call initialization function for Win32 data (doesn't currently do
5492         anything).
5493
5494         * [misc/main.c]
5495         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
5496
5497 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
5498
5499         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
5500           [misc/commdlg.c]
5501         Misc. bug fixes
5502
5503 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5504
5505         * [*/*]
5506         For Winelib, explicit casts have been placed where warnings were
5507         usually generated.
5508         printf formats which give the format for printing a handle as
5509         "%04x" or something similar have been changed to use the NPFMT
5510         macro defined in include/wintypes.h.  Some times, explicit casts
5511         were also necessary.
5512         Parameter, field, and variable declarations have been made more
5513         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
5514         'WORD hFont' to 'HFONT hFont'.
5515         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
5516         replaced with a call to WIN_GetWindowInstance(hwnd).
5517
5518         * [controls/combo.c]
5519         Added WINELIB32 support in CLBoxGetCombo().
5520
5521         * [include/dialog.h]
5522         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
5523         winelib needs the packing as well (e.g. when accessing resources
5524         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
5525
5526         * [include/windows.h]
5527         Got rid of the F[a-k] macros, which were cluttering up the global
5528         namespace.
5529
5530         * [include/windows.h] [windows/defwnd.c]
5531         Added Win32 messages WM_CTLCOLOR*.
5532
5533         * [include/wintypes.h]
5534         Put in preprocessor '#define WINELIB32' if appropriate and changed
5535         the types of some typedefs (WPARAM, HANDLE) based on this.
5536         
5537         * [loader/module.c] [toolkit/miscstubs.c]
5538         Added #ifdef'd portion in LoadModule to handle loading a WINElib
5539         module (already loaded, just init values).  '#ifdef'ed out the
5540         definition for GetWndProcEntry16 and added a new version to
5541         toolkit/miscstubs.c.
5542
5543         * [misc/shell.c]
5544         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
5545         Same amount of total storage, but much more reasonable.  Also, changed
5546         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
5547         This was a difficult bug to track down, but the AppMisc field was
5548         being initialized with the contributers text, which was much larger
5549         than 512 characters.
5550
5551         * [toolkit/atom.c]
5552         New file for atom-handling functions.  Copied from memory/atom.c and
5553         then heavily modified.  Right now, it's just a linked list of atoms.
5554         Consider it as a hash table with just one entry.  It's easily changed
5555         later.
5556
5557         * [toolkit/heap.c]
5558         Commented out the heap functions with a "#ifdef WINELIB16" and put in
5559         a Win32 version (which is basically a modified copy).
5560
5561         * [toolkit/sup.c] [toolkit/miscstubs.c]
5562         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
5563         added quite a few more stubs.
5564
5565         * [toolkit/winmain.c]
5566         Rearranged startup code in _WinMain.  I think this will work.
5567
5568         * [toolkit/Makefile.in]
5569         Added targets for 'hello' and 'hello2' in case anyone cares to try
5570         out the sample programs.
5571
5572 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
5573         
5574         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
5575         First attempt at support for some VxDs. Comm, Shell and Pagefile.
5576
5577 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5578
5579         * [misc/dos_fs.c]
5580         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
5581         starting applications like 'wine ./excel.exe')
5582
5583 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
5584
5585         * [configure.in]
5586         Avoid relative path for wine.ini.
5587
5588         * [rc/sysres_Da.rc]
5589         Support for Danish [Da] language.
5590
5591         * [misc/main.c] [miscemu/cpu.c]
5592         Return the processor we're running on correctly.
5593
5594         * [miscemu/int2f.c]
5595         Minor stuff in int 0x2f, function 0x16.
5596
5597 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5598
5599         * [misc/shell.c] [misc/main.c]
5600         Implement saving and loading of the registry database (needed for
5601         OLE). Very experimental. Fixed ShellExecute().
5602         
5603         * [miscemu/int21.c]
5604         EEXIST is not a critical error condition for mkdir().
5605
5606 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5607
5608         * [include/shell.h] [misc/shell.c]
5609         Implemented 4 drag/drop functions with documented functionality.
5610
5611         * [multimedia/time.c]
5612         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
5613
5614         * [*/*] 
5615         Added new files, more message definitions, structures, debug info,
5616         etc.  Rewrote message logging functions to produce output similar
5617         to WinSight.  Check out -debugmsg +message option.
5618
5619         * [misc/file.c]
5620         Fixed GetDriveType return value.  
5621
5622         * [windows/message.c] 
5623         Hooks are invoked in normal order.
5624
5625         * [miscemu/*]
5626         Added some functions and interrupts.
5627
5628         * [misc/shell.c]
5629         Implemented Drag... functions.
5630
5631 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
5632
5633         * [rc/sysres_Fi.rc] [rc/sysres.rc]
5634         First attempt at Finnish [Fi] language support.
5635
5636 ----------------------------------------------------------------------------
5637 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5638
5639         * [configure.in] [*/Makefile.in] [Make.rules.in]
5640         Cleaned up makefiles, added configuration option for Winelib,
5641         grouped common make rules in Make.rules.in.
5642
5643         * [Configure]
5644         Renamed to 'Configure.old'; please use 'configure' instead.
5645
5646         * [controls/menu.c]
5647         Fixed DestroyMenu() to avoid deleting the same menu twice.
5648         More fixes to WM_MENUSELECT, and added WM_INITMENU.
5649
5650         * [if1632/relay.c]
5651         Fixed wrong register values displayed by RELAY_DebugCall32().
5652
5653         * [memory/local.c]
5654         Fixed LocalLock() and LocalUnlock() to increment/decrement the
5655         lock count for moveable blocks.
5656
5657         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
5658         Modified the generated C file so that the resource information
5659         (size, etc.) is also exported.
5660         Modified common dialogs to use the new informations.
5661
5662         * [misc/main.c] [ANNOUNCE]
5663         Update the list of contributors. Please let me know if I forgot
5664         someone.
5665
5666         * [rc/sysres.rc] [rc/sysres_En.rc]
5667         Moved English resources to sysres_En.rc.
5668         Changed ids from numeric to symbolic for dialogs.
5669
5670         * [windows/dialog.c]
5671         Modified template parsing to be able to pass segmented pointers to
5672         CreateWindow().
5673
5674         * [windows/win.c]
5675         CreateWindow() now takes segmented pointers for class and window
5676         names.
5677         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
5678         or WS_MINIMIZE bits are set.
5679
5680 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
5681
5682         * [controls/scroll.c]
5683         Fixed scroll-bar bugs for non-client windows.
5684
5685 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
5686
5687         * [include/cursor.h] [windows/cursor.c]
5688         Cursor is not mirrored any more and the hotspot is set right.
5689
5690 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5691
5692         * [ole.h]
5693         Misc small fixes.
5694
5695 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
5696
5697         * [rc/sysres_Es.rc]
5698         First attempt at Spanish [Es] language support.
5699
5700 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
5701
5702         * [include/alias.h][windows/alias.c][include/relay32.h]
5703         New files
5704
5705         * [controls/widgets.c]
5706         WIDGETS_Init: register alias window procedures
5707
5708         * [if1632/callback.c]
5709         CallWndProc: Call alias functions if necessary
5710
5711         * [if1632/gdi32.spec]
5712         GetStockObject, TextOutA: new relays
5713
5714         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
5715         user32.c: new file
5716         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
5717         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
5718
5719         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
5720         PE_Win32CallToStart: new function
5721         MODULE_CreateInstance: removed static attribute
5722         LoadModule: Try loading PE image on error 21
5723         PE_LoadModule: new function
5724         PE_LoadImage: initialize pe_data with 0
5725         
5726         * [include/dlls.h][include/peexe.h]
5727         moved pe_data and w_files to peexe.h
5728         
5729         * [misc/shell.c]
5730         ShellAbout: Register AboutWndProc aliases
5731
5732         * [miscemu/int21.c]
5733         handle 0x440A and 0xDC
5734
5735         * [miscemu/int2f.c]
5736         handle 0x84
5737
5738         * [objects/dib.c]
5739         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
5740
5741         * [tools/build.c]
5742         include windows.h and relay32.h into generated Win32 relays,
5743         don't declare the implementation as int (*)();
5744         limit in WIN32_builtin was off by one
5745
5746         * [windows/caret.c]
5747         CARET_Initialize: new function, call on strategic places
5748
5749         * [windows/messagebox.c]
5750         MessageBox: register message box proc aliases
5751
5752         * [if1632/advapi32.spec][if1632/comdlg32.spec]
5753         New files
5754
5755         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
5756         added new spec files
5757         RELAY32_GetBuiltinDLL: perform lookup case insensitive
5758         RELAY32_GetEntryPoint: start name search at 0
5759
5760         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
5761         Added stubs for new Win95 API
5762
5763 Sat Sep 2 1995  Martin Roy
5764
5765         * [misc/commdlg.c]
5766         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
5767         When process IDOK button in FILEDLG_WMCommand(),
5768         lpofn->nFilterIndex should be updated to current selection.
5769
5770 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5771
5772         * [loader/module.c] [loader/ne_image.c]
5773         Added support of self-loading modules.
5774
5775 ---------------------------------------------------------------------
5776 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5777
5778         * [Configure]
5779         Added compile-time option for IPC.
5780
5781         * [configure.in]
5782         Added command-line options for language, IPC and malloc
5783         debugging.
5784
5785         * [controls/menu.c]
5786         WM_MENUSELECT was sometimes sent to the wrong window.
5787
5788         * [debugger/break.c]
5789         For the 'next' command, only step over instruction that require
5790         it. This allows 'next' to do the right thing with jmp and ret
5791         instructions.
5792
5793         * [ipc/*.c] [memory/atom.c] [memory/global.c]
5794         IPC can now be configured out at compile-time.
5795
5796         * [loader/task.c]
5797         Bug fix in TASK_Reschedule() that could cause a task to be deleted
5798         twice.
5799
5800         * [miscemu/dosmem.c] (New file)
5801         Partial emulation of the BIOS data segment.
5802
5803         * [miscemu/instr.c]
5804         Trap attempts to access selector 0x40 and remap the access to
5805         segment __0040H.
5806
5807         * [tools/build.c]
5808         Fixed bug in CallTo32_LargeStack() that caused problems when
5809         compiling Wine with the -fomit-frame-pointer option.
5810
5811         * [windows/message.c]
5812         Fixed bug in hardware event handling that could cause some events
5813         to get ignored.
5814
5815 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
5816
5817         * [ipc/README] [ipc/dde.tex]
5818         LaTeX documentation for the ipc and DDE stuff.
5819
5820 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
5821
5822         * [ipc/Imakefile] [ipc/wine_test_stub.c]
5823         Fixed IPC testing. Now it can be compiled with "make tests"
5824
5825 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
5826
5827         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
5828         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
5829
5830 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5831
5832         * [miscemu/int21.c]
5833         Misc fix to int21,ah=40 (write) to match _lwrite().
5834         AX=0x440A (check if handle is remote) added.
5835
5836         * [multimedia/mmsystem.c]
5837         Moved mciSendString to mcistring.c.
5838
5839         * [multimedia/mcistring.c]
5840         New file, string interface for MCI (not complete, not thoroughly
5841         tested).
5842
5843         * [multimedia/audio.c]
5844         IOCTL prints errors; one paranoid check disabled.
5845
5846         * [misc/file.c]
5847         Misc operator precedence fixes.
5848
5849         * [if1632/gdi.spec] [objects/bitblt.c]
5850         Stub for FastWindowFrame (parameters not correct).
5851
5852 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
5853
5854         * [loader/ne_image.c]
5855         Preliminary support for iterated segments.
5856
5857 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
5858
5859         * [windows/mapping.c]
5860         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
5861         the absolute value of (ydim / xdim) or (xdim / ydim).
5862
5863 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
5864
5865         * [objects/oembitmap.c]
5866         Added some includes for Windows 95.
5867
5868         * [include/sysmetrics.h]
5869         Added some sysmetrics for Windows 95.
5870
5871         * [include/bitmaps/*95]
5872         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
5873         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
5874
5875 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
5876
5877         * [misc/shell.c] [rc/sysres*.rc]
5878         The caption of the ShellAbout dialog box is language specific and
5879         should be defined in the resources.
5880
5881 ----------------------------------------------------------------------
5882 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5883
5884         * [*/Makefile.in]
5885         Removed winelibclean target, as it doesn't work anyway.
5886
5887         * [controls/button.c]
5888         Avoid drawing the focus rectangle outside of the button.
5889
5890         * [controls/widgets.c]
5891         Fixed bug with the size of the reserved bytes for the Edit
5892         control (caused Eudora to crash).
5893
5894         * [debugger/*] [include/debugger.h]
5895         Unified debugger address handling. Segmented and linear addresses
5896         are no grouped in a single type DBG_ADDR.
5897         All commands now accept seg:off addresses.
5898         Module entry points are now loaded upon first entry to the
5899         debugger, so that entry points of the loaded executable also
5900         appear in the symbol table.
5901
5902         * [include/registers.h] [miscemu/*.c]
5903         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
5904         This makes code less readable, but will prevent a lot of name
5905         clashes with other definitions. It also avoids a hidden reference
5906         to the 'context' variable.
5907
5908         * [ipc/dde_atom.c] [misc/atom.c]
5909         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
5910         to allow supporting integer atoms.
5911         Moved atom.c to memory/ directory.
5912
5913         * [loader/task.c]
5914         Fixed environment allocation to compute the size dynamically.
5915         Added 'windir' environment variable.
5916         Fixed GetDOSEnvironment() to return the current task environment.
5917
5918         * [windows/message.c]
5919         Fixed bug in MSG_GetWindowForEvent().
5920
5921 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5922
5923         * [include/ole.h]
5924         Added a lot of structures  from my Borland Manual. Neither complete,
5925         nor 100% right (check please)
5926         
5927         * [misc/shell.c]
5928         Fixed some of the Reg* functions.
5929         Enhanced ShellExecute.
5930         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
5931         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
5932
5933         * [misc/dos_fs.c]
5934         Make umsdos mounted windows dirs work again.
5935
5936         * [miscemu/emulate.c]
5937         Added some comments, preimplementation of subfunction 7.
5938
5939         * [multimedia/mmsystem.c]
5940         Implemented mciSendString. not complete, not clean, not
5941         necessarily working (only checked with a program which uses
5942         'cdaudio' (one working program is cool.exe, a shareware waveditor
5943         with cdaudio play facilities.)
5944
5945         * [multimedia/mcicda.c]
5946         Segptr fixes in DriverProc
5947         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
5948         link to your real cdrom device.
5949
5950 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
5951
5952         * [loader/resource.c]
5953         Don't crash in a LoadString to NULL
5954
5955         * [loader/resource.c]
5956         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
5957         won't work unless the ALT keypress exited the menu.)
5958
5959         * [misc/file.c]
5960         Expand a file to the current offset with an _lwrite of size zero.
5961
5962         * [misc/file.c]
5963         Set a newly created file to read-write instead of write-only.
5964         
5965 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
5966
5967         * [misc/main.c] [include/msdos.h]
5968         Fixed to return DOS version 6.22, and the correct byte order
5969         for Windows programs.
5970
5971 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5972
5973         * [include/options.h] [memory/global.c] [misc/main.c]
5974         Make the new IPC run-time selectible, disabling it by default.
5975         (I think it's only useful for libwine, anyway.)
5976
5977         * [loader/task.c] [memory/selector.c]
5978         In FreeSelector(), walk up the stack and fix the frames.
5979
5980         * [objects/dib.c]
5981         Missing break statement in DIB_SetImageBits_RLE8().
5982         In GetDIBits(), set the compression flag in the bitmap info to zero.
5983
5984         * [windows/dialog.c]
5985         GetNextDlgGroupItem() needs to treat the first child as if it had
5986         an implicit WS_GROUP bit set.
5987
5988 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
5989
5990         * [misc/dos_fs.c]
5991         Quick'n dirty fix for the initialisation of the Z: information
5992         structure.
5993
5994 ----------------------------------------------------------------------
5995 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
5996
5997         * [ipc/*]
5998         New directory. This directory contains the new inter-wine
5999         communications support. It enables DDE protocols between two wine
6000         instances.  Currently it is limited to DDE, but can be enhanced to
6001         support OLE between 2 different wine instances.  This is very
6002         important for libwine.a DDE/OLE support.
6003
6004         * [tools/ipcl]
6005         A script to delete garbage IPC handles (shared memory, semaphores
6006         and message queues).  The current inter-wine communication is not
6007         perfect, and sometimes leaves garbage behind.
6008
6009         * [if1632/relay.c] [include/atom.h] [include/global.h]
6010         [loader/selector.c] [loader/task.c] [loader/module.c]
6011         [loader/signal.c] [memory/global.c] [misc/atom.c]
6012         [windows/class.c] [windows/message.c] [windows/win.c]
6013         [Imakefile]
6014         Hooks for inter-wine DDE support, current Global.*Atom functions
6015         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
6016         DDE communication. (The first call to these functions sets up the
6017         IPC structures - which otherwise cause unneeded overhead.
6018
6019 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6020
6021         * [controls/menu.c]
6022         Don't crash if a NULL string is passed to menu functions.
6023
6024         * [memory/selector.c]
6025         We now use a bit in ldt_flags_copy to indicate free LDT entries.
6026         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
6027         overwrite valid LDT entries when growing a block.
6028
6029         * [miscemu/instr.c]
6030         Emulate int xx instruction by storing the interrupt vector in
6031         CS:IP and returning directly. This allows a program to install an
6032         interrupt vector.
6033
6034         * [windows/win.c]
6035         Added function WIN_GetTopParent to get the top-level parent of a
6036         window.
6037
6038 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
6039
6040         * [loader/resource.c]
6041         Added LoadIconHandler. It doesn't do anything yet, but now you
6042         can use borland help files with winhelp.exe.
6043
6044 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
6045
6046         * [misc/main.c]
6047         Fixed to return 386 Enhanced mode correctly. Also return the same
6048         type of CPU, for both Enhanced and Standard mode, namely a 386.
6049
6050 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
6051
6052         * [Configure] [include/options.h] [include/wineopts.h]
6053           [misc/main.c][misc/spy.c]
6054           Removed support of spy file. Redirected spy messages to stddeb.
6055           Removed -spy option. Added -debugmsg +spy option.
6056
6057         * [debugger/dbg.y][debugger/debug.l]
6058         Enabled segmented addresses (seg:offs) for break and x commands.
6059
6060         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
6061           [include/region.h]
6062         FrameRgn, REGION_FrameRgn: New functions
6063
6064         * [if1632/kernel.spec]
6065         IsWinOldApTask: Return false
6066
6067         * [if1632/mouse.spec]
6068         CplApplet: Removed
6069
6070         * [if1632/user.spec] [windows/win.c]
6071         ShowOwnedPopups: New function
6072
6073         * [if1632/winsock.spec] [misc/winsocket.c]
6074         inet_addr, select: New prototypes in relay code
6075         Fixed memory layout for netdb functions (getXbyY).
6076         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
6077
6078         * [objects/clipping.c]
6079         RectVisible: Fixed call to LPToDP
6080
6081         * [rc/winerc.c]
6082         main: Removed extra argument to getopt for Linux.
6083
6084 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6085
6086         * [controls/listbox.c]
6087         Yet another fix for ListBoxDirectory().
6088         
6089         * [loader/module.c] [if1632/kernel.spec]
6090         Make GetModuleHandle() accept instance handles as parameter.
6091
6092         * [if1632/relay.c] [loader/task.c]
6093         Put a magic cookie at the bottom of the 32 bit stack, and check on
6094         each return from a 32 bit function whether it's still there. Complain
6095         if it's not.
6096
6097         * [if1632/user.spec]
6098         Wrong entry for CloseDriver().
6099
6100         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
6101         [miscemu/int21.c]
6102         Large parts of dos_fs.c simplified. Changed it to use one
6103         current drive/directory per task, which is set to the module path on
6104         task creation.
6105         Prevent CorelPaint from closing stdin.
6106         open() with O_CREAT set must be passed three parameters.
6107         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
6108         it's in DOS_readdir() now.
6109
6110         * [misc/profile.c]
6111         Some badly written software (Lotus Freelance Graphics) passes a bogus
6112         size parameter that caused Wine to write off the end of a segment.
6113         Fixed. (It's probably too paranoid now.)
6114         
6115         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
6116         [multimedia/Imakefile] [if1632/winprocs.spec]
6117         16 bit entry point for MMSysTimeCallback.
6118         Split off time.c and joystick.c from mmsystem.c.
6119         
6120         * [objects/dib.c]
6121         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
6122
6123         * [windows/cursor.c]
6124         DestroyCursor(): do nothing for builtin cursors.
6125         
6126         * [windows/mdi.c]
6127         Half of WM_MDISETMENU implemented.
6128         
6129         * [windows/win.c]
6130         EnumWindows() and EnumTaskWindows() never enumerated any windows.
6131         Fixed.
6132
6133         * [windows/*.c]
6134         Fixed GetParent() to return correct values for owned windows.
6135
6136         * [windows/message.c]
6137         Don't try to activate disabled top-level windows.
6138
6139         * [windows/nonclient.c]
6140         Work around a bug in gcc-2.7.0.
6141         
6142         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
6143         [loader/task.c] [memory/selector.c]
6144         Some Visual Basic programs (and possibly others, too) expect ES to be 
6145         preserved by a call to an API function, so we have to save it.
6146         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
6147         to prevent segfaults if ES contained the selector to be freed.
6148
6149 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
6150
6151         * [*/*]
6152         Added missing prototypes to header files and relevant includes
6153         to reduce compile time warnings.
6154
6155 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
6156
6157         * [configure.in] [include/config.h] [*/Makefile.in]
6158         New configuration scheme based on autoconf.
6159
6160 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
6161
6162         * [miscemu/ioports.c]
6163         Revamp to have only one in- and one out- variant, both really
6164         implemented.
6165
6166         * [miscemu/instr.c]
6167         INSTR_EmulateInstruction: Use new ioport interface.  Implement
6168         string io.  Correct instruction pointer for 32-bit code.
6169
6170         * [include/miscemu.h]
6171         Update port function prototypes.
6172
6173         * [include/registers.h]
6174         Defined FS and GS.
6175
6176 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
6177
6178         * [misc/dos_fs.c]
6179         ChopOffSlash(): A path consisting off a single slash is left
6180         intact, and multiple slashes are all removed.
6181
6182 ----------------------------------------------------------------------
6183 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6184
6185         * [controls/scroll.c]
6186         Fixed drawing bug that caused part of a non-client scroll bar
6187         to be painted even when the scroll-bar was hidden.
6188
6189         * [debugger/break.c] [debugger/dbg.y]
6190         Rewrote breakpoint handling to work in 16-bit mode.
6191         Implemented single-stepping ('step' and 'next' instructions).
6192
6193         * [debugger/debug.l]
6194         Format specifier is now a separate token.
6195         Entering an empty line at the debugger prompt causes the previous
6196         command to be repeated, like under gdb.
6197         
6198         * [debugger/debug.l] [debugger/registers.c]
6199         Differentiate 16-bit and 32-bit registers without taking current
6200         mode into account ($eax is always 32-bit, $ax always 16-bit).
6201
6202         * [debugger/stack.c]
6203         Fixed stack information routines to differentiate between 16-bit
6204         and 32-bit stacks.
6205
6206         * [loader/task.c]
6207         Option -debug now sets a breakpoint at the first instruction of
6208         every loaded task.
6209
6210         * [miscemu/instr.c]
6211         Added handling of lock, repe and repne prefixes.
6212
6213         * [objects/dib.c]
6214         Changed StretchDIBits() to do the correct thing, even if it's still
6215         not really optimal.
6216
6217         * [windows/graphics.c]
6218         Fixes in RoundRect(), thanks to Babak Masalehdan.
6219
6220         * [windows/message.c]
6221         Tried to fix mouse event handling with respect to disabled
6222         windows.
6223
6224         * [windows/painting.c]
6225         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
6226         infinite loops.
6227
6228         * [windows/win.c]
6229         Fixed IsWindowVisible() to return FALSE when one of the parent
6230         windows is hidden.
6231
6232 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
6233
6234         * [if1632/compobj.spec][misc/compobj.c]
6235         CoGetMalloc: New function
6236         Added relay entries for COMPOBJ ordinals above 100
6237         CoInitialize: Changed parameter to DWORD
6238
6239         * [if1632/ole2.spec]
6240         Exported implementation of OleBuildVersion
6241
6242         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
6243         ole2disp.c: New file
6244         SysAllocString, SysReallocString, SysAllocStringLen,
6245         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
6246
6247         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
6248         CompareStringA: New function
6249
6250 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
6251         * [objects/font.c] [if1632/gdi.spec]
6252         New stubs for CreateScalableFontResource, GetGlyphOutline.
6253
6254 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
6255
6256         * [misc/commdlg.c]
6257         Extensive changes and bug fixes to FileDialog handling,
6258         behaves more like native Windows.
6259
6260 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6261
6262         * [controls/listbox.c] [controls/combo.c]
6263         Some minor optimizations.
6264         
6265         * [memory/local.c]
6266         LOCAL_FindFreeBlock(): Never use the last one.
6267         
6268         * [memory/global.c]
6269         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
6270         
6271         * [misc/file.c]
6272         read() returns an error when length==0. This is not what Windows
6273         programs expect, so pay attention to this in _lread(). Changed this
6274         in _lwrite(), _hread(), _hwrite(), too.
6275
6276         * [loader/resource.c]
6277         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
6278         there.
6279         
6280         * [if1632/shell.spec] [misc/shell.c]
6281         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
6282         Accept some more combinations of parameters in the Reg..() functions.
6283         
6284         * [if1632/toolhelp.spec]
6285         Make InterruptRegister() and InterruptUnregister() return false.
6286
6287         * [windows/hook.c]
6288         CallNextHookEx() used to crash when called with a null hhook. Fixed.
6289
6290 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6291
6292         * [include/neexe.h][loader/ne_image.c]
6293         NE_LoadSegment: Detect iterated segments
6294
6295         * [misc/ole2nls.c]
6296         LOCALE_SLONGDATE: fixed typo
6297
6298         * [miscemu/int5c.c]
6299         Reordered include files to avoid conflicts with Linux libc.5.1
6300
6301         * [rc/winerc.c]
6302         Added -b option to process binary resource files into C arrays
6303
6304         * [include/callback.h]
6305         CallWndProc: Added dummy ds parameter for libwine
6306
6307         * [include/gdi.h][include/user.h]
6308         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
6309
6310         * [include/ldt.h][include/stackframe.h]
6311         defined segment conversion macros for libwine
6312
6313         * [misc/atom.c]
6314         Defined USER_HeapSel for libwine
6315
6316         * [misc/main.c]
6317         Disable -dll option for libwine
6318
6319         * [misc/user.c]
6320         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
6321
6322         * [toolkit/heap.c]
6323         fixed LocalLock prototype
6324
6325         * [toolkit/sup.c]
6326         sync'ed load_mz_header, load_ne_header with structures
6327
6328         * [toolkit/winmain.c]
6329         Disabled resource DLLs for libwine for now
6330
6331 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
6332
6333         * [misc/main.c]
6334         Fixed -enhanced option to report a 386 CPU instead of a 286.
6335
6336 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
6337
6338         * [misc/dos_fs.c]
6339         Remove maximum open dosdirent limit (fixing the winfile.exe
6340         problem) by using telldir()/seekdir().
6341         
6342 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
6343
6344         * [misc/profile.c]
6345         Fixed problem parsing empty lines within sections in .ini files.
6346
6347 ----------------------------------------------------------------------
6348 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6349
6350         * [debugger/*.c]
6351         Modified debugger to use segmented pointers everywhere.
6352
6353         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
6354         Declared all functions that return only 16-bit as 'pascal16'.
6355
6356         * [include/ldt.h] [memory/ldt.c]
6357         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
6358         Maintain a copy of the selector flags, removing the need to make a
6359         system call to retrieve an LDT entry.
6360
6361         * [loader/module.c]
6362         Fixed bug with module file handle cache.
6363
6364         * [loader/ne_resource.c]
6365         Fixed file name bug in NE_AccessResource().
6366
6367         * [loader/resource.c]
6368         Fixed bug in LoadIcon() that caused wrong colors to be used for
6369         the icon mask.
6370
6371         * [loader/signal.c]
6372         Moved instruction emulation to miscemu/instr.c.
6373
6374         * [misc/dos_fs.c] [miscemu/int21.c]
6375         Lots of small fixes, thanks to Morten Welinder.
6376
6377         * [miscemu/dpmi.c]
6378         More complete DPMI emulation.
6379
6380         * [miscemu/instr.c]
6381         Added support for prefixes in instructions to emulate.
6382
6383         * [miscemu/int2f.c]
6384         Use register macros instead of destroying the high part of 32-bit
6385         registers.
6386
6387         * [objects/dc.c]
6388         Fixed bug in GetDCState() that failed to clear the new DC.
6389
6390         * [rc/sysres.rc]
6391         Removed dialogs 11 and 12 that were never used.
6392
6393         * [tools/build.c]
6394         'pascal16' generated functions did not save %dx.
6395         Removed use of %fs to access the stack.
6396         %ds is no longer initialized before calling a 16-bit routine.
6397
6398         * [windows/defwnd.c]
6399         Accept a NULL pointer as window title.
6400
6401         * [windows/mdi.c]
6402         MDICascade: skip iconic windows.
6403         Implemented CalcChildScroll().
6404         
6405         * [windows/utility.c]
6406         Fixed MulDiv() for illegal values.
6407
6408         * [windows/win.c]
6409         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
6410         a zero width or height.
6411
6412 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
6413
6414         * [controls/edit.c]
6415         Fixed "uninitalized" message which -Wall couldnt see to be ok
6416         in EDIT_WriteText.
6417
6418         * [include/debug.h]
6419         Added define for extra checks in API definitions during debugging.
6420
6421         * [loader/ne_image.c]
6422         Added newline in NE_FixupPrologs to avoid long lines.
6423
6424         * [misc/dos_fs.c]
6425         Added extra safety check in DOS_ValidDrive.
6426
6427         * [misc/exec.c]
6428         Fixed definition of ExitWindows.
6429         
6430 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6431
6432         * [controls/edit.c]
6433         Some fixes, mostly for memory management, but also for text selection
6434         and tab postitions. General cleanup. Notepad.exe now works.
6435
6436         * [controls/combo.c]
6437         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
6438         the combo box, not the ComboLBox that belongs to it.
6439
6440         * [controls/listbox.c]
6441         Handle itemID field correctly throughout.
6442
6443         * [memory/local.c]
6444         Implemented flag LMEM_ZEROINIT.
6445         LocalReAlloc() could trash the heap. Fixed.
6446
6447         * [objects/font.c]
6448         FONT_MatchFont(): don't get confused by negative widths.
6449         Fixed a segfault in EnumFonts().
6450
6451         * [objects/text.c]
6452         DrawText(): DT_CALCRECT implies DT_NOCLIP.
6453
6454         * [objects/dcvalues.c]
6455         MAKELONG was used with bad parameters in DC_GET_X_Y.
6456
6457         * [windows/dialog.c]
6458         Don't show the dialog if WS_VISIBLE isn't set in the template.
6459
6460         * [windows/utility.c]
6461         UTILITY_convertArgs(): Never pass an expression containing ++ into a
6462         macro...
6463
6464         * [windows/win.c]
6465         SetParent() should unlink the window before changing the parent.
6466
6467         * [windows/message.c]
6468         Don't call timer functions via CallWindowProc(), since it checks
6469         whether hwnd==0 and does not call the function in that case.
6470
6471         * [miscemu/instr.c]
6472         Ignore interrupt 0x3D, for VBRUN300.DLL.
6473
6474         * [misc/commdlg.c]
6475         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
6476         pointer to the item text.
6477
6478         * [if1632/relay.c]
6479         Disable OLE and DDEML DLLs by default, since they contain nothing but
6480         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
6481         some programs may work better without them.
6482         
6483         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
6484         Begun cleaning things up a little. Replaced printfs with dprintf_
6485         macros, made functions static where possible, and some other minor
6486         changes.
6487
6488 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6489
6490         * [debugger/dbg.y][debugger/dbg.l]
6491         Removed special handling for FILE_IDENTIFER, because it caused
6492         problems with x/<format> statements.
6493
6494         * [debugger/info.c]
6495         Use SC_ESP instead of SC_EIP for stack dump.
6496
6497         * [misc/compobj.c][if1632/compobj.spec]
6498         CoBuildVersion, CoInitialize, CoUninitialize: new functions
6499
6500         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
6501         New files ole2.c, ole2.h
6502         OleBuildVersion, OleInitialize, OleUninitialize: new functions
6503
6504         * [if1632/ole2disp.spec]
6505         Added missing ordinals above 109
6506
6507         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
6508         New file winnls.h
6509         GetLocaleInfoA: new function
6510
6511         * [if1632/shell.spec]
6512         Added FindEnvironmentString as stub
6513
6514         * [misc/olecli.c][if1632/olecli.spec]
6515         OleIsDcMeta: New function
6516
6517         * [objects/font][misc/gdi.spec]
6518         GetKerningPairs: new function
6519
6520         * [misc/shell.c]
6521         ShellExecute: Implemented support for starting programs
6522
6523         * [if1632/user.spec]
6524         Inserted missing relay to GetClipCursor
6525
6526 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6527         
6528         * [controls/edit.c]
6529         Fix a problem with the local heap.
6530
6531         * [include/wintypes.h]
6532         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
6533         
6534         * [include/mdi.h] [windows/mdi.c]
6535         This code still assumed segmented address==linear address. Fixed.
6536
6537         * [include/msdos.h] [misc/dos_fs.c]
6538         The filemask field of the dosdirent structure could be overrun. Fixed.
6539         If you had a file called foobar and a file called foo, trying to 
6540         FindFile(foo) could accidentally find file foobar instead. Fixed.
6541         
6542         * [misc/file.c]
6543         OpenFile(): Always return the full pathname in ofs->szPathName. This 
6544         also fixes GetModuleFilename().
6545         Prevent _lclose() from closing stderr or stdout.
6546
6547         * [misc/profile.c]
6548         Search for .ini files in the path of the current module as well.
6549         (Needed by Lotus Organizer.)
6550
6551         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
6552         [memory/local.c]
6553         Local heaps are now initialized by InitTask() for executables. DLLs
6554         have to call LocalInit() themselves, LocalInit() has to put the
6555         heap at the end of the segment when called with start==0. We no longer
6556         allocate the DGROUP with 64k on startup, but grow the local heap
6557         in LOCAL_GetBlock() when necessary.
6558
6559         * [loader/module.c]
6560         LoadLibrary() should call LoadModule() in all cases, even if the
6561         DLL is already loaded, to ensure that the reference count is correct.
6562
6563         * [loader/ne_image.c]
6564         Some changes to function prolog fixup. Does anyone know exactly how
6565         this is supposed to work? I am only guessing here.
6566         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
6567         the module itself.
6568         
6569         * [loader/task.c]
6570         Initialize instance data at the beginning of the DGROUP in InitTask().
6571
6572         * [memory/local.c]
6573         Some fixes for moveable blocks.
6574
6575         * [memory/selector.c]
6576         All the IsBad*Pointer() functions returned exactly the wrong boolean
6577         value in all cases!
6578         
6579         * [objects/bitblt.c]
6580         Fixed another null pointer dereference in debugging output.
6581         
6582         * [objects/font.c]
6583         Some more recovery possibilities for FONT_MatchFont() if a specified
6584         font does not exist.
6585         
6586         * [windows/win.c]
6587         The dialog code may call CreateWindowEx with an integer in windowName.
6588         This happens for static icon controls that expect a resource ID as
6589         the window name. CreateWindowEx() used to crash. Fixed.
6590         
6591         * [windows/class.c] [windows/win.c]
6592         Window classes are owned by modules, not instances. Changed
6593         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
6594         accordingly.
6595
6596 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
6597
6598         * [miscemu/int21.c]
6599           clock.exe was displaying incorrect year.
6600
6601 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
6602
6603         * [include/cursor.h] [windows/cursor.c]
6604         Implemented CreateCursorIconIndirect().
6605
6606 ----------------------------------------------------------------------
6607 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6608
6609         * [controls/menu.c]
6610         Fixed bug with drawing multi-column menus with vertical separator.
6611
6612         * [debugger/debug.l]
6613         Fixed NULL-pointer reference after readline().
6614
6615         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
6616         Added interrupt vector emulation. Allows to retrieve an interrupt
6617         vector and jump to it without crashing.
6618
6619         * [loader/ldt.c]
6620         Moved ldt.c to memory directory.
6621
6622         * [loader/task.c]
6623         Implemented LockCurrentTask() and GetInstanceData().
6624
6625         * [objects/bitblt.c]
6626         Fixed a bug that caused StretchBlt() to use wrong colors when
6627         stretching a monochrome bitmap to a color display.
6628
6629         * [objects/bitmap.c]
6630         Fixed a segmented pointer bug in CreateBitmapIndirect().
6631
6632         * [tools/build.c]
6633         Added possibility to have arguments for register functions; used
6634         by interrupt vectors to remove the flags from the stack.
6635         Generate a new function CallTo32_LargeStack(), that allows calling
6636         a 32-bit function using the original 32-bit stack, for functions
6637         that need more that 64k of stack.
6638
6639 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6640
6641         * [if1632/shell.spec] [misc/shell.c]
6642         DoEnvironmentSubst: fixed prototype
6643
6644         * [if1632/gdi.spec] [objects/palette.c]
6645         SetSystemPaletteUse: new function
6646
6647         * [if1632/kernel.spec] [loader/resource.c]
6648         DirectResAlloc: new function
6649
6650         * [if1632/user.spec] [windows/keyboard.c]
6651         SetKeyboardState: new function
6652
6653 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6654         
6655         * [tools/build.c]
6656         Prevent interrupts from destroying the args for a 32 bit function
6657         by loading the correct value into %esp directly after %ss.
6658
6659         * [loader/ne_image.c] [loader/module.c]
6660         The new instance must be created earlier in LoadModule(), so that
6661         fixups referencing it will be handled correctly.
6662         Initialize the local heap for a DGROUP in NE_LoadSegment().
6663         
6664         * [objects/dib.c]
6665         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
6666         This used to crash Wine. Fixed.
6667
6668         * [objects/text.c]
6669         Fix possible null pointer dereference in debugging output.
6670         
6671         * [misc/commdlg.c]
6672         Handle user input in the edit control better. Some bugs fixed.
6673         
6674         * [memory/local.c]
6675         Started implementing moveable blocks. This is unfinished (!), but
6676         at least it does not seem to break things.
6677
6678 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6679         
6680         * [loader/module.c]
6681         LoadModule(): DLLs occasionally have a data segment, and they work
6682         much better if it is loaded :-)
6683         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
6684         FindModule(): also strip off the last backslash of the pathnames
6685         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
6686         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
6687         only better.
6688         
6689         * [loader/ne_image.c]
6690         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
6691         not really correct, it seems that all programs and DLLs try to do
6692         this themselves. But they pass weird parameters.)
6693         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
6694         
6695         * [loader/task.c] [misc/user.c]
6696         Finish global initializations in InitTask instead of InitApp, or
6697         all the DLLs will be initialized in InitTask without any available
6698         window classes!
6699
6700 ----------------------------------------------------------------------
6701 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6702
6703         * [debugger/hash.c] [debugger/info.c]
6704         Added support for symbolic segmented addresses. Add symbols for all
6705         built-in API entry points.
6706
6707         * [if1632/relay.c] [include/dlls.h]
6708         Removed dll_table structure, as we now use the built-in module
6709         structures.
6710
6711         * [if1632/relay.c] [loader/main.c]
6712         Removed winestat option, as it was no longer very meaningful.
6713
6714         * [include/stackframe.h]
6715         New macro MAKE_SEGPTR that creates a segmented pointer to a local
6716         variable on the 32-bit stack.
6717
6718         * [loader/module.c]
6719         Added support for multiple instances of an application.
6720         Implemented LoadModule() and FreeModule().
6721
6722         * [loader/ne_image.c] [loader/task.c]
6723         Moved initialisation of built-in DLLs to InitTask().
6724
6725         * [memory/global.c]
6726         Implemented discardable blocks.
6727
6728         * [misc/file.c]
6729         Search path of current executable in OpenFile().
6730         Fixed bug with searching in Windows path.
6731
6732         * [misc/lstr.c]
6733         Hard-coded translation tables for Ansi<->Oem.
6734
6735         * [misc/user.c]
6736         Moved some global initializations to InitApp(), because they need
6737         a task context to be performed.
6738
6739         * [objects/dc.c]
6740         Handle R2_BLACK and R2_WHITE specially so that they work correctly
6741         with palette displays.
6742
6743         * [tools/build.c]
6744         Suppressed generation of the C file for DLL specs, because it's no
6745         longer needed. Output all the assembly code directly to stdout.
6746         Some changes to integrate Win32 support from Martin von Loewis. 
6747
6748         * [windows/msgbox.c]
6749         Moved message box code from misc/ to windows/.
6750
6751 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6752
6753         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
6754           [misc/mmaux.c] [misc/mmsystem.c]
6755         Modify code & use pointers conversion macros.
6756         Make cdaudio & wave devices work again (only using some applets).
6757
6758         * [misc/profile.c]
6759         Change getc() to fgetc() where needed.
6760
6761 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6762
6763         * [if1632/Imakefile]
6764         added entries for the new files gdi32.spec, kernel32.spec,
6765         user32.spec, shell32.spec and winprocs32.spec.
6766
6767         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
6768           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
6769         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
6770         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
6771                 stub implementations provided 
6772         marked storage.dll,storege.sys functions as stubs
6773
6774         * [include/pe_image.h]
6775         Added structures WIN32_builtin and  WIN32_function
6776
6777         * [include/peexe.h]
6778         PE_Import_Directory: renamed reserved fields to 
6779                 TimeDate, Forwarder, Thunk_List
6780
6781         * [include/winerror.h]
6782         New file.
6783
6784         * [loader/main.c]
6785         called RELAY32_Init
6786
6787         * [loader/pe_image.c]
6788         xmmap: map BSS anonymous
6789         dump_imports: renamed to fixup_imports, do the fixup of imported
6790                       symbols
6791         PE_LoadImage: pass raw data size to xmmap
6792
6793         * [loader/resource.c]
6794         DumpIcon: new function
6795
6796         * [misc/kernel32.c]
6797         New file.
6798
6799         * [misc/main.c]
6800         make stdout and stderr unbuffered
6801
6802         * [misc/shell.c]
6803         DoEnvironmentSubst: new function
6804
6805         * [objects/font.c]
6806         FONT_MatchFont: try oblique if there is no italic
6807
6808         * [rc/Imakefile][rc/parser.l]
6809         yywrap: new function
6810         Don't link with libfl.a on Linux
6811
6812         * [tools/build.c]
6813         Added keywords stdcall, subsystem, base
6814         GenerateForWin32: new function
6815         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
6816
6817 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6818         
6819         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
6820         Minor fixes.
6821         
6822         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
6823         Rewrote message box handling.
6824         
6825         * [windows/dialog.c]
6826         Dialogs should be invisible until after WM_INITDIALOG is seent.
6827         Don't switch to invisible dialog items on a TAB keypress.
6828         
6829         * [windows/mdi.c]
6830         Send WM_NCPAINT message in MDIRestoreChild().
6831         
6832         * [windows/painting.c]
6833         Fixed typo (&& -> &).
6834         
6835         * [windows/message.c] [if1632/user.spec]
6836         Implemented PostAppMessage().
6837         
6838         * [windows/event.c]
6839         SetCapture(0) should act like ReleaseCapture().
6840
6841 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
6842
6843         * [Imakefile]
6844         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
6845         Added ASFLAGS to exported variables.
6846
6847         * [debugger/readline/Imakefile]
6848         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
6849
6850         * [memory/local.c] [miscemu/int21.c]
6851         Added some more debugging outputs.
6852
6853 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
6854
6855         * [misc/message.c]
6856         Fixed a "FIXME" concerning norwegian translation.
6857
6858 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6859         
6860         * [*/*]
6861         Removed warnings in a couple of files and deleted some obsolete code.
6862
6863         * [controls/listbox.c]
6864         Cleanup, speed improvements & lots of bug fixes.
6865
6866         * [controls/combo.c]
6867         Mostly rewritten. This is still very buggy, but not quite as bad as 
6868         before.
6869
6870         * [include/commdlg.h] [misc/commdlg.c]
6871         Removed the need for sysres.dll. Small bug fixes.
6872         
6873         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
6874           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
6875         Removed sysres.dll and replaced the remaining bitmaps/icons with
6876         XPM equivalents.
6877
6878         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
6879           [if1632/winprocs.spec]
6880         "About Wine..." now brings up a standard ShellAbout() window with
6881         the Wine icon and the list of contributors.
6882         
6883         * [misc/shell.c]
6884         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
6885
6886         * [windows/event.c]
6887         Small hack for non-alphanumeric keys: Dont't send the ascii value in
6888         the WM_KEYDOWN message, but some unused code instead. Should be done
6889         properly by sending different codes for each key. The edit control
6890         used to get a VK_DELETE message each time the user typed '.'.
6891
6892         * [windows/class.c]
6893         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
6894         This used to be no problem, but breaks Resource Workshop in 950403.
6895         
6896         * [objects/dib.c]
6897         New diagnostic for a bug I've been encountering. If it shows up,
6898         please report it.
6899
6900 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
6901
6902         * [objects/color.c]
6903         Handle situation when 'dc' exists, but palette mapping
6904         does not.  (Fixes kidpix2 demo.)
6905
6906 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
6907
6908         * [loader/ldt.c]
6909         LDT_Print: Only show the number of entries that the kernel
6910         returned. Make this work for NetBSD.
6911
6912 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
6913
6914         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
6915         Modify cs and ds selector values for NetBSD-current.
6916
6917         * [debugger/debug.l]
6918         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6919
6920         * [debugger/regpos.h]
6921         Modify sigcontext format for NetBSD-current.
6922         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6923
6924         * [include/ldt.h]
6925         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
6926         value, since only 16 bits of it may have been saved.
6927
6928         * [misc/winsocket.c]
6929         Set structure packing with `#pragma pack' to accomodate
6930         other/older compilers.
6931
6932 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
6933         
6934         * [misc/commdlg.c]
6935         Fixed path-names so when changing directory the listboxes
6936         changes too.
6937         
6938         * [debugger/dbg.y debugger/debug.l wine.ini]
6939         Added SymbolTableFile to wine.ini so symbols can be read
6940         without standing in the directory containing wine.sym.
6941         Added the possibility to specify full name of wine.sym from
6942         the debugger prompt.
6943
6944 ----------------------------------------------------------------------
6945 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6946
6947         * [controls/static.c]
6948         Fixed painting of SS_*FRAME controls.
6949
6950         * [if1632/callback.c]
6951         Pass the window instance as DS to the 16-bit window procedure.
6952         Rewrote Catch() and Throw() to make them work with multiple tasks.
6953
6954         * [loader/main.c]
6955         New function MAIN_Init() to perform initializations before the
6956         first task is started instead of doing them in InitApp().
6957         Temporary hack to command-line parsing to load one program per
6958         command-line argument, to make testing task-switching easier.
6959
6960         * [loader/*.c]
6961         Reimplemented modules to use a Windows-compatible layout and to
6962         allow multiple tasks and multiple module instances. Not really
6963         finished yet.
6964
6965         * [loader/task.c] [misc/exec.c]
6966         Reimplemented tasks to use a common address space, and implemented
6967         preliminary task-switching capabilities.
6968
6969         * [memory/global.c]
6970         Fixed bug in GlobalNext().
6971
6972         * [misc/main.c]
6973         Updated the list of contributors. Let me know if I forgot someone.
6974
6975         * [miscemu/int21.c]
6976         Use one DTA per task instead of a global one.
6977
6978         * [objects/bitblt.c]
6979         Fixed bug in BitBlt() that could cause BadMatch errors.
6980
6981         * [tools/build.c]
6982         Added new function type 'stub', that makes possible to export an
6983         unimplemented function by name as well as by ordinal. This will
6984         avoid loading errors for unimplemented functions.
6985         Generate an in-memory module layout for built-in DLLs so that the
6986         same code can be used for built-in and loaded modules.
6987         Changed relay code to make it unnecessary to save the value of the
6988         BP register.
6989
6990         * [windows/message.c]
6991         Implemented multiple message queues and preliminary task-switching
6992         capabilities. Inter-task SendMessage() calls are not implemented
6993         yet and will probably cause crashes if used.
6994
6995         * [windows/property.c]
6996         Reimplemented properties and allocate them on the USER heap.
6997
6998         * [windows/win.c]
6999         Fixed bug in SetWindowWord().
7000         Reimplemented EnumWindows() and EnumTaskWindows().
7001
7002 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7003         
7004         * [misc/main.c]
7005         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
7006         
7007         * [loader/resource.c]
7008         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
7009         control.exe.
7010         Fixed icon loading.
7011         
7012         * [objects/font.c] [include/windows.h]
7013         Fixed a bug in InitFontsList() and worked on the EnumFonts()
7014         functions to make them comprehensible.
7015
7016         * [controls/button.c]
7017         Fixed my previous patch to handle LBUTTONUP messages.
7018
7019 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
7020
7021         * [misc/network.c, misc/dos_fs.c]
7022         Implemented WNetGetConnection.  All that is currently
7023         supported are drives, for which the remote name is simply
7024         the redirected UNIX directory name.
7025
7026         * [miscemu/int2?.c]
7027         More drive number validity checking.
7028
7029 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7030         
7031         * [controls/listbox.c]
7032         Oops, my previous change to ListBoxDirectory broke the Borland
7033         file open dialog. Fixed.
7034
7035 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7036
7037         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
7038         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
7039         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
7040
7041 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7042         
7043         * [memory/global.c] [memory/local.c] [include/windows.h]
7044         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
7045         LocalReAlloc(): Same for LMEM_MODIFY.
7046         
7047         * [controls/listbox.c]
7048         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
7049         Check for errors in some more places.
7050
7051         * [if1632/gdi.spec] [if1632/user.spec]
7052         16 bit callback functions should be passed as segptrs.
7053         
7054         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
7055         [loader/library.c]
7056         Prevent a DLL from being initialized twice (Borlands Resource
7057         Workshop used to do this).
7058         Provide an additional flag for each w_file that indicates whether
7059         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
7060         
7061         * [controls/button.c]
7062         Handle LBUTTONUP messages even if the button no longer has the
7063         capture (for WinHelp).
7064         
7065         * [include/wintypes.h]
7066         FARPROC is now a segptr for the emulator and a function
7067         pointer for the library.
7068         
7069         * [misc/commdlg.c] [misc/commdlg.h]
7070         Cleaned the file dialogs up a little. They now work reasonably well,
7071         although there are still some problems (e.g. files are initially
7072         invisible).
7073
7074         * [windows/class.c] [if1632/user.spec] [include/windows.h]
7075         GetClassInfo() must take a segptr, as it checks whether the
7076         highword is zero.
7077         GetClassName() called the wrong atom function. No surprise it didn't
7078         find anything.
7079
7080         * [misc/lstr.c]
7081         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
7082         Removed some warnings.
7083
7084         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
7085         New spec file for the 3.1 DDEML DDL. 
7086
7087         * [controls/menu.c]
7088         Small fix to ChangeMenu - mask out the obsolete flags
7089         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
7090         problems with the MF_BYPOSITION flag.
7091
7092         * [windows/message.c]
7093         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
7094         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
7095         stack for speed reasons.
7096         
7097         * [windows/hook.c] [include/windows.h]
7098         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
7099         they have slightly different semantics.
7100         MS Hearts now works somewhat, if you disable the new builtin DDEML.
7101         The graphics are completely messed up, though.
7102
7103 ----------------------------------------------------------------------
7104 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7105
7106         * [Configure] [if1632/Imakefile]
7107         Removed new build and short names options.
7108
7109         * [if1632/*.c] [tools/build.c]
7110         Implemented compiled call-back functions for better performance;
7111         all the relay code is now done in assembly code generated by the
7112         build program.
7113         Relay code is no longer dependent on being loaded below 64K.
7114
7115         * [loader/resource.c]
7116         Fixed memory leak in LoadString(). A fix will also be needed for
7117         other resources.
7118
7119         * [memory/global.c]
7120         Implemented global heap arenas, so we can store informations about
7121         global blocks, like lock counts or owner handle.
7122         Implemented FarGetOwner() and FarSetOwner().
7123         Implemented global heap TOOLHELP functions.
7124
7125         * [memory/selector.c]
7126         Bug fix: it was not possible to re-use a free selector.
7127
7128 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
7129
7130         *  [controls/listbox.c]
7131         Major work on listbox code
7132          - Many bugs fixed (still many bugs)
7133          - More messages supported
7134          - Code simplified
7135
7136 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
7137
7138         * [controls/edit.c]
7139         Lots of bug fixes related to diappearing text, lost carets,
7140         highlighting, segmentation faults, occurance of random
7141         characters, insertion of characters over selection, misplaced
7142         caret location, display corruption, end of line behavior, etc.
7143
7144         * [controls/widgets.c]
7145         EDIT class doesn't want to use CS_PARENTDC flag.
7146
7147 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7148         
7149         * [loader/selector.c]
7150           FixupFunctionPrologs() should also handle multiple data modules.
7151           (this bug only became visible because MakeProcInstance() was fixed
7152           in 950319)
7153         
7154         * [misc/dosfs.c]
7155           Simplified DOS_SimplifyPath.
7156           Small fix to DOS_opendir to reuse an entry if an open directory
7157           is opened again, to prevent "too many open directories" messages.
7158
7159 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
7160
7161         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
7162         CoDisconnectObject: new stub function
7163
7164         * [include/msdos.h]
7165         fix DOSVERSION
7166
7167         * [loader/ne_image.c]
7168         NE_FixupSegment: Be more generous on additive fixups
7169
7170         * [if1632/user.spec][misc/network.c]
7171         Add more WNet* stubs
7172
7173 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7174
7175         * [controls/listbox.c]
7176           DlgDirList(): send segptr instead of linear pointer 
7177           in message to static control
7178         * [controls/menu.c]
7179           Tried to implement ownerdrawn menuitems. Doesn't work.
7180         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
7181           Provide a stub for GetRasterizerCaps()
7182         * [loader/selector.c]
7183           Pass end address instead of length to LocalInit() in 
7184           CreateSelectors()
7185         * [memory/local.c]
7186           LocalInit(): If there's already a local heap in the segment, do
7187           nothing and return TRUE
7188         * [objects/linedda.c]
7189           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
7190           now.
7191         * [windows/cursor.c]
7192           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
7193           more work still.
7194
7195 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7196
7197         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
7198           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
7199           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
7200           [windows/nonclient.c] [misc/message.c]
7201           Added a new builtin DLL that provides 16 bit entry points for all
7202           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
7203           again.
7204         * [misc/shell.c]
7205           RegOpenKey()/RegCreateKey() bugs fixed.
7206         * [loader/ne_image.c]
7207           Skipping the initialization of a DLL when CS == 0 was broken.
7208
7209 ----------------------------------------------------------------------
7210 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7211
7212         * [*/*]
7213         Implemented a new memory mapping scheme. There's no longer a
7214         one-to-one mapping between 16-bit and 32-bit pointers. Please see
7215         file DEVELOPERS-HINTS for technical details.
7216
7217         * [controls/scroll.c]
7218         Fixed bug when dragging mouse in horizontal scrollbars.
7219
7220         * [tools/build.c] [if1632/*.spec]
7221         Removed support for C callback functions and for re-ordering
7222         of the 32-bit arguments, as these were never used. This should
7223         allow a more efficient callback scheme to be implemented.
7224
7225         * [if1632/olecli.spec]
7226         Reduced the number of entries to make the 16-bit code fit in 64k.
7227         This limitation will soon be removed.
7228
7229         * [loader/ldt.c]
7230         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
7231
7232         * [memory/global.c]
7233         Rewrote Global*() routines to use the new selector allocation
7234         mechanism.
7235
7236         * [memory/local.c]
7237         Rewrote local heap handling to use a Windows-compatible layout
7238         (not really finished yet).
7239         Implemented TOOLHELP heap-walking routines.
7240
7241         * [memory/selector.c]
7242         Implemented LDT manipulation API functions.
7243
7244 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
7245
7246         * [windows/defdlg.c]
7247         Fixed problem where dialogs closed using the System menu 
7248         ('Close' item or double click on close box) would
7249         hang Wine.
7250
7251 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
7252
7253         * [controls/listbox.c]
7254         Removed most of the statements for sending a notification message
7255         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
7256         code; Borland's standard file open dialog will work now.
7257         
7258         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
7259         Added support for new command line option "-allowreadonly". If set
7260         an attempt to open a read only file in write mode will be converted 
7261         to opening it read only (many programs try to open all files in 
7262         read/write mode even if they only intend to read it - this might 
7263         cause a few under problems under an unix-like environment where most 
7264         files are read only for a "normal" user)
7265
7266         * [loader/selector.c]
7267         GetMemoryReference(): Added support for __AHIncr and __AHShift
7268
7269         * [misc/dos_fs.c]
7270         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
7271         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
7272         match(): rewritten
7273         
7274         * [objects/text.c]
7275         TEXT_NextLine(): Removed a bug in the handling of LF's
7276
7277         * [miscemu/int21.c]
7278         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
7279
7280 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7281
7282         * [controls/menu.c]
7283         ChangeMenu: defaults to MF_INSERT
7284         InsertMenu: allow insertion even if position is one after last item
7285
7286         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
7287           [if1632/storage.spec] [include/dlls.h]
7288         Added stubs for STORAGE.DLL and COMPOBJ.DLL
7289
7290         * [if1632/user.spec] [windows/message.c]
7291         InSendMessage: new function
7292
7293         * [include/neexe.h][include/ne_image.c]
7294         NE_FixupSegment: fixed handling of additive records
7295
7296         * [loader/selector.c]
7297         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
7298
7299         * [loader/signal.c]
7300         win_fault: Enter debugger on SIGFPE, too
7301
7302 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7303
7304         * [miscemu/int*.c]
7305         Various minor modifications to the clock tick counter,
7306         FindFirst/FindNext funcs, and DPB handling.
7307
7308 ----------------------------------------------------------------------
7309 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7310
7311         * [loader/resource.c] [objects/oembitmap.c]
7312         Removed sysres bitmap code; you need libXpm to compile now.
7313         Implemented LoadIcon() for OEM icons.
7314
7315         * [include/bitmaps/oic_*]
7316         Added OEM icons in XPM format.
7317
7318         * [objects/dib.c]
7319         Bug fix in DrawIcon().
7320
7321         * [rc/sysresbm.rc]
7322         Removed; all bitmaps are stored in XPM format now.
7323
7324 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
7325
7326         * [controls/edit.c]
7327         Small patch to fix edit-control when it's created with text.
7328
7329 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
7330
7331         * [tools/make_debug]
7332         The created macros won't have side effects anymore when used in
7333         an "if-else" structure. No more warnings from the compiler when
7334         compiled without defining DEBUG_RUNTIME.
7335  
7336 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
7337
7338         * [controls/listbox.c]
7339         ListBoxDeleteString(): Fixed
7340
7341         * [loader/selector.c]
7342         GetMemoryReference(): When special segments are referenced by
7343         pseudo-functions like __0040H, a reference to a "normal" segment
7344         will be returned preventing the program from crashing as soon
7345         as the referenced segment is actually accessed.
7346
7347 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
7348
7349         * [Configure]
7350         Ask for OLE stubs and malloc debugging
7351
7352         * [Imakefile]
7353         link with libmcheck.a if necessary
7354
7355         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
7356         Add OLE stubs, increase number of builtins
7357         dll_name_table_entry_s: new field dll_is_used
7358
7359         * [loader/library.c]
7360         GetModuleHandle,ModuleNext: Check dll_is_used
7361
7362         * [loader/ne_image.c]
7363         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
7364         to mean, anyway?)
7365
7366         * [misc/olecli.c][misc/olesvr.c]
7367         New files. Add to misc/Imakefile
7368
7369         * [misc/dos_fs.c]
7370         DOS_GetUnixFileName: make a copy of the input parameter to 
7371         prevent overwriting
7372
7373         * [misc/main.c]
7374         MAIN_ParseDLLOptions: new function
7375         MAIN_ParseOptions: treat -dll command line flag
7376         main: add support for malloc debugging
7377
7378 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
7379
7380         * [loader/signal.c]
7381         Small patch for people using FreeBSD-2.1.0.
7382
7383 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
7384
7385         * [toolkit/sup.c]
7386         Added return values to the Call* routines
7387
7388         * [toolkit/winmain.c]
7389         Load the resource file properly for WineLib applications.
7390
7391 ----------------------------------------------------------------------
7392 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7393
7394         * [if1632/call.S]
7395         Only save the lower 16-bits of SP and BP.
7396
7397         * [if1632/callback.c]
7398         When calling to 16-bit code, restore DS from its previous value on
7399         entry to the 32-bit code, instead of from the code segment owner.
7400
7401         * [if1632/relay.c] [include/stackframe.h]
7402         Use a structure to represent the 16-bit stack frame layout
7403         instead of hard-coded offsets.
7404         
7405         * [rc/Imakefile]
7406         Use y.tab.c for bison output file for compatibility with yacc.
7407
7408         * [tools/build.c]
7409         Small optimization for calls to 32-bit code.
7410
7411 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7412
7413         * [tools/build.c]
7414         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
7415
7416 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
7417
7418         * [debugger/dbg.y]
7419         Remove unnecessary sym-table loading when stopped in 16-bit mode.
7420
7421         * [include/segmem.h] [loader/selector.c]
7422         Added dynamic alloction of selectors.
7423         Fixed some problems with large programs SIGSEGV-ing while
7424         running out of selectors.
7425
7426         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
7427           [memory/global.c] [memory/heap.c] [memory/linear.c]
7428         Use __AHSHIFT and __AHINCR instead of 3 and 8.
7429
7430 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
7431
7432         * [misc/dos_fs.c]
7433         Better relative path handling when converting filenames between
7434         dos and unix, allowing '.' to be used in the Windows path.
7435         Startup working dir is now based on current working dir.
7436
7437 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7438
7439         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
7440         Squeezed data structure that references internal dll's (mostly
7441         "struct dll_table_entry_s"). Caused 20% reduction in executable
7442         code size.
7443
7444 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
7445
7446         * [Imakefile]
7447         make wine.sym only when making emulator
7448
7449         * [misc/file.c]
7450         OpenFile(): report as not implemented for WINELIB
7451
7452         * [misc/winsock.c]
7453         Fix CONVERT_HOSTENT and friends for use with WINELIB
7454
7455         * [rc/Imakefile][rc/rc.y][rc/parser.c]
7456         Rename rc.y to parser.y
7457         Use flex and bison on Sun
7458
7459         * [toolkit/sup.c]
7460         CallWindowProc: fix parameter type
7461
7462         * [windows/event.c]
7463         Commented #ifdef sparc
7464
7465 ----------------------------------------------------------------------
7466 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7467
7468         * [windows/nonclient.c] [windows/winpos.c]
7469         Implemented maximized windows.
7470         Implemented icon positioning and ArrangeIconicWindows().
7471         Bug fixes in SetWindowPos().
7472
7473         * [windows/painting.c]
7474         Implemented GetControlBrush().
7475         Window frame is no longer contained in the update region.
7476
7477         * [windows/win.c]
7478         Destroy owned windows upon DestroyWindow().
7479
7480 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
7481
7482         * [controls/edit.c]
7483         Changed line terminator to \r\n to be compatible with
7484         Windows.  Fixed bug in text selection.
7485
7486 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7487
7488        * [misc/shell.c]
7489        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
7490        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
7491        These functions now work somewhat more the way Windows programs expect
7492        them to work.
7493
7494 ----------------------------------------------------------------------
7495 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7496
7497         * [loader/resource.c] [objects/dib.c]
7498         Fixed icon loading and drawing, now that BitBlt() works correctly.
7499         
7500         * [objects/clipping.c] [objects/region.c]
7501         Implemented elliptic regions with a set of rectangle. This greatly
7502         simplifies the region code and should boost clipping performance.
7503
7504         * [objects/color.c]
7505         Fixed bug that caused seg-fault on 24bpp displays.
7506
7507         * [objects/bitblt.c]
7508         Fixed bug when shrinking a bitmap to more than half its size.
7509
7510         * [windows/graphics.c]
7511         Fixed bugs in PaintRgn() and Polyline().
7512
7513         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
7514         Fixed some problems with window background painting.
7515
7516 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
7517
7518        * [tools/build.c]
7519        * [tools/newbuild.c]
7520        * [Imakefile]
7521        * [include/wine.h]
7522        * [loader/call.S]
7523        * [loader/selector.c]
7524        * [include/segmem.h]
7525        * [misc/main.c]
7526        Changed selector code and 16/32 bit xfer code so that wine
7527        no longer has to be loaded low in memory.  Changed wine
7528        to work with ELF binary formats under Linux.
7529        
7530 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
7531
7532         * [debugger/db_disasm.c]
7533         New instruction disassembler - borrowed from Mach kernel.  Has a
7534         BSD style of license as opposed to the gdb code we were previously
7535         using which was under the GPL.
7536
7537 ----------------------------------------------------------------------
7538 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7539
7540         * [Imakefile]
7541         Compiling with -Wall flag.
7542
7543         * [*/*]
7544         Fixes to minimize the number of compilation warnings.
7545
7546         * [objects/bitblt.c]
7547         Fixed BitBlt() and used the same code to rewrite PatBlt() and
7548         StretchBlt(). The three *Blt() functions should now be correct in
7549         every case (famous last words).
7550
7551         * [objects/brush.c] [objects/dither.c]
7552         Merged the two files into brush.c
7553
7554         * [objects/dc.c]
7555         Fixed bug when the Windows programs forget to re-select the
7556         original bitmap in a memory DC.
7557
7558         * [objects/font.c]
7559         Tty to use 'fixed' font when the system font can't be found.
7560
7561         * [windows/dialog.c]
7562         Tentative fix to make dialogs look better when using fixed-width
7563         fonts.
7564
7565         * [windows/graphics.c]
7566         Partially implemented the PS_INSIDEFRAME pen style.
7567
7568         * [windows/nonclient.c]
7569         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
7570         without the WS_DLGFRAME style.
7571
7572 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7573
7574         * [memory/global.c]
7575         GlobalCompact should now return the correct value when the
7576         largest run of free blocks includes the last block.
7577
7578         * [windows/mdi.c]
7579         Tiling and cascading windows without any MDI children should
7580         no longer crash (assuming no-op is the correct thing to do).
7581
7582 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
7583
7584         * [objects/font.c]
7585         GetTextExtentPoint: fixed debug output, str is counted string, not
7586         zero terminated.
7587
7588         * [if1632/relay.c]
7589         DLLRelay: when debugging_stack got segv, added upper bound for
7590         stack dump.
7591
7592 ----------------------------------------------------------------------
7593 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7594
7595         * [*/Imakefile]
7596         All objects files are now kept in their respective directory.
7597
7598         * [README]
7599         Rewrote most of it.
7600
7601         * [objects/bitblt.c]
7602         Rewrote BitBlt() to look right in every case, while minimizing
7603         the impact on performance. Not really finished yet.
7604
7605         * [objects/bitmap.c] [objects/dc.c]
7606         Fixed bug with pattern brushes.
7607
7608         * [objects/clipping.c] [windows/painting.c]
7609         Fixes for logical coordinates.
7610
7611         * [objects/color.c] [windows/graphics.c]
7612         Fixed GetPixel() to return the correct color, and made it faster.
7613
7614         * [objects/region.c]
7615         Fixed bug in CombineRgn() when one of the region is empty.
7616
7617 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
7618
7619         * [Configure]
7620         Don't assume that expr handles '==', use '=' instead.
7621         Give a (hopefully informative) message if imake fails.
7622
7623 ----------------------------------------------------------------------
7624 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7625
7626         * [controls/listbox.c]
7627         Fixed problems due to new scroll-bar code.
7628
7629         * [loader/signal.c] [miscemu/ioports.c]
7630         Handle I/O opcodes that use an absolute address.
7631
7632         * [objects/text.c]
7633         Implemented TabbedTextOut().
7634
7635 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
7636
7637         * [objects/metafile.c]
7638         Implemented GetMetafile().
7639         Fixed bug in PlayMetaFile() when reading disc based metafile records.
7640         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
7641         PlayMetaFileRecord().
7642         
7643 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7644
7645         * [Imakefile]
7646         wine.sym: Remove gcc2_compiled and friends
7647
7648         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
7649           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
7650         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
7651
7652         * [if1632/call.S]
7653         CallToLibMain: New function
7654
7655         * [if1632/relay.c][include/options.h][misc/main.c]
7656           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
7657         removed Options.relay_debug
7658
7659         * [include/heap.h]
7660         HEAP_OWNER: Use ds instead of cs:ip
7661
7662         * [loader/ne_image.c]
7663         LoadNEImage: Remember current exe, handle nodata dlls
7664         InitNEDLL: handle nodata dlls, call CallToLibMain
7665
7666         * [loader/selector.c]
7667         CreateSelectors: Initialize auto_data_sel with 0
7668
7669         * [memory/heap.c]
7670         HEAP_CheckHeap: Check prev
7671         HEAP_CheckLocalHeaps: new function
7672
7673         * [misc/profile]
7674         Remember and dump only changed profiles
7675
7676         * [tools/makedebug]
7677         Introduce debugging_xxx flags
7678
7679 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
7680
7681         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
7682         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
7683         pe_image.h selectors.h wintypes.h]
7684         Added.
7685
7686         * [*/*]
7687         - Commented all 'static char copyright statements', see misc/main.c
7688         - moved prototypes to headers files, fixed wrong prototypes.
7689         - *please* add a header file for each .c if you need to export
7690           things.
7691
7692         * [misc/main.c]
7693         Added one static string which list the names of the contributors.
7694
7695 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
7696
7697         * [Configure]
7698         Made the support for multiple languages more automatic.  Added
7699         a [fonts] section to the wine.conf file.  Made the defaults
7700         better.  Generally cleaned it up.
7701
7702         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
7703         Norwegian resources and small fixes to the german resources.
7704
7705 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7706
7707         * [debugger/break.c]
7708         bark(), toggle_next(), should_continue(): New functions
7709         insert_break(): Fixed, adds write access to page before writing
7710         wine_bp.next_addr: new structure field
7711
7712         * [debugger/dbg.y]
7713         Changed symbol's value to be it's value instead of the value
7714         pointed to by the symbol.
7715         Changed SIGTRAP handling to allow continuation after break point
7716
7717         * [misc/shell.c]
7718         ShellAbout(): Load resource from memory
7719
7720 ----------------------------------------------------------------------
7721 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7722
7723         * [controls/scroll.c] [include/scroll.h]
7724         Rewritten most of scroll-bar code for better Windows look & feel.
7725         Implemented EnableScrollBar().
7726         Preliminary keyboard support.
7727
7728         * [objects/bitblt.c]
7729         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
7730         bits from outside the visible region.
7731
7732         * [objects/oembitmap.c] [include/bitmaps/obm_*]
7733         Use XPM symbolic colors to load bitmaps. This allows the colors
7734         of the bitmaps to depend on the system colors.
7735
7736         * [tools/make_debug]
7737         Made the make_debug script more robust.
7738
7739         * [windows/dialog.c]
7740         Fixed CheckRadioButton().
7741
7742         * [windows/nonclient.c]
7743         A few changes to scroll-bar drawing and tracking.
7744
7745         * [windows/winpos.c]
7746         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
7747         avoid confusion, and optimized it somewhat.
7748
7749 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
7750
7751         * [misc/audio.c]
7752         * [misc/mcianim.c]
7753         more coding but nothing spectacular.
7754
7755         * [misc/mmaux.c]
7756         some coding to access '/dev/mixer'.
7757
7758         * [misc/midi.c]
7759         some coding to read .MID files, but it's not playing yet.
7760
7761 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
7762
7763         * [objects/dib.c]
7764         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
7765         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
7766         includes some bitmaps output by Paint Shop Pro.  Implementation is
7767         possibly now too lax.  Please see the notes on the function about
7768         why.
7769
7770         * [controls/desktop.c]
7771         The desktop pattern should be painted if the wallpaper doesn't
7772         cover the whole screen width OR the whole screen height.
7773
7774 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
7775
7776         * [objects/dib.c]
7777         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
7778         now work.
7779
7780         * [loader/ne_resource.c] [include/resource.h]
7781         Some cleanup.
7782
7783 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7784
7785         * [Configure]
7786           [rc/sysres.rc]
7787         Primitive compile-time support for multiple languages
7788
7789         * [rc/sysres_De.rc]
7790         New file
7791
7792         * [loader/resource.c]
7793         LoadBitmap: Recognize end of sysresbm properly
7794
7795         * [rc/Imakefile]
7796         Rules to compile resources simplified, dependencies changed
7797
7798         * [rc/sysresbm.rc]
7799         Don't use sysresbm if using XPM
7800
7801         * [windows/dialog.c]
7802         CreateDialogIndirectParam: Reverse Z-order of controls
7803
7804         * [windows/message.c]
7805         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
7806
7807         * [windows/winpos.c]
7808         NextWindowFromPoint: New function
7809
7810         * [controls/button.c]
7811         WM_NCHITTEST: Group Box is HTTRANSPARENT
7812         BUTTON_CheckAutoRadioButton: New function
7813         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
7814
7815 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
7816
7817         * [objects/text.c]
7818         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
7819         is too long to break.
7820
7821         * [objects/font.c]
7822         Don't assume helvetica if there is no font family; let the other
7823         font attributes decide what font to use.
7824
7825         * [controls/widgets.c]
7826         Listboxes and combo boxes need to be notified of double-clicks.
7827
7828         * [controls/listbox.c]
7829           [include/listbox.h]
7830
7831         scrolling to bottom of list box should display last item at the
7832         bottom, not at the top.
7833         
7834         list boxes need to allocate a separate heap for their item data,
7835         rather than using the user heap.  Otherwise, it's very easy to run
7836         out of memory for list box items.
7837
7838         removed redundant code in ListBoxAddString().  Implemented simple
7839         version of LBS_SORT.
7840
7841         Don't put [.] in the list box when using DDL_DIRECTORY.
7842
7843         * [controls/combo.c]
7844         Combos should pass CBS_SORT onto their list box.
7845
7846         * [windows/win.c]
7847         If window creation is aborted, remove the window from the
7848         linked lists.
7849
7850         * [controls/static.c]
7851         static controls with SS_ICON were always returning 0 from
7852         WM_NCCREATE.
7853
7854         Make sure static controls have text to draw before drawing it.
7855
7856 ----------------------------------------------------------------------
7857 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7858
7859         * [objects/oembitmap.c]  (New file)
7860         Added possibility to use .xpm files for OEM bitmaps.
7861
7862         * [include/bitmaps/obm*]  (New files)
7863         Redrawn all OEM bitmaps in xpm format.
7864
7865         * [objects/font.c]
7866         Add space for internal leading when using a negative font height.
7867         Stubs for AddFontResource() and RemoveFontResource().
7868         Fix in FONT_Init() for uninitialised default font.
7869
7870         * [windows/dialog.c]
7871         Make font height negative as it is really a point size and not a
7872         pixel size; dialogs using 8-point fonts look better now.
7873
7874         * [windows/graphics.c]
7875         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
7876
7877         * [windows/nonclient.c]
7878         A few changes for new OEM bitmaps.
7879
7880 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7881
7882         * [windows/class.c]
7883         The names of local classes have to be stored using GlobalAtom*.
7884         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
7885
7886         * [if1632/call.S]
7887         CallTo16(cx): It's possible to set the contents of the cx-register.
7888
7889         * [loader/ne_image.c]
7890         InitNEDLL(): The size of the local heap is now passed in the cx-
7891         register when initializing a DLL.
7892
7893         * [memory/heap.c]
7894         LocalInit(): The case start==0 is now handled in the way it should.
7895
7896         * [windows/win.c]
7897         GetWindowLong(): If the adress of the windows function is requested
7898         it's no longer returned if it's within the Wine code (and therefore
7899         unreachable by a windows program). This makes Borland's OWL happy.
7900
7901         * [controls/edit.c]
7902         EDIT_GetStr(): Added handling for off<0.
7903
7904 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
7905
7906         * [loader/library.c]
7907         Fixed infinite loop bug when two DLLs refer to each other (fixes
7908         hangup of Quicken during loading).
7909
7910 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7911
7912         * [misc/dos_fs.c]
7913         Bug fix: The size of a disk an the available space
7914         is now returned in bytes instead of (incorrectly)
7915         KBytes.
7916
7917 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7918
7919         * [windows/graphics.c]
7920         Bug fix: Pie segments are now filled with correct brush.
7921
7922 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7923
7924         * [Imakefile]
7925         generate rc.o before loader.o
7926
7927         * [controls/menu.c]
7928         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
7929
7930         * [include/resource.h]
7931         Add struct ResourceTable
7932
7933         * [loader/bitmap.h]
7934         Load system bitmaps from sysresbmTable
7935
7936         * [misc/clipboard.c]
7937           [windows/event.c]
7938         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
7939         
7940         * [rc/Imakefile]
7941         generate rc.o from sysres.o and sysresbm.o. Added -lfl
7942
7943         * [rc/rc.y]
7944         change style handling to allow ( S1 | S2 ) | S3
7945
7946         * [rc/sysres.rc]
7947           [rc/sysresbm.rc]
7948         Put bitmaps and icons to sysresbm, everything else to sysres
7949
7950         * [rc/winerc.c]
7951           [rc/winerc.h]
7952         Added -o, -c flags. New function set_out_file. Output to files.
7953
7954         * [windows/dialog.c]
7955         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
7956
7957         * [windows/nonclient.c]
7958         Create AboutWine dialog from template pointer
7959
7960 ----------------------------------------------------------------------
7961 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7962
7963         * [controls/static.c]
7964         Bug fix for SS_ICON controls.
7965
7966         * [if1632/Imakefile]
7967         Fixed call.o dependencies.
7968
7969         * [objects/clipping.c] [objects/dc.c]
7970         Fixed visible region handling. hVisRgn is always non-null now.
7971
7972         * [windows/dce.c]
7973         Bug fix in GetDCEx for CS_OWNDC windows.
7974
7975         * [windows/nonclient.c] [windows/painting.c]
7976         Fixes to icon window drawing.
7977
7978         * [windows/winpos.c]
7979         A few fixes in SetWindowPos().
7980
7981 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7982
7983         * [objects/bitblt.c]
7984         BitBlt(): BitBlt is now able to handle any raster operation. If
7985         the request can't be passed to XWindows directly, it's quite
7986         slow, though.
7987
7988         * [*/*.c]
7989           [misc/main.c]
7990         Improvements of the system for handling debug messages. Options are
7991         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
7992         *debugoptions: +xxx there if you want to have turn messages xxx on).
7993
7994         * [controls/menu.c]
7995         DestroyMenu(): The whole window won't be destroyed as a sideeffect
7996         any longer.
7997
7998         * [misc/file.c]
7999         OpenFile(): Fixed bug in searching in system/window-directory.
8000
8001 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
8002
8003         * [include/windows.h]
8004         Bug fix for window related structures.
8005         DCB and COMSTAT are affected. They must be packed.
8006
8007         * [misc/comm.c]
8008         Bug fix for COM ports:
8009         Dial and dialog window in terminal.exe now works.
8010         Non sequential COM assignments in wine.conf should not break now.
8011         Baudrate can be specified in wine.conf to overcome baudrate limitation
8012         in mswindow. See sample wine.ini
8013
8014         * [include/comm.h]
8015         add baudrate field to DosDeviceStructre
8016
8017         * [object/font.c]
8018         Bug fix for font assignment.
8019         Use pairs of foundry and family fontnames in X11 to correspond with
8020         window's fonts.
8021         Put font assignment ini wine.ini.
8022
8023         * [wine.ini]
8024         Adding optional baudrate after port name in "serialports" section
8025         Add new section, "fonts".
8026         "default" is special key in "fonts" to match any unmatch window font.
8027
8028 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
8029
8030         * [if1632/relay.c]
8031         * [if1632/commdlg.spec]         New file.
8032         * [misc/commdlg.c]                      New file.
8033         * [include/commdlg.h]           New file.
8034         Begin of an emulated COMMDLG DLL, built-in for now.
8035         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
8036         thing you need to do is to put the real/dummy name in file relay.c)
8037
8038         * [controls/scroll.c]
8039         * [controls/combo.c]
8040         * [controls/listbox.c]
8041         Few bug fixes and/or cosmetic.
8042
8043         * [misc/audio.c]
8044         * [misc/mmaux.c]
8045         bug fixes and flags returned to emulate SB16.
8046
8047         * [misc/midi.c]                         New file.
8048         skeleton for 'Midi' MMSYSTEM & MCI driver.
8049
8050         * [misc/mcianim.c]                      New file.
8051         skeleton for 'Animation1' MCI driver.
8052
8053         * [windows/win.c]
8054         Add new stub for GetLastActiveWindow().
8055
8056 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
8057
8058         * [if1632/call.S] [tools/build.c]
8059            Support for ELF format. (Not complete)
8060
8061 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
8062
8063         * [if1632/user.spec]
8064         Add stubs for ArrangeIconicWindows(), etc.
8065
8066         * [if1632/kernel.spec]
8067         Add IsBad*Ptr() functions.
8068
8069         * [loader/signal.c]
8070         Add test_memory(), for use with IsBad*Ptr().
8071
8072         * [windows/winpos.c]
8073         Add stubs for TileChildWindows(), etc.
8074
8075         * [windows/win.c]
8076         IsWindow() shouldn't crash if it's given a bad handle.
8077         Add stub for GetLastActivePopup().
8078
8079         * [memory/global.c]
8080         Implement the IsBad*Ptr() functions.
8081
8082         * [controls/listbox.c]
8083         Return the full longword of the item data in LB_GETITEMDATA.
8084
8085         * [controls/edit.c]
8086         Don't let the user select an area past the end of the text.
8087
8088         * [objects/text.c]
8089         In DrawText(), the code to delete crlfs also removed multiple
8090         consecutive newlines.  Also, using DT_CALCRECT didn't return
8091         the right height, and the width wasn't returned at all.
8092         This caused MessageBoxes to be missing much of their text.
8093
8094         * [windows/scroll.c]
8095         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
8096
8097 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
8098
8099         * [miscemu/int21.c]
8100         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
8101
8102         * [misc/property.c]
8103         Fixed inverted logic in EnumProps(), and changed CallBack16()
8104         call to use new arg format.
8105
8106         * [windows/win.c]
8107         Fixed CallBack16() call in Enum[Child]Windows to use new arg
8108         format; this fixes crashes in enum procedures.
8109
8110 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
8111
8112         * [misc/clipboard.c]
8113           [windows/event.c]
8114           [windows/message.c]
8115         Added cut and paste between Wine and other X clients via
8116         the PRIMARY selection. Text only this time.
8117
8118         * [controls/edit.c]
8119         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
8120
8121         * [windows/defwnd.c]
8122         Send WM_SYSCOMMAND to overlapped ancestor window, 
8123         not the receiver of WM_SYSKEYDOWN
8124
8125 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8126
8127         * [controls/edit.c]
8128         ClientWidth()/ClientHeight() macros: return 0 if size would
8129         be negative
8130         EDIT_StrLength(): takes unsigned char* instead of char*
8131
8132         * [controls/listbox.c]
8133         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
8134         case instead of in each place required (it was omitted in
8135         some places causing problems!)
8136
8137         * [controls/menu.c]
8138         MENU_CalcItemSize(): don't try to find size of a text item
8139         if the pointer is NULL
8140
8141         * [include/heap.h]
8142         added definition of HEAP_LocalInit()
8143
8144         * [include/msdos.h]
8145         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
8146         instead)
8147
8148         * [loader/selector.c]
8149         IPCCopySelector(): added missing flags to shmget() call
8150         ? does this break linux - I added these flags in a previous
8151         patch but they were missing in the corresponding release ?
8152
8153         * [loader/signal.c]
8154         win_fault(): added missing definitions of i, dump for those
8155         not running NetBSD or linux
8156
8157         * [misc/dos_fs.c]
8158         DOS_GetCurrentDir(): made temp[] static so it can be safely
8159         returned
8160
8161         * [miscemu/int21.c,int25.c,int26.c]
8162         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
8163         segmem.h where necessary.
8164
8165         * [windows/dialog.c]
8166         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
8167         HEAP_LocalInit(), removed redundant variables
8168
8169 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
8170
8171         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
8172           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
8173           [objects/bitblt.c] [objects/metafile.c]
8174         Rewritten more printf's to use the new debugging system, and
8175         made wine less verbose per default. Use "-debugmsg +module"
8176         to get (almost) the same behavior as before.
8177
8178 ----------------------------------------------------------------------
8179 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8180
8181         * [controls/button.c]
8182         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
8183         BM_SETSTATE.
8184         Implemented default button painting.
8185         Optimised redrawing.
8186         Fixed owner-draw buttons.
8187
8188         * [controls/static.c]
8189         Implemented WM_SETFONT.
8190         A few optimisations in painting code.
8191         Bug fix for SS_SIMPLE controls.
8192
8193         * [if1632/callback.c]
8194         Preliminary GetCodeHandle().
8195
8196         * [if1632/gdi.spec]
8197         Changed 'pascal' to 'pascal16' everywhere it's needed.
8198
8199         * [include/windows.h]
8200         Fixed a few data structures.
8201
8202         * [memory/heap.c]
8203         Bug fix in HEAP_ReAlloc().
8204
8205         * [misc/cursor.c]
8206         Fixed SetCursor().
8207
8208         * [objects/bitblt.c]
8209         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
8210
8211         * [objects/font.c]
8212         Better font mapping code.
8213         Implemented GetTextFace().
8214
8215         * [objects/region.c]
8216         Bug fix in REGION_MakePixmap().
8217         Faster region copying.
8218
8219         * [objects/text.c]
8220         Implemented ExtTextOut().
8221         Implemented DT_NOCLIP style for DrawText().
8222
8223         * [windows/dc.c]
8224         Free the bitmap when deleting a memory DC.
8225
8226         * [windows/dce.c]
8227         Added support for windows that have no associated X window.
8228         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
8229
8230         * [windows/defdlg.c]
8231         Implemented default push button handling and DM_SETDEFID.
8232         Implemented WM_NEXTDLGCTL.
8233
8234         * [windows/dialog.c]
8235         Implemented default push button handling.
8236         Beginning of a keyboard interface in dialogs
8237         (does not really work yet).
8238         Fixed dialogs that use a special font.
8239
8240         * [windows/event.c] [windows/focus.c]
8241         Added support for non-X windows.
8242
8243         * [windows/graphics.c]
8244         Rewritten FloodFill() and implemented ExtFloodFill().
8245
8246         * [windows/message.c]
8247         Cleaner hardware messages and X events handling.
8248
8249         * [windows/defwnd.c] [windows/painting.c]
8250         Implemented WM_SETREDRAW.
8251
8252         * [windows/win.c]
8253         Only create an X window for top-level windows, or for the desktop.
8254         Child windows now use their parent's drawable.
8255
8256         * [windows/winpos.c]
8257         Beginning of support for non-X windows (still somewhat broken).
8258         Implemented *DeferWindowPos().
8259
8260         * [*/Imakefile]
8261         Cleaned up some Imakefiles.
8262         Moved dc.c from windows/ to objects/.
8263         Moved cursor.c from misc/ to windows/.
8264
8265 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
8266
8267         * [include/debug.h]
8268           [include/stddebug.h]
8269           [*/*.c]
8270         Rewritten all the calls to printf for displaying debug-information
8271         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
8272         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
8273         all these messages on, "-debugmsg -dll" will turn all messages 
8274         concerning DLLs off.
8275
8276         * [controls/combo.c]
8277         Added some handling for combo controls with ownerdraw-styles
8278         (just creating and passing the necessary messages to the 
8279         corresponding listbox control; the edit-control needs to be
8280         replaced with something else).
8281
8282         * [controls/edit.c]
8283           [windows/dialog.c]
8284         Added support for use of global heap memory in dialogs with 
8285         edit controls.
8286
8287         * [controls/listbox.c]
8288         Added support for item data.
8289         ListBoxInsertString(): Fixed bug for elements which are not inserted
8290         after the currently last element.
8291         
8292         * [misc/dos_fs.c]
8293           [miscemu/int21.c]
8294         DOS_ValidDirectory(): Checks whether a given string is in fact the
8295         valid name of a directory.
8296
8297 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
8298
8299         * [Imakefile]
8300         generate wine.sym after creating wine
8301
8302         * [debugger/dbg.y]
8303         load "wine.sym" when entering debugger
8304
8305         * [debugger/info.c]
8306         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
8307
8308 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
8309
8310         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
8311         Files created
8312
8313 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
8314
8315         * [misc/spy.c]
8316         Exclude and Include no longer requires a terminating ';' to
8317         register the last component.
8318
8319 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
8320
8321         * [Configure]
8322         Rewrote much of it.  Added capability to generate a wine.ini
8323         file.  Commented out the processor emulator options until that
8324         becomes interesting.  Gives a warning if it sees any *.rej
8325         files.  I hope I haven't assumed to much about the shell/OS so
8326         that it breaks under *BSD.
8327
8328         * [misc/dos_fs.c]
8329         Removed/changed calls to ToUnix() (which calls tolower()) so
8330         that the part of the pathname which correspond with the drive
8331         letter on DOS no longer will be mapped to lowercase.  This
8332         means that it should be possible to have uppercase letters in
8333         the [drives] section of wine.ini.
8334
8335         * [LICENSE]
8336         Cosmetic changes so that it displays better in the window you
8337         get from pressing "Credit_License" in the "About WINE" window.
8338
8339 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
8340
8341         * [controls/menu.c]
8342         LoadMenu() moved to loader/resource.c.
8343
8344         * [misc/main.c]
8345         Added stub for FileCDR().
8346
8347         * [include/peexe.h]
8348         Added, from Eric's pe-test.
8349
8350         * [include/resource.h]
8351         Added.
8352
8353         * [loader/resources.c]
8354         Removed duplicated code in *Resource() functions.
8355         Moved NE-program specific functions into ne_image.c.
8356         Moved NE-fileformat functions to ne_resource.c.
8357
8358         * [pe_image.c] [pe_resource.c]
8359         Added. Nothing implemented to run PE-executables, resource
8360         loading only.
8361
8362         * [misc/file.c]
8363         Changed OpenFile() to use macros.
8364
8365         * [misc/shell.c]
8366         Added NULL-ptr checks to ShellAbout().
8367
8368         * [miscemu/int21.c]
8369         Fixed a few typos.
8370
8371         * [miscemu/kernel.c]
8372         Added _DI = _DS, to put the caller's instance in DI. Doesn't
8373         work properly if caller changed DS :-(
8374
8375 ----------------------------------------------------------------------
8376 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
8377
8378         * [include/win.h]
8379         Removed seperate X window for icon, added icon width,height.
8380
8381         * [include/windows.h]
8382         Commented out the old SW_xxx emum and added defines since
8383         they aren't enumerated.
8384
8385         * [windows/dce.c]
8386         Removed some older IsIconic checks from GetDCEx(), functionality
8387         is now in nonclient and generic wine window handling code.
8388         Lots of thanks to Alexandre Julliard all the hints and
8389         help...
8390
8391         * [windows/defwnd.c]
8392         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
8393         WM_PAINTICON now calls NC_HandleNCPaint.  
8394
8395         * [windows/event.c]
8396         Removed IsIconic checks.
8397
8398         * [windows/icon.c]
8399         Removed everything in this file for now... could be used later.
8400         Icon functionality is now handled by the generic wine windows
8401         handling functions.
8402         
8403         * [windows/mdi.c]
8404         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
8405         show up when deiconified.  Removed IsIconic checks.
8406
8407         * [windows/message.c]
8408         Removed old icon routines from hardware_event().
8409
8410         * [windows/nonclient.c]
8411         Changed NC_HandleNCCalcSize() so it doesn't change the size
8412         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
8413         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
8414         on an Iconic window always send a SC_RESTORE message.
8415
8416         * [windows/painting.c]
8417         Changed RedrawWindow() so it doesn't redraw an iconic window
8418         unless it has to (no icon for this class).
8419         
8420         * [windows/win.c]
8421         Removed creation of seperate icon window from CreateWindowEx().
8422         
8423         * [windows/winpos.c]
8424         Added saving and restoring of window rectangle during
8425         iconification/deiconification to ShowWindow().  Added
8426         functions to recursively hide and show children... called
8427         by ShowWindow during iconification/deiconification.
8428
8429 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
8430
8431         * [windows/message.c]
8432         WaitMessage(): Fixed handling of wm_timer-messages
8433
8434         * [miscemu/int21.c]
8435         FindNextFCB(): Rewritten to support other functions than just
8436         returning the volume label
8437
8438         * [misc/file.c]
8439         OpenFile(): Fix in handling of OF_CREATE
8440
8441 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8442
8443         * [if1632/user.spec]
8444         Added SetParent.
8445
8446         * [windows/win.c]
8447         Added SetParent.
8448
8449 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8450
8451         * [loader/selector.c]
8452         Many changes throughout file to correct handling of shared memory
8453         function return codes. FreeBSD and SunOS shm functions return
8454         -1 not 0 on error. If Linux is different, these changes
8455         will have to be backed out.
8456         CleanupSelectors(): this is a new (internal) call to free
8457         up all selectors (and shm handles/memory) for use on exit.
8458
8459         * [include/segmem.h]
8460         Change comment to reflect new use of shm_key
8461
8462         * [misc/main.c]
8463         called_at_exit(): add call to CleanupSelectors()
8464
8465 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8466
8467         * [controls/button.c]
8468         Use OBM_CHECKBOXES to draw check boxes with correct colors.
8469         Fixed bug with WM_SETTEXT handling.
8470         A few drawing optimisations.
8471
8472         * [controls/menu.c]
8473         Implemented correct \t and \a handling in menu items.
8474         Implemented help items (flush right) on menu bar.
8475         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
8476
8477         * [controls/static.c]
8478         Fixed SS_ICON controls and implemented STM_SETICON message
8479         handling.
8480
8481         * [controls/widget.c]
8482         Set cursor to IDC_ARROW for built-in classes.
8483
8484         * [include/options.h] [misc/main.c]
8485         Backing store is now off by default.
8486
8487         * [objects/region.c]
8488         Use X regions for rectangle and polygon regions: *major* speed
8489         improvement.
8490
8491         * [windows/dialog.c]
8492         Fixed the fix for integer ids in controls. SS_ICON controls in
8493         dialogs should work now.
8494         Implemented DS_ABSALIGN style.
8495
8496         * [windows/graphics.c]
8497         Implemented InvertRgn().
8498         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
8499         than with CreateCompatibleDC() + BitBlt().
8500
8501         * [windows/message.c]
8502         Determining the window for a mouse message is now done at
8503         GetMessage() time.
8504         Modified PeekMessage() handling to avoid needlessly flushing the
8505         output queue.
8506
8507         * [windows/timer.c]
8508         Check for restart of a timer (SetTimer call with the same hwnd and
8509         id than an existing timer).
8510
8511 ----------------------------------------------------------------------
8512 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
8513
8514         * [misc/file.c]
8515         OpenFile(): Completly rewritten.
8516
8517         * [miscemu/int21.c]
8518         CreateFile(): Fixed wrong mode in call to open.
8519         OpenExistingFile(): Implemented file sharing.
8520         FindNext(): Fixed.
8521         CreateNewFile(): Fixed wrong mode in call to open.
8522         fLock(): Added to handle record locking.
8523         GetFileAttribute(): Added.
8524         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
8525
8526         * [miscemu/int2f.c]
8527         AH = 0x10: SHARE installation check
8528  
8529         * [loader/resource.c]
8530         AccessResource(): Fixed. A new file descriptor will be returned by
8531         every call to AccessResource().
8532
8533         * [windows/utility.c]
8534         wvsprintf(): Fixed.
8535
8536         * [controls/menu.c]
8537         FindMenuItem(): Fixed (handling for nPos == -1 added).  
8538
8539         * [windows/win.c]
8540         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
8541
8542         * [Configure]
8543         Added two options for a processor emulator that might be
8544         plugged in later..
8545
8546         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
8547         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
8548         Added TaskFirst(), TaskNext(), TaskFindHandle().
8549
8550         * [memory/global.c]
8551         Added stub for MemManInfo().
8552
8553         * [objects/text.c]
8554         Added stub for GetTabbedTextExt().
8555
8556         * [miscemu/*]
8557         Changed all references to registers. Please don't access
8558         the context structure.
8559         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
8560
8561         * [misc/lstr.c]
8562         Fixed bug in AnsiUpper() & AnsiLower().
8563
8564         * [misc/winsocket.c]
8565         bugfix in getsockopt()/setsockopt(): winsock uses different values
8566         than unix.
8567
8568         * [objects/dib.c]
8569         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
8570
8571 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
8572
8573         * [controls/edit.c]
8574         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
8575
8576         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
8577         Modified dialog code to create new heap for edit controls
8578         unless DS_LOCALEDIT style is set.
8579
8580 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8581
8582         * [controls/button.c] [controls/edit.c] [controls/static.c]
8583         Removed unneeded GlobalUnlock() calls.
8584
8585         * [controls/menu.c] [include/menu.h]
8586         Lots of changes, fixed a lot of old bugs and introduced a lot of
8587         new ones :-)
8588         - Changed message loop to use MSG_GetInternalMessage().
8589         - Fixed a bug that caused the main window to lose activation when
8590           displaying a menu.
8591         - Correctly send initialisation messages (WM_INITMENUPOPUP).
8592         - Implemented EndMenu() and LookupMenuHandle().
8593         - Changed internal structures to be as compatible as possible with
8594           MS-Windows.
8595         - Allocated everything on the USER heap instead of the global heap.
8596         - Prefixed all internal function names with MENU_ and declared
8597           them static.
8598         - Moved "About Wine..." handling to NC_HandleSysCommand().
8599         - Multi-line menus should now work correctly.
8600
8601         * [loader/resource.c] [objects/bitmap.c]
8602         Added the possibility to create OEM bitmaps directly as X bitmaps.
8603
8604         * [objects/dcvalues.c] [windows/dc.c]
8605         Fixed GetDCOrg() to return screen coordinates.
8606
8607         * [windows/message.c]
8608         Fixed double-click checks when the message is not removed from the
8609         queue.
8610         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
8611
8612         * [windows/nonclient.c]
8613         Bug fix in system menu hit-test calculation.
8614         A few changes for new menu functions.
8615
8616 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8617
8618         * [controls/edit.c]
8619         Bug fix in Edit_NCCreateMessage
8620         es->textlen was being used before being set
8621
8622         * [controls/menu.c]
8623         Bug fix in MENU_DrawMenuItem
8624         don't try to write text if NULL pointer passed
8625
8626 ----------------------------------------------------------------------
8627 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
8628
8629         * [windows/message.c]
8630         Implemented WaitMessage() (USER.112).
8631
8632         * [if1632/user.spec]
8633         Added WaitMessage.
8634
8635         * [windows/defwnd.c]
8636         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
8637
8638         * [miscemu/int{13,21,2a}.c]
8639         * [miscemu/Imakefile]
8640         * [signal/loader.c]
8641         Added a few basic disk information and diagnostic functions to
8642         prevent programs using this function from crashing. All drives
8643         are claimed to be remote ones, so direct I/O isn't allowed.
8644
8645         * [controls/edit.c]
8646         EDIT_WriteText(): Added code to correctly erase the remaining space
8647         of the edit-control if the size of the control has changed sinced it's
8648         creation.
8649
8650 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
8651
8652         * [if1632/mouse.spec]
8653         Added mouse.dll entry, no functions.
8654
8655         * [loader/resource.c]
8656         Bug fix in AccessResource(). 
8657
8658         * [misc/keyboard.c], added [include/keyboard.h]
8659         Changed functions to return more useful values.
8660
8661         * [windows/dialog.c]
8662         Hacked DIALOG_GetControl() to support resources which
8663         have 0xff00 - 0xffff as id. ** Needs to be done properly by
8664         someone who knows the NE fileformat **
8665
8666 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8667
8668         * [windows/event.c]
8669         Add new stub for EnableHGardwareInput() function.
8670
8671         * [windows/message.c]
8672         Add coding for HWND_BROADCAST in PostMessage().
8673
8674         * [misc/file.c]
8675         Add coding for OpenFile() also search in WindowPaths.
8676
8677         * [misc/mmsystem.c]
8678         * [misc/audio.c]
8679         * [misc/mmaux.c]
8680         * [misc/mcicda.c]
8681         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
8682         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
8683         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
8684 ----------------------------------------------------------------------
8685 Mon Jul 18 23:55:13 MET DST 1994
8686
8687         * [if1632/call.S]
8688         CallTo16(): added `mov %eax,%edx' just before lcall,
8689         to make sure that DX contain the DLL's hinstance when
8690         initialised.
8691
8692         CallTo32_16() added, equal to CallTo32() except for
8693         one thing: it saves DX and 
8694
8695         * [tools/build.c]
8696         Added some code to support 16 and 32 bit return values.
8697
8698         * [1632/{kernel,user}.spec]
8699         Changed most of the `pascal' style to pascal_16 when
8700         function returned a 16bit value.
8701
8702 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8703
8704         * [controls/menu.c]
8705         Reorganized sizing and drawing code to implement multi-line menus.
8706         Implemented MENUBREAK style.
8707         Use system colors to draw menus.
8708
8709         * [objects/color.c]
8710         Bug fix in COLOR_IsSolid().
8711
8712         * [objects/font.c]
8713         Bug fix in FONT_GetMetrics(): calculate average character width
8714         only on existing chars (dialogs look much better).
8715
8716         * [objects/text.c]
8717         Bug fix in DrawText(): use text color to underline mnemonic.
8718
8719         * [windows/nonclient.c]
8720         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
8721
8722         * [windows/syscolor.c]
8723         Added system objects for menu colors.
8724
8725 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8726
8727         * [controls/menu.c]
8728         Fixed bug in SelectPrevItem that caused seperators to not be
8729         skipped when using the up arrow key.
8730
8731 ----------------------------------------------------------------------
8732 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
8733
8734         * [Configure]
8735         Autodetects Linux version (if running Linux).
8736
8737         * [loader/signal.c]
8738         New signals for Linux.
8739
8740         * [loader/ldtlib.c]
8741         New structure field in sys call.
8742
8743 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
8744
8745         * [load/resource.c] 
8746           fixed Memory (Resource) Leak.
8747
8748         * [load/main.c] 
8749           fixed a printf.
8750
8751 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8752
8753         * [controls/desktop.c]
8754         Implemented desktop wallpaper (only 16 colors for now).
8755
8756         * [controls/menu.c] [windows/nonclient.c]
8757         Preliminary work to allow multi-line menus.
8758
8759         * [misc/main.c]
8760         No backing store on desktop window (not useful).
8761
8762         * [objects/text.c]
8763         A few fixes to DrawText() to make underlines under mnemonic
8764         letters to look better.
8765
8766         * [windows/graphics.c]
8767         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
8768         Implemented PolyPolygon() (partially working).
8769
8770         * [windows/winpos.c]
8771         New function WINPOS_SendNCCalcSize().
8772         Cleaned up SetWindowPos() and added preliminary support for
8773         multi-line menus.
8774
8775 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
8776
8777         * [controls/edit.c]
8778         Changes to work as a library.
8779
8780         * [if1632/callback.c] 
8781         Ifdefed module.
8782
8783         * [if1632/relay.c]
8784         Changes to allow linking with WineLib.
8785
8786         * [include/windows.h]
8787         Added macro WINELIB_UNIMP
8788
8789         * [loader/library.c]
8790         When compiling WineLib, GetProcAddress is not implemented yet.
8791
8792         * [loader/main.c]
8793         Added empty InitDLL when using WineLib.
8794
8795         * [loader/ne_image.c]
8796         Some parts of the loader are needed for WineLib, ifdefed correctly
8797
8798         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
8799         Disable compilation of module when compiling WineLib.
8800
8801         * [toolkit/heap.c]
8802         Fixed small bug.  When passed an invalid handle WineLib would
8803         crash, now return NULL.
8804
8805         * [toolkit/winmain.c]
8806         Call CreateNewTask in _WinMain.
8807
8808 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
8809
8810         * [controls/edit.c] [controls/widget.c]
8811         More changes to improve compatibility with Windows' edit
8812         control.  Finished off tab stop support.
8813
8814 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
8815
8816         * [if1632/relay.c]
8817         # of ordinals in shell.dll changed to 103.
8818
8819         * [loader/signal.c]
8820         sti, cli will now be ignored.
8821
8822         * [objects/brush.c]
8823         Added stub for GetSysColorBrush().
8824
8825 ----------------------------------------------------------------------
8826 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
8827
8828         * [controls/edit.c]
8829         Bug fixes and tidying up.  Preliminary tab stop support
8830         (doesn't work yet).
8831
8832         * [windows/dialog.c]
8833         Reversed order of buttons in CheckRadioButtons so that all
8834         buttons are now displayed.
8835
8836 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8837
8838         * [include/options.h] [misc/main.c] [windows/win.c]
8839         Removed nosaveunders option, replaced by handling
8840         the CS_SAVEBITS flag.
8841
8842         * [windows/class.c]
8843         Modified the fix for negative size in class extra bytes to
8844         avoid modifying the caller's data.
8845
8846         * [windows/dc.c]
8847         Bug fix: system font must be a proportional font.
8848         Fixed a bug that caused the default pen to not be selected
8849         correctly in a DC.
8850
8851         * [windows/graphics.c]
8852         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
8853         noticing it.
8854
8855         * [windows/painting.c]
8856         Removed incorrect selecting of default objects in BeginPaint()
8857         (no longer needed because of the fix in dc.c).
8858
8859 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8860
8861         * [misc/mmsystem.c]
8862         * [misc/audio.c]
8863         Add more code to interface '/dev/dsp'.
8864
8865         * New file [misc/mcicda.c]
8866         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
8867
8868         * New file [misc/mmaux.c]
8869         Stubs to make a future driver connected to '/dev/mixer'.
8870
8871         * [windows/win.c]
8872         Temporary patch to CreateWindowEx() for reseting negative
8873         coordinates to 0,0 ; because 'soundrec.exe' give negative values
8874         and I need it to work on MMSYSTEM ... :-)
8875
8876         * [miscemu/int2f.c]
8877         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
8878
8879 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
8880
8881         * include/comm.h
8882         New file -- some definitions that were in comm.c now need to
8883         be shared with misc/dos_fs.c
8884
8885         * misc/comm.c
8886         Some definitions moved into include/comm.h
8887
8888         * misc/dos_fs.c (DOS_GetEquipment):
8889         Fixed error in equipment -- bitwise or of two values should
8890         be used instead of logical or.  Also added code to correctly
8891         report the number of serial and parallel devices.
8892
8893 ----------------------------------------------------------------------
8894 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
8895
8896         * [objects/bitmap.c]
8897         Allow negative bitmap sizes.
8898
8899 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
8900
8901         * [controls/edit.c]
8902         Improved selection display.  Added processing for WM_SETFONT,
8903         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
8904         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
8905         application's local heap.
8906
8907         * [windows/graphics.c]
8908         Corrected bug in Rectangle().  XFillRectangle has the same
8909         width as Rectangle, but XDrawRectangle is one pixel wider
8910         for the same co-ordinates.
8911
8912         * [memory/heap.c] [include/heap.h]
8913         Added HEAP_LocalSize function.
8914
8915         * [windows/event.c] [windows/keyboard.c]
8916         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
8917         Added supporting code to GetKeyState and GetAsyncKeyState and
8918         merged mouse button states into GetKeyboardState.
8919
8920         * [loader/resource.c] [include/accel.h]
8921         Added recognition of SHIFT, CONTROL and ALT keys to
8922         TranslateAccelerator.
8923
8924         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
8925         A bit more metafile support.
8926
8927 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
8928
8929         * [loader/resource.c]
8930         SizeofResource() and AllocResource() added, AccessResource() updated.
8931
8932         * [if1632/kernel.spec]
8933         FreeLibrary() used for FreeModule().
8934
8935         * [windows/graphics.c]
8936         Rectangle(): swap left & right corners when right < left,
8937         swap top & bottom when botton < top.
8938
8939 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8940
8941         * [controls/combo.c]
8942         Fix bug in window style of the associated listbox.
8943
8944         * [controls/menu.c]
8945         Skip separators in keyboard navigation by using new internal 
8946                 functions SelectPrevItem() & SelectNextItem(),
8947
8948         * [misc/profile.c]
8949         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
8950                 IntBuf must be alloc to (5+1)=6. char instead of 5.
8951
8952         * [misc/main.c]
8953         Put code in functions SetEnvironment() & GetEnvironment().
8954
8955         * [misc/shell.c]
8956         Start putting some code in ExtractIcon() function.
8957
8958         * [misc/mmsystem.c]
8959         Some code for MMTimer functions & timers list.
8960
8961         * [miscemu/int31.c]
8962         Few stubs for DPMI interrupt calls. Nothing work yet.
8963
8964 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
8965
8966         * include/win.h (tagWND):
8967         Added icon fields icon, hIcon and rectClientSave to 
8968         the tagWND struct.
8969
8970         * windows/Imakefile
8971         Added icon.c to the list of files to compile
8972
8973         * windows/dce.c (GetDCEx):
8974         Added some checks for iconic mode and pass icon window as drawable,
8975         not the real window.
8976
8977         * windows/defwnd.c (DefWindowProc)
8978         Added PAINTICON default windows procedure.
8979
8980         * windows/event.c (EVENT_Expose)
8981         Added check for iconic window expose. If iconic window is exposed
8982         send a WM_PAINTICON message
8983
8984         * windows/icon.c 
8985         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
8986
8987         * windows/mdi.c (DefMDIChildProc)
8988         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
8989
8990         * windows/message.c (hardware_event)
8991         Looks for icon as well as window now.
8992
8993         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
8994         Added iconify/deiconify in NC_HandleSysCommand, new function
8995         NC_DoNCPaintIcon which paints an icon.
8996
8997         * windows/painting.c (BeginPaint)
8998         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
8999         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
9000         windows behavior.
9001
9002         * windows/win.h (CreateWindowEx)
9003         Set the default background color of a window to be white.
9004         Create icon window, turn off MINIMIZE if it is on, since
9005         I don't know what to do with it as of yet... register
9006         the icon with the hwnd of its window so we can identify where
9007         icon messages are coming from.
9008
9009 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
9010
9011         * windows/event.c: Added a hack to define XPointer when using
9012         X11R4. 
9013
9014         * toolkit/hello.c: Test application for WineLib. To compile you'll
9015         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
9016         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
9017
9018         * toolkit/heap.c: Extended the size of the block size per chunk.
9019
9020         * misc/stress.c (GetFreeFileHandles): Fixed typo.
9021
9022         * misc/main.c (main): Changes to allow compilation under SunOS. 
9023
9024         * loader/library.c: Changed some ifdefs to compile WineLib.
9025
9026 ----------------------------------------------------------------------
9027 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
9028
9029         * loader/selector.c (GetCurrentPDB): 
9030         Added trivial function GetCurrentPDB() which returns the program
9031         segment prefix selector.
9032
9033         * memory/heap.c (HEAP_Free): 
9034         If free list is empty, make the freed block the free list.
9035
9036 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
9037
9038         * controls/edit.c (EDIT_SetTextMsg): 
9039         Do not append a newline at the end of the last line.
9040
9041         * windows/event.c (SetCapture): 
9042         Set winHasCursor if mouse capture succeeds.
9043
9044 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9045
9046         * [controls/listbox.c]
9047         Fix bug in listbox : InsertString should call AddString if -1.
9048
9049         * [controls/menu.c]
9050         New function GetMenuState().
9051
9052         * [controls/scroll.c] [windows/nonclient.c]
9053         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
9054
9055         * [objects/text.c]
9056         Add Stub for TabbedTextOut(), which temporarely call Textout().
9057
9058         * [windows/keyboard.c] [windows/event.c]
9059         New function GetKeyBoardState() with an KeyStateTable array
9060                 & associated handling in function EVENT_key().
9061
9062 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
9063
9064         * [controls/menu.c]
9065         IsMenu() added.
9066
9067         * [loader/library.c]
9068         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
9069         added.
9070
9071         * [object/gdiobj.c]
9072         IsGDIObject() added.
9073
9074         * [miscemu/int2[56].c]
9075         bugfix: both didn't leave flags pushed on 16bit-stack.
9076         (winfile gets a bit further)
9077
9078         * [miscemu/int16.c]
9079         Added (empty).
9080
9081 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
9082         * windows/event.c:
9083         Added code to drop redundant motion Events in the XEvent queue.
9084
9085 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
9086
9087         * [misc/main.c misc/message.c include/texts.h]
9088         Removed the text-constants from message.c into variables
9089         which may be changed from X-resources.
9090
9091         * [misc/main.c misc/message.c]
9092         added <locale.h> and setlocale() to main.c, used toupper() in message.c
9093
9094 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
9095
9096         * controls/button.c ( [CR]B_LButton* ) 
9097         left rc.right at full window width so click on label also 
9098         activates the control (MSWin behavior)
9099
9100 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
9101
9102         * include/windows.h:
9103           functions pointers can not be packed.
9104           (annoying warnings with forthcomming gcc-2.6.x)
9105         
9106         * loader/main.c (InitDLL): 
9107           Fixed a printf statement. (for control.exe) 
9108
9109           (InitializeLoadedDLLs): 
9110           deleted shadow definition of  *wpnt.
9111           (Breaks many programs, because now COMMDLG will be
9112            initialized :-(
9113
9114         * windows/win.c (SetWindowText): 
9115           added missing breaks; (PENSATE starts) 
9116
9117         * windows/graphics.c (FloodFill): 
9118           Proper boundarys. (BANGBANG starts) FloodFile_rec should
9119           be rewritten.
9120
9121         * objects/font.c (FONT_GetMetrics): 
9122           TYPO: use font->perchar only if it is defined. (WRITE starts)
9123
9124 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
9125         controls/scroll.c:
9126         Fixes for improved behaviour when dragging thumb;
9127         Added SB_THUMBPOSITION message when thumb is released.
9128
9129 ----------------------------------------------------------------------
9130 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
9131
9132         * loader/selector.c (FixupFunctionPrologs): 
9133         New function to fixup loaded DLL function prologs.  It replaces the
9134         do nothing code with code that loads DS with the appropriate data
9135         segment for the DLL.
9136
9137         * misc/cursor.c (LoadCursor): 
9138         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
9139         the possibility of multiple cursors in a single directory.  Also,
9140         it should check to see if the cursor is the right size.
9141
9142         * objects/font.c (EnumFonts): 
9143         Checked for lpLogFontList[i] == NULL
9144
9145         * objects/gdiobj.c (SetObjectOwner): 
9146         Removed stub.  Replaced with simple return in gdi.spec.  This
9147         function is not defined for the retail version of Windows.
9148
9149         * memory/heap.c (WIN16_LocalHandleDelta): 
9150         New function.  This is really a dummy that imitates the proper
9151         return values.
9152
9153         * loader/library.c (GetProcAddress): 
9154         Fixed definition of IS_BUILTIN_DLL() macro.
9155
9156 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
9157
9158         * miscemu/int21.c (SeekFile): 
9159         Needed to return current position in DX:AX.
9160
9161         * windows/utility.c (windows_wsprintf): 
9162         Added support for '#' in format, and fixed bug with "ptr" being
9163         incremented too many times.
9164
9165         * miscemu/int21.c (OpenExistingFile): 
9166         Add code to handle opening files read-only and write-only.
9167
9168         * loader/wine.c:
9169         Segment fixups now done in LoadImage instead of _WinMain.  This
9170         is necessary to support LoadLibrary().
9171
9172 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
9173
9174         * [loader/*]
9175                 - fixed: GetModuleHandle() sometimes returned
9176                   a wrong handle.
9177                 - don't init dlls when cs == 0 (lzexpand, doesn't
9178                   seem to have a init function)
9179                 - LoadLibrary & LoadImage now return error instead
9180                   of stopping wine.
9181                 - moved most of NE-functions into one file.
9182                 - LoadLibrary() uses w_files list instead of its
9183                   own list.
9184                 - NE exectables are now fixed-up and initialised when
9185                   loaded instead of only once before calling InitTask.
9186
9187         * [miscemu/int15.c] [miscemu/int31.c]
9188         Added.  
9189
9190         * [loader/selector.c]
9191         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
9192
9193         * [misc/main.c]
9194         Stub added for IsRomModule().
9195
9196         * [miscemu/int21.c]
9197         Some cleanup, added heap for returning data.
9198
9199 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9200
9201         * [tools/build.c]
9202         Change MAX_ORDINALS     define to higher value, 1299 entries.
9203         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
9204
9205         * [windows/utility.c]
9206         Bug fix in windows_wsprintf(), (twice increments ...).
9207
9208         * [windows/winpos.c]
9209         Bug fix in SetWindowPos(), redraw was done if flag
9210                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
9211
9212         * [misc/message.c] [controls/combo.c]
9213         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
9214
9215         * [windows/win.c]
9216         In CreateWindowEx(), do SetMenu() calls after window creation,
9217                 just before sending to WM_NCCALCSIZE.
9218
9219         * [controls/menu.c]
9220         In function SetMenu(), now use SetWindowPos() with 
9221                 flags SWP_FRAMECHANGED to readjust menu area.
9222         Function MenuBarCalcSize() redone.
9223
9224 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
9225
9226         * [objects/text.c]
9227         Fixed problems associated with DT_WORDBREAK flag.  String length
9228         was not being properly decremented when lines were folded, and
9229         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
9230         both on in addition to DT_WORDBREAK.  Windows does wrapping in
9231         this case, and now so does wine.
9232
9233 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
9234
9235         * [edit.c]
9236         cp1 was uninitialized iff lineno == 0
9237
9238         *  FindFile tests for existance of file even if a full
9239            filename was supplied. What about unix file names?
9240
9241         * [controls/listbox ]
9242         wndPtr was uninitialized for LB_SETTOPINDEX
9243
9244         * [misc/property.c]     
9245         Do not free lpProp. Is it really allocated by malloc?
9246         {edited by Bob Amstadt: changed free() to GlobalFree()}
9247
9248 ----------------------------------------------------------------------
9249 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
9250
9251         * miscemu/int21.c (OpenExistingFile): 
9252         OpenExistingFile needed to return handle in AX register instead
9253         of the BX register.
9254
9255         * miscemu/int21.c (ioctlGetDeviceInfo): 
9256         Added a little code to give a fake result for normal files.
9257
9258 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
9259
9260         * [memory/global.c]
9261         return value from GlobalSize was completely wrong.
9262
9263         * [miscemu/int21.h]
9264         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
9265         dta correctly.
9266
9267         * [tools/build.c]
9268         fixed creation of pop.h to guarantee that flags are restored correctly.
9269
9270         * [misc/comm.c]
9271         changed all occurance of strncmp() to strncasecmp().
9272         BuildCommDCB() should not require that OpenComm() be called first.
9273
9274         * [loader/selector.c]
9275         Heap initialized to size of full segment less stack size and 
9276         automatic data size.
9277
9278 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
9279
9280         * [controls/listbox.c]
9281         Correct typos in ListBoxResetContent where lpls variable is
9282         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
9283         twice on the same handle if hData and hMem are the same.
9284
9285         * [debugger/opcodes/i386-dis.c]
9286         Add new name array names_rmw for table driven decoding of the
9287         16-bit mod/rm field.  Omit large case statement in OP_E and
9288         replace with array reference to match existing coding style.
9289         Add new static variable machine with value 286 or 386 to
9290         correctly decode mod/rm field in either 16 or 32 bit modes.
9291         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
9292         to decode mod/rm.  While the code was correct for 16 bit code,
9293         it was improperly decoding mod/rm fields on word prefixed
9294         32 bit instructions.
9295
9296         * [debugger/debug.l]
9297         Recognize new token ABORT.   Recognize single letters 'p'
9298         and 'q' as tokens.
9299
9300         * [debugger/dbg.y]
9301         Add new token ABORT.  Allow print command to be invoked by
9302         'p' and quit command by 'q', ala GDB.  Change lots of '};'
9303         to just '}'.  Add static dummy_regs to wine_debug so that
9304         wine_debug(0, NULL) doesn't core dump with qmagic.
9305
9306         * [debugger/info.c]
9307         Correct syntax of break command in helptext and omit former
9308         comment about probable bugginess of the disassembly since it
9309         is now correct.  Change fprintf of first backtrace stack
9310         frame to match that of the second and subsequent frames.
9311
9312         * [loader/selector.c]
9313         Change construction of command line in CreatePSP from creating
9314         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
9315         PSP command line looks like " arg1 arg2\r" with the length not
9316         including the trailing "\r" but that is not how Windows does it.
9317
9318         * [loader/library.c]
9319         Change uses of %s to print strings in GetModuleHandle to %x so
9320         that string IDs don't cause a core dump with qmagic.  Handle
9321         converting a string id to a literal module handle.  For
9322         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
9323         it is a real module handle.
9324
9325         * [misc/message.c]
9326         In MessageBox, translate a NULL title argument to the string "Error".
9327
9328         * [misc/profile.c]
9329         In GetSetProfile translate a NULL Default argument to "".  Any
9330         caller whose Default argument is NULL is buggy, but CHARMAP does it
9331         anyway.
9332
9333         * [objects/font.c]
9334         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
9335
9336 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
9337
9338         * New options/resourses nosaveunders and nobackingstore.  By 
9339         default backingstore and saveunders are now enabled, these use 
9340         more memory but avoids those slow (sometimes multiple) redraws 
9341         caused be exposure events.
9342
9343 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9344
9345         * [misc/driver.c] New file
9346         Skeleton for 'Installable Wine Drivers' functions. :-)
9347         * [misc/audio.c] New file
9348         Skeleton for basic 'Audio Driver' functions.
9349         * [misc/network.c] New file
9350         Stubs for few networking functions.
9351
9352         * [misc/mmsystem.c]
9353         More coding ... a dust in a galaxy ...
9354         * [misc/shell.c]
9355         Some coding for 'RegXXX' functions ... a dust in the wind ...
9356
9357         * [misc/profile.c]
9358         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
9359
9360         * [objects/gdi.c]
9361         New function CreateDiscardableBitmap(), it just calling 
9362         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
9363
9364         * [controls/listbox.c]
9365         * [controls/combo.c]
9366         New font member assigned to SYSTEM_FONT as default.
9367         Added processing for WM_SETFONT message;
9368
9369
9370 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
9371
9372         * [windows/event.c]
9373         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
9374
9375         * [windows/keyboard.c]
9376         Implemented beginning of GetAsyncKeyState.
9377
9378 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9379
9380         * [objects/metafile.c] [include/metafile.h]
9381           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
9382           [windows/dc.c]
9383         Further metafile support.
9384
9385 ----------------------------------------------------------------------
9386 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
9387
9388         * [loader/selector.c]
9389         Allocate heap and stack segments as 64k.
9390
9391 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
9392
9393         * [loader/selector.c]
9394         Correct typos where memcpy is used instead of memset.
9395
9396         * [loader/resource.c]
9397         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
9398         by calculating the value when the bitmap is not compressed.
9399
9400         * [miscemu/int21.c]
9401         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
9402
9403         * [loader/resource.c]
9404         New function type_match to handle string resource types as
9405         well as IDs.  In addition, compare only low 4 bits of type_id
9406         when both numbers are IDs so that 0x0002 matches 0x8002.
9407         In FindResourceByNumber and FindResourceByName use type_match
9408         instead of comparing numbers.  In FindResource handle the
9409         "#number" syntax and empty strings in both the resource and
9410         type names.
9411
9412 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
9413
9414         * [windows/dialog.c]
9415         Fix inadvertent printing of string IDs as strings.
9416
9417 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9418
9419         * [controls/menu.c]
9420         New functions GetMenuItemCount(), GetMenuItemID().
9421                 GetMenuString() & HiliteMenuItem().
9422         Bug fix in CheckMenuItem().
9423         Function SetMenu() now make client area recalc if menu removed.
9424
9425         * [windows/winpos.c]
9426         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
9427                 windows with initial width or height equal zero.
9428
9429         * [objects/gdiobj.c]
9430         New function EnumObjects(), using new lpPenBrushList buildup
9431                 from calls to new function GDI_AppendToPenBrushList().
9432                 ('pbrush.exe' don't show its face yet ! ... :-( )
9433         New EMPTY STUB for function SetObjectOwner(),
9434                 ('mplayer.exe' call it via GetProcAddress() ...)
9435
9436         * [objects/font.c]
9437         New internal functions ParseFontParms() & InitFontsList().
9438         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
9439         FONT_MatchFont now make retries to find closest-smallest font.
9440                 ('charmap.exe' can now show the differents fonts available)
9441
9442         * [windows/nonclient.c]
9443         Use small dos OBM_OLD_CLOSE button for MDI windows.
9444
9445         * [windows/graphics.c] [objects/bitmap.c]
9446         Start to remove obsolete globals such XT_screen ...
9447
9448         * [loader/library.c]
9449         Make function GetProcAddress() working also with builtin DLLs.
9450
9451 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
9452
9453         * [if1632/system.spec] [if1632/toolhelp.spec]
9454         system.dll & toolhelp.dll added.
9455
9456         * [loader/library.c]
9457         Modified GetModuleFileName() to return the full
9458         filename.
9459         Added a check to LoadLibrary() to prevent loading
9460         built in dlls. (eg. user.exe)
9461         Added a check to FreeLibrary() to prevent built-in
9462         dlls from being freed.
9463         Modified GetProcAddress() to support builtin dlls.
9464
9465         * [loader/signal.c] [miscemu/int2f.c]
9466         Added => pifedit runs.
9467
9468         * [misc/dos_fs.c]
9469         Added a NULL-ptr check to DOS_closedir().
9470
9471 ----------------------------------------------------------------------
9472 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
9473
9474         * [windows/dce.c]
9475         Fixed bug with dce initialization that was causing dialog boxes to not
9476         be displayed.
9477
9478         * [if1632/callback.c]
9479         Better fix for bug found by Martin.
9480
9481 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
9482
9483         * [ memory/heap.c ]
9484         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
9485
9486 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9487
9488         * [objects/font.c]
9489         Make EnumFonts() calling a callback with dummy fonts ... :-)
9490
9491         * [objects/text.c]
9492         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
9493
9494         * [if1632/callback.c]
9495         Temporarely go around bug in CallWindowProc(), you will see printfs.
9496
9497         * [controls/edit.c]
9498         Make EDIT controls focused by a mouse click.
9499
9500         * [misc/property.c]
9501         Bug Fix in function EnumProps(), better use of CallBack16().
9502
9503         * [misc/mmsystem.c]
9504         Basic Skelton's for MCI messages dispatching function.
9505
9506 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
9507
9508         * [windows/utility.c]
9509         Added windows_wsprintf() for the emulator, wsprintf() is
9510         for libwine.
9511
9512 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
9513
9514         * [misc/cursor.c]
9515         Fix pointer problems in LoadCursor leading to heap corruption.
9516
9517         *  [ controls/menu.c ]
9518         Fix two NULL dereferencing bugs.
9519
9520 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
9521
9522         * [objects/font.c]
9523         Fix NULL pointer dereferencing bug in GetCharWidth.
9524
9525         * [loader/resource.c]
9526         Fix under-allocation of memory in LoadAccelerators.
9527
9528         * [windows/class.c]
9529         Ignore negative sizes for extra fields in RegisterClass.
9530
9531 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9532
9533         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
9534           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
9535           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
9536           [windows/dc.c] [windows/mapping.c]
9537         Beginnings of metafile support.
9538
9539         * [misc/file.c]
9540         Corrected spelling of _lcreat.
9541
9542         * [controls/edit.c]
9543         Minor bug fixes.
9544 ----------------------------------------------------------------------
9545 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9546
9547         * [controls/scroll.c]
9548         Make thumbtrack button disappear if scroll box ratio < 3:1.
9549         Make arrow buttons rectangular if scroll box ratio < 2:1.
9550         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
9551                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
9552         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
9553
9554         * [loader/library.c] [loader/task.c] [misc/exec.c]
9555         Continue playing around trying to get a second task running.
9556
9557         * [windows/mdi.c]
9558         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
9559
9560         * [everywhere]
9561         Adding previous works of the Apr 25, 94.
9562
9563 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
9564
9565         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
9566         Added Martin's mmsystem.dll stubs.
9567
9568         * [misc/sound.c]
9569         Added remaining stubs for sound.dll.
9570
9571         * [if1632/shell.spec] [misc/shell.c]
9572         Fixed prototypes (I found them in BC 4) and added ShellAbout()
9573         and AboutDlgProc().
9574
9575 ----------------------------------------------------------------------
9576 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9577
9578         * [loader/signal.c]
9579         Add XUngrabPointer() & XUngrabServer() in wine_fault().
9580
9581 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9582
9583         * [objects/bitblt.c]
9584         color_stretch() rewritten to use ints only. *fast!*
9585         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
9586         use color_stretch().
9587
9588 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
9589
9590         * [controls/menu.c]
9591         SetSysMenu() added.
9592
9593         * [misc/cursor.c]
9594         GetCursor() added.
9595
9596         * [misc/main.c]
9597         SwapMouseButton() added, (NOP).
9598
9599         * [windows/win.c]
9600         GetDesktopHwnd() added.
9601
9602         * [if1632/*spec]
9603         Added not implemented functions defs as comment.
9604
9605         * [misc/winsocket.c]
9606         Change WSAGetXbyY() functions to non-blocking ones,
9607         Added WSAAsyncSelect(). 
9608         (WSA functions can't be canceled yet).
9609
9610 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
9611
9612         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
9613         path when given a simple file name.  Fixed GetSetProfile to allow
9614         enumerating all key names when KeyName is null.
9615
9616 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9617
9618         * [objects/bitblt.c]
9619         Add protection to BitBlt() & StretchBlt() for width or height = 0.
9620
9621         * [windows/nonclient.c]
9622         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
9623         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
9624
9625         * [windows/win.c]
9626         CreateWindowEx() & DestroyWindow() now call respectively
9627                 AddWindowToTask() & RemoveWindowFromTask().
9628         New empty stub for function AnyPopup().
9629
9630         * [loader/library.c]
9631         Bug Fix : GetModuleFileName() now return full path filename.
9632
9633         * [include/menu.h] [controls/menu.c]
9634         Add hText handle and remove obsolete MENUITEM struct members.
9635         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
9636         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
9637
9638         * [misc/file.c]
9639         GetTempFilename() now create a file.
9640         _lcreate() use unix open (name, mode, perm), with perm=O666.
9641
9642         * [if1632/relay.c]
9643         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
9644
9645         * New file [misc/mmsystem.c]
9646         * New file [include/mmsystem.h]
9647         * New file [if1632/mmsystem.spec]
9648         Many, many empty stubs ... :-)
9649
9650 ----------------------------------------------------------------------
9651
9652 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
9653
9654         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
9655         Fixed bug for non-Linux systems.
9656
9657 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9658
9659         * [windows/win.c]
9660         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
9661         New empty stub for function SetSysModalWindow().
9662
9663         * [misc/exec.c]
9664         New empty stub for function ExitWindows().
9665
9666         * [objects/font.c]
9667         New empty stub for function EnumFonts().
9668
9669         * New file [misc/property.c]
9670         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
9671
9672         * New file [misc/shell.c]
9673         New empty stubs for function RegisterShellProc(), 
9674                         ShellExecute() & ShellProc().
9675
9676         * New files [loader/task.c] & [include/task.h]
9677         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
9678                 from 'loader/library.c'.
9679
9680         * [if1632/user.c] [if1632/kernel.c]
9681         Put Atoms functions entries.
9682
9683         * [controls/combo.c]
9684         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
9685
9686         * [controls/listbox.c]
9687         New functions DirDlgSelect() & DirDlgList().
9688
9689 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
9690
9691         * [objects/test.c]
9692         GrayString() added.
9693
9694         * [if1632/callback.c]
9695         CallGrayStringProc() added.
9696
9697         * [if1632/relay.c] [if1632/mmsystem.spec]
9698         Added.
9699
9700         * [if1632/kernel.spec] [if1632/user.spec]
9701         Added forgotten specs for atom functions.
9702
9703 ----------------------------------------------------------------------
9704 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
9705
9706         * misc/spy.c (SpyInit): Added more message types
9707
9708         * [windows/mdi.c] [include/mdi.h]
9709         Maximizing and restoring child windows.
9710         Tiling of child windows.
9711
9712 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9713
9714         * [windows/winpos.c]
9715         Revert focus and activation to previous window when hiding a window.
9716
9717         * [windows/syscolor.c]
9718         Implemented system color objects (brushes and pens created at
9719         SetSysColor() time for better performance).
9720
9721         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
9722         Changed painting code to use system color objects.
9723
9724         * [windows/message.c]
9725         New function MSG_InternalGetMessage() for internal messages
9726         loops (e.g. for dialogs or menus).
9727
9728         * [windows/hook.c] [include/hook.h]  (New files)
9729         Beginning of the window hooks implementation.
9730
9731         * [windows/dialog.c]
9732         Use new function MSG_InternalGetMessage() in DialogBox().
9733
9734         * [if1632/callback.c]
9735         Added function CallHookProc().
9736
9737 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9738
9739         * [windows/event.c]
9740         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
9741
9742         * [misc/exec.c]
9743         Nothing much more than a stub for LoadModule(), I saw there a lot
9744                 to be done in that corner, I will come back later ...
9745
9746         * [loader/library.c]
9747         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
9748                         and associated modules & tasks linked-lists.
9749         (it's only an 'emerging bud', more to come next weeks).
9750
9751         * [loader/wine.c]
9752         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
9753
9754         * [control/menu.c]
9755         You can now click outside menu region without problem.
9756         Keyboard navig more smootly, even if a child has the focus.
9757         Bug fix in InsertItem(), (bad linklist when insert point not found).
9758         change Realloc for Free & Alloc in ModifyItem().
9759         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
9760                 done by DrawText(), (maybe it should done in DrawText() itself ?).
9761
9762 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9763
9764         * [misc/profile.c]
9765         .INI files will now be stored in / loaded from the windows dir
9766         if no path is supplied.
9767
9768         * [if1632/kernel.spec]
9769         Fixed GetDriveType's prototype.
9770
9771         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
9772         Fixed prototypes: winsock uses a word as socket handle not an int.
9773
9774         * [misc/winsocket.c]
9775         Added heap allocation for returned structures.
9776         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
9777
9778         * [loader/wine.c]
9779         Added IsDLLLoaded(), used in LoadImage() to prevent loading
9780         a dll multiple times.
9781         Directory is added to wine's path when a fullpath is supplied when
9782         starting wine.
9783         LoadImage(): DLL filename used instead DLL's own internal name,
9784         fixes 'Bad DLL name' errors.
9785
9786 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
9787
9788         * [controls/edit.c] [controls/widgets.c]
9789         First release of edit control.
9790
9791 ----------------------------------------------------------------------
9792 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
9793
9794         * [include/mdi.h] [windows/mdi.c]
9795         Use WM_PARENTNOTIFY messages to activate children.
9796         Generate WM_CHILDACTIVATE messages.
9797         Beginnings handler for maxmized child window.
9798         Clean up when children are destroyed.
9799
9800         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
9801         Removed code add 94/03/26.
9802
9803 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9804
9805         * [control/menu.c]
9806         Make mouse menu navigation working again. :-))
9807         (be carefull, clicking outside menus (ie.: clientrect) 
9808         not resolved yet)
9809
9810         * [windows/nonclient.c]  [controls/scroll.c]
9811         Bugs fix in NCTrackScrollBars().
9812
9813         * [misc/dos_fs.c]
9814         Bug fix in 'ToDos()' in conversion for '/',
9815                 (example: '/window/' was translated to 'WINDOWs').
9816
9817         * [miscemu/int21.c]
9818         Function ChangeDir() extract possible drive before DOS_ChangeDir().
9819
9820         * [loader/library.c]  [loader/wine.c]
9821         Playing around moving function GetProcAddress() and put some code in.
9822
9823 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
9824
9825         * [misc/main.c]
9826         Better explanation of command-line options.
9827
9828         * [objects/dib.c]
9829         Implemented SetDIBitsToDevice().
9830
9831         * [windows/dc.c]
9832         Bug fix in SetDCState().
9833
9834         * [windows/event.c]
9835         Removed WS_DISABLED handling (now done in message.c).
9836
9837         * [windows/message.c]
9838         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
9839         Use WindowFromPoint() to find the window for mouse events, taking
9840         into account disabled windows.
9841
9842         * [windows/painting.c]
9843         Bug fix in BeginPaint() to allow calling it at other times than
9844         on WM_PAINT (Solitaire needs it...)
9845
9846         * [windows/win.c]
9847         Implemented FindWindow().
9848         Rewritten EnableWindow() to behave more like Windows.
9849
9850         * [windows/winpos.c]
9851         Rewritten WindowFromPoint() to also search child windows.
9852
9853 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
9854
9855         * [include/int21.h] -> [msdos.h]
9856         renamed.
9857
9858         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
9859         new, added for int 10, 25 and 26.
9860
9861         * [miscemu/ioports.c]
9862         new, added to allow win apps to use ioports.
9863
9864         * [loader/signal.c]
9865         Added support for in, inb, out, outb instructions.
9866
9867 ----------------------------------------------------------------------
9868 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
9869
9870         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
9871
9872 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
9873
9874         * [windows/mdi.c]
9875         Window list properly updated.
9876
9877         * [windows/message.c]
9878         Call WINPOS_ChildActivate() when mouse pressed.
9879
9880         * [windows/nonclient.c]
9881         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
9882         NC_HandleNCPaint().
9883
9884         * [windows/winpos.c]
9885         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
9886
9887 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
9888
9889         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
9890         (DeleteMenu): Many bug fixes.
9891
9892         * [controls/menu.c]
9893         Created function FindMenuItem().
9894
9895 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
9896
9897         * [windows/win.c]
9898         Removed incorrect MDI handling code from CreateWindowEx().
9899
9900         * [controls/menu.c]
9901         MF_STRING items needed to allocate a private copy of string.
9902
9903         * [controls/menu.c]
9904         Fixed buggy calls to GlobalFree().
9905
9906         * [memory/global.c]
9907         Eliminated some redundant code with function call.
9908
9909 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
9910
9911         * [windows/timer.c]
9912         timer list pointers looped in InsertTimer
9913
9914 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
9915
9916         * [misc/cursor.c]
9917         A few changes for desktop window support.
9918
9919         * [misc/main.c]
9920         Added -depth option.
9921
9922         * [misc/rect.c]
9923         Yet another bug fix in SubtractRect().
9924
9925         * [objects/bitmap.c]
9926         Changes to use only one depth (specified with -depth)
9927         for color bitmaps.
9928
9929         * [objects/brush.c]
9930         Added support for dithered solid brushes.
9931
9932         * [objects/color.c]
9933         Use the same 20 system colors as in Windows.
9934         System palette initialisation now done in COLOR_InitPalette().
9935         Added support for a color mapping table to map logical color
9936         indexes to X colormap entries.
9937         Implemented GetNearestColor() and RealizeDefaultPalette().
9938
9939         * [objects/dib.c]
9940         Added support for color mapping table.
9941
9942         * [objects/dither.c]  (New file)
9943         Implemented solid color dithering.
9944
9945         * [objects/palette.c]
9946         Implemented GetSystemPaletteEntries() and SelectPalette().
9947
9948         * [windows/class.c]
9949         Make a copy of the menu name in RegisterClass().
9950
9951         * [windows/dc.c]
9952         Fixed device caps when using a desktop window.
9953         Added support for the color mapping table in DCs.
9954
9955         * [windows/event.c]
9956         Added ConfigureNotify handler on desktop window.
9957
9958         * [windows/message.c]
9959         Removed call to XTranslateCoordinates() on every mouse motion
9960         New function MSG_Synchronize() to synchronize with the X server.
9961
9962         * [windows/syscolor.c]
9963         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
9964
9965         * [windows/winpos.c]
9966         Added synchronization on window mapping. Solves the double redraw
9967         problem when starting Solitaire.
9968
9969 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9970
9971         * [control/menu.c]      * [windows/defwnd.c]
9972         Make keyboard navigation working with menubar,
9973         but temporarely inserted a bug in menubar mouse handling ... :-((
9974         (it will be fix next week !)
9975
9976         * [windows/defwnd.c]
9977         Connect VK_MENU to menubar navigation.
9978
9979         * [loader/library.c]
9980         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
9981
9982 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
9983
9984         * [misc/main.c]
9985         Added Copy(). Added a check for `-h' to show usage.
9986
9987         * [misc/dos_fs.c]
9988         Fixed bug in FindFile(), to load directories as dlls.
9989
9990         * [misc/dos_fs.c]
9991         Fixed ToUnix() and ToDos() again, as my previous patch
9992         didn't make it.
9993
9994         * [misc/dos_fs.c] [miscemu/int21.c]
9995         Bug fixes, should be able to handle all winfile and progman int21
9996         requests now except for a few small things.
9997
9998 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
9999
10000         * [memory/heap.c]
10001         Implemented GetFreeSystemResources().
10002
10003 ----------------------------------------------------------------------
10004 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
10005
10006         * controls/menu.c (GetSubMenu): Function did not return correct value
10007
10008         * [windows/mdi.c]
10009         Beginnings of menu handling.
10010
10011 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
10012
10013         * [objects/font.c]
10014         if font.width equals zero use asterix instead.
10015
10016 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10017
10018         * [objects/bitmap.c]
10019         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
10020
10021         * [objects/brush.c]
10022         Some changes with pattern brushes because of the new bitmap code.
10023
10024         * [objects/color.c]
10025         Added function COLOR_ToPhysical for better color mapping.
10026
10027         * [objects/dib.c]
10028         Heavily optimized SetDIBits().
10029
10030         * [windows/dc.c]
10031         Opimized SetDCState() and DC_SetupGC*() functions.
10032         Added stub for CreateIC().
10033
10034 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10035
10036         * [misc/message.c]
10037         Call SetFocus() after closing box to give back focus to previous owner.
10038
10039         * [misc/files.c]
10040         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
10041
10042         * [control/scroll.c]
10043         Calls to BitBlt() replace by StretchBlt().
10044
10045         * [control/menu.c]
10046         Call SetFocus() to previous owner after closing Popups. 
10047         Fill stub DeleteMenu().
10048
10049         * [control/listbox.c]
10050         * [control/combo.c]
10051         Use SetFocus() in WM_LBUTTONDOWN.
10052         Close ComboBox List upon WM_KILLFOCUS.
10053         Early development of WM_MEASUREITEM mecanism.
10054
10055         * [windows/defwnd.c]
10056         Early development of WM_MEASUREITEM mecanism.
10057
10058 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
10059
10060         * [misc/atom.c]
10061         Fixed sintaxis problem when building the library.
10062
10063 ----------------------------------------------------------------------
10064 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
10065
10066         * [include/windows.h]
10067         Added message types and structures for MDI
10068
10069         * [include/mdi.h]
10070         Created internal structures for handling MDI
10071
10072         * [windows/mdi.c]
10073         Began creating MDI support
10074
10075 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
10076
10077         * [loader/wine.c] [include/wine.h]
10078         Added new field to "struct w_files" to hold the "name table"
10079         resource for Windows 3.0 programs
10080
10081         * [loader/resource.c]
10082         Added code to handle programs with a "name table" resource.
10083         LoadResourceByName() modified to check for the existence of
10084         this resource.
10085
10086 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10087
10088         * [objects/color.c]
10089         Added installing the private colormap on the desktop window.
10090
10091         * [windows/event.c]
10092         Cleaned up focus event handling (see focus.c).
10093         Use GetFocus() to direct key events to the correct window.
10094
10095         * [windows/focus.c]
10096         Rewritten SetFocus() to:
10097         - only set X focus on top-level windows
10098         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
10099         - prevent setting focus to disabled windows
10100         - install private colormap so -privatemap option works again
10101
10102         * [windows/message.c] [windows/timer.c]
10103         Changed timer management to no longer use PostMessage(), but
10104         to generate timer messages on the fly. Also fixed a related bug
10105         in GetMessage() which could cause busy-waiting.
10106
10107         * [windows/win.c]
10108         Only select focus events on top-level windows.
10109
10110         * [windows/winpos.c]
10111         Added some sanity checks for desktop window.
10112
10113 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
10114
10115         * [misc/dos_fs.c]
10116         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
10117         Support for tilde symbol added for rootdirectories in [drives]
10118         section of wine's configfile.
10119
10120         * [misc/file.c]
10121         hread(), hwrite() added.
10122
10123         * [misc/main.c]
10124         hmemcpy() added.
10125
10126         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
10127         Added STRESS.DLL, an useless dll used to stress a windows system.
10128
10129         * [*/*]
10130         Added missing #includes, fixed prototypes for prototype checking.
10131
10132         * [include/prototypes.h]
10133
10134         Added prototypes for loader/*c, if1632/*c.
10135
10136 ----------------------------------------------------------------------
10137 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
10138
10139         * [Configure]
10140         Added reminder to set WINEPATH, if it is not set.
10141
10142         * [Imakefile]
10143         Removed #elif's
10144
10145         * [controls/button.c]
10146         Added BN_CLICKED notification for owner-draw buttons.
10147
10148         * [if1632/kernel.spec] [memory/heap.c]
10149         Changed Local* functions to WIN16_Local* to prevent unconcious use
10150         of these functions.
10151
10152         * [if1632/relay.c]
10153         Push old Stack16Frame on stack before setting.
10154
10155         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
10156         Added multiple local heap handling in Atom* functions.
10157
10158         * [include/regfunc.h] [miscemu/int21.c]
10159         Rewrote DOS3Call() use context frame that is already on the stack.
10160
10161         * [misc/profile.c]
10162         Fixed to allow leading ";" to mark comments.
10163
10164         * [misc/spy.c]
10165         Fixed bugs and added support for "include" and "exclude" filters.
10166
10167         * [misc/user.c]
10168         Rearranged calls in InitApp().
10169
10170         * [misc/font.c]
10171         Fixed font handling to create system fonts, if they are used.
10172
10173         * [windows/dc.c]
10174         If text drawn on window with no font specified, then default the
10175         font to the system font.
10176
10177 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10178
10179         * [controls/desktop.c]
10180         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
10181         Implemented SetDeskPattern().
10182
10183         * [misc/main.c]
10184         Added -desktop option to get a large desktop window with
10185         everything inside it.
10186         Added -name option.
10187
10188         * [misc/rect.c]
10189         Bug fix in SubtractRect().
10190
10191         * [objects/*.c]
10192         Replaced the DefaultRootWindow() macro by the rootWindow variable.
10193
10194         * [windows/event.c] [windows/message.c]
10195           [windows/nonclient.c] [windows/win.c]
10196         A few changes to accomodate the new desktop window.
10197
10198  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
10199  
10200         * [toolkit/arch.c] --New file-- 
10201         Routines for converting little endian data structures to
10202         big-endian data structures, currently only BITMAP structures are 
10203         converted.
10204  
10205         * [misc/atom.c]
10206         When used as part of the WineLib, the code is much simpler.
10207         Doesn't depend on alignement.
10208  
10209         * [loader/wine.c]
10210         Ifdefed Emulator dependent code if compiling WineLib.
10211  
10212         * [loader/resource.c]
10213         Moved misc/resource.c to loader/resource.c.
10214  
10215         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
10216         Ifdefed whole code if compiling WINELIB.
10217  
10218         * [include/winsock.h]
10219         Added compilation define to allow compilation on SunOS.
10220  
10221         * [include/wine.h]
10222         Removed load_typeinfo and load_nameinfo prototypes, they belong
10223         to neexe.h
10224  
10225         * [include/neexe.h]
10226         Added load_typeinfo and load_nameinfo prototypes.
10227  
10228         * [include/arch.h]
10229         Fixed some bugs in the conversion routines.
10230         Added macros for Bitmap loading.
10231
10232 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
10233         
10234         * [if1632/kernel.spec] [memory/global.c]
10235         Implemented GetFreeSpace()
10236
10237         * [if1632/user.spec] [loader/resource.c]
10238         Implemented CreateIcon()
10239
10240 ----------------------------------------------------------------------
10241 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
10242
10243         * [Configure] [*/Imakefile]
10244         Created configure script to handle different types of Wine builds.
10245
10246         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
10247         Added ability to compile Wine on systems with 14-char filename limit.
10248
10249         * [if1632/relay.c] [include/options.h] [misc/main.c]
10250         Added -relaydbg option to command line if DEBUG_RELAY is defined.
10251
10252         * [loader/selector.c]
10253         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
10254
10255         * [memory/heap.c]
10256         Fixed LocalInit() to work correctly.
10257
10258         * [misc/user.c]
10259         Added code to call loaded DLLs' initialization routines.
10260
10261 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10262
10263         * [windows/dce.c]
10264         Added clipping of child windows by their parent's client area.
10265
10266         * [windows/nonclient.c]
10267         Bug fix in NC_DoNCPaint().
10268
10269         * [windows/painting.c]
10270         Bug fix in RedrawWindow().
10271
10272 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10273
10274         * [mem/atom.c]
10275         Bug fix again in ATOM_DeleteAtom() : 
10276                 change LocalFree() by USER_HEAP_FREE().
10277         (Previous patch done Feb 13th had been lost)
10278
10279         * [controls/scroll.c]
10280         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
10281
10282         * [windows/class.c] (sorry Alex ...)
10283         There was no bug there "in RegisterClass() : 
10284                 WNDCLASS->lpszClassName was reset to NULL."
10285                               ^^^^^
10286
10287         * [misc/clipboard.c]    --- New File ---
10288         New function EnumClipboardFormats().
10289         New function OpenClipboard().
10290         New function CloseClipboard().
10291         New function EmptyClipboard().
10292         New function GetClipboardOwner().
10293         New function GetClipboardViewer().
10294         New function CountClipboardFormats().
10295         New function IsClipboardFormatAvailable().
10296         New function OpenClipboard().
10297         New function GetClipboardData().
10298         New function SetClipboardViewer().
10299         New function EnumClipboardFormats().
10300         New function RegisterClipboardFormat().
10301         New function ChangeClipboardChain().
10302         New function SetClipboardData().
10303         New function GetOpenClipboardWindow().
10304         New function GetPriorityClipboardFormat().
10305         New function GetClipboardFormatName().
10306
10307 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
10308
10309         * [misc/comm.c]
10310         bugfix in OpenComm().
10311
10312 ----------------------------------------------------------------------
10313 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
10314
10315         * [include/winsock.h]
10316         The sockproto struct is already defined in <sys/socket.h>
10317
10318         * [misc/winsock.c]
10319         Need to include <netinet/in.h> for struct in-addr.
10320         Use sys_errlist[] instead of strerror[].
10321
10322         *[toolkit/heap.c]
10323         ANSI C specifies that the malloc functions are defined in stdlib.h,
10324           so we don't need to include malloc.h.
10325
10326         *[loader/ldtlib.c]
10327         Print informative error message about probable cause of i386_set_ldt()
10328           failure and then exit.
10329
10330         *[Imakefile]
10331         For systems that don't use gmake by default, set the MAKE variable
10332           to gmake and propagate it on recursive makes.
10333         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
10334           can be built with the FreeBSD 1.0.2 compiler.
10335
10336 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
10337
10338         * [objects/bitblt.c]
10339         Added in three functions to do stretching and compression
10340         for WHITEONBLACK, BLACKONWHITE, and color copies.
10341
10342 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
10343
10344         * [windows/graphics.c]
10345         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
10346         inefficent, but should suffice for now.
10347
10348         * [include/windows.h]
10349         Changed the x,y paramaters for the FloodFill prototype 
10350         from ints to shorts
10351
10352 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10353
10354         * [windows/widgets.c]
10355         Added desktop window class.
10356
10357         * [windows/painting.c]
10358         Bug fix in RedrawWindow().
10359         Implemented ExcludeUpdateRgn().
10360
10361         * [windows/win.c] [windows/winpos.c]
10362         Implemented desktop window.
10363
10364         * [controls/desktop.c]
10365         Preliminary desktop window procedure.
10366
10367 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10368
10369         * [controls/menu.c]
10370         New function LoadMenuIndirect().
10371         New function GetMenuCheckMarkDimensions().
10372
10373         * [if1632/user.spec]
10374         Entry for DefDlgProc().
10375
10376         * [windows/class.c]
10377         Fix bug in RegisterClass() : 
10378                 WNDCLASS->lpszMenuName was reset to NULL.
10379
10380         * [windows/win.c]
10381         In CreateWindowEx(), if hMenu == 0 then use 
10382                 wndclass->lpszMenuName to load Menu from resource;
10383
10384 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
10385
10386         * [loader/library.c] [loader/wine.c]
10387         Fixed runing DLL's as main executable problem.
10388
10389         * [misc/dos_fs.c]
10390         Added wildcard support in DOS_readdir().
10391
10392         * [misc/winsocket.c]
10393         Added proper error handling of BSD winsocket functions.
10394
10395         * [miscemu/int21.c]
10396         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
10397
10398         * [main/main.c]
10399         Added functions for GetVersion, GetWinFlags and GetTimerResolution
10400         for libwine.a, SystemParametersInfo() partly implemented.
10401
10402 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
10403
10404         * [toolkit/winmain.c]
10405         Added _WinMain function. Setups the library (calls USER_InitApp).
10406
10407         * [toolkit/sup.c]
10408         Added load_mz_header, load_ne_header, load_type_info and
10409         load_name_info functions.
10410
10411         * [toolkit/heap.c] 
10412         Code cleanup. 
10413
10414         * [misc/user.c]
10415         Moved from loader/misc.c. I hope to put back all the loader
10416         functions in the ~loader subdirectory in the future. CUrrently is
10417         needed since it has USER_InitApp.
10418
10419         * [misc/resource.c]
10420         Since WineLib will probably need DLLs (currently it needs
10421         Sysres.dll). WineLib will be using much code of the loader again.
10422         So I removed some ifdefs that were used by WineLib.
10423
10424         Added load_typeinfo and load_nameinfo (and the corresponding
10425         functions in [toolkit/sup.c]
10426
10427         Added integer convertion functions in the needed places.
10428
10429         Added very ugly patch (includes wine.c). In the next release I
10430         plan to move back all the loader routines to ~/loader. In the
10431         meantime I needed this patch. It doesn't affect any of the
10432         emulator code (its ifdefed for WineLib).
10433
10434         * [misc/main.c]
10435         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
10436         Ifdefed argument number checking when compiling the library.
10437
10438         * [loader/wine.c]
10439         Modified to use load_(mz|ne)_header instead of doing a direct
10440         read.  When compiling the emulator it still uses the direct read
10441         for performance. 
10442
10443         * [include/wine.h]
10444         Prototypes for loading routines.
10445
10446         * [include/class.h]
10447         Added WINE_PACKED macro instead of __attribute__ ((packed))
10448
10449         * [include/arch.h]
10450         Macros for converting integers (Little endian to big-endian).
10451         Needed in the Sun to allow loading of DLL files.
10452
10453 ----------------------------------------------------------------------
10454 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10455
10456         * [windows/clipping.c]
10457         Moved everything into windows/painting.c and removed this file.
10458
10459         * [windows/message.c]
10460         Removed calls to memmove() in MSG_RemoveMsg().
10461
10462         * [windows/nonclient.c]
10463         Added WM_GETMINMAXINFO support for window resizing.
10464
10465         * [windows/painting.c]
10466         Implemented RedrawWindow().
10467
10468         * [windows/scroll.c]
10469         Bug fix in ScrollWindowEx().
10470
10471         * [windows/win.c]
10472         Moved UpdateWindow() to windows/painting.c.
10473
10474 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
10475         
10476         * [loader/wine.c] [misc/dos_fs.c]
10477         getenv() eq NULL bugfixes.
10478
10479         * [misc/comm.c]
10480         cfmakeraw changed for SunOS.
10481
10482 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10483
10484         * [mem/atom.c]
10485         Bug fix in ATOM_DeleteAtom() : 
10486                 change LocalFree() by USER_HEAP_FREE().
10487
10488         * [misc/message.c]
10489         New function FatalAppExit().
10490
10491         * [objects/font.c]
10492         New empty stub SetMapperFlags().
10493
10494         * [controls/menu.c]
10495         Better CheckMark & other bitmaps placement.
10496
10497         * [windows/graphics.c]
10498         New function RoundRect() : calc.exe now working...
10499
10500 Tue Feb 15 14:29:37 1994  John Richardson
10501
10502         * [objects/bitblt.c]
10503         Fixed StretchBlt so it works quicker and faster.  It still doesn't
10504         use the StretchMode bits for bitmap compression, but that will
10505         come soon.
10506
10507 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10508
10509         * [include/windows.h,dialog.h,gdi.h]
10510         Changed __atribute__ ((packed)) for WINE_PACKED. 
10511         When compiling the library this is defined as nothing. This gets
10512         rid with all the problems compiling under SunOS. Also 
10513
10514         * [windows/utility.c]
10515         Added DebugPrintString.
10516
10517         * [toolkit/sup.c]
10518         Added hSysRes = 1 definition to resolve externals.
10519         Added CallLineDDAProc function (toolkit version).
10520         Added toy, and hi ineficient memmove until code in message.c get
10521         rewritten.
10522
10523         * [objects/gdiobj.c]
10524         Ifdefed linux/emulator-dependent code to allow compilation of
10525         WineLib.
10526
10527         * [misc/winsocket.c]
10528         Added ifdef to allow compilation under SunOS.
10529
10530         * [misc/resource.c]
10531         When compiling the library, the resource file is expected to be in
10532         a file called $argv[0].Res. Also the information of the resource
10533         is expected to be at offset 0 of the .Res file.
10534
10535         * [misc/main.c]
10536         Call WinMain with arguments if compiling WineLib.
10537         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
10538         Call sync_profiles to preserve changes to .INI files.
10539
10540         * [misc/comm.c,dos_fs.c]
10541         removed call to atexit(Comm_DeInit)
10542         removed call to atexit(DOS_DeInitFS)
10543         Shutdown functions are now called from the return of WinMain
10544
10545         * removed memorylib subdirectory
10546
10547         * moved memory/atom.c    to misc/atom.c
10548           moved memorylib/heap.c to toolkit/heap.c
10549
10550         * [loader/wine.c]
10551         Moved DebugPrintString to windows/utility.c
10552
10553         * [include/winsock.h]
10554         Define SO_DONTLINGER only if it has not been previously defined.
10555
10556         * [include/windows.h]
10557         added definition for DLGPROC.
10558         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
10559         When compiling WineLib WNDPROC is defined with all the parameters
10560         to avoid compilation problems.
10561
10562         * [include/user.h]
10563         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
10564         calls are translated to the library allocation routines.
10565
10566         * [include/gdi.h,user.h]
10567         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
10568         translated to the library allocation routines.
10569
10570         * [include/atom.h]
10571         Defined LocalAlign. When compiling the emulator it's translated as
10572         a call to LocalAlloc (the original code), when compiling WineLib
10573         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
10574         (atom.c needs aligned data on a 4 byte boundary).
10575
10576         * [misc/file.c]
10577         Renamed KERNEL_* functions and fixed prototypes.
10578
10579         * [if1632/kernel.spec]
10580         Renamed KERNEL_* functions in order to be used by applications
10581         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
10582         _llseek, _lopen, _lwrite).
10583
10584         * [Makefile]
10585         Create library instead of executable when building target
10586         libwine.a 
10587
10588 ----------------------------------------------------------------------
10589 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
10590
10591         * [Makefiles]
10592         Use $(CC) instead of cc.
10593         Added libwine target.
10594
10595         * [include/prototypes]
10596         #ifdefed section for WineLib
10597
10598         * moved loader/cursor.c   to misc/cursor.c
10599           moved loader/resource.c to misc/resource.c
10600           moved misc/emulate.c    to miscemu/emulate.c
10601           moved misc/int1a.c      to miscemu/int1a.c
10602           moved misc/int21.c      to miscemu/int21.c
10603           moved misc/kernel.c     to miscemu/kernel.c
10604           moved misc/user.c       to miscemu/user.c
10605
10606         * [memorylib/heap.c]
10607         Heap management for WineLib
10608
10609         * [misc/comm.c]
10610         Modified to allow compilation under SunOS (#include errno, SunOS
10611         doesn't have atexit ()).
10612
10613         * [misc/dos_fs.c]
10614         Modified to allow compilation under SunOS (#include vfs.h)
10615
10616         * [misc/file.c]
10617         Modified to allow compilation under SunOS (OPEN_MAX constant,
10618         #include unistd.h)
10619
10620         * [objects/palette.c]
10621         Modified to allow compilation under SunOS (#include limits)
10622
10623         * [toolkit/sup.c]
10624         WineLib version of CallWindowProc.
10625
10626         * [windows/event.c]
10627         Typedef XPointer under X11R4 (OpenWindows).
10628
10629         * [windows/win.c]
10630         When compiling WineLib, use direct callbacks instead of the
10631         windows supplied callbacks.
10632
10633 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10634
10635         * [loader/cursor.c]
10636         New function CURSOR_SetWinCursor(), for internal use, to set
10637         the cursor of a specific window more reliably than with SetCursor().
10638
10639         * [windows/nonclient.c]
10640         Better window management. Moving and resizing from the system
10641         menu should work now.
10642         Added scroll-bar mouse tracking.
10643
10644         * [windows/win.c]
10645         Moved scroll-bar creation and destruction to defwnd.c.
10646
10647 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10648
10649         * [windows/nonclient.c]
10650         Call to StdDrawMenuBar() during NC's drawing.
10651         New NC_TrackMouseMenuBar() function which call 
10652                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
10653
10654         * [controls/menu.c]
10655         New ChangeMenu() function.
10656         Remove permanently old Xt menu code.
10657         Make common functions MenuButtonDown(), MenuButtonUp()
10658                 & MenuMouseMove() for both popups & menubar.
10659         
10660         * [controls/combo.c]
10661         Paint OBM_COMBO directly in combo client.
10662
10663         * [controls/listbox.c]
10664         Fix bug in multicolumns calculations.
10665
10666         * [controls/Makefile]
10667         Remove rules for old file 'caption.c'.
10668
10669         * [misc/kernel.c]
10670         Remove empty stub GetModuleFileName().
10671
10672         * [loader/library.c]
10673         New GetModuleHandle() function.
10674         New GetModuleUsage() function.
10675         New GetModuleFileName() function.
10676
10677         * [loader/resource.c]
10678         Try to find the bug a missing menu loading ... Not found yet !
10679
10680         * [windows/win.c]
10681         Remove old menubar creation.
10682
10683 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
10684
10685         * [misc/winsocket.c]
10686         More functions added.
10687
10688         * [if1632/winsock.spec] [misc/winsocket.c]
10689         Added John Brezak's winsock.dll stuff.
10690
10691 ----------------------------------------------------------------------
10692 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
10693
10694         * [loader/selector.c]
10695         Added function CreateNewSegments().  Modified IPCCopySelector
10696         to allow aliasing to any arbitrary memory space.
10697
10698         * [memory/global.c]
10699         Fixed potential bug in GlobalGetFreeSegments().
10700
10701         * [memory/linear.c]
10702         Created functions GlobalLinearLock() and GlobalLinearUnlock().
10703
10704 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
10705
10706         * [controls/widgets.c]
10707         Removed CAPTION window class.
10708
10709         * [loader/cursor.c]
10710         Bug fix in LoadCursor(): don't allocate memory every time for
10711         built-in cursors.
10712
10713         * [windows/clipping.c]
10714         Invalidate child windows in InvalidateRgn().
10715
10716         * [windows/defwnd.c]
10717         Added repaint of the caption when changing window text.
10718
10719         * [windows/event.c]
10720         Modified SetCapture() to allow keyboard events while capturing.
10721
10722         * [windows/message.c]
10723         New function MSG_GetHardwareMessage(), to do mouse tracking
10724         without returning control to the Windows program.
10725
10726         * [windows/nonclient.c]
10727         A couple of changes in frame drawing for DLGMODALFRAME windows.
10728         Rewritten window moving code, to use MSG_GetHardwareMessage()
10729         instead of non-client mouse events (this is the way Windows
10730         does it), and to send WM_ENTERSIZEMOVE messages.
10731         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
10732
10733         * [windows/win.c]
10734         Allocate temporary structures on the USER heap instead of
10735         using GlobalAlloc().
10736
10737         * [windows/winpos.c]
10738         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
10739
10740 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10741
10742         * [windows/nonclient.c]
10743         Call to StdDrawScrollBar() during NC's drawing.
10744         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
10745         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
10746         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
10747
10748         * [controls/menu.c]
10749         New GetSubMenu() function.
10750         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
10751
10752         * [controls/listbox.c]
10753         Start changes to satisfy recent changes in scrollbars/windows.
10754
10755         * [loader/resource.c]
10756         Put some code in LoadAccelerators() stub.
10757         New TranslateAccelerator() function.
10758
10759         * [windows/win.c]
10760         Remove GetMenu() & SetMenu() functions.
10761         Call to NC_CreateScrollBars() if required by CreateWindow().
10762
10763 ----------------------------------------------------------------------
10764 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
10765
10766         * [window/win.c]
10767         Added functions EnumWindows, EnumChildWindows, and helper
10768         WIN_EnumChildWin.  EnumWindows won't list all wine windows
10769         because GetDesktopWindow isn't complete.  However, the code
10770         is in place for it to work correctly and only needs 
10771         GetDesktopWindow to do so.  
10772
10773 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
10774
10775         * [windows/defwnd.c]
10776         Added handling of activation messages (WM_ACTIVATE,
10777         WM_NCACTIVATE, WM_MOUSEACTIVATE)
10778
10779         * [windows/event.c]
10780         De-activate the window when losing input focus.
10781
10782         * [windows/focus.c]
10783         Bug fix in SetFocus().
10784
10785         * [windows/message.c]
10786         Added activation of the window on mouse-clicks.
10787
10788         * [windows/nonclient.c]
10789         Changed non-client area painting to use the correct colors
10790         depending upon the activation state.
10791         Added WM_NCACTIVATE message handling.
10792         Fixed a couple of bugs in window moving and resizing.
10793
10794         * [windows/winpos.c]
10795         Implemented Get/SetActiveWindow().
10796         Implemented SWP_NOACTIVATE flag in SetWindowPos().
10797
10798 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10799
10800         * [misc/message.c]
10801         MessageBox has a CaptionBar for his title except for
10802                 MB_SYSTEMMODAL with MB_ICONHAND.
10803
10804         * [windows/nonclient.c]
10805         Call to NC_TrackSysMenu on SysMenu button mouse click.
10806
10807         * [windows/defwnd.c]
10808         Call to NC_TrackSysMenu on Alt key (VK_MENU).
10809
10810         * [controls/menu.c]
10811         New GetSystemMenu() function.
10812         New CopySystemMenu() internal function.
10813         New NC_TrackSysMenu() internal function.
10814
10815         * [include/windows.h]
10816         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
10817
10818 ----------------------------------------------------------------------
10819 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
10820
10821         * [window/win.c]
10822         Added functions EnableWindow, IsWindowEnabled, and helper 
10823         WIN_SetSensitive.
10824         
10825         * [window/event.c]
10826         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
10827         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
10828         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
10829         button presses beep for a disabled window.  
10830         If anyone finds better places for these checks, please tell me.
10831
10832 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10833
10834         * [misc/message.c]
10835         Cleanup on buttons answer value returned.
10836
10837         * [control/combo.c]
10838         Now use OBM_COMBO bitmap dropdown button.
10839
10840 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
10841
10842         * [misc/comm/c]
10843         A few bugfixes.
10844
10845 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
10846
10847         * [loader/cursor.c]
10848         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
10849
10850         * [include/options.h] [misc/main.c]  (New files)
10851         Rewrote main() function to get rid of Xt application context,
10852         and added command-line option parsing.
10853
10854         * [objects/color.c]
10855         Use of a private map now configurable with command-line option.
10856
10857         * [windows/defwnd.c]
10858         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
10859
10860         * [windows/event.c]
10861         Removed ConfigureNotify event handler (no longer needed).
10862
10863         * [windows/message.c]
10864         Send WM_SETCURSOR message on mouse events.
10865
10866         * [windows/nonclient.c]
10867         Use OEM bitmaps for the drawing of the non-client area.
10868         Added caption bar buttons handling, and moving and resizing of
10869         the window via the window frame (bypassing the window manager).
10870
10871         * [windows/painting.c]
10872         Bug fix in BeginPaint().
10873
10874         * [windows/win.c]
10875         Set the override_redirect flag for windows (to bypass window
10876         manager).
10877
10878         * [windows/winpos.c]
10879         Implemented WindowFromPoint(), ChildWindowFromPoint(),
10880         BringWindowToTop(), Get/SetInternalWindowPos(),
10881         Get/SetWindowPlacement().
10882
10883 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
10884
10885         * [memory/heap.c]
10886         Added support for multiple local heaps.
10887
10888 ----------------------------------------------------------------------
10889 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
10890
10891         * [window/caret.c]
10892         Modified code to use system timer.
10893
10894 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10895
10896         * [windows/win.c]
10897         Windows create if required new XLIB MenuBar & CaptionBar.
10898
10899         * [windows/defwnd.c]
10900         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
10901         (I'm not sure it's the good place for it, but it work...)
10902
10903         * [loader/resource.c]
10904         optimize in FindResourceByNumber, make lseek() if next type ...
10905
10906         * [controls/scroll.c]
10907         scrollbar buttons are now using system resources bitmaps.
10908
10909         * [controls/caption.c] - new file ...
10910         captionbar showing title, close button with SysMenu,
10911         and other buttons using system resources bitmaps.
10912
10913         * [controls/menu.c]
10914         New functions: SetMenuItemBitmaps() with 'glues',
10915         Make new version of LoadMenu() & ParseMenu(),
10916         ( put #define USE_POPUPMENU ).
10917         Implementation of MenuBar functions.
10918         
10919         * [sysres.dll]
10920         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
10921         New SYSMENU menu, it don't work yet ! :-((
10922
10923 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
10924
10925         * [memory/atom.c]
10926         Fixed a bug that could cause atoms to be case-sensitive.
10927
10928         * [misc/rect.c]
10929         Bug fix in SubtractRect().
10930
10931         * [objects/clipping.c]
10932         Bug fix when setting the clip mask to an empty region.
10933
10934         * [windows/dce.c]
10935         Bug fix in ReleaseDC().
10936
10937         * [windows/dialog.c]
10938         Call AdjustWindowRectEx() before creating the dialog window.
10939         Added support for DS_MODALFRAME style.
10940
10941         * [windows/event.c]
10942         Cleaned up event handling and removed old Xt stuff.
10943         Moved double-click handling to windows/message.c
10944
10945         * [windows/focus.c]
10946         Bug fix: only set the X focus when the window is viewable.
10947
10948         * [windows/graphics.c]
10949         Rewritten DrawReliefRect() to use brush instead of pen, and
10950         to use the system colors.
10951
10952         * [windows/message.c]
10953         Implemented WM_NCHITTEST message sending, and non-client
10954         mouse messages.
10955         Cleaned up double-click handling, and removed the Xt code.
10956
10957         * [windows/nonclient.c]  (New file)
10958         Implemented AdjustWindowRect().
10959         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
10960
10961         * [windows/painting.c]
10962         Added sending of the WM_NCPAINT message in BeginPaint().
10963
10964         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
10965         Implemented system metrics.
10966
10967         * [windows/win.c]
10968         Bug fix in setting the parent and owner in CreateWindow().
10969         Removed the Xt code.
10970
10971         * [windows/winpos.c]
10972         Added sending of the WM_NCPAINT message in SetWindowPos().
10973         Removed the Xt code.
10974
10975 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
10976
10977         * [windows/class.c]
10978         Implemented GetClassName and GetClassInfo.
10979
10980         * [windows/caret.c]
10981         Various improvements to text caret code.
10982
10983 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
10984
10985         * [misc/comm.c]
10986         Patches to work with NetBSD.
10987
10988 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
10989
10990         * [objects/bitblt.c] Added StretchBlt().
10991
10992 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
10993
10994         * [misc/user.c]
10995         Added creation of system message queue.
10996
10997         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
10998         Added DC size fields into DC structure.         
10999
11000         * [objects/clipping.c]
11001         Bug fix in CLIPPING_IntersectRect().
11002
11003         * [windows/class.c]
11004         Allocate a DCE instead of a DC for CS_CLASSDC classes.
11005
11006         * [windows/clipping.c]
11007         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
11008
11009         * [windows/dce.c]
11010         Implemented GetDCEx() and GetWindowDC().
11011
11012         * [windows/defwnd.c]
11013         Implemented WM_WINDOWPOSCHANGED handling.
11014
11015         * [windows/event.c]
11016         Preliminary support for Xlib event handling instead of Xt callbacks.
11017         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
11018
11019         * [windows/message.c]
11020         Preliminary support for multiple message queues.
11021         Implemented hardware_event() to store messages into the system queue.
11022         Implemented Get/SetTaskQueue().
11023         Better WM_PAINT and WM_TIMER handling.
11024         Changes to use Xlib instead of Xt for events.
11025
11026         * [windows/painting.c]
11027         Use GetDCEx() to retrieve the DC, to get a correct visible region.
11028
11029         * [windows/timer.c]
11030         Moved the timer procedure callback into DispatchMessage().
11031         Changed implementation to get rid of Xt timeouts.  Timer checking
11032         is now done inside GetMessage().
11033
11034         * [windows/win.c]
11035         Allocate a DCE instead of a DC for CS_OWNDC windows.
11036         Replaced Xt calls with Xlib calls.
11037         Moved window positioning functions into windows/winpos.c
11038
11039         * [windows/winpos.c]  (New file)
11040         Rewritten most of the window positioning functions.
11041         Implemented SetWindowPos() and MapWindowPoints().
11042
11043 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11044
11045         * [if1632/user.spec]
11046         Bad arguments description for function SetDlgItemText.
11047
11048         * [objects/text.c]
11049         Function DrawText now handle DT_CALCRECT request.
11050
11051         * [misc/message.c]
11052         Message boxes now use DrawText with DT_CALCRECT.
11053
11054         * [windows/graphics.c]
11055         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
11056
11057         * [windows/win.c]
11058         Bug fix for flags in function ShowWindow.
11059         More accurate WM_SIZE generated by function ShowWindow.
11060
11061         * [controls/listbox.c]
11062         More code for LBS_MULTIPLESEL.
11063         More code for LBS_MULTICOLUMN.
11064
11065         * [include/windows.h]
11066         Bad define for MF_SEPARATOR.
11067
11068         * [controls/menu.c]
11069         New functions: PopMenuWndProc() with 'glues',
11070         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
11071         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
11072         Code in stubs: CreateMenu(), DestroyMenu(). 
11073
11074 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
11075
11076         * loader/wine.c: Added support for relocation types 5 and 6.
11077
11078 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
11079
11080         * [misc/comm.c]
11081         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
11082         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
11083         GetCommError(), SetCommEventMask(), GetCommEventMask(),
11084         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
11085         WriteComm().
11086
11087 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
11088
11089         * [windows/caret.c]
11090         Implemented text caret functions.
11091
11092 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
11093
11094         * [loader/wine.c]
11095         Bug fix in LoadImage().
11096
11097         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
11098           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
11099         Modified graphics calls to take into account the DC origin.
11100
11101         * [windows/defwnd.c]
11102         Added preliminary WM_NCCALCSIZE handling.
11103
11104         * [windows/event.c]
11105         Send WM_NCCALCSIZE message on resize event.
11106
11107         * [windows/win.c]
11108         Send WM_NCCALCSIZE message in CreateWindow().
11109         Realize widgets at creation time (should prevent problems with
11110         unrealized widgets).
11111
11112 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11113
11114         * [controls/static.c]
11115         Send mouse & keyboard message received to its parent.
11116
11117         * [controls/scroll.c]
11118         Send keyboard message received to its parent.
11119
11120         * [controls/listbox.c]
11121         Add Navigation keys .
11122         ListBox now use VSCROLL & HSCROLL instead of children.
11123         Alpha version of LBS_MULTIPLESEL.
11124         Alpha version of LBS_MULTICOLUMN.
11125
11126         * [controls/combo.c]
11127         Add Navigation keys on closed ComboBox.
11128         Remove useless 'COMBOBOX_CreateComboBox' function.
11129
11130 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
11131
11132         * [loader/wine.
11133         LoadImage() modified to use FindFile().
11134
11135         * [misc/file.c]
11136         SetErrorMode added
11137
11138         * [misc/dos_fs.c]
11139         bug fixes.
11140
11141 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11142
11143         * [memory/global.c]
11144         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
11145
11146         * [sysres.dll]
11147         preliminary version of a 'glass of wine' bitmap
11148
11149         * [windows/event.c]
11150         New function 'GetCapture'.
11151
11152         * [controls/scroll.c]
11153         Remove useless 'SCROLLBAR_CreateScrollBar' function.
11154
11155         * [controls/listbox.c]
11156         Remove useless 'LISTBOX_CreateListBox' function.
11157
11158 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
11159
11160         * [objects/font.c]
11161         Corrected bugs in GetCharWidth().
11162
11163         * [windows/event.c]
11164         Modified EVENT_key to send Windows virtual key codes for
11165         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
11166         for printable characters.
11167
11168 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
11169
11170         * [windows/graphics.c]
11171         Added Polyline and Polygon
11172
11173 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
11174
11175         * [controls/listbox.c]
11176         ListBoxDirectory() modified to use dos_fs.c's functions to
11177         access files&|drives.
11178
11179 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
11180
11181         * [misc/dos_fs.c]
11182         Added FindFile() to search a file in a dos/unix style path.
11183         
11184         * [misc/file.c]
11185         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
11186         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
11187         GetDriveType.                      
11188
11189         * [misc/int21.c]
11190         Modified.
11191
11192 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
11193
11194         * [misc/profile.c]
11195         The Profile functions now return the correct values. They now
11196         implement all the features described in the SDK.
11197
11198 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
11199
11200         * [loader/selector.c]
11201         Rewrote selector aliasing routines to use System V IPC
11202         routine to alias memory segments.
11203
11204 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11205
11206         * [controls/listbox.c]
11207         More consistency in functions using wIndexes
11208
11209         * [controls/scroll.c]
11210         New function : ShowScrollBar().
11211
11212         * [loader/cursor.c] ... New file
11213         Move cursor functions from [loader/resource.c].
11214         New function : ClipCursor().
11215         New function : GetClipCursor().
11216         New function : CreateCursor().
11217         SetCursor() now working using gloabal variable 'winHasCursor'.
11218
11219         *[object/palette.c]
11220         New stub only : SelectPalette().
11221         New stub only : RealizePalette().
11222
11223         *[win/event.c]
11224         New function : EVENT_enter_notify(),
11225                 update 'winHasCursor' and send WM_SETCURSOR.
11226
11227         *[win/defwnd.c]
11228         Add processing of WM_SETCURSOR message.
11229
11230         *[win/win.c]
11231         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
11232         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
11233         New function ClientToScreen().
11234         New function ScreenToClient().
11235
11236 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
11237
11238         * [files.h / regfunc.h / misc/dos.c]
11239         Removed.
11240
11241         * [misc/dos_fs.c]
11242         Added support for loading dosdrive cfg from wine.ini.
11243
11244         * [misc/int21.c]
11245         Modified.
11246
11247
11248 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
11249
11250         * [include/atom.h] [memory/atom.c]
11251         Implemented atoms.
11252
11253         * [windows/class.c]
11254         Modified RegisterClass() to use atoms.
11255         Implemented CS_GLOBALCLASS style.
11256
11257         * [windows/message.c]
11258         Implemented RegisterWindowMessage().
11259
11260         * [loader/resource.c]
11261         Bug fix in LoadResource().
11262
11263         * [windows/dialog.c]
11264         Modified CreateDialogParam() to use Find/LoadResource().
11265
11266 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
11267
11268         * [windows/scroll.c]
11269         Preliminary implementations of ScrollWindow, ScrollDC and
11270         ScrollWindowEx.
11271
11272 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11273
11274         * [controls/listbox.c]
11275         Optimization of redraw during 'Add' or 'Insert'.
11276
11277         * [controls/scroll.c]
11278         Optimization of WM_PAINT during 'thumbtracking'.
11279
11280         * [controls/button.c]
11281         Add of beta implement of 'BS_OWNERDRAW'
11282
11283         * [controls/static.c]
11284         Style 'SS_ICON' new supported.
11285
11286         * [misc/message.c]
11287         Begin of implemantation of MB_XXX styles.
11288
11289         * [loader/resource.c]
11290         Function LoadIcon() : now prepare transparency Bitmap mask.
11291         Function LoadCursor() : now prepare a 'X pixmapcursor'.
11292         New function SetCursor() : not finished.
11293         New function ShowCursor() : not finished.
11294         New function AccessResource() : stub.
11295
11296         * [obj/dib.c]
11297         Function DrawIcon(): deugging phase of icon transparency mask.
11298
11299         * [loader/library.c]
11300         new file for news functions LoadLibrary() & FreeLibrary().
11301
11302         * [sysres.dll]
11303         Resources only 16bits DLL for System Resources, icons, etc...
11304
11305 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
11306
11307         * [include/dialog.h] [windows/dialog.c]
11308         Simplified dialog template parsing.
11309         Implemented DialogBoxIndirect().
11310
11311         * [windows/win.c]
11312         Fixed bug in CreateWindow() when aborting window creation.
11313         Modified UpdateWindow() to only update visible windows.
11314         Implemented IsWindow().
11315
11316 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11317
11318         * [controls/listbox.c]
11319         Listbox control window : new messages.
11320
11321         * [controls/combo.c]
11322         Combo box control window : new messages.
11323
11324         * [misc/message.c]
11325         Moved stub MessageBox() to this new file.
11326         Implemented of a callback, now MessageBox show a window.
11327
11328         * [loader/resource.c]
11329         New function DestroyIcon()
11330         New function DestroyCursor()
11331         Filled stub LoadIcon()
11332         Filled stub LoadCursor()
11333         Bug fixed in FindResourceByName() : missing lseek().
11334
11335         * [obj/dib.c]
11336         New function DrawIcon()
11337
11338         * [windows/win.c]
11339         New function CloseWindow()
11340         New function OpenIcon()
11341         New function IsIconic()
11342         New Function FindWindow()
11343
11344 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
11345
11346         * [loader/selector.c]
11347         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
11348
11349 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
11350
11351         * [loader/selector.c]
11352         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
11353
11354 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
11355
11356         * [loader/resource.c]
11357         Wrote FindResource(), LoadResource(), LockResource(),
11358         and FreeResource()
11359
11360         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
11361         Changed selector allocation method.
11362
11363 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
11364
11365         * [if1632/callback.c if1632/call.S if1632/user.spec] 
11366         added Catch (KERNEL.55) and Throw (KERNEL.56)
11367         
11368 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11369
11370         * [controls/scroll.c]
11371         Scroll bar control window
11372                 Bug resolved : Painting message before scroll visible.
11373
11374         * [controls/listbox.c]
11375         Listbox control window
11376                 Destroy cleanup.
11377
11378         * [controls/combo.c]
11379         Combo box control window
11380                 Destroy cleanup.
11381
11382         * [controls/button.c]
11383                 GetCheck Message now return is state.
11384
11385         * [windows/win.c]
11386         New function IsWindowVisible()
11387
11388 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
11389
11390         * [if1632/user.spec]
11391         Removed some duplicate entries.
11392
11393         * [include/dialog.h] [windows/dialog.c]
11394         Implemented dialog units and fonts.
11395         Added preliminary loading of dialog resources.
11396         Preliminary implementation of DialogBox().
11397         Implemented Get/SetDlgItem* functions.
11398
11399         * [windows/win.c]
11400         Implemented WM_PARENTNOTIFY message.
11401         Implemented CreateWindowEx() and GetWindow().
11402         Completed DestroyWindow().
11403
11404 Mon Nov  1 18:19:34 1993  Erik Bos
11405
11406         * [loader/signal.c]
11407         Added support for int 0x11 & 0x12.
11408
11409         * [loader/int21.c]
11410         Improved function handling.
11411
11412 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
11413
11414         * [objects/font.c]
11415         Implemented GetCharWidth().
11416
11417 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
11418
11419         * [Makefile]
11420         Use GNU malloc.
11421
11422         * [include/int21.h include/wine.h]
11423         Change sc_eflags to sc_efl .
11424
11425         * [include/wine.h]
11426         Fix misplaced #endif
11427         Include <signal.h> for NetBSD
11428
11429         * [loader/int21.c]
11430         Don't include <sys/vfs.h> in NetBSD
11431         Do include <sys/mount.h> in NetBSD
11432         Cleanup some lint.
11433
11434 Mon Oct 26 17:59:01 1993  Erik Bos
11435
11436         * [include/int21.h]
11437         Added.
11438
11439         * [loader/int21.c]
11440         Added support for many dos ints.
11441
11442         * [misc/file.c] [include/files.h]
11443         Moved OPEN_MAX and DosDriveStruct to files.h.
11444
11445 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
11446
11447         * [controls/button.c]
11448         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
11449         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
11450         a preliminary USERBUTTON control.
11451
11452         * [objects/text.c]
11453         Corrected bugs in TEXT_NextLine() and added handling of prefix
11454         character.
11455
11456         * [controls/button.c]
11457         Disabled focus handling by commenting out SetFocus() calls until
11458         serious bug can be found.
11459
11460 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11461
11462         * [controls/listbox.c]
11463         Listbox control window
11464                 Painting cleanup, new messages processed.
11465
11466         * [controls/scroll.c]
11467         Scroll bar control window
11468                 Painting cleanup.
11469
11470         * [controls/combo.c]
11471         Combo box control window
11472                 Painting cleanup.
11473
11474 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
11475
11476         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
11477         Better support for the private color map.
11478         Using a private map is now the default.
11479
11480         * [windows/win.c]
11481         Bug fix.
11482
11483         * [include/dialog.h] [windows/dialog.c]
11484         Implemented CreateDialog*() and IsDialogMessage().
11485
11486         * [misc/xt.c] [windows/defwnd.c]
11487         Moved DefWindowProc() to defwnd.c.
11488         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
11489
11490         * [windows/defdlg.c]
11491         Started the implementation of DefDlgProc().
11492
11493         * [windows/win.c]
11494         Added WM_NCCREATE and WM_NCDESTROY messages.
11495         Implemented IsChild().
11496
11497 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
11498
11499         * [windows/focus.c]
11500         Implemented GetFocus() and SetFocus().
11501
11502         * [windows/event.c]
11503         Added processing of FocusIn and FocusOut events.
11504
11505         * [windows/graphics.c]
11506         Added DrawFocusRect().
11507
11508 Sat Oct  9 14:36:57 1993  Erik Bos
11509
11510         * [loader/int1a.c]
11511         Added more function handling.
11512
11513 Wed Oct  6 12:21:22 1993  Erik Bos
11514
11515         * [loader/signal.c]
11516         Split signal.c into int1a.c, int21.c and signal.c.
11517
11518 Tue Oct  5 22:12:40 1993  David Metcalfe
11519
11520         * [controls/static.c] [control/widgets.c]
11521         Static control class.
11522
11523         * [objects/text.c]
11524         Added processing of additional DT_ flags to DrawText().
11525
11526         * [windows/win.c] [misc/xt.c]
11527         Added SetWindowText() and WM_SETTEXT processing.
11528
11529 Tue Oct  5 22:12:40 1993  Martin Ayotte
11530
11531         * [controls/listbox.c]
11532         Listbox control window
11533
11534         * [controls/scroll.c]
11535         Scroll bar control window
11536
11537         * [controls/combo.c]
11538         Combo box control window
11539
11540         * [include/combo.h]
11541         Combo box definitions
11542
11543         * [include/listbox.h]
11544         Listbox definitions
11545
11546         * [include/scroll.h]
11547         Scroll bar definitions
11548
11549 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
11550
11551         * [if1632/callback.c]
11552         Fixed bug in MakeProcInstance().
11553
11554         * [debugger/info.c]
11555         Changed x/w and x/b to display in hex.
11556
11557         * [debugger/i386-pinsn.c]
11558         Added code to properly unassemble 16-bit indexing.
11559
11560 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
11561
11562         * [loader/files.c] [misc/profile.c]
11563         System initialization file is now called "wine.ini" and can
11564         be located in the current directory, the user's home directory,
11565         or any directories specified in the WINEPATH environment variable.
11566
11567         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
11568         Changed register function stack to match sigcontext structure.
11569
11570 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
11571
11572         * [loader/files.c]
11573         Created function to search a path for files to load.
11574
11575         * [loader/wine.c]
11576         Modified exe and dll file loading to search through path
11577         specified by the environment variable WINEPATH.
11578
11579 Thu Sep 30 22:30:21 1993  Eric Youngdale
11580
11581         * [loader/signal.c]
11582         Bug fix.
11583
11584 Thu Sep 30 22:30:21 1993  John Brezak
11585
11586         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
11587           [debugger/obstack.h]
11588         Updates to allow debugger to function under NetBSD.
11589
11590 Tue Sep 28 19:59:21 1993  David Metcalfe
11591
11592         * [windows/win.c]
11593         Implemented support for windows with no borders.  Added
11594         GetParent(), GetDlgCtrlID(), GetWindowText() and
11595         GetWindowTextLength() functions.
11596
11597         * [misc/xt.c]
11598         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
11599         to DefWindowProc and Implemented MessageBeep().
11600
11601         * [windows/syscolor.c]
11602         Added preliminary system color support.
11603
11604         * [controls/button1.c]
11605         Mods to new button control and integration with Wine.
11606
11607 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
11608
11609         * [controls/button1.c]
11610         New button control using GDI functions.
11611         
11612 Tue Sep 28 19:59:21 1993  Eric Youngdale
11613
11614         * [debugger/*]
11615         Added debugging capabilities to Wine
11616
11617 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
11618
11619         * [objects/region.c]
11620         Bug fix
11621
11622 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
11623
11624         * [tools/build.c]
11625         Changed the entry point code to reduce the standard entry
11626         point size from 22 bytes to 10 bytes.  This leaves about
11627         4000 free entry points instead of the 800 in version 0.4.2.
11628
11629         * [loader/resource.c]
11630         Rewrote functions to allow loading of resources from any
11631         DLL.
11632
11633         * [loader/wine.c] [include/wine.h]
11634         Added functions GetFilenameFromInstance() and GetFileInfo()
11635         to search for a loaded file based on its instance handle.
11636         Added a field in struct w_files to make searching by an instance
11637         handle faster.
11638
11639 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
11640
11641         * [misc/profile.c]
11642         Implementation of .INI file handling
11643
11644 Mon Sep 20 10:54:32 1993  David Metcalfe
11645
11646         * [misc/profile.c.old]
11647         Implementation of .INI file handling
11648
11649 Mon Sep 20 10:54:32 1993  John Brezak
11650
11651         * [controls/WinButton.c]
11652         Bug fix with call to XtVaSetValues.
11653
11654 Mon Sep 20 10:54:32 1993  Alexandre Julliard
11655
11656         * [windows/win.c]
11657         Quick patch to get colormaps to work with button widget.
11658
11659 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
11660
11661         * misc/keyboard.c: 
11662         Ifdefed out some bogus Ansi<->Oem conversion functions
11663
11664         * misc/lstr.c: 
11665         New file with string functions like lstr* IsChar* *Ansi* 
11666
11667 Wed Sep 15 20:35:10 1993  John Brezak
11668
11669         * [loader/signal.c]
11670         Additional changes to support NetBSD.
11671
11672 Wed Sep 15 22:19:22 1993  Martin Ayotte
11673
11674         * [windows/graphics.c]
11675         Added FrameRect function
11676
11677 Tue Sep 14 13:54:45 1993  Alexandre Julliard
11678
11679         * [objects/color.c] [objects/palette.c]
11680         Preliminary support for private color map.
11681
11682         * [windows/class.c]
11683         Implemented CS_CLASSDC style.
11684
11685         * [windows/dce.c]
11686         Moved DCEs to USER heap.
11687         Implemented class and window DCs.
11688
11689         * [windows/event.c]
11690         Implemented CS_DBLCLKS style.
11691
11692         * [windows/graphics.c]
11693         Bug fix in SetPixel().
11694
11695         * [windows/win.c]       
11696         Implemented CS_OWNDC style.
11697         Implemented Get/SetWindowLong().
11698
11699         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
11700           [windows/dce.c] [windows/message.c] [windows/win.c]   
11701         Moved windows from global heap to USER heap.
11702
11703 Mon Sep 13 05:00:11 1993  Eric Youngdale
11704
11705         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
11706           [loader/wine.c] [tools/build.c]
11707         Added ability to generate missing functions statistics.
11708
11709 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
11710
11711         * [WIN31-APPLETS]
11712         Added new file.
11713
11714         * [if1632/kernel.spec]
11715         Added definitions for GetProfile{Int,String} and SetHandleCount.
11716
11717         * [if1632/keyboard.spec]
11718         Created interface specification for Keyboard driver DLL.
11719
11720         * [if1632/relay.c]
11721         Added keyboard.dll to list of included DLLs.
11722
11723         * [if1632/user.spec]
11724         Added LoadAccelerators definition.
11725
11726         * [loader/resource.c]
11727         Added LoadAccelerators stub.
11728
11729         * [misc/file.c]
11730         Changed OpenFile, and added SetHandleCount (for winfile.exe)
11731
11732         * [misc/keyboard.c]
11733         Added keyboard code.
11734
11735         * [misc/profile.c] [misc/xt.c]
11736         Moved GetPrivateProfile* commands here, and added GetProfile*
11737         commands.
11738
11739 Mon Sep 13 10:24:37 1993  Andrew Bulhak
11740
11741         * [windows/utility.c]
11742         Implemented MulDiv(), OutputDebugString() and wvsprintf()
11743
11744 Fri Sep 10 09:13:30 1993  John Brezak
11745
11746         * [*/Makefile]
11747         Created patch to allow BSD make to build wine.
11748
11749         * [windows/win.c]
11750         Fixed NULL pointer reference.
11751
11752         * [windows/message.c] [misc/xt.c]
11753         Defined HZ to handle system specific timing.
11754
11755         * [windows/graphics.c]
11756         Use M_PI is PI
11757
11758         * [objects/pallete.c]
11759         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
11760
11761         * [dump.c] [ldt.c] [wine.c]
11762         ifdef'ed linux headers for linux compile.
11763
11764         * [loader/ldtlib.c]
11765         Add NetBSD system calls when compiled on that system.
11766
11767         * [loader/selector.c]
11768         Use mmap(MAP_ANON, ...) for NetBSD.
11769
11770         * [if1632/call.S]
11771         Fixed selector assumptions.
11772
11773 Thu Sep 9 20:01:37 1993  David Metcalfe
11774
11775         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
11776           [windows/win.c] [windows/class.c]
11777         Added 3D button control and tied into CreateWindow()
11778
11779 Thu Sep  9 07:35:24 1993  Scott Laird
11780
11781         * [if1632/sound.spec]
11782         Created interface specification for SOUND DLL.
11783
11784         * [if1632/win87em.spec]
11785         Added more functions to the WIN87EM DLL interface specification
11786
11787         * [misc/emulate.c]
11788         Created stubs for the new math emulation functions.
11789
11790         * [misc/sound.c]
11791         Created stubs for the SOUND DLL.
11792
11793 Sun Sep  5 21:02:10 1993  John Burton
11794
11795         * [if1632/kernel.spec]
11796         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
11797         and _lwrite.
11798
11799         * [include/windows.h]
11800         Added OF_ macros
11801
11802         * [misc/file.c]
11803         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
11804
11805 Fri Sep  3 18:47:03 1993  Alexandre Julliard
11806
11807         * [windows/dc.c]
11808         Bug fix
11809
11810         * [objects/text.c]
11811         Bug fix
11812
11813 Fri Sep  3 18:47:03 1993  Bob Amstadt
11814
11815         * [objects/linedda.c]
11816         Finished LineDDA().
11817
11818 Fri Sep  3 11:52:18 1993  Bob Amstadt
11819
11820         * [windows/timer.c]
11821         Changed to use CallWindowProc() rather directly calling callback.
11822
11823         * [windows/event.c]
11824         Implemented SetCapture() and ReleaseCapture()
11825
11826         * [windows/keyboard.c]
11827         Created stub for GetKeyState()
11828
11829         * [objects/linedda.c]
11830         Created stub for LineDDA()
11831
11832         * [if1632/callback.c]
11833         Created callback handler for LineDDA callback procedure.
11834
11835         * [if1632/callback.c]
11836         Created FreeProcInstance()
11837
11838 Fri Sep  3 08:36:52 1993  David Metcalfe
11839
11840         * [loader/signal.c]
11841         Patch to and code for INT 1A
11842
11843 Thu Sep  2 00:31:54 1993  Alexandre Julliard
11844
11845         * [objects/font.c] [objects/text.c]
11846         More text support: implemented justification and underlining.
11847
11848         * [windows/clipping.c] [objects/clipping.c]
11849         Moved low-level clipping functions to objects/clipping.c.
11850
11851         * [windows/clipping.c] [windows/event.c] [windows/message.c]
11852         Implemented window update regions.
11853
11854         * [windows/dc.c] [objects/dcvalues.c]
11855         Moved some device-independent DC functions to objects/dcvalues.c.
11856
11857         * [windows/graphics.c]
11858         Implemented InvertRect() and GetPixel().
11859
11860 Sat Aug 28 08:40:23 1993  Eric Youngdale
11861
11862         * [include/neexe.h] [loader/wine.c]
11863         Added code to handle relocation type 4.
11864
11865         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
11866         Added support for dos interrupts.
11867
11868 Thu 26 Aug 19:15:00 1993  Eric Youngdale
11869
11870         * [loader/selector.c]
11871         Fixed bug dealing with loading DLLs.
11872
11873 Thu Aug 26 19:22:40 1993  Alexandre Julliard
11874
11875         * [include/gdi.h] [objects/font.c] [windows/dc.c]
11876         Beginning of real font support.
11877
11878         * [windows/graphics.c]
11879         Implemented PatBlt().
11880
11881         * [memory/global.c]
11882         Corrected a bug with linked list handling in GlobalAlloc().
11883
11884         * [objects/bitmap.c]
11885         Corrected a bug in BITMAP_SelectObject().
11886
11887 Tue Aug 24 19:22:40 1993  David Metcalfe
11888
11889         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
11890           [controls/SmeMenuButt*]
11891         Change code to support & as a special character in menu item text.
11892
11893 Tue Aug 24 19:22:40 1993  Alexandre Julliard
11894
11895         * [include/gdi.h] [windows/dc.c]
11896         Heavily modified the DC structure for better device-independence.
11897
11898         * [objects/bitmap.c]
11899         Implemented bitmap dimensions.
11900
11901         * [windows/dc.c] [windows/dce.c]
11902         Implemented DC state saving and restoring.
11903
11904         * [windows/dc.c]
11905         Implemented ROP mode.
11906
11907         * [windows/graphics.c]
11908         Implemented FillRect().
11909
11910 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
11911
11912         * [misc/xt.c]
11913         Fixed bug in InvalidateRect().  Solitaire attempted to
11914         clear window before it was realized.
11915
11916         * [loader/resource.c]
11917         Began rewrite of LoadBitmap().
11918
11919         * [loader/wine.c]
11920         Fixed code which set Argv and Argc global variables.
11921
11922         * [loader/selector.c]
11923         Added code to set up command line arguments.
11924
11925         * [include/neexe.h]
11926         Fixed error in PSP structure.
11927
11928 Tue Aug 17 20:41:12 1993  Alexandre Julliard
11929
11930         * [include/gdi.h] [windows/dc.c]
11931         Implemented device capabilities.
11932
11933         * [objects/region.c]
11934         Implemented EqualRgn() and CombineRgn().
11935
11936         * [windows/clipping.c]
11937         Implemented Save/RestoreVisRgn().
11938
11939         * [windows/graphics.c]
11940         Implemented PaintRgn() and FillRgn().
11941
11942         * [windows/mapping.c]
11943         Implemented mapping modes.
11944
11945 Tue Aug 10 14:07:38 1993  Alexandre Julliard
11946
11947         * [if1632/user.spec] [misc/rect.c]
11948         Implemented rectangle API functions.
11949
11950         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
11951         Implemented regions.
11952
11953         * [windows/class.c]
11954         Corrected a typo in UnregisterClass().
11955
11956         * [windows/clipping.c] [windows/dc.c]
11957         Implemented DC clipping and visible region.
11958
11959 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
11960
11961         * [controls/menu.c] [windows/win.c]
11962         SetMenu(), GetMenu(), CheckMenuItem() implemented
11963
11964 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
11965
11966         * [controls/menu.c] [windows/win.c]
11967         Many improvements menus.  LoadMenu() should work.
11968
11969 Wed Aug  4 14:55:36 1993  Alexandre Julliard
11970
11971         * [objects/dib.c]
11972         Started the implementation of device-independent bitmaps.
11973
11974         * [objects/bitmap.c]
11975         Added support for multiple bitmap depths.
11976
11977         * [objects/brush.c]
11978         Implemented pattern brushes.
11979
11980         * [windows/dc.c] [windows/graphics.c]
11981         Implemented some GDI graphics primitives.
11982
11983 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
11984
11985         * [controls/menu.c] [windows/win.c] [include/menu.h]
11986         Code to load class menus from executable file.
11987
11988         * [if1632/user.spec]
11989         Fixed specification of SendMessage() and PostMessage.
11990
11991 Mon Jul 26 21:53:24 1993  Alexandre Julliard
11992
11993         * [if1632/call.S]
11994         Corrected a bug in KERNEL_InitTask().
11995
11996         * [include/windows.h]
11997         Added a lot of constants.
11998
11999         * [loader/selector.c]
12000         Corrected a bug in segment allocation in CreateSelectors().
12001
12002         * [objects/bitmap.c]
12003         Implemented SelectObject() for bitmaps.
12004
12005         * [objects/brush.c]
12006         Implemented hatched brushes and SelectObject().
12007
12008         * [objects/gdiobj.c]
12009         Removed linked list (not needed).
12010
12011         * [objects/palette.c]
12012         Implemented system palette creation and misc. palette API functions.
12013
12014         * [windows/timer.c]
12015         Implemented timers.
12016
12017         * [windows/dc.c]
12018         Implemented memory device contexts.
12019
12020 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
12021
12022         * [dos.c]
12023         Split DOS3Call() out of kernel.c.  Added support for get date
12024         and time functions.
12025
12026         * [call.S]
12027         Added function ReturnFromRegisterFunc() to allow DOS calls
12028         to return values in registers.
12029
12030         * [regfunc.h]
12031         Macros to access registers saved on stack.
12032
12033 Tue Jul 20 10:38:59 1993  Alexandre Julliard
12034
12035         * [win.c]
12036         Corrected allocation of the WM_CREATE data structure.
12037
12038         * [dce.c] [dce.h]
12039         Implemented DCE handling.
12040
12041         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
12042           [gdiobj.c] [palette.c] [pen.c]
12043         Implemented the GDI objects data structures and allocation.
12044
12045         * [windows.h]
12046         Added several structures and constants for GDI objects.
12047
12048 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
12049
12050         * [ldtlib.c]
12051         Modified system calls to match Linus' new interface for
12052         the LDT modification.
12053
12054         * [win.c]
12055         Fixed bug with WM_CREATE message.
12056
12057         * [heap.c] [kernel.spec]
12058         Completed local heap allocation functions.
12059
12060         * [global.c]
12061         Created function GlobalQuickAlloc() for easy allocation from DLLs
12062
12063 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
12064
12065         * [global.c]
12066         Completed global memory pool API
12067
12068 Sun Jul 11 16:59:52 1993  Alexandre Julliard
12069
12070         * [message.c] [user.c] [user.spec] [windows.h]
12071         Added emulation of Windows message queue.
12072
12073 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
12074
12075         * [build.c] Original by Bob Amstadt
12076         * [callback.c] Original by Bob Amstadt, updates by 
12077         Alexandre Julliard
12078         * [dump.c] Original by Bob Amstadt
12079         * [global.c] Original by Bob Amstadt
12080         * [heap.c] Original by Bob Amstadt
12081         * [kernel.c] Original by Bob Amstadt
12082         * [ldt.c] Original by Bob Amstadt
12083         * [ldtlib.c] Original by Bob Amstadt
12084         * [relay.c] Original by Bob Amstadt
12085         * [resource.c] Original by Bob Amstadt, updates by 
12086         Alexandre Juliard
12087         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
12088         * [user.c] Original by Bob Amstadt
12089         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
12090         Alexandre Julliard
12091         * [wintcl.c] Original by Regents of the University of California,
12092         updates by Peter MacDonald and Alexandre Julliard
12093         * [callback.h] Original by Bob Amstadt
12094         * [dlls.h] Original by Bob Amstadt
12095         * [heap.h] Original by Bob Amstadt
12096         * [neexe.h] Original by Bob Amstadt
12097         * [prototypes.h] Original by Bob Amstadt, updates by 
12098         Eric Youngdale
12099         * [segmem.h] Original by Bob Amstadt
12100         * [tkInt.h] Original by Regents of the University of California
12101         * [windows.h] Original by Peter MacDonald, updates by 
12102         Alexandre Julliard and Bob Amstadt
12103         * [wine.h] Original by Eric Youngdale
12104         * [kernel.spec] Original by Bob Amstadt, updates by 
12105         Alexandre Julliard
12106         * [gdi.spec] Original by Bob Amstadt, updates by 
12107         Alexandre Julliard
12108         * [shell.spec] Original by Bob Amstadt
12109         * [unixlib.spec] Original by Bob Amstadt
12110         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
12111         * [win87em.spec] Original by Bob Amstadt
12112         * [Windows.tcl] Original by Peter MacDonald, updates by 
12113         Alexandre Julliard
12114         * [build-spec.txt] Original by Bob Amstadt
12115         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale