Release 970215
[wine] / ChangeLog
1 ----------------------------------------------------------------------
2 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3
4         * [*/*]
5         Converted a lot of functions to Win32 types.
6         Removed HWND type.
7
8 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
9
10         * [memory/global.c]
11         Implemented GMEM_MOVEABLE blocks for Win32.
12
13 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
14
15         * [loader/task.c] [windows/queue.c]
16         Do not read X events while in the intertask SendMessage().
17
18         * [misc/lstr.c]
19         Fixed CharPrev32A().
20
21         * [windows/hook.c] [include/hook.h]
22         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
23
24         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
25           [windows/event.c] [controls/edit.c] 
26         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
27         Several new Win32 messages are sent when this flag is on.
28         
29         * [msdos/dosmem.c] [memory/global.c]
30         Some changes in DOS memory allocation.
31
32 Fri Feb  7 21:46:03 1997  Andrew Taylor  <andrew@riscan.com>
33
34         * [win32/security.c]
35         Added SID manipulation functions.
36
37         * [include/debug.h]
38         Added debugging class "security".
39
40 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
41
42         * [debugger/msc.c] [debugger/source.c] 
43           [documentation/wine_os2.txt] [loader/signal.c]
44         Some more changes for OS/2. Doesn't work yet.
45
46 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
47
48         * [scheduler/process.c]
49         Added ExpandEnvironmentStrings*.
50
51         * [misc/ntdll.c] [include/ntdll.h]
52         Added some new functions.
53
54         * [objects/cursoricon.c]
55         CURSORICON_LoadHandler: check against some bizarre out of memory
56         conditions.
57         
58         * [windows/mdi.c]
59         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
60
61 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
62
63         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
64           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
65         Added Hungarian language support.
66
67 ----------------------------------------------------------------------
68 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
69
70         * [files/drive.c]
71         Fixed SetCurrentDirectory() to also change the current drive.
72
73         * [win32/except.c] [tools/build.c]
74         Use Win32 register functions to implement exception handling.
75         Fixed UnhandledExceptionFilter.
76
77 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
78
79         * [windows/keyboard.c]
80         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
81         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
82         or when the state has changed, out of wine.
83         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
84         by InputKeyStateTable.
85
86 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
87
88         * [loader/*resource.c][if1632/thunk.c]
89         EnumResource* added.
90
91         * [loader/pe_resource.] [loader/resource.c]
92         SizeofResource32(), LoadAccelerators32() added.
93
94         * [misc/lstr.c]
95         FormatMessage %n added.
96
97         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
98         _chdrive,_errno,_isctype added.
99
100         * [misc/cpu.c]
101         Replaced runtime_cpu by GetSystemInfo().
102
103         * [windows/hook.c][include/hook.h]
104         Fixed mapping of hooks to win32/unicode.
105
106         * [windows/keyboard.c] [windows/defwnd.c]
107         Updated to win32 standard.
108         ALT-<Menukey> fixed.
109
110         * [windows/queue.c]
111         GetWindowThreadProcessId() implemented.
112
113 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
114
115         * [graphics/metafiledrv/*] [graphics/x11drv/*]
116           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
117           [objects/gdiobj.c] [objects/pen.c]
118         Moved SelectObject to graphics drivers. Printer support now works
119         in a few cases but is definitely not complete. Generic/text driver
120         works. The postscript driver works if true type fonts are disabled
121         from the control panel. To enable printer support add Printer=on
122         to the wine section of your wine.conf file. This causes write not
123         to work properly. I know that several other printer drivers do not
124         work.
125
126         * [tools/build.c]
127         Make .stabs not used for svr4 since it doesn't use GNU assembler.
128
129         * [misc/fontengine.c]
130         Make sure a printf doesn't crash the system.
131
132 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
133
134         * [objects/metafile.c]
135         Fixed some problems with PlayMetaFileRecord().
136
137         * [objects/dc.c]
138         hClipRgn gets initialized in GetDCState().
139
140 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
141
142         * [debugger/stabs.c]
143         Handle file names beginning with '/'.
144
145 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
146
147         * [*/*]
148         Some more patches for OS/2 support.
149
150 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
151
152         * [resources/sysres_Ko.rc]
153         Updated support for Korean (Ko) language.
154
155 ----------------------------------------------------------------------
156 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
157
158         * [loader/module.c]
159         Fixed LoadModule() to always call the DLL initialization code.
160
161         * [windows/event.c]
162         Moved all the keyboard stuff to windows/keyboard.c
163
164         * [tools/build.c]
165         Fixed Win32 register functions.
166
167 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
168
169         * [tools/makedep.c]
170         Fixed bug which causes SEGV on Solaris x86.
171
172 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
173
174         * [controls/edit.c]
175         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
176         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
177         Fixed EM_SETSEL and some minor bugs (features).
178         Hence: fully functional undo and a win95 menu with the right mouse
179                 button.
180
181         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
182         Added a context menu for the edit control.
183         Translations, please ...
184
185 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
186
187         * [windows/event.c]
188         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
189         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
190         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
191         to make them work with any X server.
192         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
193
194         * [include/keyboard.h]
195         Totally replaced the file (formerly containing the vkcase definitions)
196         by the declaration of 'extern' variables contained by event.c and used
197         by keyboard.c
198         
199         * [windows/keyboard.c]
200         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
201         table keyc2vkey or X functions only.
202         ToAscii : added keypad 0-9 and . special case.
203         Changed toggle keys active mask from 0x80 to 0x1.
204
205         * [misc/keyboard.c]
206         File deleted. Contents moved to windows/keyboard.c.
207
208         * [misc/main.c]
209         Added putenv XKB_DISABLE to disable XKB extension (which, when
210         present, causes AltGr to change keyboard group instead of being a
211         modifier).
212
213 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
214
215         * [windows/event.c]
216         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
217         output of XGetModifierMapping for XK_Num_Lock.
218
219 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
220
221         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
222           [debugger/*.c]
223         General clean up.
224         Changed defines/structures to match Windows NT SDK.
225
226         * [loader/main.c]
227         Don't crash on empty command-line.
228
229         * [windows/winpos.c]
230         winpos.c made win32 clean.
231
232         * [misc/ntdll.c]
233         Some string conversion additions.
234
235         * [files/file.c]
236         GetFileAttributes/GetTempFileName fixed.
237
238         * [misc/ver.c]
239         VerInstallFile implemented.
240
241 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
242
243         * [tools/build.c]: Use PREFIX also in stabs messages.
244
245 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
246
247         * [graphics/win16drv/*] [include/win16drv.h]
248         Many fixes and some new features.
249
250         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
251           [include/x11drv.h] [objects/font.c]
252         GetTextMetrics() moved to graphics driver.
253
254         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
255         New dummy EngineEnumerateFont, EngineRealizeFont functions.
256
257         * [include/windows.h]
258         TEXTFORM16 and FONTINFO16 structure definitions moved here from
259         include/win16drv.h
260
261 ----------------------------------------------------------------------
262 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
263
264         * [controls/menu.c]
265         Updated to new Win32 types.
266
267         * [controls/listbox.c]
268         Fixed Winfile extended selection bug.
269
270         * [files/directory.c]
271         Changed DIR_SearchPath to return both long and short file names.
272
273         * [files/dos_fs.c]
274         Implemented VFAT ioctl to retrieve the original short filenames
275         from a VFAT filesystem (Linux only for now).
276         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
277         DOS_GetFullName().
278         Properly implemented GetShortPathName() and GetFullPathName().
279         Made all functions re-entrant.
280
281         * [files/file.c] [misc/main.c]
282         Replaced -allowreadonly option by -failreadonly. The default is
283         now to report success when opening a read-only file for writing.
284
285         * [objects/metafile.c]
286         Fixed bug in DIB bitmaps pointer calculation.
287
288         * [scheduler/process.c]
289         Implemented environment strings and Get/SetStdHandle with process
290         environment block.
291
292         * [tools/build.c]
293         Rewrote BuildContext32() to avoid instructions that may not be
294         supported by all assemblers.
295         
296 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
297
298         * [windows/event.c]
299         Created table keyc2vkey, which associate a vkey(+extended bit) to
300         any keycode. Changed EVENT_event_to_vkey to use this table to
301         return the correct vkey. Changed EVENT_ToAscii to get the keycode
302         from this table too.  Assigned OEM specific vkeys arbitrarily.
303
304 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
305
306         * [misc/winsock.c] [misc/winsoc_async.c]
307         Fixed svr4 header files.
308         Changed bzero() to memset().
309
310         * [tools/fnt2bdf.c]
311         Removed bcopy() and used memcpy() instead.
312
313         * [debugger/msc.c]
314         Include string.h instead of strings.h
315
316         * [debugger/stabs.c]
317         Include string.h instead of strings.h.
318         Define __ELF__ for svr4 systems.
319
320         * [loader/signal.c]
321         Use wait() instead of wait4() which doesnt exist on Unixware.
322
323         * [memory/global.c]
324         Use sysconf() instead of getpagesize() for svr4 systems.
325
326 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
327
328         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
329           [tools/Makefile.in] [documentation/wine_os2.txt]
330         Patches for OS/2 support. Note that it doesn't compile yet.
331
332 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
333
334         * [debugger/*]
335         Many more debugger improvements (see debugger/README for details).
336
337 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
338
339         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
340           [graphics/metafiledrv/*]
341         Moved some device dependent code into the resp. subdirs.
342
343         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
344         Prototypes added,
345         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
346
347         * [objects/region.c]
348         CreatePolyPolygonRgn32 added.
349
350         * [files/dos_fs.c]
351         QueryDosDevice added.
352
353         * [misc/lstr.c]
354         FormatMessage: broken heap management fixed.
355
356         * [scheduler/process.c] [scheduler/thread.c]
357         Get/SetThreadPriority/PriorityClass added.
358
359 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
360
361         * [misc/keyboard.c]
362         ToAscii : Use EVENT_ToAscii instead.
363
364         * [windows/event.c]
365         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
366         keypad cursor keys.
367         EVENT_event_to_vkey : New function, to transform a X keycode
368         into a MSwin vkey + extended bit.
369         EVENT_ToAscii : New function, to transform a vkey + extended bit
370         (+ key state table) into ascii char(s), using XLookupString, and
371         recognizing dead chars.
372         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
373         EVENT_event_to_vkey for keycode to vkey conversion; fixed
374         previous, context and extended bits.
375
376         * [windows/keyboard.c]
377         Include stddebug.h, to get -debugmsg messages.
378         GetKeyState : Handle VK_MBUTTON case.
379         GetKeyboardState, SetKeyboardState : Debugging messages added.
380
381         * [windows/message.c]
382         TranslateMessage : Handle dead chars.
383
384 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
385
386         * [if1632/crtdll.spec] [misc/crtdll.c]
387         C++ functions new/delete/set_new_handler implemented.
388
389 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
390
391         * [controls/edit.c] [include/windows.h]
392         Moved the edit control to 32 bits.
393         Included new (win95) message definitions in windows.h
394         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
395         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
396         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
397         Fixed some bugs, introduced a couple of others.
398         Text buffer is now initially in 32-bit heap.
399
400         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
401           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
402           [misc/commdlg.c]
403         Updated to work with 32-bit edit control.
404
405 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
406
407         * [loader/pe_image.c]
408         Use mmap rather then malloc. Better workaround for clean
409         segments.
410
411 ----------------------------------------------------------------------
412 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
413
414         * [controls/listbox.c]
415         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
416
417         * [files/dos_fs.c]
418         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
419
420         * [files/file.c] [files/directory.c]
421         Use Win32 kernel objects and handles for file handles.
422         Unified SearchPath() and OpenFile().
423
424         * [loader/builtin.c]
425         Moved to if1632/ directory.
426
427         * [tools/build.c] [debugger/*] [miscemu/*]
428         Win16 register functions now receive the same CONTEXT * structure
429         as Win32 functions.
430
431         * [include/sigcontext.h] [miscemu/instr.c]
432         Added new macros to get register values from the SIGCONTEXT
433         structure (only used for instruction emulation now).
434
435         * [scheduler/process.c] [scheduler/thread.c] (New files)
436         Allocate process and thread structures.
437
438         * [scheduler/process.c] [win32/k32obj.c]
439         Added Win32 kernel objects and handles management.
440
441         * [loader/task.c]
442         Create a Win32 process and thread for every Win16 task.
443
444         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
445         Built-in resources are now in Win32 format. This also avoids
446         16-bit callbacks for built-in dialogs.
447
448         * [misc/lzexpand.c]
449         Differentiate between 16-bit and 32-bit file handles.
450
451         * [miscemu/int*.c]
452         Moved all int emulation to msdos/ directory.
453
454         * [msdos/*]
455         New directory msdos/ contains all MS-DOS emulation code that can
456         also be used for Winelib; this should enable Winelib apps to use
457         DOS3Call and related functions.
458
459         * [rc/winerc.c]
460         A few bug fixes for Win32 resource format.
461
462         * [windows/winpos.c]
463         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
464         right though).
465
466 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
467
468         * [loader/pe_image.c]
469         Make sure BSS of a PE_Image is zero.
470
471 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
472
473         * [windows/scroll.c]
474         ScrollWindowEx() rewrite, ScrollDC() fix.
475
476         * [windows/nonclient.c] [controls/menu.c]
477         Fixed Alt-Space crashes in dialogs.
478
479         * [windows/event.c] [windows/message.c]
480         Some changes in mouse message generation.
481
482 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
483
484         * [debugger/stabs.c]
485         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
486
487 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
488
489         * [windows/event.c]
490         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
491         compatibility.
492
493 ----------------------------------------------------------------------
494 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
495
496         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
497         Added mapping functions.
498
499         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
500         Added a lot of Win32 functions.
501
502         * [memory/heap.c]
503         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
504
505         * [misc/lstr.c] [memory/string.c]
506         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
507
508         * [object/font.c]
509         Avoid uppercasing font names.
510
511         * [windows/hook.c]
512         Set ds = ss before calling hook procedure.
513
514 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
515
516         * [objects/color.c]
517         Use colors allocated by other clients. 
518
519         * [windows/caret.c]
520         Set default blink time to 500.
521
522         * [windows/win.c] [windows/event.c]
523         Delete X context before XDestroyWindow().
524
525         * [windows/keyboard.c]
526         Fixed GetKeyState() once more.
527
528 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
529
530         * [debugger/*.c]
531         Lots of built-in debugger improvements: parse Win32 EXEs debug
532         information, display local variables, source files and line
533         numbers, get symbols directly from the Wine executable, etc.
534
535 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
536
537         * [misc/winsock_async.c]
538         Extern declaration added for h_errno.
539
540 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
541
542         * [windows/message.c]
543         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
544
545 ----------------------------------------------------------------------
546 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
547
548         * [graphics/x11drv/bitblt.c]
549         Fixed BITBLT_StretchImage for partially covered or inverted
550         bitmaps.
551
552         * [objects/dib.c]
553         Fixed the upside-down bitmap problem.
554
555 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
556
557         * [if1632/user32.spec]
558         IsMenu and RemoveMenu added (use existing Win16 functions).
559
560         * [include/windows.h]
561         Corrections to BITMAPINFOHEADER structure.
562
563         * [loader/module.c] [if1632/kernel32.spec]
564         New function GetModuleFileName32A (heavily based on original
565         Win16 version).
566
567         * [loader/pe_image.c]
568         Hack to allow files with short PE header to be loaded (e.g.
569         COMDLG32.DLL from Win32s).
570
571         * [misc/winsock_async.c]
572         #if out EIDRM case (not present in FreeBSD).
573
574         * [tools/build.c]
575         Remove trailing comments from .s files generated by build
576         as these break assembly when not run through pre-processor.
577
578         * [windows/graphics.c] [if1632/gdi32.spec]
579         New function Polyline32 - based on original Polyline. Needs
580         metafile support adding still.
581
582 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
583
584         * [win32/findfile.c] [if1632/kernel.spec]
585         FindFirstFile32A(): Use dos current directory for drive prefixes.
586         FindNextFile32A(): Fill in file attribute information.
587         Implement FindFirstFile16, FindNextFile16, FindClose16.
588
589         * [files/drive.c]
590         GetCurrentDirectory32A - Fix problem with null 3rd character in
591         string.
592
593 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
594
595         * [windows/painting.c][windows/message.c]
596         Don't use linked lists to call SendMessage(), for it might destroy
597         the current listentry.
598
599         * [misc/registry.c]
600         Fixed temporary file saving (rename doesn't work across
601         partitions).
602
603         * [files/*.c]
604         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
605         GetVolumeInformation32W fixed.
606
607         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
608         LoadLibrary* updated to new naming std., *32W added.
609
610         * [win32/console.c] [include/wincon.h]
611         Additions for NT commandline executables.
612
613         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
614         GetUserName32W added, GetComputerName32W added,
615         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
616
617         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
618         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
619
620         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
621           [if1632/ntdll.spec]
622         Lot of new unicode functions added (needed for NT).
623
624         * [loader/pe_image.c]
625         NtCurrentTeb added.
626
627 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
628
629         * [windows/keyboard.c]
630         Rewrote function TranslateAccelerator().
631
632 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
633
634         * [windows/defwnd.c] 
635         DEFWND_SetText(): Set icon name.
636
637 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
638
639         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
640           [if1632/winsock.spec]
641         IPC resource cleanup, bugfixes.
642
643         * [windows/dialog.c] [windows/defdlg.c]
644         More DefDlgProc() fixes.
645
646 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
647
648         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
649           [win32/newfns.c] [windows/graphics.c]
650         Added a few WIN32 functions which needed to run some win32
651         accessories. Clock should now work almost as well as 16 bit version.
652         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
653              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
654              Polygon32
655         Fix: Polygon16 possible memory leak on error return.
656
657 ----------------------------------------------------------------------
658 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
659
660         * [configure.in]
661         Added check to see if the compiler supports building a DLL when
662         the --with-dll option is used.
663
664         * [controls/listbox.c]
665         Don't send LBN_SELCHANGE too often.
666         Added WM_CHARTOITEM support.
667
668         * [Make.rules.in] [library/Makefile.in]
669         Build winestub.o and link it with Winelib programs.
670
671         * [objects/text.c]
672         Added support for '&&' in DrawText().
673
674         * [tools/build.c]
675         Added -o option.
676
677 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
678
679         * [win32/thread.c]
680         GetCurrentThread(): return -2 (current thread pseudo-handle).
681         GetCurrentThreadId(): return GetCurrentTask().
682
683         * [objects/font.c] [if1632/gdi32.spec]
684         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
685
686         * [win32/findfile.c]
687         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
688
689         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
690           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
691           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
692         Hooks rewritten to support Win32.
693
694         * [misc/winsock.c]
695         WINSOCK_select(): need to put sockets with errors into exceptfds.
696         WINSOCK_socket(): fix error return.
697
698         * [windows/win.c]
699         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
700
701 Wed Dec  4 22:03:05 1996  Andrew Taylor <andrew@riscan.com>
702
703         * [files/dos_fs.c]
704         Check if buf is NULL before copying string in GetFullPathName32A().
705
706 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
707
708         * [graphics/wing.c] [if1632/wing.spec]
709         Implemented many WinG functions, but some don't seem to
710         work correctly (probably due to the one not done).
711         
712 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
713
714         * [misc/main.c]
715         Implemented a few more of the SystemParametersInfo() cases.
716
717 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
718
719         * [controls/button.c]
720         Improved focus rectangle painting.
721
722         * [windows/dialog.c] [windows/defdlg.c]
723         Fixed IE3.0 problems with DWL_MSGRESULT.
724
725 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
726
727         * [files/profile.c]
728         Changed error handling in PROFILE_SetString().
729
730 ----------------------------------------------------------------------
731 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
732
733         * [configure]
734         Re-generated with autoconf 2.11. Let me know if you have
735         problems.
736
737         * [controls/listbox.c] [controls/oldlbox.c]
738         Listboxes rewritten from scratch. Moved old code still used by
739         comboboxes to oldlbox.c
740
741         * [misc/registry.c]
742         Use temporary file when saving registry.
743
744         * [windows/dialog.c]
745         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
746
747         * [windows/winproc.c]
748         Added translation for listbox Win32 messages.
749
750 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
751
752         * [controls/widgets.c] [controls/button.c]
753         Fixed some incompatibilities with CTL3D DLL.
754
755         * [windows/dialog.c]
756         Made dialog windows fit into the desktop.
757
758         * [misc/winsock.c] [misc/winsock_async.c]
759         New Winsock engine.
760
761         * [windows/message.c]
762         GetMessage() fixes.
763
764         * [windows/queue.c] [windows/hook.c] [windows/win.c]
765         SetMessageQueue() fixes.
766
767 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
768
769         * [objects/text.c]
770         DrawText16(): Fixed return value.
771
772 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
773
774         * [files/profile.c] [*/*]
775         Added Win32 profile functions, updated to new naming standard.
776
777         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
778         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
779         structures.
780
781         * [misc/ole2nls.c] [if1632/thunk.c]
782         Added EnumSystemLocales() (winhelp.exe).
783
784         * [misc/registry.c]
785         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
786
787         * [win32/file.c]
788         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
789
790 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
791
792         * [misc/shell.c]
793         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
794
795         * [misc/main.c]
796         Implemented a few more of the SystemParametersInfo() cases.
797
798 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
799
800         * [include/keyboard.h]
801         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
802
803         * [include/windows.h]
804         New [VK_A, VK_Z] and [VK_0, VK9] macros.
805
806         * [misc/keyboard.c]
807         Fixes in KeyTable and ToAscii.
808
809         * [objects/font.c]
810         FONT_init : Give default value for MSWIN "system" font.
811         FONT_MatchFont : Do not try every size of a font family if the
812         family does not exist.
813
814         * [windows/event.c]
815         lastEventChar hack removed.
816         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
817         and QueueKeyStateTable (maintained in message.c).
818         EVENT_key : Corrections to the extended bit setting.
819
820         * [windows/message.c] [windows/keyboard.c]
821         Implementation of a new QueueKeyStateTable : table of key states
822         valid when messages are retrieved by GetMessage or PeekMessage,
823         and valid for TranslateMessage.
824         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
825         and ToAscii.
826         
827 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
828
829         * [graphics/Makefile.in] [graphics/wing.c]
830           [if1632/wing.spec]
831         Some functions for WinG support, mostly empty stubs.
832
833         * [misc/crtdll.c] [if1632/crtdll.spec]
834         Many functions added to CRTDLL, mostly calls to Unix C library.
835
836 ----------------------------------------------------------------------
837 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
838
839         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
840         Moved BitBlt operations to the new graphics driver
841         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
842
843         * [memory/global.c]
844         Unified MemManInfo() and GlobalMemoryStatus().
845
846         * [objects/text.c]
847         Fixed ExtTextOut() to always use physical coords for clip rect.
848
849         * [windows/dialog.c]
850         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
851
852         * [windows/event.c]
853         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
854         (thanks to Thomas Koenig).
855
856         * [windows/painting.c]
857         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
858         
859         * [windows/scroll.c]
860         Implemented Win32 version of ScrollWindow() and ScrollDC().
861
862 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
863
864         * [files/*.c] [win32/file.c]
865         Some win32 filetime conversion functions added.
866         Fixed behaviour with DOS drives pointing to UNIX /
867         SetCurrentDirectory() may also get X:\xxx paths.
868         Fixed FILE_Open when called from CreateFile().
869         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
870
871         * [misc/crtdll.c] [if1632/crtdll.spec]
872         Added some new functions.
873
874         * [if1632/user32.spec]
875         Some thunks into win16 code added.
876
877         * [win32/init.c]
878         Added GetSystemInfo(), removed GetModuleFileName() stub.
879
880         * [win32/code_page.c] [if1632/thunk.c]
881         Added EnumSystemCodePages* (untested).
882
883         * [objects/font.c] [if1632/thunk.c]
884         Added EnumFontFamilies32*.
885         
886 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
887
888         * [controls/menu.c] [windows/mdi.c]
889         Don't delete the MDI `windows' menu if it's already been deleted.
890
891         * [misc/exec.c]
892         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
893         and complains if it returns FALSE.
894
895         * [windows/winpos.c]
896         Get maximized MDI child's nonclient area redrawn after resize.
897
898 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
899
900         * [memory/global.c]
901         Use /proc filesystem for GlobalMemoryStatus() on Linux.
902
903 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
904
905         * [windows/event.c]
906         Added OffiX-style file drop handling. File paths must be
907         DOS-mappable by Wine (via wine.conf).
908
909         * [controls/combo.c]
910         Added WM_GETTEXT handler.
911
912         * [objects/palette.c]
913         Added ResizePalette() (untested).
914
915         * [objects/cursoricon.c]
916         Implemented icon to cursor conversion.
917
918         * [objects/color.c]
919         Fixed crash on startup when no colorcells are writeable.
920
921 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
922
923         * [rc/winerc.c]
924         Added support for win32 output.
925
926         * [library/libres.c] [include/libres.h] [loader/resource.c]
927         Renamed LIBRES_FindResource to LIBRES_FindResource16.
928         Added LIBRES_FindResource32.
929
930 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
931
932         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
933         Added the spec file for WinG, it's only stub for now, but it
934         should be easy to do by someone with Windows programming
935         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
936
937         * [if1632/crtdll.spec]
938         Added some string and memory functions to make sfxed95.exe (of
939         Warcraft 2) almost work.
940
941 ----------------------------------------------------------------------
942 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
943
944         * [files/dos_fs.c]
945         Added long file name mask in DOSFS_FindNext().
946
947         * [loader/pe_image.c] [loader/task.c]
948         Moved Win32 task startup into TASK_CallToStart().
949
950         * [objects/dc.c]
951         Fixed SetDCState() for memory DC (thanks to Constantine
952         Sapuntzakis for spotting this one).
953
954         * [windows/winpos.c]
955         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
956
957         * [*/*]
958         Added Win32 version for many graphics functions.
959
960 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
961
962         * [controls/button.c]
963         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
964
965         * [controls/edit.c]
966         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
967         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
968
969         * [windows/dialog.c]
970         DS_LOCALEDIT is a dialog style not an edit style.
971
972         * [windows/winproc.c]
973         Stop stack trashing when wndPtr->text == NULL.
974
975 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
976
977         * [windows/dce.c]
978         GetDCEx32 - The determination of whether to use the DC cache or
979         not should be independent of DCX_USESTYLE.
980
981 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
982
983         * [files/directory.c]
984         Added errno.h to #includes
985
986         * [tools/makedep.c]
987         Close files once they have been processed.
988
989 ----------------------------------------------------------------------
990 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
991
992         * [*/Makefile.in] [tools/makedep.c]
993         New program to generate dependencies; should be faster and more
994         portable than 'gcc -MM'.
995
996         * [*/*]
997         Replaced WPARAM and HDC by explicitly-sized types.
998
999         * [windows/hook.c]
1000         Fixed bug in HOOK_GetHook16 function.
1001
1002 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
1003
1004         * [include/debug.h] [include/stddebug.h]
1005         Added debug option for win16drv (-debugmsg +win16drv)
1006
1007         * [graphics/win16drv/init.c]
1008         Only enable CreateDC if printer=on specified in wine section of
1009         wine.conf.
1010         printfs changed to dprintf_win16drv.
1011         Some tidying up.
1012
1013         * [include/gdi.h] [graphics/x11drv/clipping.c]
1014           [graphics/x11drv/Makefile.in]
1015         Moved SetDeviceClipping into drivers.
1016
1017 ----------------------------------------------------------------------
1018 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1019
1020         * [Make.rules.in] [*/Makefile.in]
1021         Made it possible to compile from a directory other than the source
1022         directory.
1023
1024         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
1025           [objects/metafile.c] [objects/dc.c]
1026         New graphics driver for metafiles.
1027
1028         * [if1632/thunk.c]
1029         Added thunks for SetWindowsHook and SetDCHook.
1030
1031         * [windows/dialog.c]
1032         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
1033         items.
1034
1035         * [*/*]
1036         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
1037         HINSTANCE, HMENU, HRGN and HTASK.
1038
1039 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
1040
1041         * [controls/edit.c]
1042         Fixed EditWndProc() to fall back to DefWndProc() when the
1043         edit state structure is not available.
1044
1045 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
1046
1047         * [windows/nonclient.c] [windows/mdi.c]
1048         AdjustWindowRectEx16() should only take notice of the styles
1049         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
1050         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
1051
1052         * [controls/scroll.c]
1053         Fixed typo in ShowScrollBar32().
1054
1055 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1056
1057         * [if1632/user32.spec] [if1632/winmm.spec]
1058         Added SetParent and sndPlaySoundA.
1059         
1060 ----------------------------------------------------------------------
1061 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1062
1063         * [controls/button.c]
1064         Fixed focus rectangle size and clipping.
1065
1066         * [controls/scroll.c]
1067         Converted to Win32 and added support for scroll page.
1068         Completed SetScrollInfo() and implemented other Win32 functions.
1069
1070         * [files/file.c]
1071         Removed FILE_Read() (use _lread32 instead).
1072
1073         * [objects/dce.c] [include/dce.h]
1074         Allocate DCE on the Win32 heap, and use pointers instead of
1075         handles.
1076         Implemented Win32 version of DC functions.
1077
1078         * [windows/painting.c]
1079         Attempt to make CS_PARENTDC style work again.
1080
1081 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
1082
1083         * [windows/dce.c] [windows/winpos.c]
1084         Override SaveUnder attribute when painting took place
1085         in a window below. Force X to raise activated window 
1086         in seamless mode.
1087
1088         * [misc/clipboard.c] [windows/event.c]
1089         Translation between DOS and Unix text formats and several
1090         other fixes for the sudden selection loss.
1091
1092         * [windows/message.c]
1093         Apply "first" and "last" when checking for WM_QUIT in 
1094         MSG_PeekMessage().
1095
1096         * [windows/win.c]
1097         Rearranged DestroyWindow() to fit "Windows Internals"
1098         description.
1099
1100         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
1101         Misc. fixes to CBT hook calls.
1102
1103         * [controls/menu.c] [misc/user.c]
1104         Fixup resident popup menu window so that it doesn't get
1105         destroyed by USER_AppExit().
1106
1107         * [loader/module.c] [loader/task.c] [windows/event.c]
1108         Process "unsafe" X events outside the scheduler to prevent
1109         deadlocks.
1110
1111         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
1112         Lots of fixes for better Win16 multitasking.
1113
1114 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1115
1116         * [include/windows.h]
1117         Added some missing HOOK defines.
1118
1119         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
1120         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
1121
1122         * [win32/console.c][include/wincon.h]
1123         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
1124
1125         * [misc/registry.c]
1126         Some null ptr fixes.
1127
1128         * [loader/pe_image.c]
1129         Fixed exported function lookup. (msvcrt20.dll)
1130         Add debugsyms for entrypoint, exported functions and sections.
1131
1132         * [multimedia/mmsystem.c]
1133         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
1134
1135         * [several]
1136         Added several missing things/stubs/simple thunks from win32
1137         to win16 code.
1138
1139 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
1140
1141         * [windows/property.c]
1142         Fixed debugging of 16 Bit RemoveProp().
1143
1144         * [debugger/memory.c]
1145         Added DEBUG_checkmap_bad() for linux.
1146
1147 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
1148
1149         * [windows/event.c] [windows/hook.c]
1150         Use EnableHardwareInput() for JournalPlayback hook.
1151
1152         * [controls/listbox.c]
1153         Changed handling of LB_GETITEMRECT in empty listboxes.
1154
1155 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1156
1157         * [misc/main.c]
1158         Fixes to X resources handling.  
1159
1160 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1161
1162         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
1163         Individual handle table created for each metafile. Fixed
1164         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
1165
1166         * [windows/graphics.c] [objects/dc.c]
1167         Rectangle() changed to work better with wide pens and PS_NULL.
1168         Use JoinMiter.
1169
1170         * [windows/winpos.c]
1171         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
1172         is set.
1173
1174         * [windows/nonclient.c]
1175         AdjustWindowRectEx() should perform calculations even if the
1176         window is minimized.
1177
1178         * [windows/mdi.c]
1179         Better handling of system button painting. Maximized windows can
1180         contain scroll bars. Icons now maximize properly.
1181
1182         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
1183         Improved greying of items in system menu. WM_INITMEMUPOPUP no
1184         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
1185         menu.c.
1186
1187 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1188
1189         * [several files]
1190         Fix missing includes and wrong printing arguments.
1191
1192         * [controls/listbox.c]
1193         Don't sort drives in ListBoxDirectory().
1194         
1195 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
1196
1197         * [windows/dialog.c]
1198         Fixed handling of Shift-TAB in dialogs.
1199
1200 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1201
1202         * [if1632/gdi32.spec]
1203         Added SelectClipRgn - call win16 version.
1204
1205         * [if1632/user32.spec]
1206         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
1207
1208         * [include/wincon.h]
1209         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
1210         out of #if 0 protected portion of file.
1211
1212         * [loader/pe_image.c]
1213         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
1214         programs now work better)
1215
1216         * [win32/console.c]
1217         Added stub functions for GetConsoleScreenBufferInfo and 
1218         GetLargestConsoleWindowSize
1219
1220         * [win32/findfile.c]
1221         FindFirstFile32A() - removed erroneous strcpy
1222
1223         * [windows/keyboard.c]
1224         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
1225         specification. NB - I still have doubts about some other functions
1226         in this file.
1227
1228 ----------------------------------------------------------------------
1229 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
1230
1231         * [windows/event.c]
1232         Minor improvements in setting event time in MSG struct.
1233
1234         * [windows/hook.c]
1235         Removed an useless 'unimplemented hook' message.
1236
1237         * [windows/win.c]
1238         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
1239
1240 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1241         * [loader/pe_image.c]
1242         Fixed imports with no name/ordinal list (MFC30.DLL).
1243         Added borland style - ordinal import (wsock32.dll).
1244
1245         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
1246           [if1632/kernel32.spec] [include/windows.h]
1247         Win32 and Win16 code use the same filehandles/HFILEs.
1248         Added SetEndOfFile, MoveFile*, diverse *W functions.
1249
1250         * [loader/pe_image.c]
1251         Fixed argument 2 to DllEntry.
1252
1253         * [misc/comm.c]
1254         Adapt to filehandling changes, win32 code still broken.
1255
1256         * [misc/registry.c]
1257         Use Wine filehandling.
1258         StartupRegistry to add startup-detected registry entries.
1259
1260         * [miscemu/dpmi.c] [miscemu/int21.c]
1261         Some missing interrupt-functions added.
1262
1263         * [if1632/gdi32.spec][if1632/user32.spec]
1264         Some thunks to 16 bit equivalent functions added.
1265
1266 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
1267
1268         * [misc/winsocket.c]
1269         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
1270         Windows fd_set structs.
1271
1272         * [if1632/winsock.spec]
1273         Corrected arguments to select().
1274
1275 ----------------------------------------------------------------------
1276 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1277
1278         * [misc/commdlg.c] [if1632/commdlg.spec]
1279         Fixed some SEGPTR problems.
1280
1281         * [windows/winproc.c]
1282         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
1283         and WM_MEASUREITEM
1284         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
1285
1286 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1287         * [files/drive.c]
1288         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
1289
1290         * [multimedia/audio.c]
1291         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
1292         below 4096 bytes.
1293
1294         * [multimedia/mcistring.c]
1295         Segptr string handling fixed & enhanced.
1296
1297         * [if1632/crtdll.spec][misc/crtdll.c]
1298         malloc,free,_strupr,_stricmp,_strcmpi added.
1299
1300         * [if1632/wsock32.spec][misc/winsock.c]
1301         More direct thunks into unix libc and WsControl-stub added.
1302
1303 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1304
1305         * [objects/metafile.c]
1306         Bug fixes to both recording and playback of ExtTextOut().
1307
1308 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1309
1310         * [multimedia/audio.c] [multimedia/mcianim.c]
1311           [multimedia/mcicda.c] [multimedia/midi.c]
1312         Made cdaudio, audio and midi work for FreeBSD.
1313
1314 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1315
1316         * [misc/crtdll.c] [if1632/crtdll.spec]
1317         Added a lot of functions.
1318
1319         * [misc/ole2nls.c]
1320         Added ID values for all languages in GetUserDefaultLCID().
1321         
1322 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
1323
1324         * [windows/event.c] [windows/message.c]
1325         First attempt at hook WH_JOURNALPLAYBACK.
1326
1327 ----------------------------------------------------------------------
1328 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1329
1330         * [controls/scroll.c]
1331         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
1332
1333         * [graphics/driver.c] [include/x11drv.h]
1334         New files for graphics driver handling.
1335
1336         * [if1632/relay.c] [include/registers.h] [tools/build.c]
1337         Implemented Win32 register functions. Not really tested yet.
1338
1339         * [include/gdi.h]
1340         Added a lot of functions to the DC func table.
1341
1342         * [loader/pe_image.c]
1343         Initialise %fs before calling out to 32-bit code.
1344
1345         * [windows/hook.c]
1346         Fixed bug in HOOK_GetHook().
1347
1348         * [windows/win.c]
1349         Fixed FindWindow to return an error if the class name doesn't exist.
1350
1351 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1352
1353         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
1354         mpr.dll specs added.
1355
1356         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
1357         QueryPerformanceCounter(), GlobalMemoryStatus() added.
1358
1359         * [if1632/user32.spec] [win32/error.c]
1360         SetLastErrorEx() added.
1361
1362         * [misc/commdlg.c]
1363         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
1364
1365         * [misc/registry.c]
1366         Some missing NULL ptr checks added, misc clean up.
1367
1368 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
1369
1370         * [controls/menu.c]
1371         Adjust popup menu coordinates so that it always stays within 
1372         the desktop.
1373
1374         * [misc/main.c]
1375         Fixed GetEnvironment() return value for lpEnv == NULL case.
1376
1377 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1378
1379         * [misc/crtdll.c] [if1632/crtdll.spec]
1380         Added some is* functions, strlen and tolower.
1381         
1382 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
1383
1384         * [tools/wineconf]
1385         New perl script to generate the wine.conf file.
1386
1387 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
1388
1389         * [if1632/gdi.spec]
1390         Lots of printer functions.
1391         
1392         * [include/callback.h]
1393         New functions for printer driver support.
1394
1395         * [include/gdi.h]
1396         New/changed structures to support printer driver.
1397
1398         * [misc/escape.c]
1399         New version that uses function table in DC structure.
1400
1401         * [objects/dc.c]
1402         CreateDC copes with things other than Display.
1403         X code for CreateDC moved to graphics/x11drv directory.
1404         CreateCompatibleDC copies func table from original DC.
1405
1406         * [objects/font.c]
1407         GetTextExtentPoint32A,GetTextMetrics16 use function table in
1408         DC and code moved to drivers directory.
1409
1410         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
1411         New files for printer support. 
1412
1413 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1414
1415         * [controls/scroll.c]
1416         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
1417         code. There are a few options in which I'm probably the wrong person
1418         for the job (page size and disable bar). There are comments in the
1419         code as to what they should do.
1420
1421         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
1422         Added 32 bit version of FONT_GetObject.
1423
1424 ----------------------------------------------------------------------
1425 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1426
1427         * [files/drive.c]
1428         Added 'Filesystem' option in drives configuration.
1429
1430         * [files/dos_fs.c] 
1431         Added handling of case-insensitive filesystems.
1432
1433         * [memory/selector.c] [include/stackframe.h]
1434         Removed MAKE_SEGPTR.
1435
1436         * [misc/commdlg.c] [multimedia/mcistring.c]
1437         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
1438
1439         * [objects/bitblt.c] [windows/graphics.c]
1440         Use an intermediary pixmap to avoid some BadMatch errors on
1441         XGetImage().
1442
1443 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
1444
1445         * [windows/message.c]
1446         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
1447
1448         * [misc/ver.c]
1449         Fixed a bad string result in VerQueryValue[16|32A|32W].
1450
1451 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1452
1453         * [if1632/crtdll.spec] [misc/crtdll.c]
1454         More additions to get win95 programs further down the road.
1455
1456         * [if1632/kernel.spec] [loader/module.c]
1457         GetModuleName() added.
1458         LoadModule(): params->showCmd can be NULL.
1459
1460         * [if1632/kernel32.spec] [if1632/thunk.c]
1461         ThunkConnect32() stub added.
1462
1463         * [loader/resource.c]
1464         Entries include lastentry.
1465
1466         * [misc/shell.c] [files/file.c]
1467         Made progman work again.
1468
1469 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1470         
1471         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
1472         Icon painting fixes.
1473
1474         * [windows/winpos.c] [windows/painting.c]
1475         Enforce and follow hrgnUpdate more closely to cut down on
1476         redundant RedrawWindow() calls.
1477
1478         * [windows/event.c]
1479         Process ConfigureNotify only for managed windows.
1480
1481         * [windows/winpos.c]
1482         Do not redraw parent if the window was hidden before SetWindowPos().
1483
1484         * [windows/nonclient.c]
1485         Omit some nonclient decoration painting for managed windows.
1486
1487         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
1488         Implemented WM_NEXTMENU.
1489
1490         * [controls/listbox.c]
1491         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
1492
1493         * [misc/shell.c]
1494         Added .ICO file handling to ExtractIcon().
1495
1496 ----------------------------------------------------------------------
1497 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1498
1499         * [configure.in] [include/acconfig.h] [tools/build.c]
1500         Added check for underscore on external symbols.
1501
1502         * [memory/selector.c] [memory/global.c]
1503         Fixed FreeSelector() to free only one selector.
1504         Added SELECTOR_FreeBlock() to free an array of selectors.
1505
1506         * [objects/color.c]
1507         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
1508         hi-color displays.
1509
1510         * [tools/build.c] [if1632/crtdll.spec]
1511         Added 'extern' type, used for external variables or functions.
1512
1513         * [windows/winpos.c]
1514         Allow de-activating a window in WINPOS_ChangeActiveWindow().
1515
1516         * [windows/winproc.c]
1517         Added 32-to-16 translation for button messages.
1518         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
1519         happen to be valid SEGPTRs.
1520
1521 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1522
1523         * [windows/message.c]
1524         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
1525         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
1526
1527         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
1528         Introduced undocumented API function IsValidMetaFile(), plus a
1529         minor fix in last patch of CopyMetaFile().
1530
1531         * [objects/gdiobj.c]
1532         Removed a FIXME in IsGDIObject(): added magic word check.
1533
1534 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1535
1536         * [controls/statuswin.c]
1537         First pass at implementing the StatusWindow class.
1538
1539         * [include/commctrl.h]
1540         Header file for common controls.
1541
1542         * [controls/widgets.c]
1543         Added InitCommonControls().
1544
1545         * [if1632/comctl32.spec]
1546         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
1547
1548         * [win32/findfile.c] [if1632/kernel32.spec]
1549         Add FindNextFile32A, FindClose.
1550         Modified FindFirstFile32A so it works with FindNextFile32A.
1551
1552         * [include/winbase.h]
1553         Fixed WIN32_FIND_DATA structure member names.
1554
1555 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1556
1557         * [windows/scroll.c]
1558         Changed scrolling routines to benefit from DCE code update.
1559
1560 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1561
1562         * [files/file.c]
1563         SearchPath* could get NULL for lastpart argument.
1564
1565         * [if1632/build-spec.txt] [documentation/debugging]
1566         Varargs documentation added, debugging hints updated.
1567
1568         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
1569         Started to implement CRTDLL.
1570
1571         * [if1632/wsock32.spec]
1572         Some thunks to standard libc functions (structures have the same
1573         elements, but perhaps wrong offset due to packing).
1574
1575         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
1576         Merged kernel32.h into windows.h.
1577
1578         * [misc/lstr.c]
1579         Enhanced FormatMessage().
1580
1581         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
1582         GetVersion() updated to new naming standard.
1583         Changed language handling to support language ids.
1584
1585         * [misc/shell.c]
1586         Enhanced FindExecutable, so it finds files in the search path too.
1587
1588         * [win32/environment.c]
1589         GetCommandLine* updated.
1590
1591         * [loader/resource.c] [loader/pe_resource.c]
1592         FindResourceEx32* added.
1593         Loading of messagetables added.
1594         Language handling now uses Wine default language id.
1595
1596 ----------------------------------------------------------------------
1597 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1598
1599         * [controls/scroll.c]
1600         Attempted to implement undocumented scroll-bar messages.
1601
1602         * [tools/build.c] [include/callback.h] [windows/winproc.c]
1603         CallTo16_* functions now get DS from the previous 16-bit stackframe.
1604
1605         * [if1632/thunk.c] [include/callback.h]
1606         Added thunks to implement callbacks for the emulator. Now all the
1607         Enum* functions always take a real function pointer even in the
1608         emulator.
1609         
1610         * [loader/builtin.c]
1611         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
1612         work with NULL entry points. Using linear search now.
1613
1614         * [loader/module.c]
1615         Implemented IsSharedSelector().
1616
1617         * [loader/task.c]
1618         Changed SwitchStackTo/Back to use the instance data to store the
1619         previous stack instead of the TDB. Also copy the local variables
1620         onto the new stack.
1621         Added GetExeVersion() and SetTackSignalProc().
1622         Implemented SetSigHandler().
1623
1624 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1625
1626         * [controls/menu.c]
1627         "Fixed" problem in deleting menus where win32 could get into an
1628         endless loop when it crashed. I think I've fixed the symptoms, not
1629         the original problem so it might be worth further investigation.
1630
1631         * [debugger/registers.c]
1632         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
1633         compile wine properly.
1634
1635         * [files/dos_fs.c]
1636         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
1637         from win32/findfile.c (q.v.).
1638
1639         * [if1632/gdi32.spec]
1640         Added SetMapMode (call existing function)
1641
1642         * [if1632/kernel32.spec]
1643         Added FindFirstFileA and SetFileAttributesA.
1644
1645         * [if1632/user32.spec]
1646         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
1647         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
1648         UnhookWindowsHookEx.
1649
1650         * [win32/file.c]
1651         Added stub function SetFileAttributes32A. It's a stub because I
1652         can't really work out what this function should do with most
1653         attributes in a Unix environment. Anyone care to expand it?
1654
1655         * [win32/findfile.c]
1656         New file. Initial stab at FindFirstFile. This doesn't work as
1657         specified yet, though a lot of the groundwork is there. I haven't
1658         time to work on this for the next month, so if anyone wants to pick
1659         it up and run with it please do.
1660
1661         * [win32/memory.c]
1662         Removed malloc.h from includes (covered by stdlib.h include, and
1663         gets rid of a warning in FreeBSD).
1664
1665         * [win32/newfns.c]
1666         UnhookWindowsHookEx32A stub added.
1667
1668         * [win32/user32.c]
1669         Added implementation of IsDialogMessage32A.
1670
1671         * [windows/dialog.c]
1672         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
1673         SendDlgItemMessage16.
1674
1675 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1676
1677         * [windows/graphics.c]
1678         Removed rectangle checking (conflicted with nonstandard
1679         mapping modes). 
1680
1681         * [windows/dialog.c]
1682         Added check for child-style dialogs to DS_ABSALIGN
1683         coordinate conversion.
1684
1685         * [objects/color.c]
1686         Cleaned up misc. bits
1687
1688 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1689
1690         * [windows/focus.c] [windows/event.c] [windows/win.c]
1691           [windows/defdlg.c]
1692         Fixes to focusing and activation.
1693
1694         * [windows/defdlg.c]
1695         Properly(?) handle DM_GETDEFID.
1696
1697         * [controls/combo.c]
1698         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
1699         CBCheckSize: Adjust edit position.
1700
1701 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1702
1703         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
1704         Pass HFILEs instead of unix-fds to self-loader code.
1705
1706 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1707
1708         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
1709         Implemented handling of some new metafile records (META_...)
1710         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
1711         Added functions like MF_StretchBlt() for usage in metafiles.
1712         Minor bugfix in CopyMetafile().
1713
1714         * [objects/bitmap.c][objects/dib.c]
1715         Added check for metafile-DC in Bitmap and DIB functions:
1716         CreateCompatibleBitmap() etc.
1717
1718 ----------------------------------------------------------------------
1719 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1720
1721         * [loader/task.c] [include/task.h]
1722         Implemented SwitchStackTo()/SwitchStackBack().
1723
1724         * [include/wintypes.h] [loader/main.c]
1725         Added __winelib variable to distinguish between emulator and
1726         library at run-time. Later on, this should avoid some
1727         recompilations when building Winelib.
1728
1729         * [windows/property.c]
1730         Implemented Win32 functions for window properties.
1731
1732 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1733
1734         * [controls/listbox.c]
1735         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
1736         messages.
1737
1738         * [controls/menu.c]
1739         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
1740
1741         * [include/cursoricon.h]
1742         Moved #pragma pack(1) back to where it belongs.
1743
1744         * [objects/palette.c]
1745         RealizeDefaultPalette() maps to system colors only.
1746         Do not broadcast palette notifications when in TrueColor.
1747
1748         * [objects/color.c] [include/palette.h]
1749         Miscellaneous optimizations. Had to fix several
1750         "improvements" made to my patch for previous release.
1751
1752         * [objects/dib.c]
1753         Reverse dib bits order for 24-bit SetDIBits().
1754
1755         * [objects/dc.c]
1756         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
1757
1758         * [windows/scroll.c]
1759         Scroll update region too.
1760
1761         * [windows/message.c]
1762         Include QS_MOUSE into the event mask for nonclient mouse
1763         message filter. Fixes problems with Word 6 freezing when
1764         mouse hits nonclient area.
1765
1766         * [windows/win.c] 
1767         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
1768
1769         * [windows/winpos.c] [windows/mdi.c]
1770         Attempt to fix control menu duplication.
1771
1772 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1773
1774         * [files/drive.c]
1775         GetDriveType32A(): return value for CDROM fixed.
1776
1777         * [files/file.c]
1778         SearchPath* added.
1779
1780         * [if1632/gdi32.spec] [objects/brush.c]
1781         SetBrushOrgEx() added.
1782
1783         * [loader/pe_resource.c]
1784         If even loading the default entry fails, we just use the first
1785         entry from the resource directory.
1786
1787         [loader/task.c]
1788         SetSigHandler() stub added, Paradox 4.5 now starts up.
1789
1790         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
1791         COMM functions updated to win32, not complete.
1792
1793         * [misc/lstr.c]
1794         FormatMessageA partially implemented.
1795
1796         * [include/miscemu.h] [memory/selector.c]
1797           [memory/global.c] [miscemu/dosmem.c]
1798         DOS memory handling changed: 1MB preallocated block, real-mode
1799         segment handling possible, SetSelectorBase into lower physical 1MB
1800         possible.
1801
1802         * [miscemu/dpmi.c]
1803         Real-mode segments changed, real-mode int 21,ax=6506 added.
1804         AX=0x0303 added.
1805
1806         * [multimedia/time.c]
1807         Fixed bug in killTimer.
1808
1809         * [objects/bitmap.c]
1810         LoadImageA partially implemented.
1811
1812 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
1813
1814         * [include/dde_mem.h][include/dde_proc.h]
1815           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
1816           [ipc/generic_hash.h][library/miscstubs.c]
1817         Changes for error free compilation using "--with-ipc":
1818         replaced some names with *16-equivalent (e.g. MSG to MSG16),
1819         modified prototype of function DDE_GlobalFree() .
1820
1821         * [objects/palette.c]
1822         Added check for metafile-DC in GDISelectPalette(),
1823         GDIRealizePalette(),RealizeDefaultPalette() and
1824         IsDCCurrentPalette().
1825
1826 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1827
1828         * [controls/edit.c]
1829         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
1830         fixes Winhelp.
1831
1832         * [windows/dialog.c]
1833         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
1834
1835 ----------------------------------------------------------------------
1836 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1837
1838         * [configure.in]
1839         Generate include/config.h instead of putting everything on the
1840         command-line.
1841         Removed -with-malloc-debug option (not useful for end users
1842         anyway).
1843         Added check for memmove().
1844
1845         * [include/wintypes.h] [*/Makefile.in]
1846         Added definition of __WINE__ symbol when compiling Wine code
1847         (emulator or library) as opposed to user programs.
1848
1849         * [debugger/editline.c] [debugger/readline/*]
1850         Moved all the readline code into debugger/editline.c. Removed the
1851         readline subdirectory.
1852
1853         * [files/profile.c]
1854         Added PROFILE_GetWineIniInt().
1855
1856         * [include/stackframe.h] [loader/task.c]
1857         The 16-bit stackframe now also exists for Winelib (even though it
1858         only ever contains one frame).
1859
1860         * [loader/module.c]
1861         Added function MODULE_CreateDummyModule() to create a dummy Win16
1862         module for Winelib and Win32.
1863
1864         * [memory/ldt.c]
1865         Make sure the ldt entry contents will be acceptable for the Linux
1866         kernel.
1867
1868         * [memory/selector.c]
1869         Fixed SetSelectorLimit() when the limit is in pages.
1870
1871         * [misc/port.c]
1872         Added memmove().
1873
1874         * [miscemu/dpmi.c]
1875         Clear the segment registers that contain the selector being freed
1876         in int31/ax=0001.
1877         Added missing break after SelectorAccessRights call.
1878
1879         * [win32/struct32.c]
1880         Added conversions for MDICREATESTRUCT.
1881
1882         * [windows/winproc.c]
1883         Added message conversions for WM_MDICREATE.
1884
1885 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
1886
1887         * [windows/class.c]
1888         Added GetExePtr() call in CLASS_FindClassByAtom().
1889
1890 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1891
1892         * [if1632/*.spec]
1893         Some more trivial specs added.
1894
1895         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
1896         CreateFont32* added, changed to new naming std.
1897
1898         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
1899         Some defines/types added.
1900
1901         * [win32/thread.c]
1902         TlsSetValue() returns boolean.
1903
1904         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
1905           [controls/menu.c] [objects/bitmap.c]
1906         Cleanup of the resource functions, mostly changes to new naming
1907         standard and fixing of argument types so that they agree with the
1908         win16/win32 API.
1909
1910 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1911
1912         * [windows/winpos.c]
1913         ShowWindow() fixes.
1914
1915         * [windows/mdi.c]
1916         Fix reversed LPARAM in WM_MDIACTIVATE.
1917
1918         * [wine.ini]
1919         New option AllocSystemColors tells Wine how many colors to grab
1920         from the system colormap.
1921
1922         * [objects/bitblt.c] [objects/dc.c]
1923         Fixed pink garbage over Word buttons in PseudoColor. Added
1924         optional DSTINVERT shortcut for faster text selection.
1925
1926         * [misc/wsprintf.c]
1927         Skip bogus segmented pointers in wsvnprintf16(). 
1928
1929         * [objects/gdiobj.c]
1930         Added palette handling to UnrealizeObject(). 
1931
1932         * [objects/color.c] [objects/palette.c] [windows/dce.c]
1933         Wine gets palette manager with support for more than 20 colors. 
1934         Only PseudoColor and TrueColor visuals tested so far.
1935
1936         * [windows/winpos.c] [windows/win.c] 
1937         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
1938         use XReconfigureWMWindows() instead of XConfigureWindow() in
1939         managed mode.
1940
1941         * [memory/global.c]
1942         Do not allocate more than 640K of DOS memory.
1943
1944         * [misc/main.c]
1945         Do not allow -desktop and -managed together.
1946
1947 ----------------------------------------------------------------------
1948 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1949
1950         * [controls/scroll.c]
1951         Use Win32 heap functions to allocate scroll-bar info structure.
1952
1953         * [debugger/dbg.y] [debugger/registers.c]
1954         Added support for FS and GS segment registers.
1955         Check that segment registers value are OK before returning from
1956         the signal handler.
1957
1958         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
1959         Changed relay debugging for Win32 function: the relay code now
1960         passes the entry point address instead of the function name.
1961
1962         * [tools/build.c] [miscemu/*.c]
1963         Added support for data entry points in Win32 DLLs.
1964         Added 'cdecl' function type for Win32.
1965         For 'register' function, the relay code now passes a pointer to
1966         the SIGCONTEXT structure.
1967         
1968         * [include/registers.h] [include/wine.h]
1969         Moved SIGCONTEXT structure definition in registers.h.
1970
1971         * [loader/pe_image.c]
1972         Don't die at once if some Win32 entry points cannot be found, but
1973         set them to NULL, just like we do for Win16. This allows some
1974         programs to go further before crashing.
1975
1976         * [loader/task.c] [loader/main.c]
1977         Moved global initializations from InitTask() to MAIN_Init(), as
1978         they no longer need a task context with the new SEGPTR heap functions.
1979
1980         * [memory/string.c]
1981         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
1982         very convenient.
1983
1984         * [windows/graphics.c]
1985         Partially implemented DrawEdge().
1986
1987         * [windows/timer.c] [windows/caret.c]
1988         Implemented Win32 timer handling. Updated caret management to use
1989         Win32 timers (avoids having to use a Win16 callback).
1990
1991         * [windows/win.c]
1992         Prevent programs from setting some style bits with
1993         SetWindowLong(). This should fix some BadMatch crashes.
1994         Link new windows at the end of the linked list.
1995
1996         * [windows/winpos.c]
1997         Don't try to activate a child window in ShowWindow().
1998
1999         * [windows/winproc.c]
2000         Added a 32->32 thunk to support Ansi-Unicode translation.
2001
2002 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2003
2004         * [files/directory.c]
2005         Additional (undocumented) return value for GetTempDrive() added.
2006
2007         * [files/dos_fs.c] [files/file.c] [include/windows.h]
2008         GetTempFileName32* added.
2009         GetShortPathName* added.
2010
2011         * [memory/string.c]
2012         Win16 lstrcpy() can get NULL ptrs as argument and survive.
2013
2014         * [misc/lzexpand.c]
2015         LZOpenFile(): also try opening with compressed filename if normal
2016         open fails.
2017
2018         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
2019         Char* added.
2020         CompareString* added.
2021
2022 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2023
2024         * [objects/font.c] [if1632/gdi32.spec]
2025         CreateFontIndirect32A and CreateFontIndirect32W added.
2026
2027         * [misc/ole2nls.c]
2028         GetUserDefaultLCID return values updated for new languages.
2029         Finnish support added for GetLocaleInfoA.
2030
2031         * [object/palette] [gdi32.spec]
2032         RealizePalette32 and SelectPalette32 added.
2033         
2034 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
2035
2036         * [misc/shell.c]
2037         Fixup for SHELL_FindExecutable so that File->Run from progman
2038         works once more. Still needs some more fixups - grep for FIXME in
2039         this file.
2040
2041 ----------------------------------------------------------------------
2042 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2043
2044         * [controls/desktop.c]
2045         Use Windows file I/O routines to load the desktop bitmap.
2046
2047         * [files/file.c]
2048         Implemented RemoveDirectory* and DeleteFile*.
2049
2050         * [include/wine.h]
2051         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
2052
2053         * [loader/task.c]
2054         Fixed initial breakpoint setting for Win32 tasks.
2055
2056         * [misc/wsprintf.c]
2057         Ignore Unicode formats for wsprintf16().
2058
2059         * [objects/font.c]
2060         Implemented Win32 version of GetTextMetrics.
2061
2062         * [windows/winproc.c] [windows/win.c] [windows/class.c]
2063           [windows/dialog.c]
2064         Modified windows procedures to use thunks, to ensure that the
2065         procedure can be called directly from the Windows program.
2066
2067         * [windows/win.c]
2068         Added function WIN_BuildWinArray() to make it easier to enumerate
2069         windows. Implemented Win32 version of EnumWindows() and friends.
2070
2071 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
2072
2073         * [controls/button.c] [windows/win.c]
2074         Operator precedence fixes.
2075
2076         * [controls/edit.c]
2077         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
2078         Fixed word wrap with long words.
2079
2080         * [debugger/debug.l]
2081         New alias "where" for command "backtrace".
2082
2083         * [if1632/gdi.spec]
2084         Corrected parameter of ExtTextOut.
2085
2086         * [loader/module.c]
2087         Corrected printing of table of modules.
2088
2089         * [misc/spy.c]
2090         Removed superfluous \n in message name.
2091
2092         * [windows/message.c]
2093         Declared MSG_SendMessage as static.
2094         Changed parameter of DirectedYield() from queue handle to task handle.
2095         Removed warning mesages for argument of printf.
2096
2097         * [windows/nonclient.c]
2098         Added the flag DT_NOPREFIX when drawing window titles.
2099
2100         * [windows/win.c]
2101         WIN_WalkWindows now prints the invalid window handle.
2102         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
2103
2104         * [windows/winproc.c]
2105         Allows creating dialog windows with NULL as dialog function.
2106
2107 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2108
2109         * [windows/event.c]
2110         EVENT_key: Fixes to VK_ code generation for space bar and
2111         punctuation.
2112
2113         * [files/file.c]
2114         GetTempFileName: first character in temporary name is "~".
2115
2116         * [memory/heap.c]
2117         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
2118
2119         * [objects/text.c]
2120         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
2121
2122         * [misc/driver.c]
2123         Removed some bugs and reformatted. Actually loads drivers now.
2124
2125         * [include/callback.h]
2126         Added CallDriverProc() and CallWindowsExitProc().
2127
2128         * [loader/module.c]
2129         MODULE_CallWEP(): new function.
2130
2131         * [misc/lzexpand.c]
2132         LZSeek(): return new pointer, not old one.
2133
2134         * [misc/ver.c]
2135         find_ne_resource(): fixed dependence on LZSeek() bug.
2136         GetFileResource(): initialize reslen before using it.
2137
2138         * [windows/class.c]
2139         SetClassWord(): add missing else.
2140
2141         * [objects/font.c]
2142         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
2143         InitFontList: allocate one huge array of structures.
2144         FONT_MatchFont: uppercase the face name.
2145
2146 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
2147
2148         * [memory/heap.c]
2149         Fixed a typo in HeapReAlloc().
2150
2151 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2152
2153         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
2154           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
2155         GetTempPath* added
2156         GetDriveType* fixed, updated to NewNameStandard.
2157         GetCurrentDirectory* fixed (needs to prepend X:\).
2158
2159         * [controls/listbox.c]
2160         Missing NULL check added.
2161
2162         * [if1632/winmm.spec] [loader/builtin.c]
2163         winmm.dll (32bit mmsystem equivalent) specs added.
2164
2165         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
2166         Rtl{Move,Zero,Fill}Memory added.
2167
2168         * [misc/registry.c]
2169         Some NULL ptr dereference bugs fixed.
2170
2171         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
2172         Check for NULL ptr.
2173         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
2174         Aliasing should work for all MCI devices.
2175
2176         * [windows/win.c]
2177         Allow passing invalid window handles to CloseWindow().
2178
2179 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2180
2181         * [files/directory.c] [if1632/kernel32.spec]
2182         GetSystemDirectory32A and GetSystemDirectory32W added.
2183
2184         * [misc/main.c] [if1632/kernel32.spec]
2185         Beep and SetEnvironmentVariable32W added.
2186
2187 ----------------------------------------------------------------------
2188 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
2189
2190         * [files/drive.c] 
2191         GetFreeDiskSpace*, GetVolumeInformation* added.
2192
2193         * [files/file.c]
2194         FlushFileBuffers, CreateDirectory* added.
2195
2196         * [include/winbase.h] [include/windows.h]
2197         Prototypes, defines added and fixes.
2198
2199         * [if1632/kernel32.spec] [include/resource32.h]
2200           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
2201         Fixes to resource handling.
2202
2203         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
2204         Specs for implemented functions added
2205         Some thunks to functions which are same as win16 equivalents.
2206
2207         * [loader/task.c]
2208         GetAppCompatFlags() added.
2209
2210         * [misc/registry.c]
2211         One missing else added, small hack to RegQueryValue16().
2212
2213         * [win32/file.c]
2214         GetFileAttributesA() fixed (was using DOS path as UNIX path).
2215
2216 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2217
2218         * [loader/ne_resource.c]
2219         Fixed FreeResource() return value.
2220
2221         * [objects/text.c]
2222         Fixed a bug in ExtTextOut() that was causing overlapped characters
2223         in WinWord.
2224
2225         * [windows/winpos.c]
2226         SWP_FRAMECHANGED for top-level windows now invalidates client
2227         area as clock.exe wants.
2228
2229 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2230
2231         * [controls/listbox.c]
2232         Mini bugfix: 'revival' of missing scrollbar in listboxes.
2233
2234 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
2235
2236         * [resources/sysres_Fr.rc] [resources/TODO]
2237         Made changes for Choose_Font dialog.
2238
2239 ----------------------------------------------------------------------
2240 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2241
2242         * [memory/heap.c]
2243         Fixed bug in HeapRealloc (thanks to Bruce Milner).
2244
2245         * [misc/wsprintf.c]
2246         Fixed argument size for %c format in wsprintf16().
2247
2248         * [objects/dc.c]
2249         Don't free hFirstBitmap for saved DCs.
2250
2251         * [windows/event.c]
2252         Added timer handling in EVENT_WaitXEvent().
2253
2254         * [windows/message.c]
2255         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
2256         event is for the current task; if not, wake the other task.
2257
2258         * [windows/queue.c] [include/queue.h]
2259         Added 'self' handle in queue structure.
2260
2261         * [windows/timer.c]
2262         Added TIMER_ExpireTimers() function to mark expired timers and
2263         wake up the corresponding tasks.
2264
2265 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
2266
2267         * [windows/mapping.c]
2268         First point in list was mapped multiple times in DPtoLP and
2269         LPtoDP.  Other points were not mapped.
2270
2271 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2272
2273         * [misc/shell.c]
2274         Some fixes for ExtractIcon function family.
2275
2276         * [documentation/user_module]
2277         Chapter about windowing and messaging subsystems.
2278
2279 ----------------------------------------------------------------------
2280 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2281
2282         * [debugger/break.c] [loader/signal.c]
2283         Fixed breakpoints in 32-bit code.
2284
2285         * [include/windows.h]
2286         Added many more Win32 versions of standard structures.
2287
2288         * [include/winreg.h] [misc/registry.c]
2289         Moved private types into registry.c.
2290
2291         * [memory/string.c] (New file)
2292         Moved most string functions from misc/lstr.c; added Win32 version
2293         of all functions.
2294
2295         * [misc/wsprintf.c]
2296         Implemented Win32 wsprintf functions.
2297
2298         * [objects/bitmap.c]
2299         Implemented Win32 bitmap functions.
2300
2301         * [windows/dialog.c]
2302         Don't set dialog procedure before the controls are created. This
2303         avoids a crash in Winhelp.
2304
2305 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
2306
2307         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
2308         Replace PeekMessage with PeekMessage16.
2309
2310         * [if1632/kernel32.spec][misc/main.c]
2311         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
2312         MAIN_ParseVersion: new function, new command line option -winver.
2313         GetVersion: modified to take command line argument into account.
2314
2315         * [if1632/kernel32.spec] [win32/process.c]
2316         FreeLibrary32: new function.
2317         TlsAlloc: initialize Tls to zero.
2318         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
2319         functions.
2320
2321         * [if1632/kernel32.spec]
2322         SetErrorMode,GetActiveWindow: new relays to existing functions.
2323
2324         * [if1632/kernel32.spec][win32/user32.c]
2325         PeekMessage32A,PeekMessage32W: new functions.
2326
2327         * [include/struct32.h][include/windows.h]
2328         Moved MSG32 to windows.h.
2329         Renamed MSG to MSG16.
2330         Modified prototypes to use MSG16
2331
2332         * [include/winbase.h]
2333         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
2334
2335 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2336
2337         * [if1632/Makefile.in] [loader/builtin.c]
2338         version.dll,lz32.dll added.
2339
2340         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
2341           [misc/lzexpand.c]
2342         lz32.dll added.
2343         Modified to new function naming standard.
2344
2345         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
2346         version.dll added (win32 version of ver.dll).
2347         Modified to new function naming standard.
2348         Use registry to look up a LOCALE langids too.
2349         (VerInstallFile,VerFindFile still stubs)
2350
2351 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
2352
2353         * [files/file.c]
2354         Added a warning if GetTempFileName() gets a bad drive parameter.
2355
2356         * [misc/commdlg.c]
2357         Changed file listbox color to gray in SaveFile dialog 
2358         (just like Windows does this).
2359
2360 ----------------------------------------------------------------------
2361 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2362
2363         * [controls/button.c] [controls/listbox.c]
2364         Fixed wParam of WM_DRAWITEM message.
2365
2366         * [if1632/Makefile.in] [loader/builtin.c]
2367         Remove WPROCS32 DLL, as the relay code can call Wine routines
2368         directly.
2369
2370         * [loader/module.c] [loader/ne_image.c]
2371         Fixed initial stack layout for self-loading modules.
2372
2373         * [tools/build.c]
2374         Fixed data segment building for Win16 modules.
2375
2376         * [windows/defdlg.c]
2377         Implemented Win32 versions of DefDlgProc().
2378
2379         * [windows/dialog.c]
2380         Merged Win16 and Win32 dialog code.
2381         Added support for control extra data in dialog item template.
2382
2383         * [windows/win.c]
2384         Unified Win16 and Win32 versions of CreateWindow().
2385         Implemented Win32 version of GetWindowLong().
2386
2387         * [windows/winproc.c]
2388         Changed the implementation of window procedures, so that 16-bit
2389         winprocs are valid segmented pointers.
2390
2391 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2392
2393         * [misc/registry.c]
2394         Fixed another bug in the w95 loader. Quietened some debug output.
2395
2396 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2397
2398         * [windows/winproc.c]
2399         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
2400
2401 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2402
2403         * [resources/TODO] [resources/sysres_It.rc]
2404         Updated font dialog box.
2405
2406 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
2407
2408         * [include/commdlg.h] [misc/commdlg.c]
2409         ChooseFont() and ChooseColor(): 
2410         Bugfixes and added more support for some CF_* and CC_* flags: 
2411         dialog templates and font size control.
2412         Bugfix in structure definition of CHOOSECOLOR definition.
2413
2414         * [ipc/dde_proc.c] [windows/event.c]
2415         Replaced SendMessage with SendMessage16 and added inclusion of
2416         dde_proc.h for error-free compilation of ipc module.
2417
2418 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2419
2420         * [windows/scroll.c]
2421         Made ScrollDC to save/restore current clipping region.
2422
2423         * [misc/clipboard.c] [windows/event.c]
2424         Implemented most of the previously missing features (not tested), 
2425         improved text pasting from/to X. 
2426
2427         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
2428           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
2429           [windows/winpos.c] [windows/painting.c]
2430         Updated DCE code, implemented dynamic invalidation of owned DCs.
2431         This fixes a lot of problems with scrolling in WinWord. Not
2432         sure about the effect on -desktop.
2433
2434 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2435
2436         * [win32/time.c] [if1632/kernel32.spec]
2437         Added SetSystemTime and SetTimeZoneInformation.
2438
2439         * [if1632/kernel32.spec]
2440         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
2441
2442         * [include/windows.h]
2443         Added SYSTEM_POWER_STATUS structure and prototypes for
2444         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
2445
2446         * [include/kernel32.h]
2447         Added a prototype for SetTimeZoneInformation.
2448
2449         * [win32/environment.c] [if1632/kernel32.spec]
2450         Added GetSystemPowerStatus and SetSystemPowerState stubs.
2451
2452 ----------------------------------------------------------------------
2453 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2454
2455         * [controls/combo.c]
2456         Destroy the listbox and edit control when destroying the
2457         combo. This should prevent crashes on application exit.
2458
2459         * [misc/system.c] [if1632/system.spec]
2460         Implemented InquireSystem().
2461
2462         * [loader/task.c] [windows/message.c] [windows/queue.c]
2463         First attempt at inter-task SendMessage(). Still has a lot of
2464         problems.
2465
2466 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
2467
2468         * [windows/mdi.c]
2469         Fixed MDITile with iconic children.
2470
2471 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
2472
2473         * [misc/commdlg.c]
2474         ChooseFont dialog:
2475         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
2476           not real available font types (e.g. "Bold") can not selected
2477         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
2478
2479         * [objects/font.c]
2480         In FONT_MatchFont perform check if "lfFaceName" is family from X11
2481         only if "lfFaceName" is a windows font family then do a call of
2482         FONT_TranslateName() : this results in better font selections in 
2483         ChooseFont() or applications like charmap.exe or write.exe.
2484         Added a ParseFontParms() call if necessary in function 
2485         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
2486         even if there isn't one...
2487
2488         * [resources/TODO]
2489         Inventory of resource translations in sysres_??.rc
2490
2491 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2492
2493         * [misc/registry.c]
2494         _w95_loadreg: use offset to determine next RGDB position too.
2495
2496 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
2497
2498         * [controls/combo.c]
2499         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
2500
2501         * [misc/main.c]
2502         Result of option "-fixedmap" is to turn flag on.
2503
2504 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
2505
2506         * [misc/shell.c]
2507         ShellExecute and FindExecutable now both use common code to
2508         determine the required executable file.
2509
2510 ----------------------------------------------------------------------
2511 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2512
2513         * [controls/button.c]
2514         Made ButtonWndProc a 32-bit window procedure.
2515
2516         * [controls/desktop.c]
2517         Made DesktopWndProc a 32-bit window procedure.
2518         Added handling of WM_SETCURSOR.
2519
2520         * [controls/menu.c]
2521         Allocate menu items and strings on the 32-bit system heap.
2522         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
2523         AppendMenu and LoadMenuIndirect.
2524
2525         * [controls/widgets.c]
2526         Added possibility to have 32-bit built-in classes.
2527
2528         * [files/drive.c]
2529         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
2530
2531         * [misc/spy.c] [include/spy.h]
2532         Added support for spying Win32 messages.
2533
2534         * [loader/builtin.c]
2535         Fixed bug in -dll option parsing.
2536
2537         * [memory/local.c]
2538         Added back the change by Huw D. M. Davies to free the block in
2539         LocalRealloc() before allocating the new one.
2540
2541         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
2542         Fixed bug in bitmap size that caused memory corruption for 24bpp.
2543
2544         * [windows/defwnd.c]
2545         Implemented Win32 version of DefWindowProc().
2546
2547         * [windows/dialog.c]
2548         Implemented Win32 version of SendDlgItemMessage,
2549         Get/SetDlgItemText and Get/SetDlgItemInt.
2550
2551         * [windows/mdi.c]
2552         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
2553         Don't make a copy of the OBM bitmaps for every MDI window.
2554
2555         * [windows/message.c]
2556         Implemented Win32 version of SendMessage().
2557         
2558         * [windows/winproc.c] [windows/class.c] [windows/win.c]
2559         New scheme for 32-bit window procedures to replace aliases. All
2560         32-bit window procedure get a 16-bit address pointing to a
2561         WINDOWPROC structure.
2562         Implemented Ansi<->Unicode translation for CallWindowProc().
2563         Added translation of WM_DRAWITEM between Win16 and Win32.
2564
2565         * [windows/win.c] [include/callback.h]
2566         Added ugly hack to build CREATESTRUCT on the stack when sending
2567         WM_NCCREATE.
2568         Implemented Win32 version of Get/SetWindowWord/Long and
2569         Get/SetWindowText.
2570         
2571 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
2572
2573         * [controls/button.c]
2574         Avoid gray text on gray background in disabled push buttons
2575         using a b/w raster and some raster operations (PatBlt,BitBlt).
2576
2577         * [objects/text.c]
2578         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
2579
2580 ----------------------------------------------------------------------
2581 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2582
2583         * [*/*.c]
2584         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
2585         SIZE16. Implemented Win32 version of most functions that take
2586         these types as parameters.
2587
2588         * [configure]
2589         Patched autoconf to attempt to correctly detect -lnsl and
2590         -lsocket. Please check this out.
2591         
2592         * [controls/button.c]
2593         Added support for Win32 BM_* messages.
2594
2595         * [controls/menu.c]
2596         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
2597         with Excel.
2598
2599         * [memory.heap.c] [include/heap.h]
2600         Added support for SEGPTRs in Win32 heaps. Added a few macros to
2601         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
2602         but they work with Win32.
2603
2604         * [memory/atom.c]
2605         Implemented Win32 atom functions.
2606
2607         * [memory/local.c]
2608         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
2609
2610         * [win32/memory.c]
2611         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
2612
2613         * [windows/class.c]
2614         Properly implemented the Win32 class functions.
2615
2616         * [windows/winproc.c] (New file)
2617         New file handling the message translation between Win16 and Win32.
2618
2619 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2620
2621         * [windows/mdi.c] [windows/menu.c]
2622         Improved WM_MDICREATE and WM_MDICASCADE handling.
2623
2624         * [windows/event.c] [objects/bitblt.c]
2625         Handle GraphicsExpose event for BitBlt from screen to screen.
2626
2627         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
2628         Bunch of fixes for problems with -managed.
2629
2630         * [windows/win.c] [windows/winpos.c]
2631         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
2632         in CreateWindow.
2633
2634         * [windows/win.c] [windows/queue.c] [misc/user.c]
2635         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
2636         on window creation/destruction.
2637
2638         * [objects/palette.c]
2639         Crude RealizePalette(). At least something is visible in LviewPro.
2640
2641 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2642
2643         * [if1632/gdi32.spec]
2644         Added Rectangle (use win16 version).
2645
2646         * [if1632/kernel32.spec]
2647         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
2648
2649         * [if1632/user32.spec]
2650         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
2651         versions).
2652         Added SetWindowsHookExA (empty stub for now).
2653
2654         * [include/handle32.h]
2655         Changed #include <malloc.h> to #include <stdlib.h> to prevent
2656         hate message from FreeBSD compiler.
2657
2658         * [win32/newfns.c]
2659         Added new function SetWindowsHookEx32A (empty stub for now).
2660
2661         * [win32/user32.c]
2662         Removed redundant debugging printf statement.
2663
2664 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2665
2666         * [memory/local.c]
2667         Avoid creating adjacent free blocks.
2668         Free the block in LocalReAlloc() before allocating a new one.
2669         Fixed LocalReAlloc() for discarded blocks.
2670         
2671 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2672
2673         * [resources/sysres_Fi.rc]
2674         ChooseFont and ChooseColor dialogs updated.
2675
2676 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2677
2678         * [files/drive.c,if1632/kernel.spec]
2679         GetCurrentDirectory(),SetCurrentDirectory() implemented.
2680
2681         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
2682           [include/windows.h] [include/winreg.h] [loader/main.c]
2683           [misc/main.c] [misc/shell.c] [misc/registry.c]
2684         Registry fixes:
2685         - loads win95 registry databases,
2686         - save only updated keys on default,
2687         - now adhers to the new function naming standard,
2688         - minor cleanups.
2689
2690 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
2691
2692         * [combo.c]
2693         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
2694         and synchronized mine with Greg Kreider's works.
2695
2696         * [commdlg.c]
2697         Bugfix in ChooseFont: font size handling.
2698
2699 ----------------------------------------------------------------------
2700 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2701
2702         * [DEVELOPERS-HINTS]
2703         Added paragraph on naming conventions for Win16/Win32/Winelib.
2704
2705         * [controls/menu.c]
2706         Create a default system menu that is the same for all windows
2707         instead of making a copy every time.
2708
2709         * [include/wintypes.h]
2710         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
2711         Added xx16 and xx32 definitions for most types. General clean-up.
2712
2713         * [memory/global.c] [memory/local.c] [*/*]
2714         Renamed Global and Local heap functions to xxx16. Added all xxx32
2715         versions of the same functions.
2716
2717         * [memory/selector.c]
2718         Mask out lower bits of selector in FreeSelector().
2719
2720         * [misc/lstr.c]
2721         Fixed wvsprintf().
2722
2723         * [windows/class.c]
2724         Changed the class structure to make Win32 support easier.
2725
2726         * [windows/defwnd.c]
2727         Added handling of WM_INITMENUPOPUP for system menu to gray out
2728         invalid options.
2729
2730         * [windows/winpos.c]
2731         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
2732         a SEGPTR.
2733
2734 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2735
2736         * [memory/local.c]
2737         Implementation of moveable and (rudimentary) support for
2738         discardable local memory, plus several bug fixes.
2739
2740 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2741
2742         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
2743         FindWindowEx() implemented (someone reported it was missing
2744         for FrameMaker 4.1).
2745
2746         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
2747           [win32/resource.c]
2748         Misc small stubs/small functions which bring win95 binaries
2749         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
2750         Small fix in WIN32_LoadAcceleratorsA.
2751
2752 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
2753
2754         * [controls/edit.c] [controls/EDIT.TODO]
2755         Changed / fixed some types and typecasts.
2756         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
2757         Added heap initialization in WM_CREATE.
2758
2759 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
2760
2761         * [controls/combo.c] [controls/listbox.c]
2762         Pass WM_[HV]SCROLL to listbox, but not combo.
2763         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
2764         Combo box gets border.
2765         Combo box includes button (otherwise button won't trigger dropdown).
2766         Proper border around RectButton.
2767         Check size consistancy of combo, listbox, and button after resizing 
2768         or before painting.  These routines still aren't completely correct.
2769         Localize size checks in separate routines.
2770         Listboxes are white.
2771
2772 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
2773
2774         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
2775           [resources/sysres_De.rc][resources/sysres_En.rc]
2776         Introduced ChooseFont dialog, but needed some patches in 
2777         handling of comboboxes with edit controls.
2778
2779 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2780
2781         * [programs/winhelp/*]
2782         Added a help viewer and a simple `.hlp' to `.sgml' converter.
2783
2784 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2785
2786         * [resources/sysres_*.rc] [misc/shell.c]
2787         Modified size of "About" dialog boxes.
2788
2789 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2790
2791         * [if1632/Makefile.in][loader/builtin.c]
2792         crtdll.spec, ntdll.spec, wsock32.spec: new files.
2793
2794         * [loader/pe_image.c]
2795         Fix error message if import by ordinal failed.
2796
2797 ----------------------------------------------------------------------
2798 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2799
2800         * [Makefile.in]
2801         Subdir memory is now also compiled for Winelib, in order to get
2802         the Win32 heap functions.
2803
2804         * [if1632/Makefile.in]
2805         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
2806         DLL names > 8 characters.
2807
2808         * [loader/builtin.c] (New file)
2809         Grouped all built-in DLLs code in a single file.
2810
2811         * [memory/global.c]
2812         Use the Win32 heap code instead of malloc() to allocate linear
2813         memory. This will help test the heap code.
2814
2815         * [memory/local.c]
2816         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
2817
2818         * [tools/build.c] [if1632/relay.c]
2819         Removed 'id' directive in spec files. For relay debugging, the DLL
2820         entry point is now computed from the CS:IP entry point address.
2821         Added 'heap' directive to specifiy a local heap for the DLL. USER
2822         and GDI heap are now created this way.
2823
2824         * [windows/class.c] [include/class.h]
2825         Changed the class structure to use pointers instead of handles.
2826         Changed Get/SetClassWord/Long to use a switch statement; this
2827         allows changing the layout of the CLASS structure.
2828
2829         * [windows/win.c] [include/win.h]
2830         Use a CLASS * instead of a handle for the window class.
2831
2832 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2833
2834         * [if1632/kernel32.spec] [memory/global.c]
2835           [win32/memory.c] [win32/process.c]
2836         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
2837         LocalLock,SetThreadAffinityMask: new relays.
2838
2839         * [win32/cursoricon32.c]
2840         Return same handle if a cursor is loaded multiple times.
2841
2842 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
2843
2844         * [resources/sysres_Ko.rc]
2845         Added support for Korean [Ko] language.
2846
2847 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2848
2849         * [objects/dc.c] [objects/font.c]
2850         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
2851
2852         * [objects/metafile.c] [objects/dcvalues.c]
2853         Fixed broken SetTextAlign() on metafiles.
2854
2855         * [objects/metafile.c]
2856         Delete objects in handle table at end of PlayMetaFile().
2857
2858 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2859
2860         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
2861         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
2862         [If it doesn't work for you, use -dll -ver and report it to me]
2863
2864         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
2865           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
2866           [windows/graphics.c]
2867         Simple win32 functions, where we can just use the win16 counterpart.
2868         Misc. stubs. 
2869
2870         * [misc/lstr.c]
2871         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
2872
2873         * [misc/registry.c]
2874         Some alloclens were off by 1, one double fclose() fixed.
2875         Requesting value 0 of a key with no values returns an error 
2876         (should we always return a made up value NULL? what does win3.1?)
2877
2878 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2879
2880         * [misc/shell.c]
2881         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
2882         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
2883
2884         * [misc/user.c]
2885         Do extensive cleanup on application exit.
2886
2887         * [windows/hook.c] [windows/win.c] [windows/class.c]
2888         Added miscellaneous cleanup routines.
2889
2890         * [controls/menu.c]
2891         More efficient popup menu window handling.
2892
2893 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2894
2895         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
2896         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
2897
2898 ----------------------------------------------------------------------
2899 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
2900
2901         * [resources/sysres_Fr.rc] [resources/TODO]
2902         Made changes for Choose_Color dialog.
2903
2904 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2905
2906         * [controls/button.c]
2907         Fixed test that got miscompiled by some old gcc versions.
2908
2909         * [memory/local.c]
2910         Fixed the layout of handle tables so that moveable handle entries
2911         can be freed on LocalFree().
2912         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
2913         GetHeapSpaces().
2914
2915         * [misc/main.c] [ANNOUNCE]
2916         Update the list of contributors. Please let me know if I forgot
2917         someone.
2918
2919 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
2920
2921         * [controls/edit.c] [controls/EDIT.TODO]
2922         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
2923         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
2924         Added WM_ENABLE implementation (gray text).
2925         Fixed buffer > 32767 bug.
2926         Fixed argument types / typecasting.
2927         Faster selection (re)drawing.
2928
2929 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2930
2931         * [misc/registry.c] [include/winreg.h]
2932         Changed savefile format again to human readable/editable
2933         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
2934         Has now global / local registry databases (including merging them).
2935         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
2936         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
2937
2938         * [misc/comm.c]
2939         Allow " " as COMx: ... spec delimiter too.
2940         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
2941         remember the x).
2942
2943 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2944
2945         * [windows/mdi.c]
2946         Miscellaneous changes.
2947
2948         * [windows/winpos.c] 
2949         Use BitBlt whenever possible in SetWindowPos.
2950
2951         * [windows/painting.c]
2952         Fix incompatibilities with hrgnUpdate being 1.
2953
2954 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2955
2956         * [misc/commdlg.c]
2957         Many bugfixes in ChooseColor dialog.
2958         Added a user defined dialog title in FileOpen-/FileSave- dialog.
2959
2960         * [misc/commdlg.c][include/commdlg.h]
2961           [if1632/commdlg.spec][if1632/winprocs.spec]
2962         Introduced dialog-, callback- and enum- stub functions
2963         for ChooseFont dialog
2964
2965 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2966
2967         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
2968         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
2969         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
2970         fixes.
2971
2972         * [windows/winpos.c]
2973         Don't try to hide the window if it's already hidden.
2974
2975         * [windows/message.c]
2976         Let MSG_PeekHardwareMsg fill the message queue with events if
2977         it's empty.
2978
2979 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2980
2981         * [resources/sysres_It.rc]
2982         Updated to support the new CHOOSE_COLOR_DIALOG.
2983
2984 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
2985
2986         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
2987           [include/w32sys.h] [include/dlls.h]
2988           [misc/Makefile] [misc/w32sys.c]
2989         W32SYS.DLL partially implemented.
2990
2991 ----------------------------------------------------------------------
2992 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2993
2994         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
2995         Made the resource loading code always use the correct Windows
2996         layout for Winelib on other CPUs.
2997
2998         * [include/module.h] [loader/module.c]
2999         Added self handle in NE_MODULE structure, so we can use a pointer
3000         instead of a handle.
3001         Added function MODULE_GetPtr() to validate a HMODULE.
3002
3003         * [memory/heap.c]
3004         Implemented Win32 heap management.
3005
3006         * [memory/selector.c]
3007         Fix selector limit for huge blocks.
3008
3009 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3010
3011         * [objects/metafile.c]
3012         Fixed memcpy bug to allow memory based metafiles to work.
3013
3014 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
3015
3016         * [controls/edit.c] [controls/EDIT.TODO]
3017         Complete rewrite.  Everything changed: new features, new bugs.
3018         Main addition: WordWrap.
3019
3020 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3021
3022         * [resources/sysres_It.rc]
3023         Fixed a few mistakes in the file and resized some of the controls.
3024
3025 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
3026
3027         * [misc/winsocket.c]
3028         Fixed broken #if defined that stopped unixware compiling.
3029
3030         * [win32/resource.c]
3031         Added missing return to end of FindResource32.
3032
3033 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3034
3035         * [windows/keyboard.c] [windows/event.c]
3036         Fixed GetKeyState for mouse buttons.
3037
3038         * [windows/message.c]
3039         WM_MOUSEACTIVATE wasn't sent in some cases.
3040
3041 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
3042
3043         * [objects/font.c]
3044         Match slightly bigger font if height negative.
3045
3046 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
3047
3048         * [multimedia/mmsystem.c]
3049         Changed read's to FILE_read's in mmsystem to fix mmio bug.
3050
3051 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3052
3053         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
3054         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
3055         En-,De- resources. 
3056         As written in TODO: some national language support is needed here.
3057
3058 ----------------------------------------------------------------------
3059 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3060
3061         * [controls/button.c] [controls/static.c]
3062         Changes to use WND * wherever possible.
3063
3064         * [debugger/dbg.y] [debugger/debug.l]
3065         Added 'info module' and 'walk module' commands.
3066
3067         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
3068         Added assembly code generation to call from Wine into 32-bit code.
3069         Changed all 'call32' references in 'callfrom16' to avoid confusion
3070         with Win32 routines.
3071
3072         * [include/callback.h]
3073         Added prototypes for 32-bit callbacks.
3074
3075         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
3076         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
3077         now generated by the build program.
3078
3079         * [include/module.h]
3080         Added extra info to NE_MODULE for Win32 modules to point to the PE
3081         module data.
3082
3083         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
3084         Removed the wine_files list. The PE data for a module can now be
3085         accessed with the NE_WIN32_MODULE macro.
3086
3087         * [loader/signal.c] [miscemu/instr.c]
3088         Don't start the BIOS timer at startup, but only after an access to
3089         the 0x40 segment.
3090
3091         * [memory/local.c]
3092         Changed LOCAL_Lock() to return a 32-bit pointer.
3093
3094         * [misc/main.c] [include/dlls.h]
3095         Some built-in DLLs (like KERNEL) can no longer be disabled from
3096         the command-line.
3097         
3098 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
3099
3100         * [*/*]
3101         A lot of small changes to support SCO OpenServer 5.
3102
3103 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3104
3105         * [controls/edit.c]
3106         Fixed GetKeyState() call to use 0x8000 convention.
3107
3108         * [include/windows.h]
3109         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
3110
3111 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
3112
3113         * [if1632/except.S]
3114         Modified code to assemble on unixware.
3115
3116 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
3117
3118         * [objects/font.c]
3119         Implementation of a second font cache which will be updated
3120         dynamically.
3121
3122 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
3123
3124         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
3125           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
3126           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
3127           [resources/sysres_No.rc] [resources/TODO]
3128         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3129
3130 ----------------------------------------------------------------------
3131 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3132
3133         * [tools/build.c]
3134         Changed BuildSpec32Files() to generate assembly instead of C code.
3135         Unified -spec16 and -spec32 options; DLL type is now determined by
3136         the 'type' declaration in the .spec file.
3137         New -stdcall option to build all stdcall assembly relays.
3138
3139         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
3140         Started to unify 16- and 32-bit builtin DLLs.
3141
3142         * [loader/module.c]
3143         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
3144
3145         * [loader/pe_image.c] [loader/resource.c]
3146         All modules now have a NE signature, and can be distinguished by
3147         the NE_FFLAGS_WIN32 flag.
3148
3149         * [windows/alias.c]
3150         Aliases for built-in window procedures are now all created at
3151         startup in ALIAS_Init().
3152
3153 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
3154
3155         * [controls/combo.c]
3156         Limit rectangle to clear to size of item when painting combo, not
3157         default.  Only draw items in list when there is enough room for them.
3158
3159         * [controls/listbox.c]
3160         Get the measure of every item that's added and store in the item's
3161         data structure.  Scroll listbox if mouse near edge of box.  Only
3162         draw items in list when there is enough room.
3163
3164 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3165
3166         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
3167           [windows/nonclient.c] [controls/menu.c] 
3168         Various changes for better keyboard handling. 
3169
3170         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
3171         Proper keyboard message ordering, working GetKeyState() (finally!), 
3172         improvements in ToAscii().
3173
3174         * [windows/win.c] [windows/message.c]
3175         Small improvements in WIN_FindWinToRepaint.
3176
3177         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
3178         Put update region in WM_NCPAINT wParam.
3179
3180         * [loader/task.c]
3181         Kill task timers when task is deleted, switch timers to the
3182         new queue in SetTaskQueue().
3183
3184         * [loader/signal.c] [miscemu/dosmem.c]
3185         Added SIGALRM signal handler to increment BIOS clock. 
3186
3187         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
3188         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
3189         MDI client.
3190
3191         * [windows/winpos.c]
3192         Improvements in handling of owned popups. "Floating" toolboxes 
3193         work better now. 
3194
3195 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3196
3197         * [misc/registry.c]
3198         New file, registry rewrite including win32 extensions
3199         - Unicode
3200         - multiple valus per key
3201         - different datatypes for values
3202         - multiple rootkeys
3203         - saving and loading in different registries.
3204
3205         * [include/winreg.h]
3206         New file, definitions and structs for registry.
3207
3208         * [include/winerror.h]
3209         Some new error defines added... there are more, someone please
3210         check a (real-)windows winerror.h.
3211         
3212         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
3213         Registry specs added.
3214
3215         * [if1632/relay.c]
3216         Switch internal SHELL.DLL to default 'used'.
3217
3218         * [win32/string32.c] [include/string32.h]
3219         Some new functions added.
3220         char should be unsigned char when converting to 16bit ints.
3221
3222         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
3223         Removed old registry functions.
3224
3225 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3226
3227         * [include/bitmaps/ocr_ibeam]
3228         Fixed the position of the hotspot.
3229
3230         * [objects/text.c]
3231         Fixed a few bugs in TEXT_TabbedTextOut().
3232
3233         * [windows/event.c]
3234         Fixed the order of the bits in the KeyStateTable.
3235         0x80 is the up/down-bit.  0x01 is the toggle bit.
3236
3237         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
3238         Fixed the calls to GetKeyState().
3239
3240 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
3241
3242         * [resources/sysres_Fr.rc] [resources/TODO]
3243         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3244
3245 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3246
3247         * [resources/sysres_it.rc]
3248         Added support for Italian [It] language.
3249
3250 ----------------------------------------------------------------------
3251 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3252
3253         * [include/win.h] [windows/*.c]
3254         Replaced next, parent, child and owner handles by pointers in WND
3255         structure. This should improve performance, and should be
3256         reasonably safe since Microsoft did the same in Win95.
3257
3258         * [include/wintypes.h] [*/*]
3259         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
3260         allows removing a lot of unnecessary casts and NPFMTs.
3261
3262         * [windows/caret.c]
3263         Create the caret brush upon CreateCaret(); use the bitmap
3264         dimensions for the caret.
3265         Fixed CARET_DisplayCaret() to use PatBlt().
3266
3267 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3268
3269         * [misc/winsocket.c]
3270         More sanity checks, fixup some erroneous return codes.
3271
3272         * [documentation/winsock]
3273         Description of how compatible the winsock is currently.
3274
3275 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3276
3277         * [library/winmain.c]
3278         Set `lpszCmdParam' by concatenating arguments.
3279
3280         * [loader/module.c]
3281         WinExec: accept Unix commands, use Wine emulator.
3282
3283 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3284
3285         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
3286         DeleteCriticalSection, EnterCriticalSection,
3287         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
3288         TlsFree, TlsGetValue, TlsSetValue: new functions.
3289         CRITICAL_SECTION: new structure.
3290
3291         * [if1632/kernel32.spec][win32/code_page.c]
3292         WideCharToMultiByte: new function.
3293
3294         * [if1632/kernel32.spec][win32/file.c]
3295         GetFileAttributesA: new function.
3296
3297         * [if1632/kernel32.spec][misc/main.c]
3298         GetEnvironmentStringsW, FreeEnvironmentStringsA,
3299         FreeEnvironmentStringsW: new functions.
3300         
3301         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
3302         cursoricon32.c: new file.
3303         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
3304         to WIN32_*.
3305         LoadIconA, LoadIconW: modified implementation from LoadIconA32
3306         to WIN32_*.
3307
3308         * [include/struct32.h]
3309         pragma pack inserted.
3310         CURSORICON32 structures added.
3311
3312         * [include/winnls.h]
3313         Constants CP_* and WC_* added.
3314
3315         * [loader/pe_image.c]
3316         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
3317
3318 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
3319
3320         * [misc/commdlg.c]
3321         Introduced hook function handling in file dialog.
3322         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
3323
3324 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3325
3326         * [if1632/gdi32.spec]
3327         Added GetNearestColor.
3328
3329         * [if1632/kernel32.spec]
3330         Added GlobalAddAtomA.
3331
3332         * [win32/param32.c]
3333         Added stackframe.h to includes.
3334         WIN32_GlobalAddAtomA() - new function.
3335
3336 ----------------------------------------------------------------------
3337 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3338
3339         * [controls/edit.c]
3340         Removed calls to memmove (not portable).
3341
3342         * [debugger/dbg.y] [debugger/debug.l]
3343         Prefixed all token with 't' to avoid conflicts with type
3344         definitions.
3345         Added 'walk queue', 'walk class' and 'info class' commands.
3346
3347         * [debugger/info.c]
3348         Moved queue and window information functions to windows/queue.c
3349         and windows/win.c respectively.
3350
3351         * [loader/signal.c]
3352         Added SIGHUP handling to force entry into built-in debugger.
3353         Cleaned up a bit.
3354
3355         * [misc/spy.c]
3356         General cleanup and performance improvements.
3357
3358         * [windows/class.c]
3359         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
3360         debugger.
3361
3362         * [windows/event.c]
3363         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
3364         sure if this key combination is a good choice...
3365
3366         * [windows/message.c] [windows/queue.c] (New file)
3367         Moved message queue handling functions to windows/queue.c.
3368
3369 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
3370
3371         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
3372         Implemented Win32 exception functions: RaiseException(),
3373         RtlUnwind(), SetUnhandledExceptionFilter() and
3374         UnhandledExceptionFilter().
3375
3376 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3377
3378         * [controls/listbox.c] [include/listbox.h]
3379         Special handling for COMBOLBOX styles introduced via extension of
3380         HEADLIST structure: lphl->dwStyle.
3381
3382 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
3383
3384         * [controls/combo.c]
3385         Any mouse movement within a small distance (defined by CBLMM_EDGE)
3386         of the top or bottom edge causes the window to scroll.  Also moved 
3387         some assignments so the routine works correctly.
3388
3389         * [controls/listbox.c]
3390         Changing selection in ListBoxSetCurSel now updates PrevFocused.
3391         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
3392         and sets the standard text height.
3393
3394 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3395
3396         * [windows/dce.c]
3397         Fixed memory leak in DCE_ClipWindows().
3398
3399 ----------------------------------------------------------------------
3400 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3401
3402         * [configure.in]
3403         Quote '[' and ']' in the test program for the strength-reduce
3404         bug. This should work much better...
3405
3406         * [files/file.c]
3407         Augmented DOS_FILE structure. Most internal functions now return a
3408         DOS_FILE* instead of a Unix handle.
3409         Added a local file array to replace the PDB list upon startup, to
3410         allow using file I/O functions before the first task is created.
3411         Added FILE_SetDateTime() and FILE_Sync() functions.
3412         
3413         * [loader/module.c]
3414         Use the DOS file I/O functions in MODULE_LoadExeHeader().
3415
3416         * [objects/bitblt.c]
3417         Use visible region instead of GC clip region to clip source
3418         area. This fixes the card drawing bug in freecell.
3419
3420         * [objects/region.c]
3421         Fixed CombineRgn() to allow src and dest regions to be the same.
3422
3423 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3424
3425         * [controls/EDIT.TODO]
3426         Updated so it reflects the current status.
3427
3428         * [controls/edit.c]
3429         Implemented internal EDIT_WordBreakProc().
3430         Implemented ES_READONLY.
3431         Implemented WM_LBUTTONDBLCLK to select whole words.
3432         Fixed a lot of types in the function definitions.
3433
3434 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3435
3436         * [debugger/info.c]
3437         Added "walk window" command to walk window list. 
3438
3439         * [windows/mdi.c]
3440         Added proper(?) WM_MDISETMENU message handling.
3441
3442 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3443
3444         * [if1632/callback.c][if1632/relay32.c]
3445         RELAY32_CallWindowProcConvStruct: new function.
3446
3447         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
3448         struct32.c: new file. Moved all structure conversions into that file
3449         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
3450         renamed to STRUCT32_POINT32to16, ...
3451         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
3452         POINT32, ...
3453         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
3454         CREATESTRUCT.
3455
3456         * [include/windows.h][misc/exec.c]
3457         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
3458         WinHelp: Reimplemented. Thanks to Peter Balch
3459         (100710.2566@compuserve.com) for his valuable research.
3460
3461         * [win32/winprocs.c]
3462         WIN32_CallWindowProcTo16: new function, call in
3463         USER32_DefWindowProcA,...
3464
3465 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3466
3467         * [include/wintypes.h]
3468         Added "#define __export".
3469
3470         * [objects/bitblt.c]
3471         Put in a few hacks to make bitblt-ing work when upside-down and/or
3472         mirrored.  BITBLT_StretchImage should really be checked over
3473         thoroughly.
3474
3475         * [programs/progman/main.c]
3476         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
3477
3478         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
3479         Eliminated shift/reduce conflict in style definition.
3480         Added crude error message support: "stdin:%d: parse error before '%s'".
3481         Implemented string table support to the best of my ability (it works
3482         with LoadString() calls).
3483
3484         * [windows/nonclient.c]
3485         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
3486         bar of non-iconized window was clicked (checked for iconization).
3487
3488 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3489
3490         * [if1632/lzexpand.spec] [if1632/relay.c]
3491           [include/lzexpand.h][misc/lzexpand.c]
3492         LZEXPAND.DLL added.
3493
3494 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3495
3496         * [windows/win.c]
3497         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
3498         this prevents too early termination of EnumChildWindows().
3499
3500 ----------------------------------------------------------------------
3501 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3502
3503         * [controls/scroll.c]
3504         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
3505         current tracking window.
3506
3507         * [files/file.c]
3508         Fixed two file descriptor leaks in FILE_OpenFile().
3509
3510         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
3511           [tools/build.c]
3512         Replaced LOADEDFILEINFO structure by OFSTRUCT.
3513
3514         * [memory/atom.c]
3515         Reload the pointer to the atom table in ATOM_GetTable() and
3516         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
3517         move in linear memory.
3518
3519 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3520
3521         * [include/callback.h]
3522         Added support for CallWordBreakProc().
3523
3524         * [controls/edit.c]
3525         New caret handling (really efficient / fast).
3526         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
3527         Fixed EM_SETFONT so it now also creates a proper new caret.
3528
3529 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
3530
3531         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
3532         Added WM_DELETE protocol to top-level windows.
3533
3534         * [controls/scroll.c]
3535         Fixed a problem which caused slow scrolling to continue uncontrollably.
3536
3537         * [misc/exec.c]
3538         Implemented ExitWindows().
3539
3540         * [windows/win.c]
3541         Set top-level owned windows to be transient.
3542
3543 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3544
3545         * [programs/progman/*]
3546         Added a program manager.
3547
3548 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
3549
3550         * [resources/sysres_Eo.c]
3551         Added support for Esperanto [Eo] language.
3552
3553 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3554
3555         * [if1632/user32.spec]
3556         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
3557
3558         * [win32/init.c]
3559         Added task.h to includes. GetModuleHandleA() - return hInstance
3560         if called with NULL parameter. Freecell needs this. NOTE this
3561         may indicate a problem with differentiation between hModule and
3562         hInstance within Wine.
3563
3564         * [win32/resource.c]
3565         FindResource32() and LoadResource32() - Removed #if 0's around
3566         conversion from hInstance to hModule. See remarks above.
3567
3568         * [win32/string32.c]
3569         WIN32_UniLen() - removed stray semicolon.
3570
3571 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3572         
3573         * [windows/caret.c]
3574         Set blink rate with call to GetProfileInt().
3575
3576         * [rc/winerc.c]
3577         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
3578         instead of 0.  This seems to correspond to Borland's defaults, and
3579         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
3580         or "| NOT WS_VISIBLE" technique in the *.rc file.
3581
3582         * [win32/time.c]
3583         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
3584         returned by gettimeofday() instead of making second call to
3585         time().  This eliminates clock jitter if the seconds change
3586         between the two calls (rare, but possible).
3587
3588         * [include/wintypes.h]
3589         Added "#define _far" and "#define _pascal".
3590
3591         * [windows/win.c]
3592         Added function GetDesktopHwnd().
3593
3594         * [include/xmalloc.h]
3595         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
3596         have been removed from 'configure', and was causing redefinition
3597         warnings.
3598
3599 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
3600
3601         * [windows/winpos.c] 
3602         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
3603         to force a repaint when setting menu bars with different rows.
3604
3605 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3606
3607         * [windows/syscolors.c] [controls/scroll.c]
3608         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
3609
3610 ----------------------------------------------------------------------
3611 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3612
3613         * [files/profile.c]
3614         Added \r when writing profile files, for DOS compatibility.
3615
3616         * [memory/global.c]
3617         Fixed bug in GlobalReAlloc() that caused a discarded block not to
3618         be reallocated if its size was not changed.
3619
3620         * [memory/selector.c]
3621         Avoid setting a valid LDT entry with base and limit set to 0, as
3622         this causes the kernel to clear the entry. This fixes a crash when
3623         exiting Windows program manager.
3624
3625         * [objects/metafile.c]
3626         Removed call to creat() instead of _lcreat() for WINELIB.
3627
3628 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3629
3630         * [if1632/gdi32.spec]
3631         GetTextExtentPointA now has win32 specific implementation.
3632
3633         * [include/struct32.h]
3634         Define new structure tagSIZE32 and typedef SIZE32 to it.
3635         Define prototype for function PARAM32_SIZE16to32
3636
3637         * [win32/param32.c]
3638         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
3639
3640         * [win32/memory.c]
3641         Added missing file pointer parameter to fprintf.
3642
3643 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
3644
3645         * [windows/nonclient.c]
3646         Added more familiar icon activity, ie single click brings up
3647         system menu.
3648
3649 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3650
3651         * [controls/menu.c]
3652         Added calls to HideCaret() and ShowCaret() from within
3653         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
3654         MENU_TrackKbdMenuBar().  Are there any more places where this
3655         should be done?
3656
3657         * [controls/static.c]
3658         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
3659         the previous icon.  Added a new FIXME at the point where
3660         WM_SETTEXT is handled for a SS_ICON static control.
3661
3662         * [misc/commdlg.c]
3663         Implemented FindText() and ReplaceText()
3664         Still missing : Templates and Hooks handling / error checking
3665
3666         * [resources/sysres_En.c]
3667         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
3668         Languages other than En should update these too, though, as well
3669         as redimension the controls because some of the text doesn't fit.
3670         Created file resources/TODO to explain this.
3671
3672         * [windows/caret.c]
3673         Re-written.  It now uses the correct R2_XORPEN.  It resets the
3674         blink timer on SetCaretPos().  It does its own hide/show scheme
3675         when SetCaretPos() is called (should be faster).
3676
3677 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3678
3679         * [controls/listbox.c]
3680         Miscellaneous changes for better LBS_EXTENDEDSEL support.
3681         Removed several superfluous redrawals of item list.
3682
3683         * [controls/scroll.c]
3684         WM_GETDLGCODE return value.
3685
3686         * [windows/win.c]
3687         FlashWindow function.
3688
3689         * [windows/painting.c] [windows/scroll.c]
3690         Added HideCaret/ShowCaret calls.
3691
3692         * [objects/font.c]
3693         Added GetCharABCWidths stub.
3694
3695         * [include/windows.h]
3696         "#define"s needed for changes mentioned above.
3697
3698 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
3699
3700         * [include/winsock.h]
3701         Change order of includes to get in_addr struct defined in time.
3702         (Note: Linux 1.3.66, libc 5.2.18)
3703
3704         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
3705         Changed the -enhanced option into a -mode option, which can be
3706         either 'standard' or 'enhanced'. 'enhanced' is the default.
3707
3708 ----------------------------------------------------------------------
3709 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3710
3711         * [controls/desktop.c]
3712         Look for the wallpaper file in the Windows directory.
3713
3714         * [controls/menu.c]
3715         Fixed swapped parameters in SetMenuItemBitmaps().
3716         Create a separator in MENU_SetItemData() when the string is NULL.
3717
3718         * [file/dosfs.c]
3719         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
3720
3721         * [files/file.c]
3722         Added a DOS_FILE structure to store per-file information (not
3723         really used yet).
3724         Fixed _lread and _hread to check the size of the buffer before
3725         calling Unix read() to avoid EFAULT error.
3726
3727         * [misc/exec.c]
3728         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
3729
3730         * [miscemu/instr.c]
3731         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
3732         programs that poll the BIOS counter, provided they reload the
3733         selector on every read.
3734
3735         * [miscemu/int21.c]
3736         Re-implemented FindFirst/FindNext for FCB calls.
3737
3738         * [windows/message.c] [windows/winpos.c]
3739         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
3740
3741         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
3742         Added a per-window WIN_MANAGED flag; only windows that have a
3743         dialog frame or a sizing border are managed.
3744
3745 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3746
3747         * [if1632/Makefile.in]
3748         Added -g flag to compilation of .c files generated from *32.spec.
3749
3750         * [if1632/gdi32.spec]
3751         Numerous additional functions implemented.
3752
3753         * if1632/user32.spec]
3754         wsprintfA maps to vsprintf not wsprintf
3755         Numerous additional functions implemented.
3756
3757         * [include/gdi.h] [objects/gdiobj.c]
3758         New #define MAGIC_DONTCARE added. This is used in
3759         GDI_GetObjPtr to enable getting a pointer to a GDI object of
3760         unknow type.
3761
3762         * [win32/gdi32.c]
3763         New file.
3764
3765         * [win32/param32.c]
3766         WIN32_MoveToEx() - handle NULL pointer argument.
3767
3768         * [win32/user32.c]
3769         USER32_InvalidateRect - handle passing of a NULL pointer.
3770         USER32_SetTimer - New function.
3771
3772         * [files/directory.c]
3773         Fixed DIR_Init() (off by one in allocation of space for
3774         environment variables).
3775
3776         * [files/drive.c]
3777         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
3778         on FreeBSD).
3779
3780 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
3781
3782         * [controls/menu.c]
3783         Memory leak plugged.
3784
3785         * [controls/edit.c]
3786         Erase space with function ExtTextOut(). This eliminates the use of
3787         xmalloc().  Memory leak in EDIT_WriteText plugged.
3788
3789         * [debugger/db_disasm.c]
3790         Operand for scas now is di.
3791
3792         * [files/profile.c]
3793         PROFILE_GetSection was copying too much data.
3794         PROFILE_GetSection now returns the correct value. It was returning
3795         the number of unused instead of used bytes.
3796
3797         * [objects/dc.c]
3798         Corrected two typos in comments.
3799
3800         * [objects/font.c]
3801         FONT_MatchFont didn't return if it couldn't find any font.
3802
3803         * [objects/oembitmap.c]
3804         Free object only if it has been allocated.
3805
3806         * [windows/scroll.c]
3807         Memory leak in ScrollDC plugged.
3808
3809 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
3810
3811         * [controls/edit.c]
3812         Implemented ES_NOHIDESEL style, shift+click selection,
3813         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
3814         (de)selection drawing.  Changed selection drawing to use correct
3815         system colors instead of inverting.  Fixed deleting or backspacing
3816         across a '\r\n' end of line pair.  Selection now anchors
3817         correctly. Fixed text leaking and extra garbage problem bug
3818         uncovered by change in class style in wine960131.
3819
3820         * [controls/widgets.c]
3821         Class flags now match those of Windows.
3822
3823 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3824
3825         * [controls/widgets.c]
3826         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
3827
3828         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
3829         comctl32.spec ole32.spec winspool.spec: new files.
3830         RELAY32_Init: call initialization of new DLLs.
3831         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
3832         RELAY32_MakeFakeModule: new function.
3833
3834         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
3835         Added Win95 functions. Ordinals now differ from both NT and Win95
3836         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
3837         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
3838         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
3839         new relays.
3840
3841         * [if1632/shell32.spec]
3842         shell32.spec: renumbered all functions to take into account ordinals.
3843         These seem to be identical between NT and Win95.
3844
3845         * [include/dialog.h][windows/dialog.c]
3846         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
3847
3848         * [include/handle32.h]
3849         New handle types VRANGE, HEAP, HEAPITEM.
3850
3851         * [include/pe_image.h][loader/pe_image.c]
3852         struct w_files: new field builtin.
3853         PE_FindExportedFunction: support ordinals.
3854         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
3855         fixup_imports: support ordinals.
3856         PE_LoadImage: prefer directories over segments.
3857
3858         * [include/resource.h][win32/resource.c]
3859         FindResource32: changed parameter from LPCTSTR to LPCWSTR
3860                 check LANG_NEUTRAL if LANG_ENGLISH fails.
3861         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
3862                 disabled because it's broken.
3863         Casted to and from LPWSTR at various places.
3864
3865         * [include/string32.h][win32/string32.c]
3866         Changed prototypes to take const arguments where appropriate.
3867
3868         * [include/struct32.h]
3869         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
3870
3871         * [tools/build.c]
3872         BuildSpec32Files: generate Base value into code, generate call to
3873         RELAY32_MakeFakeModule.
3874         
3875         * [win32/heap.c]
3876         This is still not finished and needs rework.
3877         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
3878         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
3879         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
3880
3881         * [win32/memory.c]
3882         Support for VRANGE_OBJECT. This is not yet called from any place,
3883         and needs more platform specific support
3884         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
3885         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
3886
3887         * [win32/user32.c]
3888         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
3889         names, as in dialogs.
3890         Implemented dialog functions (see user32.spec).
3891
3892         * [windows/caret.c]
3893         CARET_Initialize: call RELAY32_GetBuiltinDLL.
3894
3895 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3896
3897         * [controls/edit.c]
3898         Removed commented out #ifdefs for WINELIB.
3899
3900         * [tools/makehtml.pl]
3901         Put in error checking when trying to open a file.
3902
3903         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
3904         Added two new targets: hello4 and new.
3905
3906         * [include/windows.h]
3907         Added definition of DEVMODE structure, although it's not yet used.
3908         Modified various API functions from CreateDC() to Escape(), in
3909         order to make them more compliant with the strict API definitions.
3910
3911         * [include/wintypes.h]
3912         Added 'typedef char TCHAR'.  It probably should be defined as
3913         'short', but then we would have to support such characters.  Also did
3914         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
3915         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
3916         MFENUMPROC, and HGDIOBJ.
3917
3918 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3919
3920         * [misc/commdlg.c]
3921         Patched a bug that occurred in the internal COMMDLG module for the
3922         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
3923         combobox is now handled correctly.
3924
3925 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
3926
3927         * [resources/sysres_Cz.rc]
3928         Added support for Czech [Cz] language.
3929
3930 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3931
3932         * [objects/font.c]
3933         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
3934         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
3935         is -1, assume 0.
3936         CreateFontIndirect : if font parameter is NULL, issue an error message.
3937         CreateFont : null-terminate lfFaceName.
3938         ParseFontParms : debug code turned off : too verbose.
3939         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
3940
3941         * [objects/color.c]
3942         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
3943
3944 --------------------------------------------------------------------
3945 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
3946
3947         * [configure.in]
3948         Added --with-dll option to build libwine.so.
3949
3950         * [controls/listbox.c]
3951         Fixed ListBoxDirectory(), DlgDirSelect() and
3952         DlgDirList(). Hopefully their behavior is correct now.
3953
3954         * [controls/menu.c]
3955         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
3956         ModifyMenu() for the item data, to avoid corrupting the pointer
3957         for owner-drawn items.
3958
3959         * [controls/static.c]
3960         Attempt to load OEM icons for SS_ICON controls. Probably not
3961         entirely correct.
3962         Don't clip the text output.
3963
3964         * [files/directory.c]
3965         Add temp dir and Windows dir to environment.
3966
3967         * [files/dos_fs.c]
3968         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
3969         Cache last used directory in DOSFS_FindNext() to avoid quadratic
3970         search time.
3971
3972         * [files/drive.c]
3973         New format for drives configuration in wine.conf; allows
3974         specifying the type, label and serial number of a drive.
3975
3976         * [files/file.c]
3977         New function FILE_OpenUnixFile to make sure we don't open a
3978         directory instead of a file.
3979         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
3980
3981         * [files/profile.c]
3982         Rewrote profile handling. Should be closer to Windows behavior now.
3983         New function PROFILE_GetWineIniString() to get a string from wine.conf.
3984         Support environment variables in wine.conf.
3985
3986         * [loader/task.c]
3987         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
3988         corruption.
3989
3990         * [memory/global.c]
3991         Create a discarded block on GlobalAlloc() if the size is 0; thanks
3992         to John Harvey for noticing this.
3993
3994         * [memory/local.c]
3995         LOCAL_GetHeap: make sure the pointer is valid before checking
3996         magic number.
3997
3998         * [misc/main.c]
3999         Moved profile and registry saving to ExitWindows(), so we don't
4000         try to save them in case of a crash.
4001
4002         * [miscemu/int21.c]
4003         INT21_GetFreeDiskSpace: try to compute the cluster size from the
4004         filesystem size instead of hard-coding it to 64.
4005         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
4006         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
4007
4008         * [windows/message.c]
4009         Fixed bug in linked-list handling in MSG_DeleteQueue().
4010         Simplified SetMessageQueue().
4011
4012         * [wine.ini] [wine.man]
4013         Updated for new drives configuration format.
4014
4015 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
4016
4017         * [controls/edit.c]
4018         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
4019         EM_GETPASSWORDCHAR messages.
4020
4021         * [controls/widgets.c]
4022         Adjusted class creation flags to better match values Windows uses.
4023
4024         * [include/windows.h]
4025         Fixed ES_NOHIDESEL typo.
4026
4027         * [loader/ne_image.c]
4028         Added detection for zero offset in RADDR fixups. Quicken
4029         was in an infinite loop here.
4030
4031 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
4032
4033         * [files/dos_fs.c]
4034         Bugfix: range error in month value (0..11 set to 1..12).
4035
4036         * [windows/caret.c]
4037         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
4038         appearance of the caret.
4039
4040         * [windows/mdi.c] [include/mdi.h]
4041         Changed MDITile(): added a new parameter WORD wParam for
4042         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
4043         used in Win3.1
4044
4045 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
4046
4047         * [miscemu/int2f.c]
4048         Added a small bit of MSCDEX emulation.
4049
4050         * [windows/alias.c]
4051         ALIAS_RegisterAlias was returning the hash value when it should
4052         have been returning the record number.
4053         
4054 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4055
4056         * [include/shell.h] [include/wintypes.h]
4057         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
4058         Declared FONTENUMPROC in wintypes.h.
4059
4060         * [include/windows.h]
4061         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
4062         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
4063         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
4064         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
4065         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
4066         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
4067         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
4068         and wsprintf().
4069
4070         * [tools/makehtml.pl] [documentation/apiw.index]
4071         New files that scan windows.h, commdlg.h, and toolhelp.h and output
4072         an HTML sorted list with optional links to www.willows.com and a
4073         tally of unimplemented APIW functions.
4074
4075         * [objects/cursoricon.c]
4076         Added Win32 versions of CopyIcon() and CopyCursor() for use in
4077         libwine.
4078
4079         * [win32/resource.c] [win32/winprocs.c]
4080         Added '#include "libres.h"' and explicit declarations of windows
4081         procs in order to avoid warnings.
4082
4083         * [windows/utility.c]
4084         Added Win32 version of MulDiv() for libwine.
4085
4086         * [*/*] [include/windows.h]
4087         Changed several function declarations to comply more strictly to
4088         the windows API (without, hopefully, altering their functionality).
4089
4090         * [controls/menu.c]
4091         Made the return value of CheckMenuItem be the previous state of
4092         the menu item if it was found, otherwise -1 as specified in the
4093         SDK. This conflicts with the APIW specification, which says it
4094         should return TRUE if successful, otherwise FALSE.
4095
4096         * [include/windows.h]
4097         Added obsolete WM_SIZE message wParam names for compatibility.
4098         Added WinHelp() command constants, even though they are not yet
4099         supported.
4100
4101         * [rc/winerc.c]
4102         Tidied up transform_binary_file().  In argument checking, flattened
4103         any invalid characters specified with the prefix argument.
4104
4105         * [library/libres.c]
4106         Made FindResource() case-insensitive when parameter 'name' is a string.
4107
4108 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
4109
4110         * [files/drive.c]
4111         If root "/" is given in wine.conf, use it as last resort.
4112
4113         * [files/file.c]
4114         Report ER_AccessDenied it disk ist not writable
4115         More Debug Output
4116
4117         * [miscemu/int21.c]
4118         Squeezed some bugs in ExtendedOpenCreateFile
4119         
4120         * [windows/winpos.c]
4121         Some windows may not be moved or resized. We are missing some
4122         structures to be exact, but the approach should help in some cases
4123         and make things worse in much fewer.
4124
4125 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4126
4127         * [loader/pe_image.c]
4128         fixup_imports: Find builtins for Borland style entries, too
4129
4130 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4131
4132         * [controls/menu.c]
4133         LoadMenu: branch to Win32 for PE modules
4134
4135         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
4136         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
4137         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
4138         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
4139         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
4140         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
4141         to convert parameters or naming convention
4142
4143         * [include/kernel32.h][include/wintypes.h]
4144         moved WCHAR, defined LPWSTR
4145
4146         * [include/string32.h][win32/string32.c][include/struct32.h]
4147         New files
4148
4149         * [loader/module.h]
4150         LoadModule: exit after returning from PE_LoadModule
4151
4152         * [loader/pe_image.c]
4153         my_wcstombs: isascii does not work on Linux for Unicode
4154         PE_LoadImage: Handle directories
4155
4156         * [misc/user32.c]
4157         USER32_RECT32to16, USER32_RECT16to32: new functions
4158         implemented new user32 relays
4159
4160         * [misc/newfns.c]
4161         WIN32_WinHelpA: new function
4162
4163         * [win32/param32.c]
4164         New file
4165
4166         * [win32/resource.c]
4167         GetResDirEntry: added support for named entries
4168         WIN32_LoadAcceleratorsW: invoke *32 resource functions
4169         WIN32_LoadBitmapA: convert name to unicode if appropriate
4170         WIN32_ParseMenu: new function
4171         implemented new resource functions from user32.spec
4172
4173 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4174
4175         * [objects/cursoricon.c]
4176         GetIconId() and LoadIconHandler() functions.
4177
4178         * [windows/mdi.c]
4179         Better maximization support, TranslateMDISysAccel() function, 
4180         misc improvements.
4181
4182         * [windows/defwnd.c]
4183         Fix for WM_WINDOWPOSCHANGED message handler.
4184
4185         * [windows/winpos.c]
4186         Rewrote WindowFromPoint() function.
4187
4188 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
4189
4190         * [include/toolhelp.h] [misc/toolhelp.c]
4191         Added Notify(Un)Register, but no callbacks yet.
4192
4193 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
4194
4195         * [Makefile.in]
4196         Added target for libwine.so.1.0.
4197
4198         * [library/winmain.c]
4199         For WINELIBDLL, _WinMain just returns hInstance instead of calling
4200         WinMain().
4201
4202         * [misc/main.c]
4203         For WINELIBDLL, renamed main() to _wine_main() for calling from the
4204         stub main function.
4205
4206         * [library/winestub.c] (new file)
4207         Provides a stub main() function for using libwine.so.
4208
4209 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
4210
4211         * [winsocket.c]
4212         Fix EPERM problem.
4213
4214         * [global.c]
4215         Attempt to do some sanity checking in MemManInfo().
4216
4217         * [Changelog]
4218         Fix changelog oversight for previous entry.
4219
4220 ---------------------------------------------------------------------
4221 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
4222
4223         * [configure.in]
4224         Added check for gcc strength-reduce bug.
4225
4226         * [controls/listbox.c]
4227         Changed ListBoxDirectory() to use the new DOS file functions.
4228
4229         * [controls/menu.c]
4230         Fixed parameters for DeleteMenu() call in ChangeMenu().
4231
4232         * [debugger/stack.c]
4233         Also display current frame in back-trace.
4234
4235         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
4236         Complete rewrite of the DOS file handling.
4237         Implemented per-task file handles.
4238         Removed default Z: drive; needs to be put explicitely in wine.ini
4239         if desired.
4240
4241         * [loader/module.c]
4242         Fixed file descriptor leak in LoadModule().
4243
4244         * [loader/task.c]
4245         Initialise PDB file handle table in TASK_CreateTask().
4246         Close file handles on task termination.
4247         Implemented SetErrorMode().
4248
4249         * [misc/network.c]
4250         Fixed WNetGetConnection() to use GetDriveType().
4251
4252         * [misc/xmalloc.c]
4253         Added function xstrdup().
4254
4255         * [miscemu/int21.c]
4256         Many changes for new DOS file functions.
4257
4258         * [miscemu/interrupts.c]
4259         Moved DOS_GetEquipment() function into INT_Int11Handler().
4260
4261         * [windows/win.c]
4262         Bug fix: create system menu before sending WM_NCCREATE.
4263
4264         * [*/*.c]
4265         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
4266         better portability.
4267
4268 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4269
4270         * [include/wintypes.h]
4271         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
4272         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
4273         it should suffice.
4274
4275         * [include/winsock.h]
4276         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
4277         out some old style internet address #define's.
4278
4279         * [loader/task.c]
4280         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
4281         Made FreeProcInstance() do nothing #ifdef WINELIB32.
4282         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
4283
4284         * [library/miscstubs.c]
4285         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
4286         with name="ActivateAppProc".  This hardly seems correct, but it's my
4287         best guess as to how the emulator responds.
4288
4289 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4290
4291         * [if1632/kernel32.spec][win32/process.c]
4292         WIN32_GetProcAddress, LoadLibraryA: new functions
4293
4294         * [if1632/relay32.c]
4295         RELAY32_GetEntryPoint: Removed code to load PE DLLs
4296
4297         * [include/pe_image.h][include/pe_exe.h]
4298         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
4299         struct PE_Reloc_Block: new structure
4300
4301         * [loader/module.c]
4302         MODULE_RegisterModule: new function
4303
4304         * [loader/pe_image.c]
4305         PE_FindExportedFunction,PE_GetProcAddress: new functions
4306         fixup_imports: expect struct w_files* now, fill dlls_to_init,
4307                        load PE DLLs
4308         do_relocations: new functions
4309         calc_vma_size: renamed from dump_table
4310         PE_LoadImage: use malloc to allocate memory for image
4311         PE_InitDLL: expect HMODULE
4312         PE_InitializeDLLs: new function
4313
4314         * [loader/task.c]
4315         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
4316         GetExePtr: Accept PE modules
4317
4318         * [misc/commdlg.c]
4319         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
4320
4321 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
4322
4323         * [misc/port.c]
4324         New file with usleep() function for SVR4.
4325
4326         * [configure.in]
4327         Check for usleep() function.
4328
4329 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
4330
4331         * [if1632/toolhelp.spec] [include/toolhelp.h]
4332           [misc/user.c] [windows/message.c]
4333         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
4334
4335         * [winsocket.c]
4336         Fixed ENOENT error.
4337
4338         * [miscemu/dpmi.c]
4339         Implement DPMI Get Page Size (AX=0604, INT 31)
4340
4341         * [memory/global.c]
4342         Implement TOOLHELP.72 GetMemManInfo.
4343
4344 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4345
4346         * [if1632/callback.c]
4347         CallWindowProc() - When calling RELAY32_CallWindowProc, check
4348         whether lParam should be a SEGPTR, and if so convert it to one.
4349
4350         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4351         Numerous functions added, mostly calls to original (win16)
4352         functions.  Note that some (many) of these are probably not
4353         strictly correct, but with these additions freecell will at least
4354         display its main window though it is garbled.
4355
4356         * [if1632/winprocs.spec]
4357         Completely rewritten - all WndProcs now have win32 versions to
4358         help with the lparam SEGPTR fix in callback.c
4359
4360         * [include/kernel32.h]
4361         LPTCSTR defined.
4362
4363         * [include/peexe.h]
4364         Definition of PE_Export_Directory amended.
4365
4366         * [include/resource32.h]
4367         New file.
4368
4369         * [include/stackframe.h]
4370         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
4371         prototype for replacement function in memory/selector.c which
4372         can operate on any given memory address. This is currently
4373         required for win32 support. It is a dreadful cludge, and will
4374         certainly slow down other programs. If you are not interested
4375         in win32 development you may wish to reverse this patch.
4376
4377         * [include/windows.h]
4378         Definition of SW_SHOWDEFAULT added.
4379
4380         * [loader/pe_image.c]
4381         Extensive rewrites of xmmap() fixup_imports().
4382         PE_LoadImage() - initialisation of bss added, extraction of
4383         module name fixed, initialisation of DLL added.
4384         PE_InitDLL() - now does something.
4385         PE_Win32CallToStart() - initialisation of TEB pointed to by
4386         fs added.
4387         PE_InitTEB() created to perform TEB initialisation.
4388
4389         * [memory/selector.c] 
4390         New function MAKE_SEGPTR() - see include/stackframe.h above.
4391
4392         * [misc/user32.c]
4393         USER32_RegisterClassA(), CreateWindowExA() memory allocation
4394         method changed. This is probably now unnecessary with the
4395         new MAKE_SEGPTR handling code.
4396         USER32_DefWndProcA() removed to win32/winprocs.c
4397         USER32_TranslateMessage added.
4398
4399         * [tools/build.c]
4400         handling of win32 spec files changed to support gcc2.6.X
4401         this requires optimisations to be disabled.
4402
4403         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
4404         New files.
4405
4406         * [win32/Makefile.in]
4407         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
4408
4409         * [win32/file.c]
4410         New function W32_SetHandleCount.
4411
4412         * [win32/init.c]
4413         WIN32_GetModuleHandle() - now returns handle of running process
4414         if called with NULL.
4415         GetStartupInfoA() - set cbReserved2 to 0.
4416
4417         * [win32/memory.c]
4418         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
4419         it work with FreeBSD. Also check for return value. Removed extra
4420         return.
4421
4422         * [windows/winpos.c]
4423         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
4424
4425 ----------------------------------------------------------------------
4426 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4427
4428         * [configure.in] [Makefile.in] [tools/install-sh]
4429         New 'install' target installs Wine binary, library and man page.
4430         Library is now more logically named libwine.a.
4431         Split toolkit/ directory into library (for library code) and
4432         libtest (for test programs).
4433
4434         * [controls/edit.c]
4435         Quick hack to partially support EM_PASSWORD style (avoids
4436         displaying your passwords on the screen when testing programs...)
4437
4438         * [configure.in] [controls/menu.c] [include/resource.h]
4439           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
4440         Language is now a run-time option (wine -language xx).
4441
4442         * [debugger/dbg.y]
4443         Dump some more debugging info on crash.
4444
4445         * [misc/profile.c]
4446         Only consider ';' as a comment if it's the first non-blank
4447         character on the line.
4448
4449         * [miscemu/dpmi.c]
4450         More debugging info for real-mode callback.
4451
4452         * [objects/gdiobj.c]
4453         Rewrote EnumObjects() to do the Right Thing.
4454
4455         * [resources/sysres*]
4456         New directory containing system resources.
4457
4458 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
4459
4460         * [win32/file.c] [win32/memory.c]
4461         Unixware doesn't have MAP_ANON ifdefed out for now.
4462
4463         * [misc/dos_fs.c]
4464         DOS_GetDosFileName didn't truncate paths starting ./ properly.
4465
4466         * [tools/build.c]
4467         Produces assembly code that works with the unixware assembler.
4468
4469 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
4470
4471         * [miscemu/instr.c]
4472         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
4473
4474         * [misc/dos_fs.c]
4475         DOS_readdir should always return directories, even if they don't
4476         match the file name mask.
4477
4478 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4479         
4480         * [misc/exec.c]
4481         Give arguments to winhelp.
4482
4483         * [miscemu/int21.c]
4484         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
4485         Created function ExtendedOpenCreateFile.
4486         Give for some Windows95 interrupts the return value 'not
4487         implemented'.
4488
4489 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4490
4491         * [include/kernel32.h] [include/windows.h]
4492         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
4493         include/kernel32.h to include/windows.h and declared the new Win32
4494         API functions Sleep(), GetLocalTime(), and GetSystemTime().
4495         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
4496
4497         * [rc/rc (new file)]
4498         Created the shell script 'rc', which should simplify resource
4499         compilation.
4500
4501         * [win32/environment.c]
4502         Kludged around an undefined reference to wine_files.  This change
4503         should be fixed some time.
4504
4505         * [win32/time.c] [if1632/kernel32.spec]
4506         Added the functions GetSystemTime(), and Sleep().
4507
4508         * [miscemu/int21.c]
4509         Renamed static function GetSystemTime to INT21_GetSystemTime to
4510         avoid conflicts with the API function of the same name.
4511
4512         * [include/wintypes.h]
4513         Added the SPFMT definition for printf statements.
4514
4515         * [misc/shell.c] [include/shell.h]
4516         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
4517         with the ones in include/winerror.h.  They should probably use the
4518         versions in winerror.h, but I'm not certain, and that can be done
4519         later.
4520
4521         * [windows/mdi.c]
4522         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
4523         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
4524         (boolean) was discarded with this translation.  Translated handler
4525         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
4526         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
4527         false, call DrawMenuBar() if desired).
4528
4529         * [*/*]
4530         General explicit casts and more rigid typing to remove warnings.
4531
4532         * [include/winpos.h] [windows/winpos.c]
4533         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
4534
4535         * [include/commdlg.h] [misc/commdlg.c]
4536         Added prototypes for ChooseColor(), CommDlgExtendedError(),
4537         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
4538         PrintDlg, and ReplaceText().
4539         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
4540         Made GetFileTitle return a short, as per the API definition.
4541
4542         * [Makefile.in]
4543         Added line to clean and distclean that removes temporaries from
4544         the include directory.
4545
4546 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
4547
4548         * [controls/edit.c]
4549         Almost rewrote EDIT_GetLineMsg.
4550
4551 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
4552
4553         * [windows/mdi.c]
4554         Fixed MDITile() bug that occurs when 0 windows are present or all
4555         windows are minimized.
4556
4557 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4558
4559         * [misc/profile.c]
4560         Try harder to find files, especially in the working directory.
4561         Look in $HOME/.wine too and create it there if it isn't found.
4562
4563 ----------------------------------------------------------------------
4564 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4565
4566         * [misc/lstr.c]
4567         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
4568         they do the same job.
4569
4570         * [tools/build.c]
4571         Fixed __attribute__((stdcall)) to make it compile with gcc
4572         versions under 2.7. Doesn't mean it will run OK though...
4573
4574 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
4575
4576         * [include/kernel32.h] [include/winerror.h]
4577         Added file attribute definitions and more error codes.
4578
4579         * [win32/error.c]
4580         Added some rudimentary errno-to-Win32 error conversion
4581         code.
4582
4583         * [win32/file.c]
4584         Added to GetFileInformationByHandle, filled in some known
4585         error codes, and switched to dprintf_win32.
4586
4587         * [win32/time.c]
4588         Added GetLocalTime.
4589
4590 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4591
4592         * [controls/combo.c]
4593         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
4594         LRESULT _(HWND,WPARAM,LPARAM) where needed.
4595
4596         * [include/libres.h]
4597         Restructured libres prototypes to closer match the windows API.
4598
4599         * [include/windows.h]
4600         Changed several API prototypes' parameter types from 'short' to INT,
4601         which is #defined as short in the emulator, but is a normal int in
4602         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
4603         (This creates a lot of warnings at library-compile time, but less
4604         warnings at app-compile time.  I'll remove the warnings soon.)
4605
4606         * [loader/resource.c]
4607         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
4608         various implementations of the LIBRES_* API functions.
4609
4610         * [loader/signal.c]
4611         Deleted local 'i' from win_fault(), since it was unused.
4612
4613         * [objects/bitblt.c]
4614         Mirrored changes to include/windows.h mentioned above.
4615
4616         * [toolkit/hello3.c]
4617         Changed LoadMenuIndirect() call to LoadMenu() to test the new
4618         resource registration technique.
4619
4620         * [toolkit/libres.c]
4621         Removed definition of 'struct resource' and fixed bugs in the resource
4622         implementation.  Implemented LIBRES_FindResource.
4623
4624         * [windows/graphics.c]
4625         Mirrored changes to include/windows.h mentioned above.
4626
4627 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
4628
4629         * [controls/edit.c]
4630         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
4631
4632         * [controls/listbox.c]
4633         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
4634
4635         * [include/listbox.h]
4636         change HeapSel from WORD to HANDLE
4637
4638         * [include/resource.h][rc/winerc.c]
4639         struct ResourceTable: removed
4640         struct resource: moved to header file
4641         autoregister resources if supported by compiler
4642
4643         * [memory/local.h]
4644         LOCAL_GetHeap: expect HANDLE rather than WORD
4645         
4646         * [toolkit/Makefile.in]
4647         Add ALLCFLAGS to make hello3
4648
4649         * [toolkit/heap.c]
4650         LocalFree, HEAP_Free: handle 0 parameter gracefully
4651
4652 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
4653
4654         * [misc/winsocket.c]
4655         Fixed the msgsnd and msgrcv errors that winsock programs get.
4656
4657 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4658         
4659         * [if1632/kernel.spec]
4660         Fixed _hread and _hwrite return type
4661
4662         * [if1632/relay32.c] [loader/pe_image.c]
4663         Hacked loading of PE-dll's in
4664
4665         * [win32/advapi.c]
4666         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
4667
4668         * [win32/file.c]
4669         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
4670
4671         * [win32/process.c]
4672         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
4673         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
4674         
4675 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4676
4677         * [include/wine.h] [misc/lstr.c]
4678         Define wine_strncpy(). This function does not pad the buffer with 
4679         zeroes like GNU strncpy(), which might break some Windows programs
4680         that pass bogus size arguments.
4681
4682         * [loader/module.c]: GetModuleFileName(),
4683         [misc/commdlg.c]: GetFileTitle(),
4684         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
4685         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
4686         [multimedia/mmsystem.c], [objects/font.c]:
4687         Use wine_strncpy() where strings are returned to Windows programs.
4688         
4689         * [objects/metafile.c]
4690         PlayMetafile(): Clear the handle table before using it.
4691
4692         * [misc/shell.c] [misc/main.c]
4693         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
4694         
4695         * [misc/profile.c]
4696         load(): Need to handle comments.
4697         
4698         * [toolkit/libres.c]
4699         Make it compile.
4700         
4701         * [windows/nonclient.c]
4702         Use MAKE_SEGPTR macro in two places where a user heap block used
4703         to be allocated instead.
4704
4705 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
4706
4707         * [windows/winpos.c]
4708         In function SetWindowPos: do not redraw the parent of
4709         a window if the specified window is placed on the top.
4710         This avoids that ShowWindow(hwnd,1) hides hwnd instead
4711         of showing it.
4712
4713 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4714
4715         * [windows/scroll.c]
4716         Now it can scroll children along with the client region of parent 
4717         window. Tried to optimize update region calculation. 
4718
4719         * [windows/mdi.c]
4720         ScrollChildren function, more other features added. Basically
4721         a rewrite.
4722
4723         * [windows/winpos.c] [windows/focus.c]
4724         Reimplemented window activation and focus handling.
4725
4726         * [windows/nonclient.c]
4727         Added new flag WIN_NCACTIVATED.
4728
4729         * [windows/message.c] [loader/task.c]
4730         Small changes (to maintain linked list of message queues).
4731
4732 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
4733
4734         * [include/options.h] [misc/main.c] [windows/defwnd.c]
4735           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
4736         Implemented a -managed option to replace the standard Windows
4737         frame of top-level windows with the window manager's decorations.
4738         If a top-level window makes its own frame, this will still show
4739         up, inside the window manager decorations (I believe ctl3dv2.dll
4740         would do this, although I can't test this).
4741
4742 ----------------------------------------------------------------------
4743 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4744
4745         * [configure.in] [Makefile] [misc/dos_fs.c]
4746         Got rid of autoconf.h file.
4747
4748         * [debugger/dbg.y]
4749         More logical behavior upon syntax errors.
4750
4751         * [include/hook.h] [windows/hook.c]
4752         Changed hook structure and rewrote most of the hook functions for
4753         better compatibility, based on investigations by Alex Korobka.
4754
4755         * [include/message.h] [windows/message.c]
4756         Added hooks to message queue structure and made the structure
4757         layout Windows-compatible.
4758         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
4759         WH_JOURNALRECORD hooks.
4760
4761         * [misc/main.c]
4762         Added command-line option for changing the language at run-time
4763         (not implemented yet), based on a suggestion from Michael Patra.
4764
4765         * [objects/cursoricon.c]
4766         Fixed silly SEGPTR bug in DumpIcon().
4767
4768 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4769
4770         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
4771         Partial implementaion of LBS_EXTENDEDSEL style,
4772         yet more updates for drag & drop support. Now works.
4773
4774         * [windows/defwnd.c]
4775         More message handlers.
4776
4777         * [windows/win.c]
4778         DragObject, DragDetect, AnyPopup functions. 
4779
4780         * [controls/listbox.c]
4781         More kludgy fixes (WM_...TOITEM, etc.).
4782
4783         * [objects/cursoricon.c] [objects/oembitmap.c]
4784         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
4785         cursor.
4786
4787         * [include/bitmaps/ocr*]
4788         New OEM cursors.
4789
4790 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4791
4792         * [toolkit/heap.c]
4793         Swapped flags and size arguments to LocalRealloc as per changes in
4794         memory/local.c by William Magro in previous release.
4795
4796         * [include/wintypes.h]
4797         Reinstated the #define's for 'min' and 'max', since they're part of
4798         the Windows API.  I really don't think it's a wise idea, so I put
4799         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
4800         WINE code should never use these (it should use 'MIN' and 'MAX'
4801         instead).
4802
4803         * [loader/*]
4804         Put '#ifndef WINELIB' around many things that WINElib should not need.
4805
4806         * [controls/edit.c]
4807         Took out many '#if defined(WINELIB)' sections with the associated
4808         comment 'temporary fix, until Local memory is correctly implemented in
4809         WINELIB', since the effective translations are now in 
4810         toolkit/miscstubs.c.
4811         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
4812         file fixed (or at least postponed) the bug I had encountered.
4813
4814         * [loader/task.c]
4815         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
4816         C:  This will probably cause a lot of trouble if this change is
4817         forgotten in the future, but it will let things like the OpenFileName
4818         dialog work for now.
4819
4820         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
4821           [include/libres.h]
4822         Made new libres.c file, which will contain functions for supporting
4823         accessing resources by name in WINElib.  'winerc' will need to be
4824         changed.
4825
4826         * [toolkit/heap.c]
4827         Refined memory routines to allow for differences between LocalAlloc
4828         and GlobalAlloc and between LocalSize and GlobalSize.
4829
4830         * [windows/message.c] [include/windows.h]
4831         Defined the GetCurrentTime routine in windows/message.c, and removed
4832         the #define in windows.h.
4833
4834 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4835
4836         * [*/*]
4837         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
4838
4839         * [loader/module.c]
4840         Added undocumented GetExpWinVer.
4841
4842         * [tools/build.c]
4843         Previous code didn't pop possibly changed %esi, %edi and %edx
4844         from the stack.
4845         
4846         * [win32/advapi.c]
4847         Added GetUserNameA.
4848
4849         * [win32/code_page.c]
4850         Added stub for MultiByteToWideChar.
4851
4852         * [win32/console.c]
4853         Added SetConsoleCtrlHandler stub.
4854
4855         * [win32/file.c]
4856         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
4857         Added CloseHandle.
4858
4859         * [win32/memory.c]
4860         Changed VirtualAlloc and VirtualFree.
4861
4862         * [win32/process.c]
4863         Added ExitProcess.
4864
4865 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4866
4867         * [include/windows.h]
4868         Fixed a few broken structure definitions.
4869
4870         * [loader/resource.c]
4871         FindResource(): Need to check for '#xxx' strings here.
4872
4873         * [miscemu/int21.c]
4874         FindNext(): Return MS-DOS filenames uppercase.
4875
4876         * [objects/cursoricon.c]
4877         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
4878         initializers.
4879         
4880         * [misc/file.c]
4881         _lopen(): Files opened in OF_WRITE mode are truncated.
4882         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
4883         created; use read/write mode.
4884         
4885         * [misc/profile.c]
4886         load(): Rewritten.
4887         
4888         * [misc/commdlg.c]
4889         Fixed bad call to strncpy() that smashed the stack.
4890
4891         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
4892         Operator precedence fixes. People who use gcc 2.7.1 don't need a
4893         debugger :-)
4894         
4895         * [if1632/gdi.spec] [objects/palette.c]
4896         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
4897         but sometimes that's good enough.
4898
4899 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
4900
4901         * [include/wine.h] [include/registers.h] [include/winsock.h]
4902         Added definitions for Unixware.
4903
4904         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
4905         Misc. fixes for Unixware.
4906
4907         * [loader/task.c]
4908         Made assignemts to context in InitTask for registers use the macros
4909         from registers.h to make them more portable. (Needed for Unixware)
4910
4911         * [tools/build.c]
4912         Fixed register acces routines to work on Unixware. Bit grubby but
4913         it seems to work.
4914
4915         * [controls/edit.c]
4916         EDIT_WM_NCCreate allocates local heap if hasn't been previously
4917         allocated.
4918         
4919         * [miscemu/int21.c]
4920         mkdir now creates directory with permission to access it.
4921
4922         * [misc/dos_fs.c]
4923         mkdir now creates directory with permission to access it.
4924         DOS_opendir now uses linked list of dirents to avoid problems with 
4925         realloc changing address of malloced memory.
4926
4927 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
4928
4929         * [controls/menu.c]
4930         MENU_CalcItemSize(): Fixed handling of empty menu items.
4931
4932 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4933
4934         * [misc/file.c]
4935         In OpenFile, unlink should be done on the unix filename.
4936
4937 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
4938
4939         * [include/handle32.h]
4940         New header file containing internal Win32 kernel handle
4941         information.
4942
4943         * [win32/file.c]
4944         Added ReadFile, CreateFile, and CloseFileHandle, and did
4945         some reorganizing to match the new handle allocation scheme.
4946
4947         * [win32/init.c]
4948         Added CloseHandle and the creation of standard I/O handles.
4949
4950         * [win32/object_mgt.c]
4951         New module for allocating and freeing Win32 kernel handles.
4952
4953 ----------------------------------------------------------------------
4954 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4955
4956         * [configure.in]
4957         Attempt to check for -li386 on NetBSD. Please test this.
4958
4959 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4960
4961         * [*/*]
4962         Eliminated various warnings with either explicit casts or more
4963         accurate variable/parameter declarations (e.g. INT instead of short
4964         or WORD).
4965         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
4966         macros.
4967
4968         * [controls/edit.c] [windows/defdlg.c]
4969         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
4970         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
4971         DEFDLG_FindDefButton to avoid warnings.
4972
4973         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
4974           [windows/message.c] [windows/nonclient.c]
4975         Converted MAKEPOINT macro call to manual conversion.
4976
4977         * [include/windows.h]
4978         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
4979         instead of INT.  This also invalidates the macro MAKEPOINT(), which
4980         is not supported in Win32.  Also defined the POINTS structure (SHORT
4981         members) and the MAKEPOINTS macro.
4982
4983         * [misc/commdlg.c]
4984         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
4985         find this memory bug, and this should be done anyway.
4986
4987         * [controls/edit.c]
4988         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
4989         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
4990         it's better than bizzare memory troubles.
4991
4992         * [toolkit/miscstubs.c]
4993         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
4994         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
4995         their current implementation seems fine.
4996
4997 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
4998
4999         * [objects/cursoricon.c]
5000         Fix for "broken" X servers that invert masked cursor colors.
5001
5002 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5003
5004         * [windows/dialog.c] [windows/nonclient.c]
5005         Remove unnecessary items from the system menu.
5006
5007 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
5008
5009         * [objects/color.c] [objects/palette.c]
5010         Make GetNearestColor return a RGB value instead of a pixel value.
5011
5012 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
5013
5014         * [controls/desktop.c][controls/menu.c][include/menu.h]
5015         Changed WORD parameters to UINT parameters.
5016
5017         * [include/wintypes.h]
5018         Made UINT 32bit for WINELIB.
5019
5020         * [loader/main.c]
5021         Disabled RELAY32_Init and MODULE_Init for WINELIB.
5022
5023         * [misc/main.c]
5024         Assume CPU386 for WINELIB.
5025
5026         * [rc/winerc]
5027         add_popup: set MF_POPUP flag on menu item.
5028
5029         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
5030         Add resource demo hello3 for WINELIB.
5031         New file README.resources.
5032
5033         * [toolkit/miscstubs.c]
5034         Add a case for 17.
5035
5036 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
5037
5038         * [loader/module.c]
5039         Do not append .exe if the file name already has an extension.
5040
5041         * [misc/profile.c]
5042         Avoid creating a file with a junk name if a .ini file does not
5043         exist.
5044
5045         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
5046         Added a lot of dummy stubs for Windows Hebrew version.
5047
5048 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
5049
5050         * [controls/button.c]
5051         Fix for buttons with no label.
5052
5053         * [controls/combo.c][controls/listbox.c]
5054         Fixes for scrollbar positioning.  Now disappears correctly
5055         for short lists.
5056
5057         * [controls/edit.c]
5058         Handle memory allocation differently when building as library.
5059
5060         * [controls/static]
5061         Don't destroy old icon before drawing new icon. (Fixes landscape/
5062         portrait toggle icon in print dialog.)
5063
5064         * [if1632/gdi.spec]
5065         New functions SetMetaFileBits and GetMetaFileBits
5066
5067         * [include/sysmetrics.h] [windows/sysmetrics.c]
5068         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
5069
5070         * [include/windows.h]
5071         META_EXTTEXTOUT, not META_SETTEXTOUT
5072         define GetCurrentTime as GetTickCount (for wine library)
5073
5074         * [loader/main.c]
5075         Don't initialize built-in modules in wine library
5076
5077         * [memory/local.c]
5078         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
5079
5080         * [misc/main.c]
5081         Always report CPUTYPE=4 to wine library.
5082
5083         * [objects/dib.c]
5084         RLE8 images were missing top line when decompressed.
5085
5086         * [objects/metafile.c]
5087         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
5088         from winhelp.  More testing needed.  Various memory leaks plugged.
5089         Various other bug fixes.  New metafile operations added in
5090         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
5091         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
5092
5093         * [toolkit/heap.c]
5094         LocalUnLock changed to LocalUnlock
5095
5096 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
5097         
5098         * [misc/winsock.c] 
5099         Return the correct error number, for host lookup operations.
5100         Also, correct the problem with send_message.
5101
5102 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
5103
5104         * [Makefile.in]
5105         Using nm's built-in sorting.
5106
5107         * [*/*.c]
5108         Use xmalloc for malloc and xrealloc for realloc in all ungarded
5109         cases.
5110
5111         * [debugger/dbg.y]
5112         Handle C-like expressions.  Clean-up.
5113
5114         * [debugger/debug.l]
5115         Lots of new tokens for expressions.
5116
5117         * [debugger/info.c]
5118         Implement "list" command for disassembling.
5119
5120         * [misc/ole2nls.c]
5121         Implement more Danish stuff.
5122
5123 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5124
5125         * [loader/module.c]
5126         Updated self-loading modules to support for new 32 bit 
5127         stack frames.
5128
5129 ----------------------------------------------------------------------
5130 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
5131
5132         * [controls/menu.c]
5133         Fixed GetMenuString() for non-string items.
5134
5135         * [debugger/*.c]
5136         First attempt to check validity of pointers before memory
5137         accesses. For now only segmented pointers are checked.
5138
5139         * [debugger/dbg.y] [memory/ldt.c]
5140         Added possibility to dump only one segment with 'info segment'.
5141
5142         * [include/bitmaps/ocr_*]
5143         Added all OEM cursors as XPM bitmaps.
5144
5145         * [include/cursoricon.h] [objects/cursoricon.c]
5146         Rewrote all cursor and icon management to use the same memory
5147         layout as Windows, and to factor common code between icons and
5148         cursors. Implemented icon directory lookup to find the best
5149         matching icon (i.e. the color one).
5150         Implemented CopyCursor() and DumpIcon().
5151
5152         * [loader/module.c]
5153         For disabled built-in modules, we now try to load the Windows DLL
5154         first, and if this fails we fall back to using the built-in module
5155         anyway.
5156
5157         * [memory/global.c]
5158         Fixed GlobalHandle() to return the correct selector in the high
5159         word even if we are passed a handle in the first place.
5160
5161         * [miscemu/instr.c]
5162         Take into account the size of the operand and of the stack segment
5163         when incrementing the stack pointer.
5164         Avoid referencing FS_reg and GS_reg on *BSD.
5165
5166         * [objects/dib.c]
5167         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
5168         Monochrome DIBs are created as monochrome bitmap iff they are
5169         black and white.
5170
5171         * [objects/oembitmap.c]
5172         Added support for OEM cursors, changed OBM_LoadIcon to use the new
5173         icon memory layout.
5174
5175         * [rc/sysres_Fr.rc]
5176         Added French [Fr] language support.
5177
5178         * [win32/environment.c]
5179         Fixed GetCommandLineA() to use current PDB.
5180
5181         * [windows/event.c] [windows/winpos.c]
5182         Simulate a mouse motion event upon SetWindowPos() to force the
5183         cursor to be set correctly.
5184
5185 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
5186
5187         * [win32/*]
5188         New Win32 kernel functions: GetACP, GetCPInfo,
5189         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
5190         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
5191         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
5192         WriteFile.  Completed implementations of GetCommandLineA.
5193
5194         * [include/kernel32.h]
5195         New file.
5196
5197         * [loader/main.c]
5198         Call initialization function for Win32 data (doesn't currently do
5199         anything).
5200
5201         * [misc/main.c]
5202         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
5203
5204 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
5205
5206         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
5207           [misc/commdlg.c]
5208         Misc. bug fixes
5209
5210 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5211
5212         * [*/*]
5213         For Winelib, explicit casts have been placed where warnings were
5214         usually generated.
5215         printf formats which give the format for printing a handle as
5216         "%04x" or something similar have been changed to use the NPFMT
5217         macro defined in include/wintypes.h.  Some times, explicit casts
5218         were also necessary.
5219         Parameter, field, and variable declarations have been made more
5220         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
5221         'WORD hFont' to 'HFONT hFont'.
5222         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
5223         replaced with a call to WIN_GetWindowInstance(hwnd).
5224
5225         * [controls/combo.c]
5226         Added WINELIB32 support in CLBoxGetCombo().
5227
5228         * [include/dialog.h]
5229         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
5230         winelib needs the packing as well (e.g. when accessing resources
5231         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
5232
5233         * [include/windows.h]
5234         Got rid of the F[a-k] macros, which were cluttering up the global
5235         namespace.
5236
5237         * [include/windows.h] [windows/defwnd.c]
5238         Added Win32 messages WM_CTLCOLOR*.
5239
5240         * [include/wintypes.h]
5241         Put in preprocessor '#define WINELIB32' if appropriate and changed
5242         the types of some typedefs (WPARAM, HANDLE) based on this.
5243         
5244         * [loader/module.c] [toolkit/miscstubs.c]
5245         Added #ifdef'd portion in LoadModule to handle loading a WINElib
5246         module (already loaded, just init values).  '#ifdef'ed out the
5247         definition for GetWndProcEntry16 and added a new version to
5248         toolkit/miscstubs.c.
5249
5250         * [misc/shell.c]
5251         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
5252         Same amount of total storage, but much more reasonable.  Also, changed
5253         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
5254         This was a difficult bug to track down, but the AppMisc field was
5255         being initialized with the contributers text, which was much larger
5256         than 512 characters.
5257
5258         * [toolkit/atom.c]
5259         New file for atom-handling functions.  Copied from memory/atom.c and
5260         then heavily modified.  Right now, it's just a linked list of atoms.
5261         Consider it as a hash table with just one entry.  It's easily changed
5262         later.
5263
5264         * [toolkit/heap.c]
5265         Commented out the heap functions with a "#ifdef WINELIB16" and put in
5266         a Win32 version (which is basically a modified copy).
5267
5268         * [toolkit/sup.c] [toolkit/miscstubs.c]
5269         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
5270         added quite a few more stubs.
5271
5272         * [toolkit/winmain.c]
5273         Rearranged startup code in _WinMain.  I think this will work.
5274
5275         * [toolkit/Makefile.in]
5276         Added targets for 'hello' and 'hello2' in case anyone cares to try
5277         out the sample programs.
5278
5279 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
5280         
5281         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
5282         First attempt at support for some VxDs. Comm, Shell and Pagefile.
5283
5284 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5285
5286         * [misc/dos_fs.c]
5287         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
5288         starting applications like 'wine ./excel.exe')
5289
5290 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
5291
5292         * [configure.in]
5293         Avoid relative path for wine.ini.
5294
5295         * [rc/sysres_Da.rc]
5296         Support for Danish [Da] language.
5297
5298         * [misc/main.c] [miscemu/cpu.c]
5299         Return the processor we're running on correctly.
5300
5301         * [miscemu/int2f.c]
5302         Minor stuff in int 0x2f, function 0x16.
5303
5304 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5305
5306         * [misc/shell.c] [misc/main.c]
5307         Implement saving and loading of the registry database (needed for
5308         OLE). Very experimental. Fixed ShellExecute().
5309         
5310         * [miscemu/int21.c]
5311         EEXIST is not a critical error condition for mkdir().
5312
5313 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5314
5315         * [include/shell.h] [misc/shell.c]
5316         Implemented 4 drag/drop functions with documented functionality.
5317
5318         * [multimedia/time.c]
5319         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
5320
5321         * [*/*] 
5322         Added new files, more message definitions, structures, debug info,
5323         etc.  Rewrote message logging functions to produce output similar
5324         to WinSight.  Check out -debugmsg +message option.
5325
5326         * [misc/file.c]
5327         Fixed GetDriveType return value.  
5328
5329         * [windows/message.c] 
5330         Hooks are invoked in normal order.
5331
5332         * [miscemu/*]
5333         Added some functions and interrupts.
5334
5335         * [misc/shell.c]
5336         Implemented Drag... functions.
5337
5338 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
5339
5340         * [rc/sysres_Fi.rc] [rc/sysres.rc]
5341         First attempt at Finnish [Fi] language support.
5342
5343 ----------------------------------------------------------------------------
5344 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5345
5346         * [configure.in] [*/Makefile.in] [Make.rules.in]
5347         Cleaned up makefiles, added configuration option for Winelib,
5348         grouped common make rules in Make.rules.in.
5349
5350         * [Configure]
5351         Renamed to 'Configure.old'; please use 'configure' instead.
5352
5353         * [controls/menu.c]
5354         Fixed DestroyMenu() to avoid deleting the same menu twice.
5355         More fixes to WM_MENUSELECT, and added WM_INITMENU.
5356
5357         * [if1632/relay.c]
5358         Fixed wrong register values displayed by RELAY_DebugCall32().
5359
5360         * [memory/local.c]
5361         Fixed LocalLock() and LocalUnlock() to increment/decrement the
5362         lock count for moveable blocks.
5363
5364         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
5365         Modified the generated C file so that the resource information
5366         (size, etc.) is also exported.
5367         Modified common dialogs to use the new informations.
5368
5369         * [misc/main.c] [ANNOUNCE]
5370         Update the list of contributors. Please let me know if I forgot
5371         someone.
5372
5373         * [rc/sysres.rc] [rc/sysres_En.rc]
5374         Moved English resources to sysres_En.rc.
5375         Changed ids from numeric to symbolic for dialogs.
5376
5377         * [windows/dialog.c]
5378         Modified template parsing to be able to pass segmented pointers to
5379         CreateWindow().
5380
5381         * [windows/win.c]
5382         CreateWindow() now takes segmented pointers for class and window
5383         names.
5384         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
5385         or WS_MINIMIZE bits are set.
5386
5387 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
5388
5389         * [controls/scroll.c]
5390         Fixed scroll-bar bugs for non-client windows.
5391
5392 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
5393
5394         * [include/cursor.h] [windows/cursor.c]
5395         Cursor is not mirrored any more and the hotspot is set right.
5396
5397 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5398
5399         * [ole.h]
5400         Misc small fixes.
5401
5402 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
5403
5404         * [rc/sysres_Es.rc]
5405         First attempt at Spanish [Es] language support.
5406
5407 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
5408
5409         * [include/alias.h][windows/alias.c][include/relay32.h]
5410         New files
5411
5412         * [controls/widgets.c]
5413         WIDGETS_Init: register alias window procedures
5414
5415         * [if1632/callback.c]
5416         CallWndProc: Call alias functions if necessary
5417
5418         * [if1632/gdi32.spec]
5419         GetStockObject, TextOutA: new relays
5420
5421         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
5422         user32.c: new file
5423         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
5424         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
5425
5426         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
5427         PE_Win32CallToStart: new function
5428         MODULE_CreateInstance: removed static attribute
5429         LoadModule: Try loading PE image on error 21
5430         PE_LoadModule: new function
5431         PE_LoadImage: initialize pe_data with 0
5432         
5433         * [include/dlls.h][include/peexe.h]
5434         moved pe_data and w_files to peexe.h
5435         
5436         * [misc/shell.c]
5437         ShellAbout: Register AboutWndProc aliases
5438
5439         * [miscemu/int21.c]
5440         handle 0x440A and 0xDC
5441
5442         * [miscemu/int2f.c]
5443         handle 0x84
5444
5445         * [objects/dib.c]
5446         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
5447
5448         * [tools/build.c]
5449         include windows.h and relay32.h into generated Win32 relays,
5450         don't declare the implementation as int (*)();
5451         limit in WIN32_builtin was off by one
5452
5453         * [windows/caret.c]
5454         CARET_Initialize: new function, call on strategic places
5455
5456         * [windows/messagebox.c]
5457         MessageBox: register message box proc aliases
5458
5459         * [if1632/advapi32.spec][if1632/comdlg32.spec]
5460         New files
5461
5462         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
5463         added new spec files
5464         RELAY32_GetBuiltinDLL: perform lookup case insensitive
5465         RELAY32_GetEntryPoint: start name search at 0
5466
5467         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
5468         Added stubs for new Win95 API
5469
5470 Sat Sep 2 1995  Martin Roy
5471
5472         * [misc/commdlg.c]
5473         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
5474         When process IDOK button in FILEDLG_WMCommand(),
5475         lpofn->nFilterIndex should be updated to current selection.
5476
5477 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5478
5479         * [loader/module.c] [loader/ne_image.c]
5480         Added support of self-loading modules.
5481
5482 ---------------------------------------------------------------------
5483 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5484
5485         * [Configure]
5486         Added compile-time option for IPC.
5487
5488         * [configure.in]
5489         Added command-line options for language, IPC and malloc
5490         debugging.
5491
5492         * [controls/menu.c]
5493         WM_MENUSELECT was sometimes sent to the wrong window.
5494
5495         * [debugger/break.c]
5496         For the 'next' command, only step over instruction that require
5497         it. This allows 'next' to do the right thing with jmp and ret
5498         instructions.
5499
5500         * [ipc/*.c] [memory/atom.c] [memory/global.c]
5501         IPC can now be configured out at compile-time.
5502
5503         * [loader/task.c]
5504         Bug fix in TASK_Reschedule() that could cause a task to be deleted
5505         twice.
5506
5507         * [miscemu/dosmem.c] (New file)
5508         Partial emulation of the BIOS data segment.
5509
5510         * [miscemu/instr.c]
5511         Trap attempts to access selector 0x40 and remap the access to
5512         segment __0040H.
5513
5514         * [tools/build.c]
5515         Fixed bug in CallTo32_LargeStack() that caused problems when
5516         compiling Wine with the -fomit-frame-pointer option.
5517
5518         * [windows/message.c]
5519         Fixed bug in hardware event handling that could cause some events
5520         to get ignored.
5521
5522 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
5523
5524         * [ipc/README] [ipc/dde.tex]
5525         LaTeX documentation for the ipc and DDE stuff.
5526
5527 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
5528
5529         * [ipc/Imakefile] [ipc/wine_test_stub.c]
5530         Fixed IPC testing. Now it can be compiled with "make tests"
5531
5532 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
5533
5534         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
5535         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
5536
5537 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5538
5539         * [miscemu/int21.c]
5540         Misc fix to int21,ah=40 (write) to match _lwrite().
5541         AX=0x440A (check if handle is remote) added.
5542
5543         * [multimedia/mmsystem.c]
5544         Moved mciSendString to mcistring.c.
5545
5546         * [multimedia/mcistring.c]
5547         New file, string interface for MCI (not complete, not thoroughly
5548         tested).
5549
5550         * [multimedia/audio.c]
5551         IOCTL prints errors; one paranoid check disabled.
5552
5553         * [misc/file.c]
5554         Misc operator precedence fixes.
5555
5556         * [if1632/gdi.spec] [objects/bitblt.c]
5557         Stub for FastWindowFrame (parameters not correct).
5558
5559 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
5560
5561         * [loader/ne_image.c]
5562         Preliminary support for iterated segments.
5563
5564 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
5565
5566         * [windows/mapping.c]
5567         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
5568         the absolute value of (ydim / xdim) or (xdim / ydim).
5569
5570 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
5571
5572         * [objects/oembitmap.c]
5573         Added some includes for Windows 95.
5574
5575         * [include/sysmetrics.h]
5576         Added some sysmetrics for Windows 95.
5577
5578         * [include/bitmaps/*95]
5579         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
5580         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
5581
5582 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
5583
5584         * [misc/shell.c] [rc/sysres*.rc]
5585         The caption of the ShellAbout dialog box is language specific and
5586         should be defined in the resources.
5587
5588 ----------------------------------------------------------------------
5589 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5590
5591         * [*/Makefile.in]
5592         Removed winelibclean target, as it doesn't work anyway.
5593
5594         * [controls/button.c]
5595         Avoid drawing the focus rectangle outside of the button.
5596
5597         * [controls/widgets.c]
5598         Fixed bug with the size of the reserved bytes for the Edit
5599         control (caused Eudora to crash).
5600
5601         * [debugger/*] [include/debugger.h]
5602         Unified debugger address handling. Segmented and linear addresses
5603         are no grouped in a single type DBG_ADDR.
5604         All commands now accept seg:off addresses.
5605         Module entry points are now loaded upon first entry to the
5606         debugger, so that entry points of the loaded executable also
5607         appear in the symbol table.
5608
5609         * [include/registers.h] [miscemu/*.c]
5610         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
5611         This makes code less readable, but will prevent a lot of name
5612         clashes with other definitions. It also avoids a hidden reference
5613         to the 'context' variable.
5614
5615         * [ipc/dde_atom.c] [misc/atom.c]
5616         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
5617         to allow supporting integer atoms.
5618         Moved atom.c to memory/ directory.
5619
5620         * [loader/task.c]
5621         Fixed environment allocation to compute the size dynamically.
5622         Added 'windir' environment variable.
5623         Fixed GetDOSEnvironment() to return the current task environment.
5624
5625         * [windows/message.c]
5626         Fixed bug in MSG_GetWindowForEvent().
5627
5628 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5629
5630         * [include/ole.h]
5631         Added a lot of structures  from my Borland Manual. Neither complete,
5632         nor 100% right (check please)
5633         
5634         * [misc/shell.c]
5635         Fixed some of the Reg* functions.
5636         Enhanced ShellExecute.
5637         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
5638         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
5639
5640         * [misc/dos_fs.c]
5641         Make umsdos mounted windows dirs work again.
5642
5643         * [miscemu/emulate.c]
5644         Added some comments, preimplementation of subfunction 7.
5645
5646         * [multimedia/mmsystem.c]
5647         Implemented mciSendString. not complete, not clean, not
5648         necessarily working (only checked with a program which uses
5649         'cdaudio' (one working program is cool.exe, a shareware waveditor
5650         with cdaudio play facilities.)
5651
5652         * [multimedia/mcicda.c]
5653         Segptr fixes in DriverProc
5654         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
5655         link to your real cdrom device.
5656
5657 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
5658
5659         * [loader/resource.c]
5660         Don't crash in a LoadString to NULL
5661
5662         * [loader/resource.c]
5663         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
5664         won't work unless the ALT keypress exited the menu.)
5665
5666         * [misc/file.c]
5667         Expand a file to the current offset with an _lwrite of size zero.
5668
5669         * [misc/file.c]
5670         Set a newly created file to read-write instead of write-only.
5671         
5672 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
5673
5674         * [misc/main.c] [include/msdos.h]
5675         Fixed to return DOS version 6.22, and the correct byte order
5676         for Windows programs.
5677
5678 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5679
5680         * [include/options.h] [memory/global.c] [misc/main.c]
5681         Make the new IPC run-time selectible, disabling it by default.
5682         (I think it's only useful for libwine, anyway.)
5683
5684         * [loader/task.c] [memory/selector.c]
5685         In FreeSelector(), walk up the stack and fix the frames.
5686
5687         * [objects/dib.c]
5688         Missing break statement in DIB_SetImageBits_RLE8().
5689         In GetDIBits(), set the compression flag in the bitmap info to zero.
5690
5691         * [windows/dialog.c]
5692         GetNextDlgGroupItem() needs to treat the first child as if it had
5693         an implicit WS_GROUP bit set.
5694
5695 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
5696
5697         * [misc/dos_fs.c]
5698         Quick'n dirty fix for the initialisation of the Z: information
5699         structure.
5700
5701 ----------------------------------------------------------------------
5702 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
5703
5704         * [ipc/*]
5705         New directory. This directory contains the new inter-wine
5706         communications support. It enables DDE protocols between two wine
5707         instances.  Currently it is limited to DDE, but can be enhanced to
5708         support OLE between 2 different wine instances.  This is very
5709         important for libwine.a DDE/OLE support.
5710
5711         * [tools/ipcl]
5712         A script to delete garbage IPC handles (shared memory, semaphores
5713         and message queues).  The current inter-wine communication is not
5714         perfect, and sometimes leaves garbage behind.
5715
5716         * [if1632/relay.c] [include/atom.h] [include/global.h]
5717         [loader/selector.c] [loader/task.c] [loader/module.c]
5718         [loader/signal.c] [memory/global.c] [misc/atom.c]
5719         [windows/class.c] [windows/message.c] [windows/win.c]
5720         [Imakefile]
5721         Hooks for inter-wine DDE support, current Global.*Atom functions
5722         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
5723         DDE communication. (The first call to these functions sets up the
5724         IPC structures - which otherwise cause unneeded overhead.
5725
5726 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5727
5728         * [controls/menu.c]
5729         Don't crash if a NULL string is passed to menu functions.
5730
5731         * [memory/selector.c]
5732         We now use a bit in ldt_flags_copy to indicate free LDT entries.
5733         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
5734         overwrite valid LDT entries when growing a block.
5735
5736         * [miscemu/instr.c]
5737         Emulate int xx instruction by storing the interrupt vector in
5738         CS:IP and returning directly. This allows a program to install an
5739         interrupt vector.
5740
5741         * [windows/win.c]
5742         Added function WIN_GetTopParent to get the top-level parent of a
5743         window.
5744
5745 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
5746
5747         * [loader/resource.c]
5748         Added LoadIconHandler. It doesn't do anything yet, but now you
5749         can use borland help files with winhelp.exe.
5750
5751 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
5752
5753         * [misc/main.c]
5754         Fixed to return 386 Enhanced mode correctly. Also return the same
5755         type of CPU, for both Enhanced and Standard mode, namely a 386.
5756
5757 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
5758
5759         * [Configure] [include/options.h] [include/wineopts.h]
5760           [misc/main.c][misc/spy.c]
5761           Removed support of spy file. Redirected spy messages to stddeb.
5762           Removed -spy option. Added -debugmsg +spy option.
5763
5764         * [debugger/dbg.y][debugger/debug.l]
5765         Enabled segmented addresses (seg:offs) for break and x commands.
5766
5767         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
5768           [include/region.h]
5769         FrameRgn, REGION_FrameRgn: New functions
5770
5771         * [if1632/kernel.spec]
5772         IsWinOldApTask: Return false
5773
5774         * [if1632/mouse.spec]
5775         CplApplet: Removed
5776
5777         * [if1632/user.spec] [windows/win.c]
5778         ShowOwnedPopups: New function
5779
5780         * [if1632/winsock.spec] [misc/winsocket.c]
5781         inet_addr, select: New prototypes in relay code
5782         Fixed memory layout for netdb functions (getXbyY).
5783         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
5784
5785         * [objects/clipping.c]
5786         RectVisible: Fixed call to LPToDP
5787
5788         * [rc/winerc.c]
5789         main: Removed extra argument to getopt for Linux.
5790
5791 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5792
5793         * [controls/listbox.c]
5794         Yet another fix for ListBoxDirectory().
5795         
5796         * [loader/module.c] [if1632/kernel.spec]
5797         Make GetModuleHandle() accept instance handles as parameter.
5798
5799         * [if1632/relay.c] [loader/task.c]
5800         Put a magic cookie at the bottom of the 32 bit stack, and check on
5801         each return from a 32 bit function whether it's still there. Complain
5802         if it's not.
5803
5804         * [if1632/user.spec]
5805         Wrong entry for CloseDriver().
5806
5807         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
5808         [miscemu/int21.c]
5809         Large parts of dos_fs.c simplified. Changed it to use one
5810         current drive/directory per task, which is set to the module path on
5811         task creation.
5812         Prevent CorelPaint from closing stdin.
5813         open() with O_CREAT set must be passed three parameters.
5814         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
5815         it's in DOS_readdir() now.
5816
5817         * [misc/profile.c]
5818         Some badly written software (Lotus Freelance Graphics) passes a bogus
5819         size parameter that caused Wine to write off the end of a segment.
5820         Fixed. (It's probably too paranoid now.)
5821         
5822         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
5823         [multimedia/Imakefile] [if1632/winprocs.spec]
5824         16 bit entry point for MMSysTimeCallback.
5825         Split off time.c and joystick.c from mmsystem.c.
5826         
5827         * [objects/dib.c]
5828         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
5829
5830         * [windows/cursor.c]
5831         DestroyCursor(): do nothing for builtin cursors.
5832         
5833         * [windows/mdi.c]
5834         Half of WM_MDISETMENU implemented.
5835         
5836         * [windows/win.c]
5837         EnumWindows() and EnumTaskWindows() never enumerated any windows.
5838         Fixed.
5839
5840         * [windows/*.c]
5841         Fixed GetParent() to return correct values for owned windows.
5842
5843         * [windows/message.c]
5844         Don't try to activate disabled top-level windows.
5845
5846         * [windows/nonclient.c]
5847         Work around a bug in gcc-2.7.0.
5848         
5849         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
5850         [loader/task.c] [memory/selector.c]
5851         Some Visual Basic programs (and possibly others, too) expect ES to be 
5852         preserved by a call to an API function, so we have to save it.
5853         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
5854         to prevent segfaults if ES contained the selector to be freed.
5855
5856 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
5857
5858         * [*/*]
5859         Added missing prototypes to header files and relevant includes
5860         to reduce compile time warnings.
5861
5862 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
5863
5864         * [configure.in] [include/config.h] [*/Makefile.in]
5865         New configuration scheme based on autoconf.
5866
5867 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
5868
5869         * [miscemu/ioports.c]
5870         Revamp to have only one in- and one out- variant, both really
5871         implemented.
5872
5873         * [miscemu/instr.c]
5874         INSTR_EmulateInstruction: Use new ioport interface.  Implement
5875         string io.  Correct instruction pointer for 32-bit code.
5876
5877         * [include/miscemu.h]
5878         Update port function prototypes.
5879
5880         * [include/registers.h]
5881         Defined FS and GS.
5882
5883 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5884
5885         * [misc/dos_fs.c]
5886         ChopOffSlash(): A path consisting off a single slash is left
5887         intact, and multiple slashes are all removed.
5888
5889 ----------------------------------------------------------------------
5890 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5891
5892         * [controls/scroll.c]
5893         Fixed drawing bug that caused part of a non-client scroll bar
5894         to be painted even when the scroll-bar was hidden.
5895
5896         * [debugger/break.c] [debugger/dbg.y]
5897         Rewrote breakpoint handling to work in 16-bit mode.
5898         Implemented single-stepping ('step' and 'next' instructions).
5899
5900         * [debugger/debug.l]
5901         Format specifier is now a separate token.
5902         Entering an empty line at the debugger prompt causes the previous
5903         command to be repeated, like under gdb.
5904         
5905         * [debugger/debug.l] [debugger/registers.c]
5906         Differentiate 16-bit and 32-bit registers without taking current
5907         mode into account ($eax is always 32-bit, $ax always 16-bit).
5908
5909         * [debugger/stack.c]
5910         Fixed stack information routines to differentiate between 16-bit
5911         and 32-bit stacks.
5912
5913         * [loader/task.c]
5914         Option -debug now sets a breakpoint at the first instruction of
5915         every loaded task.
5916
5917         * [miscemu/instr.c]
5918         Added handling of lock, repe and repne prefixes.
5919
5920         * [objects/dib.c]
5921         Changed StretchDIBits() to do the correct thing, even if it's still
5922         not really optimal.
5923
5924         * [windows/graphics.c]
5925         Fixes in RoundRect(), thanks to Babak Masalehdan.
5926
5927         * [windows/message.c]
5928         Tried to fix mouse event handling with respect to disabled
5929         windows.
5930
5931         * [windows/painting.c]
5932         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
5933         infinite loops.
5934
5935         * [windows/win.c]
5936         Fixed IsWindowVisible() to return FALSE when one of the parent
5937         windows is hidden.
5938
5939 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
5940
5941         * [if1632/compobj.spec][misc/compobj.c]
5942         CoGetMalloc: New function
5943         Added relay entries for COMPOBJ ordinals above 100
5944         CoInitialize: Changed parameter to DWORD
5945
5946         * [if1632/ole2.spec]
5947         Exported implementation of OleBuildVersion
5948
5949         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
5950         ole2disp.c: New file
5951         SysAllocString, SysReallocString, SysAllocStringLen,
5952         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
5953
5954         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
5955         CompareStringA: New function
5956
5957 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5958         * [objects/font.c] [if1632/gdi.spec]
5959         New stubs for CreateScalableFontResource, GetGlyphOutline.
5960
5961 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
5962
5963         * [misc/commdlg.c]
5964         Extensive changes and bug fixes to FileDialog handling,
5965         behaves more like native Windows.
5966
5967 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5968
5969         * [controls/listbox.c] [controls/combo.c]
5970         Some minor optimizations.
5971         
5972         * [memory/local.c]
5973         LOCAL_FindFreeBlock(): Never use the last one.
5974         
5975         * [memory/global.c]
5976         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
5977         
5978         * [misc/file.c]
5979         read() returns an error when length==0. This is not what Windows
5980         programs expect, so pay attention to this in _lread(). Changed this
5981         in _lwrite(), _hread(), _hwrite(), too.
5982
5983         * [loader/resource.c]
5984         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
5985         there.
5986         
5987         * [if1632/shell.spec] [misc/shell.c]
5988         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
5989         Accept some more combinations of parameters in the Reg..() functions.
5990         
5991         * [if1632/toolhelp.spec]
5992         Make InterruptRegister() and InterruptUnregister() return false.
5993
5994         * [windows/hook.c]
5995         CallNextHookEx() used to crash when called with a null hhook. Fixed.
5996
5997 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5998
5999         * [include/neexe.h][loader/ne_image.c]
6000         NE_LoadSegment: Detect iterated segments
6001
6002         * [misc/ole2nls.c]
6003         LOCALE_SLONGDATE: fixed typo
6004
6005         * [miscemu/int5c.c]
6006         Reordered include files to avoid conflicts with Linux libc.5.1
6007
6008         * [rc/winerc.c]
6009         Added -b option to process binary resource files into C arrays
6010
6011         * [include/callback.h]
6012         CallWndProc: Added dummy ds parameter for libwine
6013
6014         * [include/gdi.h][include/user.h]
6015         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
6016
6017         * [include/ldt.h][include/stackframe.h]
6018         defined segment conversion macros for libwine
6019
6020         * [misc/atom.c]
6021         Defined USER_HeapSel for libwine
6022
6023         * [misc/main.c]
6024         Disable -dll option for libwine
6025
6026         * [misc/user.c]
6027         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
6028
6029         * [toolkit/heap.c]
6030         fixed LocalLock prototype
6031
6032         * [toolkit/sup.c]
6033         sync'ed load_mz_header, load_ne_header with structures
6034
6035         * [toolkit/winmain.c]
6036         Disabled resource DLLs for libwine for now
6037
6038 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
6039
6040         * [misc/main.c]
6041         Fixed -enhanced option to report a 386 CPU instead of a 286.
6042
6043 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
6044
6045         * [misc/dos_fs.c]
6046         Remove maximum open dosdirent limit (fixing the winfile.exe
6047         problem) by using telldir()/seekdir().
6048         
6049 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
6050
6051         * [misc/profile.c]
6052         Fixed problem parsing empty lines within sections in .ini files.
6053
6054 ----------------------------------------------------------------------
6055 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6056
6057         * [debugger/*.c]
6058         Modified debugger to use segmented pointers everywhere.
6059
6060         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
6061         Declared all functions that return only 16-bit as 'pascal16'.
6062
6063         * [include/ldt.h] [memory/ldt.c]
6064         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
6065         Maintain a copy of the selector flags, removing the need to make a
6066         system call to retrieve an LDT entry.
6067
6068         * [loader/module.c]
6069         Fixed bug with module file handle cache.
6070
6071         * [loader/ne_resource.c]
6072         Fixed file name bug in NE_AccessResource().
6073
6074         * [loader/resource.c]
6075         Fixed bug in LoadIcon() that caused wrong colors to be used for
6076         the icon mask.
6077
6078         * [loader/signal.c]
6079         Moved instruction emulation to miscemu/instr.c.
6080
6081         * [misc/dos_fs.c] [miscemu/int21.c]
6082         Lots of small fixes, thanks to Morten Welinder.
6083
6084         * [miscemu/dpmi.c]
6085         More complete DPMI emulation.
6086
6087         * [miscemu/instr.c]
6088         Added support for prefixes in instructions to emulate.
6089
6090         * [miscemu/int2f.c]
6091         Use register macros instead of destroying the high part of 32-bit
6092         registers.
6093
6094         * [objects/dc.c]
6095         Fixed bug in GetDCState() that failed to clear the new DC.
6096
6097         * [rc/sysres.rc]
6098         Removed dialogs 11 and 12 that were never used.
6099
6100         * [tools/build.c]
6101         'pascal16' generated functions did not save %dx.
6102         Removed use of %fs to access the stack.
6103         %ds is no longer initialized before calling a 16-bit routine.
6104
6105         * [windows/defwnd.c]
6106         Accept a NULL pointer as window title.
6107
6108         * [windows/mdi.c]
6109         MDICascade: skip iconic windows.
6110         Implemented CalcChildScroll().
6111         
6112         * [windows/utility.c]
6113         Fixed MulDiv() for illegal values.
6114
6115         * [windows/win.c]
6116         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
6117         a zero width or height.
6118
6119 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
6120
6121         * [controls/edit.c]
6122         Fixed "uninitalized" message which -Wall couldnt see to be ok
6123         in EDIT_WriteText.
6124
6125         * [include/debug.h]
6126         Added define for extra checks in API definitions during debugging.
6127
6128         * [loader/ne_image.c]
6129         Added newline in NE_FixupPrologs to avoid long lines.
6130
6131         * [misc/dos_fs.c]
6132         Added extra safety check in DOS_ValidDrive.
6133
6134         * [misc/exec.c]
6135         Fixed definition of ExitWindows.
6136         
6137 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6138
6139         * [controls/edit.c]
6140         Some fixes, mostly for memory management, but also for text selection
6141         and tab postitions. General cleanup. Notepad.exe now works.
6142
6143         * [controls/combo.c]
6144         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
6145         the combo box, not the ComboLBox that belongs to it.
6146
6147         * [controls/listbox.c]
6148         Handle itemID field correctly throughout.
6149
6150         * [memory/local.c]
6151         Implemented flag LMEM_ZEROINIT.
6152         LocalReAlloc() could trash the heap. Fixed.
6153
6154         * [objects/font.c]
6155         FONT_MatchFont(): don't get confused by negative widths.
6156         Fixed a segfault in EnumFonts().
6157
6158         * [objects/text.c]
6159         DrawText(): DT_CALCRECT implies DT_NOCLIP.
6160
6161         * [objects/dcvalues.c]
6162         MAKELONG was used with bad parameters in DC_GET_X_Y.
6163
6164         * [windows/dialog.c]
6165         Don't show the dialog if WS_VISIBLE isn't set in the template.
6166
6167         * [windows/utility.c]
6168         UTILITY_convertArgs(): Never pass an expression containing ++ into a
6169         macro...
6170
6171         * [windows/win.c]
6172         SetParent() should unlink the window before changing the parent.
6173
6174         * [windows/message.c]
6175         Don't call timer functions via CallWindowProc(), since it checks
6176         whether hwnd==0 and does not call the function in that case.
6177
6178         * [miscemu/instr.c]
6179         Ignore interrupt 0x3D, for VBRUN300.DLL.
6180
6181         * [misc/commdlg.c]
6182         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
6183         pointer to the item text.
6184
6185         * [if1632/relay.c]
6186         Disable OLE and DDEML DLLs by default, since they contain nothing but
6187         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
6188         some programs may work better without them.
6189         
6190         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
6191         Begun cleaning things up a little. Replaced printfs with dprintf_
6192         macros, made functions static where possible, and some other minor
6193         changes.
6194
6195 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6196
6197         * [debugger/dbg.y][debugger/dbg.l]
6198         Removed special handling for FILE_IDENTIFER, because it caused
6199         problems with x/<format> statements.
6200
6201         * [debugger/info.c]
6202         Use SC_ESP instead of SC_EIP for stack dump.
6203
6204         * [misc/compobj.c][if1632/compobj.spec]
6205         CoBuildVersion, CoInitialize, CoUninitialize: new functions
6206
6207         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
6208         New files ole2.c, ole2.h
6209         OleBuildVersion, OleInitialize, OleUninitialize: new functions
6210
6211         * [if1632/ole2disp.spec]
6212         Added missing ordinals above 109
6213
6214         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
6215         New file winnls.h
6216         GetLocaleInfoA: new function
6217
6218         * [if1632/shell.spec]
6219         Added FindEnvironmentString as stub
6220
6221         * [misc/olecli.c][if1632/olecli.spec]
6222         OleIsDcMeta: New function
6223
6224         * [objects/font][misc/gdi.spec]
6225         GetKerningPairs: new function
6226
6227         * [misc/shell.c]
6228         ShellExecute: Implemented support for starting programs
6229
6230         * [if1632/user.spec]
6231         Inserted missing relay to GetClipCursor
6232
6233 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6234         
6235         * [controls/edit.c]
6236         Fix a problem with the local heap.
6237
6238         * [include/wintypes.h]
6239         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
6240         
6241         * [include/mdi.h] [windows/mdi.c]
6242         This code still assumed segmented address==linear address. Fixed.
6243
6244         * [include/msdos.h] [misc/dos_fs.c]
6245         The filemask field of the dosdirent structure could be overrun. Fixed.
6246         If you had a file called foobar and a file called foo, trying to 
6247         FindFile(foo) could accidentally find file foobar instead. Fixed.
6248         
6249         * [misc/file.c]
6250         OpenFile(): Always return the full pathname in ofs->szPathName. This 
6251         also fixes GetModuleFilename().
6252         Prevent _lclose() from closing stderr or stdout.
6253
6254         * [misc/profile.c]
6255         Search for .ini files in the path of the current module as well.
6256         (Needed by Lotus Organizer.)
6257
6258         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
6259         [memory/local.c]
6260         Local heaps are now initialized by InitTask() for executables. DLLs
6261         have to call LocalInit() themselves, LocalInit() has to put the
6262         heap at the end of the segment when called with start==0. We no longer
6263         allocate the DGROUP with 64k on startup, but grow the local heap
6264         in LOCAL_GetBlock() when necessary.
6265
6266         * [loader/module.c]
6267         LoadLibrary() should call LoadModule() in all cases, even if the
6268         DLL is already loaded, to ensure that the reference count is correct.
6269
6270         * [loader/ne_image.c]
6271         Some changes to function prolog fixup. Does anyone know exactly how
6272         this is supposed to work? I am only guessing here.
6273         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
6274         the module itself.
6275         
6276         * [loader/task.c]
6277         Initialize instance data at the beginning of the DGROUP in InitTask().
6278
6279         * [memory/local.c]
6280         Some fixes for moveable blocks.
6281
6282         * [memory/selector.c]
6283         All the IsBad*Pointer() functions returned exactly the wrong boolean
6284         value in all cases!
6285         
6286         * [objects/bitblt.c]
6287         Fixed another null pointer dereference in debugging output.
6288         
6289         * [objects/font.c]
6290         Some more recovery possibilities for FONT_MatchFont() if a specified
6291         font does not exist.
6292         
6293         * [windows/win.c]
6294         The dialog code may call CreateWindowEx with an integer in windowName.
6295         This happens for static icon controls that expect a resource ID as
6296         the window name. CreateWindowEx() used to crash. Fixed.
6297         
6298         * [windows/class.c] [windows/win.c]
6299         Window classes are owned by modules, not instances. Changed
6300         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
6301         accordingly.
6302
6303 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
6304
6305         * [miscemu/int21.c]
6306           clock.exe was displaying incorrect year.
6307
6308 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
6309
6310         * [include/cursor.h] [windows/cursor.c]
6311         Implemented CreateCursorIconIndirect().
6312
6313 ----------------------------------------------------------------------
6314 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6315
6316         * [controls/menu.c]
6317         Fixed bug with drawing multi-column menus with vertical separator.
6318
6319         * [debugger/debug.l]
6320         Fixed NULL-pointer reference after readline().
6321
6322         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
6323         Added interrupt vector emulation. Allows to retrieve an interrupt
6324         vector and jump to it without crashing.
6325
6326         * [loader/ldt.c]
6327         Moved ldt.c to memory directory.
6328
6329         * [loader/task.c]
6330         Implemented LockCurrentTask() and GetInstanceData().
6331
6332         * [objects/bitblt.c]
6333         Fixed a bug that caused StretchBlt() to use wrong colors when
6334         stretching a monochrome bitmap to a color display.
6335
6336         * [objects/bitmap.c]
6337         Fixed a segmented pointer bug in CreateBitmapIndirect().
6338
6339         * [tools/build.c]
6340         Added possibility to have arguments for register functions; used
6341         by interrupt vectors to remove the flags from the stack.
6342         Generate a new function CallTo32_LargeStack(), that allows calling
6343         a 32-bit function using the original 32-bit stack, for functions
6344         that need more that 64k of stack.
6345
6346 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6347
6348         * [if1632/shell.spec] [misc/shell.c]
6349         DoEnvironmentSubst: fixed prototype
6350
6351         * [if1632/gdi.spec] [objects/palette.c]
6352         SetSystemPaletteUse: new function
6353
6354         * [if1632/kernel.spec] [loader/resource.c]
6355         DirectResAlloc: new function
6356
6357         * [if1632/user.spec] [windows/keyboard.c]
6358         SetKeyboardState: new function
6359
6360 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6361         
6362         * [tools/build.c]
6363         Prevent interrupts from destroying the args for a 32 bit function
6364         by loading the correct value into %esp directly after %ss.
6365
6366         * [loader/ne_image.c] [loader/module.c]
6367         The new instance must be created earlier in LoadModule(), so that
6368         fixups referencing it will be handled correctly.
6369         Initialize the local heap for a DGROUP in NE_LoadSegment().
6370         
6371         * [objects/dib.c]
6372         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
6373         This used to crash Wine. Fixed.
6374
6375         * [objects/text.c]
6376         Fix possible null pointer dereference in debugging output.
6377         
6378         * [misc/commdlg.c]
6379         Handle user input in the edit control better. Some bugs fixed.
6380         
6381         * [memory/local.c]
6382         Started implementing moveable blocks. This is unfinished (!), but
6383         at least it does not seem to break things.
6384
6385 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6386         
6387         * [loader/module.c]
6388         LoadModule(): DLLs occasionally have a data segment, and they work
6389         much better if it is loaded :-)
6390         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
6391         FindModule(): also strip off the last backslash of the pathnames
6392         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
6393         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
6394         only better.
6395         
6396         * [loader/ne_image.c]
6397         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
6398         not really correct, it seems that all programs and DLLs try to do
6399         this themselves. But they pass weird parameters.)
6400         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
6401         
6402         * [loader/task.c] [misc/user.c]
6403         Finish global initializations in InitTask instead of InitApp, or
6404         all the DLLs will be initialized in InitTask without any available
6405         window classes!
6406
6407 ----------------------------------------------------------------------
6408 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6409
6410         * [debugger/hash.c] [debugger/info.c]
6411         Added support for symbolic segmented addresses. Add symbols for all
6412         built-in API entry points.
6413
6414         * [if1632/relay.c] [include/dlls.h]
6415         Removed dll_table structure, as we now use the built-in module
6416         structures.
6417
6418         * [if1632/relay.c] [loader/main.c]
6419         Removed winestat option, as it was no longer very meaningful.
6420
6421         * [include/stackframe.h]
6422         New macro MAKE_SEGPTR that creates a segmented pointer to a local
6423         variable on the 32-bit stack.
6424
6425         * [loader/module.c]
6426         Added support for multiple instances of an application.
6427         Implemented LoadModule() and FreeModule().
6428
6429         * [loader/ne_image.c] [loader/task.c]
6430         Moved initialisation of built-in DLLs to InitTask().
6431
6432         * [memory/global.c]
6433         Implemented discardable blocks.
6434
6435         * [misc/file.c]
6436         Search path of current executable in OpenFile().
6437         Fixed bug with searching in Windows path.
6438
6439         * [misc/lstr.c]
6440         Hard-coded translation tables for Ansi<->Oem.
6441
6442         * [misc/user.c]
6443         Moved some global initializations to InitApp(), because they need
6444         a task context to be performed.
6445
6446         * [objects/dc.c]
6447         Handle R2_BLACK and R2_WHITE specially so that they work correctly
6448         with palette displays.
6449
6450         * [tools/build.c]
6451         Suppressed generation of the C file for DLL specs, because it's no
6452         longer needed. Output all the assembly code directly to stdout.
6453         Some changes to integrate Win32 support from Martin von Loewis. 
6454
6455         * [windows/msgbox.c]
6456         Moved message box code from misc/ to windows/.
6457
6458 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6459
6460         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
6461           [misc/mmaux.c] [misc/mmsystem.c]
6462         Modify code & use pointers conversion macros.
6463         Make cdaudio & wave devices work again (only using some applets).
6464
6465         * [misc/profile.c]
6466         Change getc() to fgetc() where needed.
6467
6468 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6469
6470         * [if1632/Imakefile]
6471         added entries for the new files gdi32.spec, kernel32.spec,
6472         user32.spec, shell32.spec and winprocs32.spec.
6473
6474         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
6475           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
6476         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
6477         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
6478                 stub implementations provided 
6479         marked storage.dll,storege.sys functions as stubs
6480
6481         * [include/pe_image.h]
6482         Added structures WIN32_builtin and  WIN32_function
6483
6484         * [include/peexe.h]
6485         PE_Import_Directory: renamed reserved fields to 
6486                 TimeDate, Forwarder, Thunk_List
6487
6488         * [include/winerror.h]
6489         New file.
6490
6491         * [loader/main.c]
6492         called RELAY32_Init
6493
6494         * [loader/pe_image.c]
6495         xmmap: map BSS anonymous
6496         dump_imports: renamed to fixup_imports, do the fixup of imported
6497                       symbols
6498         PE_LoadImage: pass raw data size to xmmap
6499
6500         * [loader/resource.c]
6501         DumpIcon: new function
6502
6503         * [misc/kernel32.c]
6504         New file.
6505
6506         * [misc/main.c]
6507         make stdout and stderr unbuffered
6508
6509         * [misc/shell.c]
6510         DoEnvironmentSubst: new function
6511
6512         * [objects/font.c]
6513         FONT_MatchFont: try oblique if there is no italic
6514
6515         * [rc/Imakefile][rc/parser.l]
6516         yywrap: new function
6517         Don't link with libfl.a on Linux
6518
6519         * [tools/build.c]
6520         Added keywords stdcall, subsystem, base
6521         GenerateForWin32: new function
6522         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
6523
6524 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6525         
6526         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
6527         Minor fixes.
6528         
6529         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
6530         Rewrote message box handling.
6531         
6532         * [windows/dialog.c]
6533         Dialogs should be invisible until after WM_INITDIALOG is seent.
6534         Don't switch to invisible dialog items on a TAB keypress.
6535         
6536         * [windows/mdi.c]
6537         Send WM_NCPAINT message in MDIRestoreChild().
6538         
6539         * [windows/painting.c]
6540         Fixed typo (&& -> &).
6541         
6542         * [windows/message.c] [if1632/user.spec]
6543         Implemented PostAppMessage().
6544         
6545         * [windows/event.c]
6546         SetCapture(0) should act like ReleaseCapture().
6547
6548 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
6549
6550         * [Imakefile]
6551         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
6552         Added ASFLAGS to exported variables.
6553
6554         * [debugger/readline/Imakefile]
6555         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
6556
6557         * [memory/local.c] [miscemu/int21.c]
6558         Added some more debugging outputs.
6559
6560 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
6561
6562         * [misc/message.c]
6563         Fixed a "FIXME" concerning norwegian translation.
6564
6565 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6566         
6567         * [*/*]
6568         Removed warnings in a couple of files and deleted some obsolete code.
6569
6570         * [controls/listbox.c]
6571         Cleanup, speed improvements & lots of bug fixes.
6572
6573         * [controls/combo.c]
6574         Mostly rewritten. This is still very buggy, but not quite as bad as 
6575         before.
6576
6577         * [include/commdlg.h] [misc/commdlg.c]
6578         Removed the need for sysres.dll. Small bug fixes.
6579         
6580         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
6581           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
6582         Removed sysres.dll and replaced the remaining bitmaps/icons with
6583         XPM equivalents.
6584
6585         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
6586           [if1632/winprocs.spec]
6587         "About Wine..." now brings up a standard ShellAbout() window with
6588         the Wine icon and the list of contributors.
6589         
6590         * [misc/shell.c]
6591         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
6592
6593         * [windows/event.c]
6594         Small hack for non-alphanumeric keys: Dont't send the ascii value in
6595         the WM_KEYDOWN message, but some unused code instead. Should be done
6596         properly by sending different codes for each key. The edit control
6597         used to get a VK_DELETE message each time the user typed '.'.
6598
6599         * [windows/class.c]
6600         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
6601         This used to be no problem, but breaks Resource Workshop in 950403.
6602         
6603         * [objects/dib.c]
6604         New diagnostic for a bug I've been encountering. If it shows up,
6605         please report it.
6606
6607 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
6608
6609         * [objects/color.c]
6610         Handle situation when 'dc' exists, but palette mapping
6611         does not.  (Fixes kidpix2 demo.)
6612
6613 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
6614
6615         * [loader/ldt.c]
6616         LDT_Print: Only show the number of entries that the kernel
6617         returned. Make this work for NetBSD.
6618
6619 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
6620
6621         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
6622         Modify cs and ds selector values for NetBSD-current.
6623
6624         * [debugger/debug.l]
6625         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6626
6627         * [debugger/regpos.h]
6628         Modify sigcontext format for NetBSD-current.
6629         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6630
6631         * [include/ldt.h]
6632         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
6633         value, since only 16 bits of it may have been saved.
6634
6635         * [misc/winsocket.c]
6636         Set structure packing with `#pragma pack' to accomodate
6637         other/older compilers.
6638
6639 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
6640         
6641         * [misc/commdlg.c]
6642         Fixed path-names so when changing directory the listboxes
6643         changes too.
6644         
6645         * [debugger/dbg.y debugger/debug.l wine.ini]
6646         Added SymbolTableFile to wine.ini so symbols can be read
6647         without standing in the directory containing wine.sym.
6648         Added the possibility to specify full name of wine.sym from
6649         the debugger prompt.
6650
6651 ----------------------------------------------------------------------
6652 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6653
6654         * [controls/static.c]
6655         Fixed painting of SS_*FRAME controls.
6656
6657         * [if1632/callback.c]
6658         Pass the window instance as DS to the 16-bit window procedure.
6659         Rewrote Catch() and Throw() to make them work with multiple tasks.
6660
6661         * [loader/main.c]
6662         New function MAIN_Init() to perform initializations before the
6663         first task is started instead of doing them in InitApp().
6664         Temporary hack to command-line parsing to load one program per
6665         command-line argument, to make testing task-switching easier.
6666
6667         * [loader/*.c]
6668         Reimplemented modules to use a Windows-compatible layout and to
6669         allow multiple tasks and multiple module instances. Not really
6670         finished yet.
6671
6672         * [loader/task.c] [misc/exec.c]
6673         Reimplemented tasks to use a common address space, and implemented
6674         preliminary task-switching capabilities.
6675
6676         * [memory/global.c]
6677         Fixed bug in GlobalNext().
6678
6679         * [misc/main.c]
6680         Updated the list of contributors. Let me know if I forgot someone.
6681
6682         * [miscemu/int21.c]
6683         Use one DTA per task instead of a global one.
6684
6685         * [objects/bitblt.c]
6686         Fixed bug in BitBlt() that could cause BadMatch errors.
6687
6688         * [tools/build.c]
6689         Added new function type 'stub', that makes possible to export an
6690         unimplemented function by name as well as by ordinal. This will
6691         avoid loading errors for unimplemented functions.
6692         Generate an in-memory module layout for built-in DLLs so that the
6693         same code can be used for built-in and loaded modules.
6694         Changed relay code to make it unnecessary to save the value of the
6695         BP register.
6696
6697         * [windows/message.c]
6698         Implemented multiple message queues and preliminary task-switching
6699         capabilities. Inter-task SendMessage() calls are not implemented
6700         yet and will probably cause crashes if used.
6701
6702         * [windows/property.c]
6703         Reimplemented properties and allocate them on the USER heap.
6704
6705         * [windows/win.c]
6706         Fixed bug in SetWindowWord().
6707         Reimplemented EnumWindows() and EnumTaskWindows().
6708
6709 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6710         
6711         * [misc/main.c]
6712         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
6713         
6714         * [loader/resource.c]
6715         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
6716         control.exe.
6717         Fixed icon loading.
6718         
6719         * [objects/font.c] [include/windows.h]
6720         Fixed a bug in InitFontsList() and worked on the EnumFonts()
6721         functions to make them comprehensible.
6722
6723         * [controls/button.c]
6724         Fixed my previous patch to handle LBUTTONUP messages.
6725
6726 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
6727
6728         * [misc/network.c, misc/dos_fs.c]
6729         Implemented WNetGetConnection.  All that is currently
6730         supported are drives, for which the remote name is simply
6731         the redirected UNIX directory name.
6732
6733         * [miscemu/int2?.c]
6734         More drive number validity checking.
6735
6736 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6737         
6738         * [controls/listbox.c]
6739         Oops, my previous change to ListBoxDirectory broke the Borland
6740         file open dialog. Fixed.
6741
6742 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6743
6744         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
6745         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
6746         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
6747
6748 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6749         
6750         * [memory/global.c] [memory/local.c] [include/windows.h]
6751         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
6752         LocalReAlloc(): Same for LMEM_MODIFY.
6753         
6754         * [controls/listbox.c]
6755         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
6756         Check for errors in some more places.
6757
6758         * [if1632/gdi.spec] [if1632/user.spec]
6759         16 bit callback functions should be passed as segptrs.
6760         
6761         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
6762         [loader/library.c]
6763         Prevent a DLL from being initialized twice (Borlands Resource
6764         Workshop used to do this).
6765         Provide an additional flag for each w_file that indicates whether
6766         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
6767         
6768         * [controls/button.c]
6769         Handle LBUTTONUP messages even if the button no longer has the
6770         capture (for WinHelp).
6771         
6772         * [include/wintypes.h]
6773         FARPROC is now a segptr for the emulator and a function
6774         pointer for the library.
6775         
6776         * [misc/commdlg.c] [misc/commdlg.h]
6777         Cleaned the file dialogs up a little. They now work reasonably well,
6778         although there are still some problems (e.g. files are initially
6779         invisible).
6780
6781         * [windows/class.c] [if1632/user.spec] [include/windows.h]
6782         GetClassInfo() must take a segptr, as it checks whether the
6783         highword is zero.
6784         GetClassName() called the wrong atom function. No surprise it didn't
6785         find anything.
6786
6787         * [misc/lstr.c]
6788         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
6789         Removed some warnings.
6790
6791         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
6792         New spec file for the 3.1 DDEML DDL. 
6793
6794         * [controls/menu.c]
6795         Small fix to ChangeMenu - mask out the obsolete flags
6796         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
6797         problems with the MF_BYPOSITION flag.
6798
6799         * [windows/message.c]
6800         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
6801         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
6802         stack for speed reasons.
6803         
6804         * [windows/hook.c] [include/windows.h]
6805         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
6806         they have slightly different semantics.
6807         MS Hearts now works somewhat, if you disable the new builtin DDEML.
6808         The graphics are completely messed up, though.
6809
6810 ----------------------------------------------------------------------
6811 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6812
6813         * [Configure] [if1632/Imakefile]
6814         Removed new build and short names options.
6815
6816         * [if1632/*.c] [tools/build.c]
6817         Implemented compiled call-back functions for better performance;
6818         all the relay code is now done in assembly code generated by the
6819         build program.
6820         Relay code is no longer dependent on being loaded below 64K.
6821
6822         * [loader/resource.c]
6823         Fixed memory leak in LoadString(). A fix will also be needed for
6824         other resources.
6825
6826         * [memory/global.c]
6827         Implemented global heap arenas, so we can store informations about
6828         global blocks, like lock counts or owner handle.
6829         Implemented FarGetOwner() and FarSetOwner().
6830         Implemented global heap TOOLHELP functions.
6831
6832         * [memory/selector.c]
6833         Bug fix: it was not possible to re-use a free selector.
6834
6835 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
6836
6837         *  [controls/listbox.c]
6838         Major work on listbox code
6839          - Many bugs fixed (still many bugs)
6840          - More messages supported
6841          - Code simplified
6842
6843 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
6844
6845         * [controls/edit.c]
6846         Lots of bug fixes related to diappearing text, lost carets,
6847         highlighting, segmentation faults, occurance of random
6848         characters, insertion of characters over selection, misplaced
6849         caret location, display corruption, end of line behavior, etc.
6850
6851         * [controls/widgets.c]
6852         EDIT class doesn't want to use CS_PARENTDC flag.
6853
6854 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6855         
6856         * [loader/selector.c]
6857           FixupFunctionPrologs() should also handle multiple data modules.
6858           (this bug only became visible because MakeProcInstance() was fixed
6859           in 950319)
6860         
6861         * [misc/dosfs.c]
6862           Simplified DOS_SimplifyPath.
6863           Small fix to DOS_opendir to reuse an entry if an open directory
6864           is opened again, to prevent "too many open directories" messages.
6865
6866 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
6867
6868         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
6869         CoDisconnectObject: new stub function
6870
6871         * [include/msdos.h]
6872         fix DOSVERSION
6873
6874         * [loader/ne_image.c]
6875         NE_FixupSegment: Be more generous on additive fixups
6876
6877         * [if1632/user.spec][misc/network.c]
6878         Add more WNet* stubs
6879
6880 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6881
6882         * [controls/listbox.c]
6883           DlgDirList(): send segptr instead of linear pointer 
6884           in message to static control
6885         * [controls/menu.c]
6886           Tried to implement ownerdrawn menuitems. Doesn't work.
6887         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
6888           Provide a stub for GetRasterizerCaps()
6889         * [loader/selector.c]
6890           Pass end address instead of length to LocalInit() in 
6891           CreateSelectors()
6892         * [memory/local.c]
6893           LocalInit(): If there's already a local heap in the segment, do
6894           nothing and return TRUE
6895         * [objects/linedda.c]
6896           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
6897           now.
6898         * [windows/cursor.c]
6899           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
6900           more work still.
6901
6902 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6903
6904         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
6905           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
6906           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
6907           [windows/nonclient.c] [misc/message.c]
6908           Added a new builtin DLL that provides 16 bit entry points for all
6909           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
6910           again.
6911         * [misc/shell.c]
6912           RegOpenKey()/RegCreateKey() bugs fixed.
6913         * [loader/ne_image.c]
6914           Skipping the initialization of a DLL when CS == 0 was broken.
6915
6916 ----------------------------------------------------------------------
6917 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6918
6919         * [*/*]
6920         Implemented a new memory mapping scheme. There's no longer a
6921         one-to-one mapping between 16-bit and 32-bit pointers. Please see
6922         file DEVELOPERS-HINTS for technical details.
6923
6924         * [controls/scroll.c]
6925         Fixed bug when dragging mouse in horizontal scrollbars.
6926
6927         * [tools/build.c] [if1632/*.spec]
6928         Removed support for C callback functions and for re-ordering
6929         of the 32-bit arguments, as these were never used. This should
6930         allow a more efficient callback scheme to be implemented.
6931
6932         * [if1632/olecli.spec]
6933         Reduced the number of entries to make the 16-bit code fit in 64k.
6934         This limitation will soon be removed.
6935
6936         * [loader/ldt.c]
6937         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
6938
6939         * [memory/global.c]
6940         Rewrote Global*() routines to use the new selector allocation
6941         mechanism.
6942
6943         * [memory/local.c]
6944         Rewrote local heap handling to use a Windows-compatible layout
6945         (not really finished yet).
6946         Implemented TOOLHELP heap-walking routines.
6947
6948         * [memory/selector.c]
6949         Implemented LDT manipulation API functions.
6950
6951 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
6952
6953         * [windows/defdlg.c]
6954         Fixed problem where dialogs closed using the System menu 
6955         ('Close' item or double click on close box) would
6956         hang Wine.
6957
6958 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
6959
6960         * [controls/listbox.c]
6961         Removed most of the statements for sending a notification message
6962         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
6963         code; Borland's standard file open dialog will work now.
6964         
6965         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
6966         Added support for new command line option "-allowreadonly". If set
6967         an attempt to open a read only file in write mode will be converted 
6968         to opening it read only (many programs try to open all files in 
6969         read/write mode even if they only intend to read it - this might 
6970         cause a few under problems under an unix-like environment where most 
6971         files are read only for a "normal" user)
6972
6973         * [loader/selector.c]
6974         GetMemoryReference(): Added support for __AHIncr and __AHShift
6975
6976         * [misc/dos_fs.c]
6977         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
6978         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
6979         match(): rewritten
6980         
6981         * [objects/text.c]
6982         TEXT_NextLine(): Removed a bug in the handling of LF's
6983
6984         * [miscemu/int21.c]
6985         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
6986
6987 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6988
6989         * [controls/menu.c]
6990         ChangeMenu: defaults to MF_INSERT
6991         InsertMenu: allow insertion even if position is one after last item
6992
6993         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
6994           [if1632/storage.spec] [include/dlls.h]
6995         Added stubs for STORAGE.DLL and COMPOBJ.DLL
6996
6997         * [if1632/user.spec] [windows/message.c]
6998         InSendMessage: new function
6999
7000         * [include/neexe.h][include/ne_image.c]
7001         NE_FixupSegment: fixed handling of additive records
7002
7003         * [loader/selector.c]
7004         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
7005
7006         * [loader/signal.c]
7007         win_fault: Enter debugger on SIGFPE, too
7008
7009 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7010
7011         * [miscemu/int*.c]
7012         Various minor modifications to the clock tick counter,
7013         FindFirst/FindNext funcs, and DPB handling.
7014
7015 ----------------------------------------------------------------------
7016 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7017
7018         * [loader/resource.c] [objects/oembitmap.c]
7019         Removed sysres bitmap code; you need libXpm to compile now.
7020         Implemented LoadIcon() for OEM icons.
7021
7022         * [include/bitmaps/oic_*]
7023         Added OEM icons in XPM format.
7024
7025         * [objects/dib.c]
7026         Bug fix in DrawIcon().
7027
7028         * [rc/sysresbm.rc]
7029         Removed; all bitmaps are stored in XPM format now.
7030
7031 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
7032
7033         * [controls/edit.c]
7034         Small patch to fix edit-control when it's created with text.
7035
7036 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
7037
7038         * [tools/make_debug]
7039         The created macros won't have side effects anymore when used in
7040         an "if-else" structure. No more warnings from the compiler when
7041         compiled without defining DEBUG_RUNTIME.
7042  
7043 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
7044
7045         * [controls/listbox.c]
7046         ListBoxDeleteString(): Fixed
7047
7048         * [loader/selector.c]
7049         GetMemoryReference(): When special segments are referenced by
7050         pseudo-functions like __0040H, a reference to a "normal" segment
7051         will be returned preventing the program from crashing as soon
7052         as the referenced segment is actually accessed.
7053
7054 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
7055
7056         * [Configure]
7057         Ask for OLE stubs and malloc debugging
7058
7059         * [Imakefile]
7060         link with libmcheck.a if necessary
7061
7062         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
7063         Add OLE stubs, increase number of builtins
7064         dll_name_table_entry_s: new field dll_is_used
7065
7066         * [loader/library.c]
7067         GetModuleHandle,ModuleNext: Check dll_is_used
7068
7069         * [loader/ne_image.c]
7070         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
7071         to mean, anyway?)
7072
7073         * [misc/olecli.c][misc/olesvr.c]
7074         New files. Add to misc/Imakefile
7075
7076         * [misc/dos_fs.c]
7077         DOS_GetUnixFileName: make a copy of the input parameter to 
7078         prevent overwriting
7079
7080         * [misc/main.c]
7081         MAIN_ParseDLLOptions: new function
7082         MAIN_ParseOptions: treat -dll command line flag
7083         main: add support for malloc debugging
7084
7085 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
7086
7087         * [loader/signal.c]
7088         Small patch for people using FreeBSD-2.1.0.
7089
7090 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
7091
7092         * [toolkit/sup.c]
7093         Added return values to the Call* routines
7094
7095         * [toolkit/winmain.c]
7096         Load the resource file properly for WineLib applications.
7097
7098 ----------------------------------------------------------------------
7099 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7100
7101         * [if1632/call.S]
7102         Only save the lower 16-bits of SP and BP.
7103
7104         * [if1632/callback.c]
7105         When calling to 16-bit code, restore DS from its previous value on
7106         entry to the 32-bit code, instead of from the code segment owner.
7107
7108         * [if1632/relay.c] [include/stackframe.h]
7109         Use a structure to represent the 16-bit stack frame layout
7110         instead of hard-coded offsets.
7111         
7112         * [rc/Imakefile]
7113         Use y.tab.c for bison output file for compatibility with yacc.
7114
7115         * [tools/build.c]
7116         Small optimization for calls to 32-bit code.
7117
7118 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7119
7120         * [tools/build.c]
7121         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
7122
7123 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
7124
7125         * [debugger/dbg.y]
7126         Remove unnecessary sym-table loading when stopped in 16-bit mode.
7127
7128         * [include/segmem.h] [loader/selector.c]
7129         Added dynamic alloction of selectors.
7130         Fixed some problems with large programs SIGSEGV-ing while
7131         running out of selectors.
7132
7133         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
7134           [memory/global.c] [memory/heap.c] [memory/linear.c]
7135         Use __AHSHIFT and __AHINCR instead of 3 and 8.
7136
7137 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
7138
7139         * [misc/dos_fs.c]
7140         Better relative path handling when converting filenames between
7141         dos and unix, allowing '.' to be used in the Windows path.
7142         Startup working dir is now based on current working dir.
7143
7144 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7145
7146         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
7147         Squeezed data structure that references internal dll's (mostly
7148         "struct dll_table_entry_s"). Caused 20% reduction in executable
7149         code size.
7150
7151 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
7152
7153         * [Imakefile]
7154         make wine.sym only when making emulator
7155
7156         * [misc/file.c]
7157         OpenFile(): report as not implemented for WINELIB
7158
7159         * [misc/winsock.c]
7160         Fix CONVERT_HOSTENT and friends for use with WINELIB
7161
7162         * [rc/Imakefile][rc/rc.y][rc/parser.c]
7163         Rename rc.y to parser.y
7164         Use flex and bison on Sun
7165
7166         * [toolkit/sup.c]
7167         CallWindowProc: fix parameter type
7168
7169         * [windows/event.c]
7170         Commented #ifdef sparc
7171
7172 ----------------------------------------------------------------------
7173 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7174
7175         * [windows/nonclient.c] [windows/winpos.c]
7176         Implemented maximized windows.
7177         Implemented icon positioning and ArrangeIconicWindows().
7178         Bug fixes in SetWindowPos().
7179
7180         * [windows/painting.c]
7181         Implemented GetControlBrush().
7182         Window frame is no longer contained in the update region.
7183
7184         * [windows/win.c]
7185         Destroy owned windows upon DestroyWindow().
7186
7187 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
7188
7189         * [controls/edit.c]
7190         Changed line terminator to \r\n to be compatible with
7191         Windows.  Fixed bug in text selection.
7192
7193 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7194
7195        * [misc/shell.c]
7196        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
7197        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
7198        These functions now work somewhat more the way Windows programs expect
7199        them to work.
7200
7201 ----------------------------------------------------------------------
7202 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7203
7204         * [loader/resource.c] [objects/dib.c]
7205         Fixed icon loading and drawing, now that BitBlt() works correctly.
7206         
7207         * [objects/clipping.c] [objects/region.c]
7208         Implemented elliptic regions with a set of rectangle. This greatly
7209         simplifies the region code and should boost clipping performance.
7210
7211         * [objects/color.c]
7212         Fixed bug that caused seg-fault on 24bpp displays.
7213
7214         * [objects/bitblt.c]
7215         Fixed bug when shrinking a bitmap to more than half its size.
7216
7217         * [windows/graphics.c]
7218         Fixed bugs in PaintRgn() and Polyline().
7219
7220         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
7221         Fixed some problems with window background painting.
7222
7223 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
7224
7225        * [tools/build.c]
7226        * [tools/newbuild.c]
7227        * [Imakefile]
7228        * [include/wine.h]
7229        * [loader/call.S]
7230        * [loader/selector.c]
7231        * [include/segmem.h]
7232        * [misc/main.c]
7233        Changed selector code and 16/32 bit xfer code so that wine
7234        no longer has to be loaded low in memory.  Changed wine
7235        to work with ELF binary formats under Linux.
7236        
7237 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
7238
7239         * [debugger/db_disasm.c]
7240         New instruction disassembler - borrowed from Mach kernel.  Has a
7241         BSD style of license as opposed to the gdb code we were previously
7242         using which was under the GPL.
7243
7244 ----------------------------------------------------------------------
7245 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7246
7247         * [Imakefile]
7248         Compiling with -Wall flag.
7249
7250         * [*/*]
7251         Fixes to minimize the number of compilation warnings.
7252
7253         * [objects/bitblt.c]
7254         Fixed BitBlt() and used the same code to rewrite PatBlt() and
7255         StretchBlt(). The three *Blt() functions should now be correct in
7256         every case (famous last words).
7257
7258         * [objects/brush.c] [objects/dither.c]
7259         Merged the two files into brush.c
7260
7261         * [objects/dc.c]
7262         Fixed bug when the Windows programs forget to re-select the
7263         original bitmap in a memory DC.
7264
7265         * [objects/font.c]
7266         Tty to use 'fixed' font when the system font can't be found.
7267
7268         * [windows/dialog.c]
7269         Tentative fix to make dialogs look better when using fixed-width
7270         fonts.
7271
7272         * [windows/graphics.c]
7273         Partially implemented the PS_INSIDEFRAME pen style.
7274
7275         * [windows/nonclient.c]
7276         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
7277         without the WS_DLGFRAME style.
7278
7279 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7280
7281         * [memory/global.c]
7282         GlobalCompact should now return the correct value when the
7283         largest run of free blocks includes the last block.
7284
7285         * [windows/mdi.c]
7286         Tiling and cascading windows without any MDI children should
7287         no longer crash (assuming no-op is the correct thing to do).
7288
7289 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
7290
7291         * [objects/font.c]
7292         GetTextExtentPoint: fixed debug output, str is counted string, not
7293         zero terminated.
7294
7295         * [if1632/relay.c]
7296         DLLRelay: when debugging_stack got segv, added upper bound for
7297         stack dump.
7298
7299 ----------------------------------------------------------------------
7300 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7301
7302         * [*/Imakefile]
7303         All objects files are now kept in their respective directory.
7304
7305         * [README]
7306         Rewrote most of it.
7307
7308         * [objects/bitblt.c]
7309         Rewrote BitBlt() to look right in every case, while minimizing
7310         the impact on performance. Not really finished yet.
7311
7312         * [objects/bitmap.c] [objects/dc.c]
7313         Fixed bug with pattern brushes.
7314
7315         * [objects/clipping.c] [windows/painting.c]
7316         Fixes for logical coordinates.
7317
7318         * [objects/color.c] [windows/graphics.c]
7319         Fixed GetPixel() to return the correct color, and made it faster.
7320
7321         * [objects/region.c]
7322         Fixed bug in CombineRgn() when one of the region is empty.
7323
7324 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
7325
7326         * [Configure]
7327         Don't assume that expr handles '==', use '=' instead.
7328         Give a (hopefully informative) message if imake fails.
7329
7330 ----------------------------------------------------------------------
7331 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7332
7333         * [controls/listbox.c]
7334         Fixed problems due to new scroll-bar code.
7335
7336         * [loader/signal.c] [miscemu/ioports.c]
7337         Handle I/O opcodes that use an absolute address.
7338
7339         * [objects/text.c]
7340         Implemented TabbedTextOut().
7341
7342 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
7343
7344         * [objects/metafile.c]
7345         Implemented GetMetafile().
7346         Fixed bug in PlayMetaFile() when reading disc based metafile records.
7347         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
7348         PlayMetaFileRecord().
7349         
7350 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7351
7352         * [Imakefile]
7353         wine.sym: Remove gcc2_compiled and friends
7354
7355         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
7356           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
7357         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
7358
7359         * [if1632/call.S]
7360         CallToLibMain: New function
7361
7362         * [if1632/relay.c][include/options.h][misc/main.c]
7363           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
7364         removed Options.relay_debug
7365
7366         * [include/heap.h]
7367         HEAP_OWNER: Use ds instead of cs:ip
7368
7369         * [loader/ne_image.c]
7370         LoadNEImage: Remember current exe, handle nodata dlls
7371         InitNEDLL: handle nodata dlls, call CallToLibMain
7372
7373         * [loader/selector.c]
7374         CreateSelectors: Initialize auto_data_sel with 0
7375
7376         * [memory/heap.c]
7377         HEAP_CheckHeap: Check prev
7378         HEAP_CheckLocalHeaps: new function
7379
7380         * [misc/profile]
7381         Remember and dump only changed profiles
7382
7383         * [tools/makedebug]
7384         Introduce debugging_xxx flags
7385
7386 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
7387
7388         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
7389         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
7390         pe_image.h selectors.h wintypes.h]
7391         Added.
7392
7393         * [*/*]
7394         - Commented all 'static char copyright statements', see misc/main.c
7395         - moved prototypes to headers files, fixed wrong prototypes.
7396         - *please* add a header file for each .c if you need to export
7397           things.
7398
7399         * [misc/main.c]
7400         Added one static string which list the names of the contributors.
7401
7402 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
7403
7404         * [Configure]
7405         Made the support for multiple languages more automatic.  Added
7406         a [fonts] section to the wine.conf file.  Made the defaults
7407         better.  Generally cleaned it up.
7408
7409         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
7410         Norwegian resources and small fixes to the german resources.
7411
7412 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7413
7414         * [debugger/break.c]
7415         bark(), toggle_next(), should_continue(): New functions
7416         insert_break(): Fixed, adds write access to page before writing
7417         wine_bp.next_addr: new structure field
7418
7419         * [debugger/dbg.y]
7420         Changed symbol's value to be it's value instead of the value
7421         pointed to by the symbol.
7422         Changed SIGTRAP handling to allow continuation after break point
7423
7424         * [misc/shell.c]
7425         ShellAbout(): Load resource from memory
7426
7427 ----------------------------------------------------------------------
7428 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7429
7430         * [controls/scroll.c] [include/scroll.h]
7431         Rewritten most of scroll-bar code for better Windows look & feel.
7432         Implemented EnableScrollBar().
7433         Preliminary keyboard support.
7434
7435         * [objects/bitblt.c]
7436         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
7437         bits from outside the visible region.
7438
7439         * [objects/oembitmap.c] [include/bitmaps/obm_*]
7440         Use XPM symbolic colors to load bitmaps. This allows the colors
7441         of the bitmaps to depend on the system colors.
7442
7443         * [tools/make_debug]
7444         Made the make_debug script more robust.
7445
7446         * [windows/dialog.c]
7447         Fixed CheckRadioButton().
7448
7449         * [windows/nonclient.c]
7450         A few changes to scroll-bar drawing and tracking.
7451
7452         * [windows/winpos.c]
7453         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
7454         avoid confusion, and optimized it somewhat.
7455
7456 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
7457
7458         * [misc/audio.c]
7459         * [misc/mcianim.c]
7460         more coding but nothing spectacular.
7461
7462         * [misc/mmaux.c]
7463         some coding to access '/dev/mixer'.
7464
7465         * [misc/midi.c]
7466         some coding to read .MID files, but it's not playing yet.
7467
7468 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
7469
7470         * [objects/dib.c]
7471         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
7472         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
7473         includes some bitmaps output by Paint Shop Pro.  Implementation is
7474         possibly now too lax.  Please see the notes on the function about
7475         why.
7476
7477         * [controls/desktop.c]
7478         The desktop pattern should be painted if the wallpaper doesn't
7479         cover the whole screen width OR the whole screen height.
7480
7481 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
7482
7483         * [objects/dib.c]
7484         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
7485         now work.
7486
7487         * [loader/ne_resource.c] [include/resource.h]
7488         Some cleanup.
7489
7490 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7491
7492         * [Configure]
7493           [rc/sysres.rc]
7494         Primitive compile-time support for multiple languages
7495
7496         * [rc/sysres_De.rc]
7497         New file
7498
7499         * [loader/resource.c]
7500         LoadBitmap: Recognize end of sysresbm properly
7501
7502         * [rc/Imakefile]
7503         Rules to compile resources simplified, dependencies changed
7504
7505         * [rc/sysresbm.rc]
7506         Don't use sysresbm if using XPM
7507
7508         * [windows/dialog.c]
7509         CreateDialogIndirectParam: Reverse Z-order of controls
7510
7511         * [windows/message.c]
7512         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
7513
7514         * [windows/winpos.c]
7515         NextWindowFromPoint: New function
7516
7517         * [controls/button.c]
7518         WM_NCHITTEST: Group Box is HTTRANSPARENT
7519         BUTTON_CheckAutoRadioButton: New function
7520         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
7521
7522 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
7523
7524         * [objects/text.c]
7525         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
7526         is too long to break.
7527
7528         * [objects/font.c]
7529         Don't assume helvetica if there is no font family; let the other
7530         font attributes decide what font to use.
7531
7532         * [controls/widgets.c]
7533         Listboxes and combo boxes need to be notified of double-clicks.
7534
7535         * [controls/listbox.c]
7536           [include/listbox.h]
7537
7538         scrolling to bottom of list box should display last item at the
7539         bottom, not at the top.
7540         
7541         list boxes need to allocate a separate heap for their item data,
7542         rather than using the user heap.  Otherwise, it's very easy to run
7543         out of memory for list box items.
7544
7545         removed redundant code in ListBoxAddString().  Implemented simple
7546         version of LBS_SORT.
7547
7548         Don't put [.] in the list box when using DDL_DIRECTORY.
7549
7550         * [controls/combo.c]
7551         Combos should pass CBS_SORT onto their list box.
7552
7553         * [windows/win.c]
7554         If window creation is aborted, remove the window from the
7555         linked lists.
7556
7557         * [controls/static.c]
7558         static controls with SS_ICON were always returning 0 from
7559         WM_NCCREATE.
7560
7561         Make sure static controls have text to draw before drawing it.
7562
7563 ----------------------------------------------------------------------
7564 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7565
7566         * [objects/oembitmap.c]  (New file)
7567         Added possibility to use .xpm files for OEM bitmaps.
7568
7569         * [include/bitmaps/obm*]  (New files)
7570         Redrawn all OEM bitmaps in xpm format.
7571
7572         * [objects/font.c]
7573         Add space for internal leading when using a negative font height.
7574         Stubs for AddFontResource() and RemoveFontResource().
7575         Fix in FONT_Init() for uninitialised default font.
7576
7577         * [windows/dialog.c]
7578         Make font height negative as it is really a point size and not a
7579         pixel size; dialogs using 8-point fonts look better now.
7580
7581         * [windows/graphics.c]
7582         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
7583
7584         * [windows/nonclient.c]
7585         A few changes for new OEM bitmaps.
7586
7587 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7588
7589         * [windows/class.c]
7590         The names of local classes have to be stored using GlobalAtom*.
7591         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
7592
7593         * [if1632/call.S]
7594         CallTo16(cx): It's possible to set the contents of the cx-register.
7595
7596         * [loader/ne_image.c]
7597         InitNEDLL(): The size of the local heap is now passed in the cx-
7598         register when initializing a DLL.
7599
7600         * [memory/heap.c]
7601         LocalInit(): The case start==0 is now handled in the way it should.
7602
7603         * [windows/win.c]
7604         GetWindowLong(): If the adress of the windows function is requested
7605         it's no longer returned if it's within the Wine code (and therefore
7606         unreachable by a windows program). This makes Borland's OWL happy.
7607
7608         * [controls/edit.c]
7609         EDIT_GetStr(): Added handling for off<0.
7610
7611 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
7612
7613         * [loader/library.c]
7614         Fixed infinite loop bug when two DLLs refer to each other (fixes
7615         hangup of Quicken during loading).
7616
7617 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7618
7619         * [misc/dos_fs.c]
7620         Bug fix: The size of a disk an the available space
7621         is now returned in bytes instead of (incorrectly)
7622         KBytes.
7623
7624 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7625
7626         * [windows/graphics.c]
7627         Bug fix: Pie segments are now filled with correct brush.
7628
7629 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7630
7631         * [Imakefile]
7632         generate rc.o before loader.o
7633
7634         * [controls/menu.c]
7635         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
7636
7637         * [include/resource.h]
7638         Add struct ResourceTable
7639
7640         * [loader/bitmap.h]
7641         Load system bitmaps from sysresbmTable
7642
7643         * [misc/clipboard.c]
7644           [windows/event.c]
7645         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
7646         
7647         * [rc/Imakefile]
7648         generate rc.o from sysres.o and sysresbm.o. Added -lfl
7649
7650         * [rc/rc.y]
7651         change style handling to allow ( S1 | S2 ) | S3
7652
7653         * [rc/sysres.rc]
7654           [rc/sysresbm.rc]
7655         Put bitmaps and icons to sysresbm, everything else to sysres
7656
7657         * [rc/winerc.c]
7658           [rc/winerc.h]
7659         Added -o, -c flags. New function set_out_file. Output to files.
7660
7661         * [windows/dialog.c]
7662         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
7663
7664         * [windows/nonclient.c]
7665         Create AboutWine dialog from template pointer
7666
7667 ----------------------------------------------------------------------
7668 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7669
7670         * [controls/static.c]
7671         Bug fix for SS_ICON controls.
7672
7673         * [if1632/Imakefile]
7674         Fixed call.o dependencies.
7675
7676         * [objects/clipping.c] [objects/dc.c]
7677         Fixed visible region handling. hVisRgn is always non-null now.
7678
7679         * [windows/dce.c]
7680         Bug fix in GetDCEx for CS_OWNDC windows.
7681
7682         * [windows/nonclient.c] [windows/painting.c]
7683         Fixes to icon window drawing.
7684
7685         * [windows/winpos.c]
7686         A few fixes in SetWindowPos().
7687
7688 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7689
7690         * [objects/bitblt.c]
7691         BitBlt(): BitBlt is now able to handle any raster operation. If
7692         the request can't be passed to XWindows directly, it's quite
7693         slow, though.
7694
7695         * [*/*.c]
7696           [misc/main.c]
7697         Improvements of the system for handling debug messages. Options are
7698         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
7699         *debugoptions: +xxx there if you want to have turn messages xxx on).
7700
7701         * [controls/menu.c]
7702         DestroyMenu(): The whole window won't be destroyed as a sideeffect
7703         any longer.
7704
7705         * [misc/file.c]
7706         OpenFile(): Fixed bug in searching in system/window-directory.
7707
7708 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
7709
7710         * [include/windows.h]
7711         Bug fix for window related structures.
7712         DCB and COMSTAT are affected. They must be packed.
7713
7714         * [misc/comm.c]
7715         Bug fix for COM ports:
7716         Dial and dialog window in terminal.exe now works.
7717         Non sequential COM assignments in wine.conf should not break now.
7718         Baudrate can be specified in wine.conf to overcome baudrate limitation
7719         in mswindow. See sample wine.ini
7720
7721         * [include/comm.h]
7722         add baudrate field to DosDeviceStructre
7723
7724         * [object/font.c]
7725         Bug fix for font assignment.
7726         Use pairs of foundry and family fontnames in X11 to correspond with
7727         window's fonts.
7728         Put font assignment ini wine.ini.
7729
7730         * [wine.ini]
7731         Adding optional baudrate after port name in "serialports" section
7732         Add new section, "fonts".
7733         "default" is special key in "fonts" to match any unmatch window font.
7734
7735 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
7736
7737         * [if1632/relay.c]
7738         * [if1632/commdlg.spec]         New file.
7739         * [misc/commdlg.c]                      New file.
7740         * [include/commdlg.h]           New file.
7741         Begin of an emulated COMMDLG DLL, built-in for now.
7742         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
7743         thing you need to do is to put the real/dummy name in file relay.c)
7744
7745         * [controls/scroll.c]
7746         * [controls/combo.c]
7747         * [controls/listbox.c]
7748         Few bug fixes and/or cosmetic.
7749
7750         * [misc/audio.c]
7751         * [misc/mmaux.c]
7752         bug fixes and flags returned to emulate SB16.
7753
7754         * [misc/midi.c]                         New file.
7755         skeleton for 'Midi' MMSYSTEM & MCI driver.
7756
7757         * [misc/mcianim.c]                      New file.
7758         skeleton for 'Animation1' MCI driver.
7759
7760         * [windows/win.c]
7761         Add new stub for GetLastActiveWindow().
7762
7763 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
7764
7765         * [if1632/call.S] [tools/build.c]
7766            Support for ELF format. (Not complete)
7767
7768 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
7769
7770         * [if1632/user.spec]
7771         Add stubs for ArrangeIconicWindows(), etc.
7772
7773         * [if1632/kernel.spec]
7774         Add IsBad*Ptr() functions.
7775
7776         * [loader/signal.c]
7777         Add test_memory(), for use with IsBad*Ptr().
7778
7779         * [windows/winpos.c]
7780         Add stubs for TileChildWindows(), etc.
7781
7782         * [windows/win.c]
7783         IsWindow() shouldn't crash if it's given a bad handle.
7784         Add stub for GetLastActivePopup().
7785
7786         * [memory/global.c]
7787         Implement the IsBad*Ptr() functions.
7788
7789         * [controls/listbox.c]
7790         Return the full longword of the item data in LB_GETITEMDATA.
7791
7792         * [controls/edit.c]
7793         Don't let the user select an area past the end of the text.
7794
7795         * [objects/text.c]
7796         In DrawText(), the code to delete crlfs also removed multiple
7797         consecutive newlines.  Also, using DT_CALCRECT didn't return
7798         the right height, and the width wasn't returned at all.
7799         This caused MessageBoxes to be missing much of their text.
7800
7801         * [windows/scroll.c]
7802         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
7803
7804 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
7805
7806         * [miscemu/int21.c]
7807         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
7808
7809         * [misc/property.c]
7810         Fixed inverted logic in EnumProps(), and changed CallBack16()
7811         call to use new arg format.
7812
7813         * [windows/win.c]
7814         Fixed CallBack16() call in Enum[Child]Windows to use new arg
7815         format; this fixes crashes in enum procedures.
7816
7817 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
7818
7819         * [misc/clipboard.c]
7820           [windows/event.c]
7821           [windows/message.c]
7822         Added cut and paste between Wine and other X clients via
7823         the PRIMARY selection. Text only this time.
7824
7825         * [controls/edit.c]
7826         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
7827
7828         * [windows/defwnd.c]
7829         Send WM_SYSCOMMAND to overlapped ancestor window, 
7830         not the receiver of WM_SYSKEYDOWN
7831
7832 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7833
7834         * [controls/edit.c]
7835         ClientWidth()/ClientHeight() macros: return 0 if size would
7836         be negative
7837         EDIT_StrLength(): takes unsigned char* instead of char*
7838
7839         * [controls/listbox.c]
7840         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
7841         case instead of in each place required (it was omitted in
7842         some places causing problems!)
7843
7844         * [controls/menu.c]
7845         MENU_CalcItemSize(): don't try to find size of a text item
7846         if the pointer is NULL
7847
7848         * [include/heap.h]
7849         added definition of HEAP_LocalInit()
7850
7851         * [include/msdos.h]
7852         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
7853         instead)
7854
7855         * [loader/selector.c]
7856         IPCCopySelector(): added missing flags to shmget() call
7857         ? does this break linux - I added these flags in a previous
7858         patch but they were missing in the corresponding release ?
7859
7860         * [loader/signal.c]
7861         win_fault(): added missing definitions of i, dump for those
7862         not running NetBSD or linux
7863
7864         * [misc/dos_fs.c]
7865         DOS_GetCurrentDir(): made temp[] static so it can be safely
7866         returned
7867
7868         * [miscemu/int21.c,int25.c,int26.c]
7869         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
7870         segmem.h where necessary.
7871
7872         * [windows/dialog.c]
7873         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
7874         HEAP_LocalInit(), removed redundant variables
7875
7876 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
7877
7878         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
7879           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
7880           [objects/bitblt.c] [objects/metafile.c]
7881         Rewritten more printf's to use the new debugging system, and
7882         made wine less verbose per default. Use "-debugmsg +module"
7883         to get (almost) the same behavior as before.
7884
7885 ----------------------------------------------------------------------
7886 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7887
7888         * [controls/button.c]
7889         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
7890         BM_SETSTATE.
7891         Implemented default button painting.
7892         Optimised redrawing.
7893         Fixed owner-draw buttons.
7894
7895         * [controls/static.c]
7896         Implemented WM_SETFONT.
7897         A few optimisations in painting code.
7898         Bug fix for SS_SIMPLE controls.
7899
7900         * [if1632/callback.c]
7901         Preliminary GetCodeHandle().
7902
7903         * [if1632/gdi.spec]
7904         Changed 'pascal' to 'pascal16' everywhere it's needed.
7905
7906         * [include/windows.h]
7907         Fixed a few data structures.
7908
7909         * [memory/heap.c]
7910         Bug fix in HEAP_ReAlloc().
7911
7912         * [misc/cursor.c]
7913         Fixed SetCursor().
7914
7915         * [objects/bitblt.c]
7916         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
7917
7918         * [objects/font.c]
7919         Better font mapping code.
7920         Implemented GetTextFace().
7921
7922         * [objects/region.c]
7923         Bug fix in REGION_MakePixmap().
7924         Faster region copying.
7925
7926         * [objects/text.c]
7927         Implemented ExtTextOut().
7928         Implemented DT_NOCLIP style for DrawText().
7929
7930         * [windows/dc.c]
7931         Free the bitmap when deleting a memory DC.
7932
7933         * [windows/dce.c]
7934         Added support for windows that have no associated X window.
7935         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
7936
7937         * [windows/defdlg.c]
7938         Implemented default push button handling and DM_SETDEFID.
7939         Implemented WM_NEXTDLGCTL.
7940
7941         * [windows/dialog.c]
7942         Implemented default push button handling.
7943         Beginning of a keyboard interface in dialogs
7944         (does not really work yet).
7945         Fixed dialogs that use a special font.
7946
7947         * [windows/event.c] [windows/focus.c]
7948         Added support for non-X windows.
7949
7950         * [windows/graphics.c]
7951         Rewritten FloodFill() and implemented ExtFloodFill().
7952
7953         * [windows/message.c]
7954         Cleaner hardware messages and X events handling.
7955
7956         * [windows/defwnd.c] [windows/painting.c]
7957         Implemented WM_SETREDRAW.
7958
7959         * [windows/win.c]
7960         Only create an X window for top-level windows, or for the desktop.
7961         Child windows now use their parent's drawable.
7962
7963         * [windows/winpos.c]
7964         Beginning of support for non-X windows (still somewhat broken).
7965         Implemented *DeferWindowPos().
7966
7967         * [*/Imakefile]
7968         Cleaned up some Imakefiles.
7969         Moved dc.c from windows/ to objects/.
7970         Moved cursor.c from misc/ to windows/.
7971
7972 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
7973
7974         * [include/debug.h]
7975           [include/stddebug.h]
7976           [*/*.c]
7977         Rewritten all the calls to printf for displaying debug-information
7978         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
7979         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
7980         all these messages on, "-debugmsg -dll" will turn all messages 
7981         concerning DLLs off.
7982
7983         * [controls/combo.c]
7984         Added some handling for combo controls with ownerdraw-styles
7985         (just creating and passing the necessary messages to the 
7986         corresponding listbox control; the edit-control needs to be
7987         replaced with something else).
7988
7989         * [controls/edit.c]
7990           [windows/dialog.c]
7991         Added support for use of global heap memory in dialogs with 
7992         edit controls.
7993
7994         * [controls/listbox.c]
7995         Added support for item data.
7996         ListBoxInsertString(): Fixed bug for elements which are not inserted
7997         after the currently last element.
7998         
7999         * [misc/dos_fs.c]
8000           [miscemu/int21.c]
8001         DOS_ValidDirectory(): Checks whether a given string is in fact the
8002         valid name of a directory.
8003
8004 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
8005
8006         * [Imakefile]
8007         generate wine.sym after creating wine
8008
8009         * [debugger/dbg.y]
8010         load "wine.sym" when entering debugger
8011
8012         * [debugger/info.c]
8013         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
8014
8015 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
8016
8017         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
8018         Files created
8019
8020 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
8021
8022         * [misc/spy.c]
8023         Exclude and Include no longer requires a terminating ';' to
8024         register the last component.
8025
8026 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
8027
8028         * [Configure]
8029         Rewrote much of it.  Added capability to generate a wine.ini
8030         file.  Commented out the processor emulator options until that
8031         becomes interesting.  Gives a warning if it sees any *.rej
8032         files.  I hope I haven't assumed to much about the shell/OS so
8033         that it breaks under *BSD.
8034
8035         * [misc/dos_fs.c]
8036         Removed/changed calls to ToUnix() (which calls tolower()) so
8037         that the part of the pathname which correspond with the drive
8038         letter on DOS no longer will be mapped to lowercase.  This
8039         means that it should be possible to have uppercase letters in
8040         the [drives] section of wine.ini.
8041
8042         * [LICENSE]
8043         Cosmetic changes so that it displays better in the window you
8044         get from pressing "Credit_License" in the "About WINE" window.
8045
8046 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
8047
8048         * [controls/menu.c]
8049         LoadMenu() moved to loader/resource.c.
8050
8051         * [misc/main.c]
8052         Added stub for FileCDR().
8053
8054         * [include/peexe.h]
8055         Added, from Eric's pe-test.
8056
8057         * [include/resource.h]
8058         Added.
8059
8060         * [loader/resources.c]
8061         Removed duplicated code in *Resource() functions.
8062         Moved NE-program specific functions into ne_image.c.
8063         Moved NE-fileformat functions to ne_resource.c.
8064
8065         * [pe_image.c] [pe_resource.c]
8066         Added. Nothing implemented to run PE-executables, resource
8067         loading only.
8068
8069         * [misc/file.c]
8070         Changed OpenFile() to use macros.
8071
8072         * [misc/shell.c]
8073         Added NULL-ptr checks to ShellAbout().
8074
8075         * [miscemu/int21.c]
8076         Fixed a few typos.
8077
8078         * [miscemu/kernel.c]
8079         Added _DI = _DS, to put the caller's instance in DI. Doesn't
8080         work properly if caller changed DS :-(
8081
8082 ----------------------------------------------------------------------
8083 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
8084
8085         * [include/win.h]
8086         Removed seperate X window for icon, added icon width,height.
8087
8088         * [include/windows.h]
8089         Commented out the old SW_xxx emum and added defines since
8090         they aren't enumerated.
8091
8092         * [windows/dce.c]
8093         Removed some older IsIconic checks from GetDCEx(), functionality
8094         is now in nonclient and generic wine window handling code.
8095         Lots of thanks to Alexandre Julliard all the hints and
8096         help...
8097
8098         * [windows/defwnd.c]
8099         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
8100         WM_PAINTICON now calls NC_HandleNCPaint.  
8101
8102         * [windows/event.c]
8103         Removed IsIconic checks.
8104
8105         * [windows/icon.c]
8106         Removed everything in this file for now... could be used later.
8107         Icon functionality is now handled by the generic wine windows
8108         handling functions.
8109         
8110         * [windows/mdi.c]
8111         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
8112         show up when deiconified.  Removed IsIconic checks.
8113
8114         * [windows/message.c]
8115         Removed old icon routines from hardware_event().
8116
8117         * [windows/nonclient.c]
8118         Changed NC_HandleNCCalcSize() so it doesn't change the size
8119         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
8120         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
8121         on an Iconic window always send a SC_RESTORE message.
8122
8123         * [windows/painting.c]
8124         Changed RedrawWindow() so it doesn't redraw an iconic window
8125         unless it has to (no icon for this class).
8126         
8127         * [windows/win.c]
8128         Removed creation of seperate icon window from CreateWindowEx().
8129         
8130         * [windows/winpos.c]
8131         Added saving and restoring of window rectangle during
8132         iconification/deiconification to ShowWindow().  Added
8133         functions to recursively hide and show children... called
8134         by ShowWindow during iconification/deiconification.
8135
8136 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
8137
8138         * [windows/message.c]
8139         WaitMessage(): Fixed handling of wm_timer-messages
8140
8141         * [miscemu/int21.c]
8142         FindNextFCB(): Rewritten to support other functions than just
8143         returning the volume label
8144
8145         * [misc/file.c]
8146         OpenFile(): Fix in handling of OF_CREATE
8147
8148 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8149
8150         * [if1632/user.spec]
8151         Added SetParent.
8152
8153         * [windows/win.c]
8154         Added SetParent.
8155
8156 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8157
8158         * [loader/selector.c]
8159         Many changes throughout file to correct handling of shared memory
8160         function return codes. FreeBSD and SunOS shm functions return
8161         -1 not 0 on error. If Linux is different, these changes
8162         will have to be backed out.
8163         CleanupSelectors(): this is a new (internal) call to free
8164         up all selectors (and shm handles/memory) for use on exit.
8165
8166         * [include/segmem.h]
8167         Change comment to reflect new use of shm_key
8168
8169         * [misc/main.c]
8170         called_at_exit(): add call to CleanupSelectors()
8171
8172 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8173
8174         * [controls/button.c]
8175         Use OBM_CHECKBOXES to draw check boxes with correct colors.
8176         Fixed bug with WM_SETTEXT handling.
8177         A few drawing optimisations.
8178
8179         * [controls/menu.c]
8180         Implemented correct \t and \a handling in menu items.
8181         Implemented help items (flush right) on menu bar.
8182         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
8183
8184         * [controls/static.c]
8185         Fixed SS_ICON controls and implemented STM_SETICON message
8186         handling.
8187
8188         * [controls/widget.c]
8189         Set cursor to IDC_ARROW for built-in classes.
8190
8191         * [include/options.h] [misc/main.c]
8192         Backing store is now off by default.
8193
8194         * [objects/region.c]
8195         Use X regions for rectangle and polygon regions: *major* speed
8196         improvement.
8197
8198         * [windows/dialog.c]
8199         Fixed the fix for integer ids in controls. SS_ICON controls in
8200         dialogs should work now.
8201         Implemented DS_ABSALIGN style.
8202
8203         * [windows/graphics.c]
8204         Implemented InvertRgn().
8205         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
8206         than with CreateCompatibleDC() + BitBlt().
8207
8208         * [windows/message.c]
8209         Determining the window for a mouse message is now done at
8210         GetMessage() time.
8211         Modified PeekMessage() handling to avoid needlessly flushing the
8212         output queue.
8213
8214         * [windows/timer.c]
8215         Check for restart of a timer (SetTimer call with the same hwnd and
8216         id than an existing timer).
8217
8218 ----------------------------------------------------------------------
8219 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
8220
8221         * [misc/file.c]
8222         OpenFile(): Completly rewritten.
8223
8224         * [miscemu/int21.c]
8225         CreateFile(): Fixed wrong mode in call to open.
8226         OpenExistingFile(): Implemented file sharing.
8227         FindNext(): Fixed.
8228         CreateNewFile(): Fixed wrong mode in call to open.
8229         fLock(): Added to handle record locking.
8230         GetFileAttribute(): Added.
8231         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
8232
8233         * [miscemu/int2f.c]
8234         AH = 0x10: SHARE installation check
8235  
8236         * [loader/resource.c]
8237         AccessResource(): Fixed. A new file descriptor will be returned by
8238         every call to AccessResource().
8239
8240         * [windows/utility.c]
8241         wvsprintf(): Fixed.
8242
8243         * [controls/menu.c]
8244         FindMenuItem(): Fixed (handling for nPos == -1 added).  
8245
8246         * [windows/win.c]
8247         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
8248
8249         * [Configure]
8250         Added two options for a processor emulator that might be
8251         plugged in later..
8252
8253         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
8254         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
8255         Added TaskFirst(), TaskNext(), TaskFindHandle().
8256
8257         * [memory/global.c]
8258         Added stub for MemManInfo().
8259
8260         * [objects/text.c]
8261         Added stub for GetTabbedTextExt().
8262
8263         * [miscemu/*]
8264         Changed all references to registers. Please don't access
8265         the context structure.
8266         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
8267
8268         * [misc/lstr.c]
8269         Fixed bug in AnsiUpper() & AnsiLower().
8270
8271         * [misc/winsocket.c]
8272         bugfix in getsockopt()/setsockopt(): winsock uses different values
8273         than unix.
8274
8275         * [objects/dib.c]
8276         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
8277
8278 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
8279
8280         * [controls/edit.c]
8281         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
8282
8283         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
8284         Modified dialog code to create new heap for edit controls
8285         unless DS_LOCALEDIT style is set.
8286
8287 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8288
8289         * [controls/button.c] [controls/edit.c] [controls/static.c]
8290         Removed unneeded GlobalUnlock() calls.
8291
8292         * [controls/menu.c] [include/menu.h]
8293         Lots of changes, fixed a lot of old bugs and introduced a lot of
8294         new ones :-)
8295         - Changed message loop to use MSG_GetInternalMessage().
8296         - Fixed a bug that caused the main window to lose activation when
8297           displaying a menu.
8298         - Correctly send initialisation messages (WM_INITMENUPOPUP).
8299         - Implemented EndMenu() and LookupMenuHandle().
8300         - Changed internal structures to be as compatible as possible with
8301           MS-Windows.
8302         - Allocated everything on the USER heap instead of the global heap.
8303         - Prefixed all internal function names with MENU_ and declared
8304           them static.
8305         - Moved "About Wine..." handling to NC_HandleSysCommand().
8306         - Multi-line menus should now work correctly.
8307
8308         * [loader/resource.c] [objects/bitmap.c]
8309         Added the possibility to create OEM bitmaps directly as X bitmaps.
8310
8311         * [objects/dcvalues.c] [windows/dc.c]
8312         Fixed GetDCOrg() to return screen coordinates.
8313
8314         * [windows/message.c]
8315         Fixed double-click checks when the message is not removed from the
8316         queue.
8317         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
8318
8319         * [windows/nonclient.c]
8320         Bug fix in system menu hit-test calculation.
8321         A few changes for new menu functions.
8322
8323 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8324
8325         * [controls/edit.c]
8326         Bug fix in Edit_NCCreateMessage
8327         es->textlen was being used before being set
8328
8329         * [controls/menu.c]
8330         Bug fix in MENU_DrawMenuItem
8331         don't try to write text if NULL pointer passed
8332
8333 ----------------------------------------------------------------------
8334 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
8335
8336         * [windows/message.c]
8337         Implemented WaitMessage() (USER.112).
8338
8339         * [if1632/user.spec]
8340         Added WaitMessage.
8341
8342         * [windows/defwnd.c]
8343         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
8344
8345         * [miscemu/int{13,21,2a}.c]
8346         * [miscemu/Imakefile]
8347         * [signal/loader.c]
8348         Added a few basic disk information and diagnostic functions to
8349         prevent programs using this function from crashing. All drives
8350         are claimed to be remote ones, so direct I/O isn't allowed.
8351
8352         * [controls/edit.c]
8353         EDIT_WriteText(): Added code to correctly erase the remaining space
8354         of the edit-control if the size of the control has changed sinced it's
8355         creation.
8356
8357 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
8358
8359         * [if1632/mouse.spec]
8360         Added mouse.dll entry, no functions.
8361
8362         * [loader/resource.c]
8363         Bug fix in AccessResource(). 
8364
8365         * [misc/keyboard.c], added [include/keyboard.h]
8366         Changed functions to return more useful values.
8367
8368         * [windows/dialog.c]
8369         Hacked DIALOG_GetControl() to support resources which
8370         have 0xff00 - 0xffff as id. ** Needs to be done properly by
8371         someone who knows the NE fileformat **
8372
8373 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8374
8375         * [windows/event.c]
8376         Add new stub for EnableHGardwareInput() function.
8377
8378         * [windows/message.c]
8379         Add coding for HWND_BROADCAST in PostMessage().
8380
8381         * [misc/file.c]
8382         Add coding for OpenFile() also search in WindowPaths.
8383
8384         * [misc/mmsystem.c]
8385         * [misc/audio.c]
8386         * [misc/mmaux.c]
8387         * [misc/mcicda.c]
8388         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
8389         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
8390         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
8391 ----------------------------------------------------------------------
8392 Mon Jul 18 23:55:13 MET DST 1994
8393
8394         * [if1632/call.S]
8395         CallTo16(): added `mov %eax,%edx' just before lcall,
8396         to make sure that DX contain the DLL's hinstance when
8397         initialised.
8398
8399         CallTo32_16() added, equal to CallTo32() except for
8400         one thing: it saves DX and 
8401
8402         * [tools/build.c]
8403         Added some code to support 16 and 32 bit return values.
8404
8405         * [1632/{kernel,user}.spec]
8406         Changed most of the `pascal' style to pascal_16 when
8407         function returned a 16bit value.
8408
8409 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8410
8411         * [controls/menu.c]
8412         Reorganized sizing and drawing code to implement multi-line menus.
8413         Implemented MENUBREAK style.
8414         Use system colors to draw menus.
8415
8416         * [objects/color.c]
8417         Bug fix in COLOR_IsSolid().
8418
8419         * [objects/font.c]
8420         Bug fix in FONT_GetMetrics(): calculate average character width
8421         only on existing chars (dialogs look much better).
8422
8423         * [objects/text.c]
8424         Bug fix in DrawText(): use text color to underline mnemonic.
8425
8426         * [windows/nonclient.c]
8427         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
8428
8429         * [windows/syscolor.c]
8430         Added system objects for menu colors.
8431
8432 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8433
8434         * [controls/menu.c]
8435         Fixed bug in SelectPrevItem that caused seperators to not be
8436         skipped when using the up arrow key.
8437
8438 ----------------------------------------------------------------------
8439 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
8440
8441         * [Configure]
8442         Autodetects Linux version (if running Linux).
8443
8444         * [loader/signal.c]
8445         New signals for Linux.
8446
8447         * [loader/ldtlib.c]
8448         New structure field in sys call.
8449
8450 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
8451
8452         * [load/resource.c] 
8453           fixed Memory (Resource) Leak.
8454
8455         * [load/main.c] 
8456           fixed a printf.
8457
8458 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8459
8460         * [controls/desktop.c]
8461         Implemented desktop wallpaper (only 16 colors for now).
8462
8463         * [controls/menu.c] [windows/nonclient.c]
8464         Preliminary work to allow multi-line menus.
8465
8466         * [misc/main.c]
8467         No backing store on desktop window (not useful).
8468
8469         * [objects/text.c]
8470         A few fixes to DrawText() to make underlines under mnemonic
8471         letters to look better.
8472
8473         * [windows/graphics.c]
8474         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
8475         Implemented PolyPolygon() (partially working).
8476
8477         * [windows/winpos.c]
8478         New function WINPOS_SendNCCalcSize().
8479         Cleaned up SetWindowPos() and added preliminary support for
8480         multi-line menus.
8481
8482 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
8483
8484         * [controls/edit.c]
8485         Changes to work as a library.
8486
8487         * [if1632/callback.c] 
8488         Ifdefed module.
8489
8490         * [if1632/relay.c]
8491         Changes to allow linking with WineLib.
8492
8493         * [include/windows.h]
8494         Added macro WINELIB_UNIMP
8495
8496         * [loader/library.c]
8497         When compiling WineLib, GetProcAddress is not implemented yet.
8498
8499         * [loader/main.c]
8500         Added empty InitDLL when using WineLib.
8501
8502         * [loader/ne_image.c]
8503         Some parts of the loader are needed for WineLib, ifdefed correctly
8504
8505         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
8506         Disable compilation of module when compiling WineLib.
8507
8508         * [toolkit/heap.c]
8509         Fixed small bug.  When passed an invalid handle WineLib would
8510         crash, now return NULL.
8511
8512         * [toolkit/winmain.c]
8513         Call CreateNewTask in _WinMain.
8514
8515 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
8516
8517         * [controls/edit.c] [controls/widget.c]
8518         More changes to improve compatibility with Windows' edit
8519         control.  Finished off tab stop support.
8520
8521 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
8522
8523         * [if1632/relay.c]
8524         # of ordinals in shell.dll changed to 103.
8525
8526         * [loader/signal.c]
8527         sti, cli will now be ignored.
8528
8529         * [objects/brush.c]
8530         Added stub for GetSysColorBrush().
8531
8532 ----------------------------------------------------------------------
8533 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
8534
8535         * [controls/edit.c]
8536         Bug fixes and tidying up.  Preliminary tab stop support
8537         (doesn't work yet).
8538
8539         * [windows/dialog.c]
8540         Reversed order of buttons in CheckRadioButtons so that all
8541         buttons are now displayed.
8542
8543 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8544
8545         * [include/options.h] [misc/main.c] [windows/win.c]
8546         Removed nosaveunders option, replaced by handling
8547         the CS_SAVEBITS flag.
8548
8549         * [windows/class.c]
8550         Modified the fix for negative size in class extra bytes to
8551         avoid modifying the caller's data.
8552
8553         * [windows/dc.c]
8554         Bug fix: system font must be a proportional font.
8555         Fixed a bug that caused the default pen to not be selected
8556         correctly in a DC.
8557
8558         * [windows/graphics.c]
8559         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
8560         noticing it.
8561
8562         * [windows/painting.c]
8563         Removed incorrect selecting of default objects in BeginPaint()
8564         (no longer needed because of the fix in dc.c).
8565
8566 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8567
8568         * [misc/mmsystem.c]
8569         * [misc/audio.c]
8570         Add more code to interface '/dev/dsp'.
8571
8572         * New file [misc/mcicda.c]
8573         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
8574
8575         * New file [misc/mmaux.c]
8576         Stubs to make a future driver connected to '/dev/mixer'.
8577
8578         * [windows/win.c]
8579         Temporary patch to CreateWindowEx() for reseting negative
8580         coordinates to 0,0 ; because 'soundrec.exe' give negative values
8581         and I need it to work on MMSYSTEM ... :-)
8582
8583         * [miscemu/int2f.c]
8584         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
8585
8586 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
8587
8588         * include/comm.h
8589         New file -- some definitions that were in comm.c now need to
8590         be shared with misc/dos_fs.c
8591
8592         * misc/comm.c
8593         Some definitions moved into include/comm.h
8594
8595         * misc/dos_fs.c (DOS_GetEquipment):
8596         Fixed error in equipment -- bitwise or of two values should
8597         be used instead of logical or.  Also added code to correctly
8598         report the number of serial and parallel devices.
8599
8600 ----------------------------------------------------------------------
8601 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
8602
8603         * [objects/bitmap.c]
8604         Allow negative bitmap sizes.
8605
8606 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
8607
8608         * [controls/edit.c]
8609         Improved selection display.  Added processing for WM_SETFONT,
8610         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
8611         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
8612         application's local heap.
8613
8614         * [windows/graphics.c]
8615         Corrected bug in Rectangle().  XFillRectangle has the same
8616         width as Rectangle, but XDrawRectangle is one pixel wider
8617         for the same co-ordinates.
8618
8619         * [memory/heap.c] [include/heap.h]
8620         Added HEAP_LocalSize function.
8621
8622         * [windows/event.c] [windows/keyboard.c]
8623         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
8624         Added supporting code to GetKeyState and GetAsyncKeyState and
8625         merged mouse button states into GetKeyboardState.
8626
8627         * [loader/resource.c] [include/accel.h]
8628         Added recognition of SHIFT, CONTROL and ALT keys to
8629         TranslateAccelerator.
8630
8631         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
8632         A bit more metafile support.
8633
8634 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
8635
8636         * [loader/resource.c]
8637         SizeofResource() and AllocResource() added, AccessResource() updated.
8638
8639         * [if1632/kernel.spec]
8640         FreeLibrary() used for FreeModule().
8641
8642         * [windows/graphics.c]
8643         Rectangle(): swap left & right corners when right < left,
8644         swap top & bottom when botton < top.
8645
8646 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8647
8648         * [controls/combo.c]
8649         Fix bug in window style of the associated listbox.
8650
8651         * [controls/menu.c]
8652         Skip separators in keyboard navigation by using new internal 
8653                 functions SelectPrevItem() & SelectNextItem(),
8654
8655         * [misc/profile.c]
8656         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
8657                 IntBuf must be alloc to (5+1)=6. char instead of 5.
8658
8659         * [misc/main.c]
8660         Put code in functions SetEnvironment() & GetEnvironment().
8661
8662         * [misc/shell.c]
8663         Start putting some code in ExtractIcon() function.
8664
8665         * [misc/mmsystem.c]
8666         Some code for MMTimer functions & timers list.
8667
8668         * [miscemu/int31.c]
8669         Few stubs for DPMI interrupt calls. Nothing work yet.
8670
8671 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
8672
8673         * include/win.h (tagWND):
8674         Added icon fields icon, hIcon and rectClientSave to 
8675         the tagWND struct.
8676
8677         * windows/Imakefile
8678         Added icon.c to the list of files to compile
8679
8680         * windows/dce.c (GetDCEx):
8681         Added some checks for iconic mode and pass icon window as drawable,
8682         not the real window.
8683
8684         * windows/defwnd.c (DefWindowProc)
8685         Added PAINTICON default windows procedure.
8686
8687         * windows/event.c (EVENT_Expose)
8688         Added check for iconic window expose. If iconic window is exposed
8689         send a WM_PAINTICON message
8690
8691         * windows/icon.c 
8692         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
8693
8694         * windows/mdi.c (DefMDIChildProc)
8695         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
8696
8697         * windows/message.c (hardware_event)
8698         Looks for icon as well as window now.
8699
8700         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
8701         Added iconify/deiconify in NC_HandleSysCommand, new function
8702         NC_DoNCPaintIcon which paints an icon.
8703
8704         * windows/painting.c (BeginPaint)
8705         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
8706         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
8707         windows behavior.
8708
8709         * windows/win.h (CreateWindowEx)
8710         Set the default background color of a window to be white.
8711         Create icon window, turn off MINIMIZE if it is on, since
8712         I don't know what to do with it as of yet... register
8713         the icon with the hwnd of its window so we can identify where
8714         icon messages are coming from.
8715
8716 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
8717
8718         * windows/event.c: Added a hack to define XPointer when using
8719         X11R4. 
8720
8721         * toolkit/hello.c: Test application for WineLib. To compile you'll
8722         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
8723         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
8724
8725         * toolkit/heap.c: Extended the size of the block size per chunk.
8726
8727         * misc/stress.c (GetFreeFileHandles): Fixed typo.
8728
8729         * misc/main.c (main): Changes to allow compilation under SunOS. 
8730
8731         * loader/library.c: Changed some ifdefs to compile WineLib.
8732
8733 ----------------------------------------------------------------------
8734 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
8735
8736         * loader/selector.c (GetCurrentPDB): 
8737         Added trivial function GetCurrentPDB() which returns the program
8738         segment prefix selector.
8739
8740         * memory/heap.c (HEAP_Free): 
8741         If free list is empty, make the freed block the free list.
8742
8743 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
8744
8745         * controls/edit.c (EDIT_SetTextMsg): 
8746         Do not append a newline at the end of the last line.
8747
8748         * windows/event.c (SetCapture): 
8749         Set winHasCursor if mouse capture succeeds.
8750
8751 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8752
8753         * [controls/listbox.c]
8754         Fix bug in listbox : InsertString should call AddString if -1.
8755
8756         * [controls/menu.c]
8757         New function GetMenuState().
8758
8759         * [controls/scroll.c] [windows/nonclient.c]
8760         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
8761
8762         * [objects/text.c]
8763         Add Stub for TabbedTextOut(), which temporarely call Textout().
8764
8765         * [windows/keyboard.c] [windows/event.c]
8766         New function GetKeyBoardState() with an KeyStateTable array
8767                 & associated handling in function EVENT_key().
8768
8769 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
8770
8771         * [controls/menu.c]
8772         IsMenu() added.
8773
8774         * [loader/library.c]
8775         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
8776         added.
8777
8778         * [object/gdiobj.c]
8779         IsGDIObject() added.
8780
8781         * [miscemu/int2[56].c]
8782         bugfix: both didn't leave flags pushed on 16bit-stack.
8783         (winfile gets a bit further)
8784
8785         * [miscemu/int16.c]
8786         Added (empty).
8787
8788 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
8789         * windows/event.c:
8790         Added code to drop redundant motion Events in the XEvent queue.
8791
8792 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
8793
8794         * [misc/main.c misc/message.c include/texts.h]
8795         Removed the text-constants from message.c into variables
8796         which may be changed from X-resources.
8797
8798         * [misc/main.c misc/message.c]
8799         added <locale.h> and setlocale() to main.c, used toupper() in message.c
8800
8801 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
8802
8803         * controls/button.c ( [CR]B_LButton* ) 
8804         left rc.right at full window width so click on label also 
8805         activates the control (MSWin behavior)
8806
8807 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
8808
8809         * include/windows.h:
8810           functions pointers can not be packed.
8811           (annoying warnings with forthcomming gcc-2.6.x)
8812         
8813         * loader/main.c (InitDLL): 
8814           Fixed a printf statement. (for control.exe) 
8815
8816           (InitializeLoadedDLLs): 
8817           deleted shadow definition of  *wpnt.
8818           (Breaks many programs, because now COMMDLG will be
8819            initialized :-(
8820
8821         * windows/win.c (SetWindowText): 
8822           added missing breaks; (PENSATE starts) 
8823
8824         * windows/graphics.c (FloodFill): 
8825           Proper boundarys. (BANGBANG starts) FloodFile_rec should
8826           be rewritten.
8827
8828         * objects/font.c (FONT_GetMetrics): 
8829           TYPO: use font->perchar only if it is defined. (WRITE starts)
8830
8831 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
8832         controls/scroll.c:
8833         Fixes for improved behaviour when dragging thumb;
8834         Added SB_THUMBPOSITION message when thumb is released.
8835
8836 ----------------------------------------------------------------------
8837 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
8838
8839         * loader/selector.c (FixupFunctionPrologs): 
8840         New function to fixup loaded DLL function prologs.  It replaces the
8841         do nothing code with code that loads DS with the appropriate data
8842         segment for the DLL.
8843
8844         * misc/cursor.c (LoadCursor): 
8845         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
8846         the possibility of multiple cursors in a single directory.  Also,
8847         it should check to see if the cursor is the right size.
8848
8849         * objects/font.c (EnumFonts): 
8850         Checked for lpLogFontList[i] == NULL
8851
8852         * objects/gdiobj.c (SetObjectOwner): 
8853         Removed stub.  Replaced with simple return in gdi.spec.  This
8854         function is not defined for the retail version of Windows.
8855
8856         * memory/heap.c (WIN16_LocalHandleDelta): 
8857         New function.  This is really a dummy that imitates the proper
8858         return values.
8859
8860         * loader/library.c (GetProcAddress): 
8861         Fixed definition of IS_BUILTIN_DLL() macro.
8862
8863 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
8864
8865         * miscemu/int21.c (SeekFile): 
8866         Needed to return current position in DX:AX.
8867
8868         * windows/utility.c (windows_wsprintf): 
8869         Added support for '#' in format, and fixed bug with "ptr" being
8870         incremented too many times.
8871
8872         * miscemu/int21.c (OpenExistingFile): 
8873         Add code to handle opening files read-only and write-only.
8874
8875         * loader/wine.c:
8876         Segment fixups now done in LoadImage instead of _WinMain.  This
8877         is necessary to support LoadLibrary().
8878
8879 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
8880
8881         * [loader/*]
8882                 - fixed: GetModuleHandle() sometimes returned
8883                   a wrong handle.
8884                 - don't init dlls when cs == 0 (lzexpand, doesn't
8885                   seem to have a init function)
8886                 - LoadLibrary & LoadImage now return error instead
8887                   of stopping wine.
8888                 - moved most of NE-functions into one file.
8889                 - LoadLibrary() uses w_files list instead of its
8890                   own list.
8891                 - NE exectables are now fixed-up and initialised when
8892                   loaded instead of only once before calling InitTask.
8893
8894         * [miscemu/int15.c] [miscemu/int31.c]
8895         Added.  
8896
8897         * [loader/selector.c]
8898         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
8899
8900         * [misc/main.c]
8901         Stub added for IsRomModule().
8902
8903         * [miscemu/int21.c]
8904         Some cleanup, added heap for returning data.
8905
8906 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8907
8908         * [tools/build.c]
8909         Change MAX_ORDINALS     define to higher value, 1299 entries.
8910         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
8911
8912         * [windows/utility.c]
8913         Bug fix in windows_wsprintf(), (twice increments ...).
8914
8915         * [windows/winpos.c]
8916         Bug fix in SetWindowPos(), redraw was done if flag
8917                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
8918
8919         * [misc/message.c] [controls/combo.c]
8920         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
8921
8922         * [windows/win.c]
8923         In CreateWindowEx(), do SetMenu() calls after window creation,
8924                 just before sending to WM_NCCALCSIZE.
8925
8926         * [controls/menu.c]
8927         In function SetMenu(), now use SetWindowPos() with 
8928                 flags SWP_FRAMECHANGED to readjust menu area.
8929         Function MenuBarCalcSize() redone.
8930
8931 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
8932
8933         * [objects/text.c]
8934         Fixed problems associated with DT_WORDBREAK flag.  String length
8935         was not being properly decremented when lines were folded, and
8936         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
8937         both on in addition to DT_WORDBREAK.  Windows does wrapping in
8938         this case, and now so does wine.
8939
8940 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
8941
8942         * [edit.c]
8943         cp1 was uninitialized iff lineno == 0
8944
8945         *  FindFile tests for existance of file even if a full
8946            filename was supplied. What about unix file names?
8947
8948         * [controls/listbox ]
8949         wndPtr was uninitialized for LB_SETTOPINDEX
8950
8951         * [misc/property.c]     
8952         Do not free lpProp. Is it really allocated by malloc?
8953         {edited by Bob Amstadt: changed free() to GlobalFree()}
8954
8955 ----------------------------------------------------------------------
8956 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
8957
8958         * miscemu/int21.c (OpenExistingFile): 
8959         OpenExistingFile needed to return handle in AX register instead
8960         of the BX register.
8961
8962         * miscemu/int21.c (ioctlGetDeviceInfo): 
8963         Added a little code to give a fake result for normal files.
8964
8965 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
8966
8967         * [memory/global.c]
8968         return value from GlobalSize was completely wrong.
8969
8970         * [miscemu/int21.h]
8971         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
8972         dta correctly.
8973
8974         * [tools/build.c]
8975         fixed creation of pop.h to guarantee that flags are restored correctly.
8976
8977         * [misc/comm.c]
8978         changed all occurance of strncmp() to strncasecmp().
8979         BuildCommDCB() should not require that OpenComm() be called first.
8980
8981         * [loader/selector.c]
8982         Heap initialized to size of full segment less stack size and 
8983         automatic data size.
8984
8985 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
8986
8987         * [controls/listbox.c]
8988         Correct typos in ListBoxResetContent where lpls variable is
8989         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
8990         twice on the same handle if hData and hMem are the same.
8991
8992         * [debugger/opcodes/i386-dis.c]
8993         Add new name array names_rmw for table driven decoding of the
8994         16-bit mod/rm field.  Omit large case statement in OP_E and
8995         replace with array reference to match existing coding style.
8996         Add new static variable machine with value 286 or 386 to
8997         correctly decode mod/rm field in either 16 or 32 bit modes.
8998         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
8999         to decode mod/rm.  While the code was correct for 16 bit code,
9000         it was improperly decoding mod/rm fields on word prefixed
9001         32 bit instructions.
9002
9003         * [debugger/debug.l]
9004         Recognize new token ABORT.   Recognize single letters 'p'
9005         and 'q' as tokens.
9006
9007         * [debugger/dbg.y]
9008         Add new token ABORT.  Allow print command to be invoked by
9009         'p' and quit command by 'q', ala GDB.  Change lots of '};'
9010         to just '}'.  Add static dummy_regs to wine_debug so that
9011         wine_debug(0, NULL) doesn't core dump with qmagic.
9012
9013         * [debugger/info.c]
9014         Correct syntax of break command in helptext and omit former
9015         comment about probable bugginess of the disassembly since it
9016         is now correct.  Change fprintf of first backtrace stack
9017         frame to match that of the second and subsequent frames.
9018
9019         * [loader/selector.c]
9020         Change construction of command line in CreatePSP from creating
9021         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
9022         PSP command line looks like " arg1 arg2\r" with the length not
9023         including the trailing "\r" but that is not how Windows does it.
9024
9025         * [loader/library.c]
9026         Change uses of %s to print strings in GetModuleHandle to %x so
9027         that string IDs don't cause a core dump with qmagic.  Handle
9028         converting a string id to a literal module handle.  For
9029         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
9030         it is a real module handle.
9031
9032         * [misc/message.c]
9033         In MessageBox, translate a NULL title argument to the string "Error".
9034
9035         * [misc/profile.c]
9036         In GetSetProfile translate a NULL Default argument to "".  Any
9037         caller whose Default argument is NULL is buggy, but CHARMAP does it
9038         anyway.
9039
9040         * [objects/font.c]
9041         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
9042
9043 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
9044
9045         * New options/resourses nosaveunders and nobackingstore.  By 
9046         default backingstore and saveunders are now enabled, these use 
9047         more memory but avoids those slow (sometimes multiple) redraws 
9048         caused be exposure events.
9049
9050 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9051
9052         * [misc/driver.c] New file
9053         Skeleton for 'Installable Wine Drivers' functions. :-)
9054         * [misc/audio.c] New file
9055         Skeleton for basic 'Audio Driver' functions.
9056         * [misc/network.c] New file
9057         Stubs for few networking functions.
9058
9059         * [misc/mmsystem.c]
9060         More coding ... a dust in a galaxy ...
9061         * [misc/shell.c]
9062         Some coding for 'RegXXX' functions ... a dust in the wind ...
9063
9064         * [misc/profile.c]
9065         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
9066
9067         * [objects/gdi.c]
9068         New function CreateDiscardableBitmap(), it just calling 
9069         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
9070
9071         * [controls/listbox.c]
9072         * [controls/combo.c]
9073         New font member assigned to SYSTEM_FONT as default.
9074         Added processing for WM_SETFONT message;
9075
9076
9077 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
9078
9079         * [windows/event.c]
9080         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
9081
9082         * [windows/keyboard.c]
9083         Implemented beginning of GetAsyncKeyState.
9084
9085 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9086
9087         * [objects/metafile.c] [include/metafile.h]
9088           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
9089           [windows/dc.c]
9090         Further metafile support.
9091
9092 ----------------------------------------------------------------------
9093 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
9094
9095         * [loader/selector.c]
9096         Allocate heap and stack segments as 64k.
9097
9098 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
9099
9100         * [loader/selector.c]
9101         Correct typos where memcpy is used instead of memset.
9102
9103         * [loader/resource.c]
9104         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
9105         by calculating the value when the bitmap is not compressed.
9106
9107         * [miscemu/int21.c]
9108         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
9109
9110         * [loader/resource.c]
9111         New function type_match to handle string resource types as
9112         well as IDs.  In addition, compare only low 4 bits of type_id
9113         when both numbers are IDs so that 0x0002 matches 0x8002.
9114         In FindResourceByNumber and FindResourceByName use type_match
9115         instead of comparing numbers.  In FindResource handle the
9116         "#number" syntax and empty strings in both the resource and
9117         type names.
9118
9119 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
9120
9121         * [windows/dialog.c]
9122         Fix inadvertent printing of string IDs as strings.
9123
9124 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9125
9126         * [controls/menu.c]
9127         New functions GetMenuItemCount(), GetMenuItemID().
9128                 GetMenuString() & HiliteMenuItem().
9129         Bug fix in CheckMenuItem().
9130         Function SetMenu() now make client area recalc if menu removed.
9131
9132         * [windows/winpos.c]
9133         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
9134                 windows with initial width or height equal zero.
9135
9136         * [objects/gdiobj.c]
9137         New function EnumObjects(), using new lpPenBrushList buildup
9138                 from calls to new function GDI_AppendToPenBrushList().
9139                 ('pbrush.exe' don't show its face yet ! ... :-( )
9140         New EMPTY STUB for function SetObjectOwner(),
9141                 ('mplayer.exe' call it via GetProcAddress() ...)
9142
9143         * [objects/font.c]
9144         New internal functions ParseFontParms() & InitFontsList().
9145         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
9146         FONT_MatchFont now make retries to find closest-smallest font.
9147                 ('charmap.exe' can now show the differents fonts available)
9148
9149         * [windows/nonclient.c]
9150         Use small dos OBM_OLD_CLOSE button for MDI windows.
9151
9152         * [windows/graphics.c] [objects/bitmap.c]
9153         Start to remove obsolete globals such XT_screen ...
9154
9155         * [loader/library.c]
9156         Make function GetProcAddress() working also with builtin DLLs.
9157
9158 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
9159
9160         * [if1632/system.spec] [if1632/toolhelp.spec]
9161         system.dll & toolhelp.dll added.
9162
9163         * [loader/library.c]
9164         Modified GetModuleFileName() to return the full
9165         filename.
9166         Added a check to LoadLibrary() to prevent loading
9167         built in dlls. (eg. user.exe)
9168         Added a check to FreeLibrary() to prevent built-in
9169         dlls from being freed.
9170         Modified GetProcAddress() to support builtin dlls.
9171
9172         * [loader/signal.c] [miscemu/int2f.c]
9173         Added => pifedit runs.
9174
9175         * [misc/dos_fs.c]
9176         Added a NULL-ptr check to DOS_closedir().
9177
9178 ----------------------------------------------------------------------
9179 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
9180
9181         * [windows/dce.c]
9182         Fixed bug with dce initialization that was causing dialog boxes to not
9183         be displayed.
9184
9185         * [if1632/callback.c]
9186         Better fix for bug found by Martin.
9187
9188 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
9189
9190         * [ memory/heap.c ]
9191         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
9192
9193 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9194
9195         * [objects/font.c]
9196         Make EnumFonts() calling a callback with dummy fonts ... :-)
9197
9198         * [objects/text.c]
9199         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
9200
9201         * [if1632/callback.c]
9202         Temporarely go around bug in CallWindowProc(), you will see printfs.
9203
9204         * [controls/edit.c]
9205         Make EDIT controls focused by a mouse click.
9206
9207         * [misc/property.c]
9208         Bug Fix in function EnumProps(), better use of CallBack16().
9209
9210         * [misc/mmsystem.c]
9211         Basic Skelton's for MCI messages dispatching function.
9212
9213 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
9214
9215         * [windows/utility.c]
9216         Added windows_wsprintf() for the emulator, wsprintf() is
9217         for libwine.
9218
9219 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
9220
9221         * [misc/cursor.c]
9222         Fix pointer problems in LoadCursor leading to heap corruption.
9223
9224         *  [ controls/menu.c ]
9225         Fix two NULL dereferencing bugs.
9226
9227 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
9228
9229         * [objects/font.c]
9230         Fix NULL pointer dereferencing bug in GetCharWidth.
9231
9232         * [loader/resource.c]
9233         Fix under-allocation of memory in LoadAccelerators.
9234
9235         * [windows/class.c]
9236         Ignore negative sizes for extra fields in RegisterClass.
9237
9238 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9239
9240         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
9241           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
9242           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
9243           [windows/dc.c] [windows/mapping.c]
9244         Beginnings of metafile support.
9245
9246         * [misc/file.c]
9247         Corrected spelling of _lcreat.
9248
9249         * [controls/edit.c]
9250         Minor bug fixes.
9251 ----------------------------------------------------------------------
9252 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9253
9254         * [controls/scroll.c]
9255         Make thumbtrack button disappear if scroll box ratio < 3:1.
9256         Make arrow buttons rectangular if scroll box ratio < 2:1.
9257         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
9258                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
9259         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
9260
9261         * [loader/library.c] [loader/task.c] [misc/exec.c]
9262         Continue playing around trying to get a second task running.
9263
9264         * [windows/mdi.c]
9265         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
9266
9267         * [everywhere]
9268         Adding previous works of the Apr 25, 94.
9269
9270 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
9271
9272         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
9273         Added Martin's mmsystem.dll stubs.
9274
9275         * [misc/sound.c]
9276         Added remaining stubs for sound.dll.
9277
9278         * [if1632/shell.spec] [misc/shell.c]
9279         Fixed prototypes (I found them in BC 4) and added ShellAbout()
9280         and AboutDlgProc().
9281
9282 ----------------------------------------------------------------------
9283 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9284
9285         * [loader/signal.c]
9286         Add XUngrabPointer() & XUngrabServer() in wine_fault().
9287
9288 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9289
9290         * [objects/bitblt.c]
9291         color_stretch() rewritten to use ints only. *fast!*
9292         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
9293         use color_stretch().
9294
9295 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
9296
9297         * [controls/menu.c]
9298         SetSysMenu() added.
9299
9300         * [misc/cursor.c]
9301         GetCursor() added.
9302
9303         * [misc/main.c]
9304         SwapMouseButton() added, (NOP).
9305
9306         * [windows/win.c]
9307         GetDesktopHwnd() added.
9308
9309         * [if1632/*spec]
9310         Added not implemented functions defs as comment.
9311
9312         * [misc/winsocket.c]
9313         Change WSAGetXbyY() functions to non-blocking ones,
9314         Added WSAAsyncSelect(). 
9315         (WSA functions can't be canceled yet).
9316
9317 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
9318
9319         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
9320         path when given a simple file name.  Fixed GetSetProfile to allow
9321         enumerating all key names when KeyName is null.
9322
9323 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9324
9325         * [objects/bitblt.c]
9326         Add protection to BitBlt() & StretchBlt() for width or height = 0.
9327
9328         * [windows/nonclient.c]
9329         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
9330         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
9331
9332         * [windows/win.c]
9333         CreateWindowEx() & DestroyWindow() now call respectively
9334                 AddWindowToTask() & RemoveWindowFromTask().
9335         New empty stub for function AnyPopup().
9336
9337         * [loader/library.c]
9338         Bug Fix : GetModuleFileName() now return full path filename.
9339
9340         * [include/menu.h] [controls/menu.c]
9341         Add hText handle and remove obsolete MENUITEM struct members.
9342         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
9343         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
9344
9345         * [misc/file.c]
9346         GetTempFilename() now create a file.
9347         _lcreate() use unix open (name, mode, perm), with perm=O666.
9348
9349         * [if1632/relay.c]
9350         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
9351
9352         * New file [misc/mmsystem.c]
9353         * New file [include/mmsystem.h]
9354         * New file [if1632/mmsystem.spec]
9355         Many, many empty stubs ... :-)
9356
9357 ----------------------------------------------------------------------
9358
9359 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
9360
9361         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
9362         Fixed bug for non-Linux systems.
9363
9364 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9365
9366         * [windows/win.c]
9367         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
9368         New empty stub for function SetSysModalWindow().
9369
9370         * [misc/exec.c]
9371         New empty stub for function ExitWindows().
9372
9373         * [objects/font.c]
9374         New empty stub for function EnumFonts().
9375
9376         * New file [misc/property.c]
9377         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
9378
9379         * New file [misc/shell.c]
9380         New empty stubs for function RegisterShellProc(), 
9381                         ShellExecute() & ShellProc().
9382
9383         * New files [loader/task.c] & [include/task.h]
9384         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
9385                 from 'loader/library.c'.
9386
9387         * [if1632/user.c] [if1632/kernel.c]
9388         Put Atoms functions entries.
9389
9390         * [controls/combo.c]
9391         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
9392
9393         * [controls/listbox.c]
9394         New functions DirDlgSelect() & DirDlgList().
9395
9396 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
9397
9398         * [objects/test.c]
9399         GrayString() added.
9400
9401         * [if1632/callback.c]
9402         CallGrayStringProc() added.
9403
9404         * [if1632/relay.c] [if1632/mmsystem.spec]
9405         Added.
9406
9407         * [if1632/kernel.spec] [if1632/user.spec]
9408         Added forgotten specs for atom functions.
9409
9410 ----------------------------------------------------------------------
9411 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
9412
9413         * misc/spy.c (SpyInit): Added more message types
9414
9415         * [windows/mdi.c] [include/mdi.h]
9416         Maximizing and restoring child windows.
9417         Tiling of child windows.
9418
9419 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9420
9421         * [windows/winpos.c]
9422         Revert focus and activation to previous window when hiding a window.
9423
9424         * [windows/syscolor.c]
9425         Implemented system color objects (brushes and pens created at
9426         SetSysColor() time for better performance).
9427
9428         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
9429         Changed painting code to use system color objects.
9430
9431         * [windows/message.c]
9432         New function MSG_InternalGetMessage() for internal messages
9433         loops (e.g. for dialogs or menus).
9434
9435         * [windows/hook.c] [include/hook.h]  (New files)
9436         Beginning of the window hooks implementation.
9437
9438         * [windows/dialog.c]
9439         Use new function MSG_InternalGetMessage() in DialogBox().
9440
9441         * [if1632/callback.c]
9442         Added function CallHookProc().
9443
9444 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9445
9446         * [windows/event.c]
9447         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
9448
9449         * [misc/exec.c]
9450         Nothing much more than a stub for LoadModule(), I saw there a lot
9451                 to be done in that corner, I will come back later ...
9452
9453         * [loader/library.c]
9454         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
9455                         and associated modules & tasks linked-lists.
9456         (it's only an 'emerging bud', more to come next weeks).
9457
9458         * [loader/wine.c]
9459         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
9460
9461         * [control/menu.c]
9462         You can now click outside menu region without problem.
9463         Keyboard navig more smootly, even if a child has the focus.
9464         Bug fix in InsertItem(), (bad linklist when insert point not found).
9465         change Realloc for Free & Alloc in ModifyItem().
9466         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
9467                 done by DrawText(), (maybe it should done in DrawText() itself ?).
9468
9469 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9470
9471         * [misc/profile.c]
9472         .INI files will now be stored in / loaded from the windows dir
9473         if no path is supplied.
9474
9475         * [if1632/kernel.spec]
9476         Fixed GetDriveType's prototype.
9477
9478         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
9479         Fixed prototypes: winsock uses a word as socket handle not an int.
9480
9481         * [misc/winsocket.c]
9482         Added heap allocation for returned structures.
9483         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
9484
9485         * [loader/wine.c]
9486         Added IsDLLLoaded(), used in LoadImage() to prevent loading
9487         a dll multiple times.
9488         Directory is added to wine's path when a fullpath is supplied when
9489         starting wine.
9490         LoadImage(): DLL filename used instead DLL's own internal name,
9491         fixes 'Bad DLL name' errors.
9492
9493 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
9494
9495         * [controls/edit.c] [controls/widgets.c]
9496         First release of edit control.
9497
9498 ----------------------------------------------------------------------
9499 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
9500
9501         * [include/mdi.h] [windows/mdi.c]
9502         Use WM_PARENTNOTIFY messages to activate children.
9503         Generate WM_CHILDACTIVATE messages.
9504         Beginnings handler for maxmized child window.
9505         Clean up when children are destroyed.
9506
9507         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
9508         Removed code add 94/03/26.
9509
9510 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9511
9512         * [control/menu.c]
9513         Make mouse menu navigation working again. :-))
9514         (be carefull, clicking outside menus (ie.: clientrect) 
9515         not resolved yet)
9516
9517         * [windows/nonclient.c]  [controls/scroll.c]
9518         Bugs fix in NCTrackScrollBars().
9519
9520         * [misc/dos_fs.c]
9521         Bug fix in 'ToDos()' in conversion for '/',
9522                 (example: '/window/' was translated to 'WINDOWs').
9523
9524         * [miscemu/int21.c]
9525         Function ChangeDir() extract possible drive before DOS_ChangeDir().
9526
9527         * [loader/library.c]  [loader/wine.c]
9528         Playing around moving function GetProcAddress() and put some code in.
9529
9530 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
9531
9532         * [misc/main.c]
9533         Better explanation of command-line options.
9534
9535         * [objects/dib.c]
9536         Implemented SetDIBitsToDevice().
9537
9538         * [windows/dc.c]
9539         Bug fix in SetDCState().
9540
9541         * [windows/event.c]
9542         Removed WS_DISABLED handling (now done in message.c).
9543
9544         * [windows/message.c]
9545         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
9546         Use WindowFromPoint() to find the window for mouse events, taking
9547         into account disabled windows.
9548
9549         * [windows/painting.c]
9550         Bug fix in BeginPaint() to allow calling it at other times than
9551         on WM_PAINT (Solitaire needs it...)
9552
9553         * [windows/win.c]
9554         Implemented FindWindow().
9555         Rewritten EnableWindow() to behave more like Windows.
9556
9557         * [windows/winpos.c]
9558         Rewritten WindowFromPoint() to also search child windows.
9559
9560 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
9561
9562         * [include/int21.h] -> [msdos.h]
9563         renamed.
9564
9565         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
9566         new, added for int 10, 25 and 26.
9567
9568         * [miscemu/ioports.c]
9569         new, added to allow win apps to use ioports.
9570
9571         * [loader/signal.c]
9572         Added support for in, inb, out, outb instructions.
9573
9574 ----------------------------------------------------------------------
9575 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
9576
9577         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
9578
9579 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
9580
9581         * [windows/mdi.c]
9582         Window list properly updated.
9583
9584         * [windows/message.c]
9585         Call WINPOS_ChildActivate() when mouse pressed.
9586
9587         * [windows/nonclient.c]
9588         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
9589         NC_HandleNCPaint().
9590
9591         * [windows/winpos.c]
9592         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
9593
9594 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
9595
9596         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
9597         (DeleteMenu): Many bug fixes.
9598
9599         * [controls/menu.c]
9600         Created function FindMenuItem().
9601
9602 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
9603
9604         * [windows/win.c]
9605         Removed incorrect MDI handling code from CreateWindowEx().
9606
9607         * [controls/menu.c]
9608         MF_STRING items needed to allocate a private copy of string.
9609
9610         * [controls/menu.c]
9611         Fixed buggy calls to GlobalFree().
9612
9613         * [memory/global.c]
9614         Eliminated some redundant code with function call.
9615
9616 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
9617
9618         * [windows/timer.c]
9619         timer list pointers looped in InsertTimer
9620
9621 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
9622
9623         * [misc/cursor.c]
9624         A few changes for desktop window support.
9625
9626         * [misc/main.c]
9627         Added -depth option.
9628
9629         * [misc/rect.c]
9630         Yet another bug fix in SubtractRect().
9631
9632         * [objects/bitmap.c]
9633         Changes to use only one depth (specified with -depth)
9634         for color bitmaps.
9635
9636         * [objects/brush.c]
9637         Added support for dithered solid brushes.
9638
9639         * [objects/color.c]
9640         Use the same 20 system colors as in Windows.
9641         System palette initialisation now done in COLOR_InitPalette().
9642         Added support for a color mapping table to map logical color
9643         indexes to X colormap entries.
9644         Implemented GetNearestColor() and RealizeDefaultPalette().
9645
9646         * [objects/dib.c]
9647         Added support for color mapping table.
9648
9649         * [objects/dither.c]  (New file)
9650         Implemented solid color dithering.
9651
9652         * [objects/palette.c]
9653         Implemented GetSystemPaletteEntries() and SelectPalette().
9654
9655         * [windows/class.c]
9656         Make a copy of the menu name in RegisterClass().
9657
9658         * [windows/dc.c]
9659         Fixed device caps when using a desktop window.
9660         Added support for the color mapping table in DCs.
9661
9662         * [windows/event.c]
9663         Added ConfigureNotify handler on desktop window.
9664
9665         * [windows/message.c]
9666         Removed call to XTranslateCoordinates() on every mouse motion
9667         New function MSG_Synchronize() to synchronize with the X server.
9668
9669         * [windows/syscolor.c]
9670         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
9671
9672         * [windows/winpos.c]
9673         Added synchronization on window mapping. Solves the double redraw
9674         problem when starting Solitaire.
9675
9676 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9677
9678         * [control/menu.c]      * [windows/defwnd.c]
9679         Make keyboard navigation working with menubar,
9680         but temporarely inserted a bug in menubar mouse handling ... :-((
9681         (it will be fix next week !)
9682
9683         * [windows/defwnd.c]
9684         Connect VK_MENU to menubar navigation.
9685
9686         * [loader/library.c]
9687         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
9688
9689 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
9690
9691         * [misc/main.c]
9692         Added Copy(). Added a check for `-h' to show usage.
9693
9694         * [misc/dos_fs.c]
9695         Fixed bug in FindFile(), to load directories as dlls.
9696
9697         * [misc/dos_fs.c]
9698         Fixed ToUnix() and ToDos() again, as my previous patch
9699         didn't make it.
9700
9701         * [misc/dos_fs.c] [miscemu/int21.c]
9702         Bug fixes, should be able to handle all winfile and progman int21
9703         requests now except for a few small things.
9704
9705 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
9706
9707         * [memory/heap.c]
9708         Implemented GetFreeSystemResources().
9709
9710 ----------------------------------------------------------------------
9711 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
9712
9713         * controls/menu.c (GetSubMenu): Function did not return correct value
9714
9715         * [windows/mdi.c]
9716         Beginnings of menu handling.
9717
9718 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
9719
9720         * [objects/font.c]
9721         if font.width equals zero use asterix instead.
9722
9723 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9724
9725         * [objects/bitmap.c]
9726         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
9727
9728         * [objects/brush.c]
9729         Some changes with pattern brushes because of the new bitmap code.
9730
9731         * [objects/color.c]
9732         Added function COLOR_ToPhysical for better color mapping.
9733
9734         * [objects/dib.c]
9735         Heavily optimized SetDIBits().
9736
9737         * [windows/dc.c]
9738         Opimized SetDCState() and DC_SetupGC*() functions.
9739         Added stub for CreateIC().
9740
9741 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9742
9743         * [misc/message.c]
9744         Call SetFocus() after closing box to give back focus to previous owner.
9745
9746         * [misc/files.c]
9747         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
9748
9749         * [control/scroll.c]
9750         Calls to BitBlt() replace by StretchBlt().
9751
9752         * [control/menu.c]
9753         Call SetFocus() to previous owner after closing Popups. 
9754         Fill stub DeleteMenu().
9755
9756         * [control/listbox.c]
9757         * [control/combo.c]
9758         Use SetFocus() in WM_LBUTTONDOWN.
9759         Close ComboBox List upon WM_KILLFOCUS.
9760         Early development of WM_MEASUREITEM mecanism.
9761
9762         * [windows/defwnd.c]
9763         Early development of WM_MEASUREITEM mecanism.
9764
9765 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
9766
9767         * [misc/atom.c]
9768         Fixed sintaxis problem when building the library.
9769
9770 ----------------------------------------------------------------------
9771 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
9772
9773         * [include/windows.h]
9774         Added message types and structures for MDI
9775
9776         * [include/mdi.h]
9777         Created internal structures for handling MDI
9778
9779         * [windows/mdi.c]
9780         Began creating MDI support
9781
9782 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
9783
9784         * [loader/wine.c] [include/wine.h]
9785         Added new field to "struct w_files" to hold the "name table"
9786         resource for Windows 3.0 programs
9787
9788         * [loader/resource.c]
9789         Added code to handle programs with a "name table" resource.
9790         LoadResourceByName() modified to check for the existence of
9791         this resource.
9792
9793 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9794
9795         * [objects/color.c]
9796         Added installing the private colormap on the desktop window.
9797
9798         * [windows/event.c]
9799         Cleaned up focus event handling (see focus.c).
9800         Use GetFocus() to direct key events to the correct window.
9801
9802         * [windows/focus.c]
9803         Rewritten SetFocus() to:
9804         - only set X focus on top-level windows
9805         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
9806         - prevent setting focus to disabled windows
9807         - install private colormap so -privatemap option works again
9808
9809         * [windows/message.c] [windows/timer.c]
9810         Changed timer management to no longer use PostMessage(), but
9811         to generate timer messages on the fly. Also fixed a related bug
9812         in GetMessage() which could cause busy-waiting.
9813
9814         * [windows/win.c]
9815         Only select focus events on top-level windows.
9816
9817         * [windows/winpos.c]
9818         Added some sanity checks for desktop window.
9819
9820 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
9821
9822         * [misc/dos_fs.c]
9823         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
9824         Support for tilde symbol added for rootdirectories in [drives]
9825         section of wine's configfile.
9826
9827         * [misc/file.c]
9828         hread(), hwrite() added.
9829
9830         * [misc/main.c]
9831         hmemcpy() added.
9832
9833         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
9834         Added STRESS.DLL, an useless dll used to stress a windows system.
9835
9836         * [*/*]
9837         Added missing #includes, fixed prototypes for prototype checking.
9838
9839         * [include/prototypes.h]
9840
9841         Added prototypes for loader/*c, if1632/*c.
9842
9843 ----------------------------------------------------------------------
9844 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
9845
9846         * [Configure]
9847         Added reminder to set WINEPATH, if it is not set.
9848
9849         * [Imakefile]
9850         Removed #elif's
9851
9852         * [controls/button.c]
9853         Added BN_CLICKED notification for owner-draw buttons.
9854
9855         * [if1632/kernel.spec] [memory/heap.c]
9856         Changed Local* functions to WIN16_Local* to prevent unconcious use
9857         of these functions.
9858
9859         * [if1632/relay.c]
9860         Push old Stack16Frame on stack before setting.
9861
9862         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
9863         Added multiple local heap handling in Atom* functions.
9864
9865         * [include/regfunc.h] [miscemu/int21.c]
9866         Rewrote DOS3Call() use context frame that is already on the stack.
9867
9868         * [misc/profile.c]
9869         Fixed to allow leading ";" to mark comments.
9870
9871         * [misc/spy.c]
9872         Fixed bugs and added support for "include" and "exclude" filters.
9873
9874         * [misc/user.c]
9875         Rearranged calls in InitApp().
9876
9877         * [misc/font.c]
9878         Fixed font handling to create system fonts, if they are used.
9879
9880         * [windows/dc.c]
9881         If text drawn on window with no font specified, then default the
9882         font to the system font.
9883
9884 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9885
9886         * [controls/desktop.c]
9887         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
9888         Implemented SetDeskPattern().
9889
9890         * [misc/main.c]
9891         Added -desktop option to get a large desktop window with
9892         everything inside it.
9893         Added -name option.
9894
9895         * [misc/rect.c]
9896         Bug fix in SubtractRect().
9897
9898         * [objects/*.c]
9899         Replaced the DefaultRootWindow() macro by the rootWindow variable.
9900
9901         * [windows/event.c] [windows/message.c]
9902           [windows/nonclient.c] [windows/win.c]
9903         A few changes to accomodate the new desktop window.
9904
9905  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
9906  
9907         * [toolkit/arch.c] --New file-- 
9908         Routines for converting little endian data structures to
9909         big-endian data structures, currently only BITMAP structures are 
9910         converted.
9911  
9912         * [misc/atom.c]
9913         When used as part of the WineLib, the code is much simpler.
9914         Doesn't depend on alignement.
9915  
9916         * [loader/wine.c]
9917         Ifdefed Emulator dependent code if compiling WineLib.
9918  
9919         * [loader/resource.c]
9920         Moved misc/resource.c to loader/resource.c.
9921  
9922         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
9923         Ifdefed whole code if compiling WINELIB.
9924  
9925         * [include/winsock.h]
9926         Added compilation define to allow compilation on SunOS.
9927  
9928         * [include/wine.h]
9929         Removed load_typeinfo and load_nameinfo prototypes, they belong
9930         to neexe.h
9931  
9932         * [include/neexe.h]
9933         Added load_typeinfo and load_nameinfo prototypes.
9934  
9935         * [include/arch.h]
9936         Fixed some bugs in the conversion routines.
9937         Added macros for Bitmap loading.
9938
9939 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
9940         
9941         * [if1632/kernel.spec] [memory/global.c]
9942         Implemented GetFreeSpace()
9943
9944         * [if1632/user.spec] [loader/resource.c]
9945         Implemented CreateIcon()
9946
9947 ----------------------------------------------------------------------
9948 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
9949
9950         * [Configure] [*/Imakefile]
9951         Created configure script to handle different types of Wine builds.
9952
9953         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
9954         Added ability to compile Wine on systems with 14-char filename limit.
9955
9956         * [if1632/relay.c] [include/options.h] [misc/main.c]
9957         Added -relaydbg option to command line if DEBUG_RELAY is defined.
9958
9959         * [loader/selector.c]
9960         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
9961
9962         * [memory/heap.c]
9963         Fixed LocalInit() to work correctly.
9964
9965         * [misc/user.c]
9966         Added code to call loaded DLLs' initialization routines.
9967
9968 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9969
9970         * [windows/dce.c]
9971         Added clipping of child windows by their parent's client area.
9972
9973         * [windows/nonclient.c]
9974         Bug fix in NC_DoNCPaint().
9975
9976         * [windows/painting.c]
9977         Bug fix in RedrawWindow().
9978
9979 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9980
9981         * [mem/atom.c]
9982         Bug fix again in ATOM_DeleteAtom() : 
9983                 change LocalFree() by USER_HEAP_FREE().
9984         (Previous patch done Feb 13th had been lost)
9985
9986         * [controls/scroll.c]
9987         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
9988
9989         * [windows/class.c] (sorry Alex ...)
9990         There was no bug there "in RegisterClass() : 
9991                 WNDCLASS->lpszClassName was reset to NULL."
9992                               ^^^^^
9993
9994         * [misc/clipboard.c]    --- New File ---
9995         New function EnumClipboardFormats().
9996         New function OpenClipboard().
9997         New function CloseClipboard().
9998         New function EmptyClipboard().
9999         New function GetClipboardOwner().
10000         New function GetClipboardViewer().
10001         New function CountClipboardFormats().
10002         New function IsClipboardFormatAvailable().
10003         New function OpenClipboard().
10004         New function GetClipboardData().
10005         New function SetClipboardViewer().
10006         New function EnumClipboardFormats().
10007         New function RegisterClipboardFormat().
10008         New function ChangeClipboardChain().
10009         New function SetClipboardData().
10010         New function GetOpenClipboardWindow().
10011         New function GetPriorityClipboardFormat().
10012         New function GetClipboardFormatName().
10013
10014 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
10015
10016         * [misc/comm.c]
10017         bugfix in OpenComm().
10018
10019 ----------------------------------------------------------------------
10020 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
10021
10022         * [include/winsock.h]
10023         The sockproto struct is already defined in <sys/socket.h>
10024
10025         * [misc/winsock.c]
10026         Need to include <netinet/in.h> for struct in-addr.
10027         Use sys_errlist[] instead of strerror[].
10028
10029         *[toolkit/heap.c]
10030         ANSI C specifies that the malloc functions are defined in stdlib.h,
10031           so we don't need to include malloc.h.
10032
10033         *[loader/ldtlib.c]
10034         Print informative error message about probable cause of i386_set_ldt()
10035           failure and then exit.
10036
10037         *[Imakefile]
10038         For systems that don't use gmake by default, set the MAKE variable
10039           to gmake and propagate it on recursive makes.
10040         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
10041           can be built with the FreeBSD 1.0.2 compiler.
10042
10043 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
10044
10045         * [objects/bitblt.c]
10046         Added in three functions to do stretching and compression
10047         for WHITEONBLACK, BLACKONWHITE, and color copies.
10048
10049 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
10050
10051         * [windows/graphics.c]
10052         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
10053         inefficent, but should suffice for now.
10054
10055         * [include/windows.h]
10056         Changed the x,y paramaters for the FloodFill prototype 
10057         from ints to shorts
10058
10059 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10060
10061         * [windows/widgets.c]
10062         Added desktop window class.
10063
10064         * [windows/painting.c]
10065         Bug fix in RedrawWindow().
10066         Implemented ExcludeUpdateRgn().
10067
10068         * [windows/win.c] [windows/winpos.c]
10069         Implemented desktop window.
10070
10071         * [controls/desktop.c]
10072         Preliminary desktop window procedure.
10073
10074 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10075
10076         * [controls/menu.c]
10077         New function LoadMenuIndirect().
10078         New function GetMenuCheckMarkDimensions().
10079
10080         * [if1632/user.spec]
10081         Entry for DefDlgProc().
10082
10083         * [windows/class.c]
10084         Fix bug in RegisterClass() : 
10085                 WNDCLASS->lpszMenuName was reset to NULL.
10086
10087         * [windows/win.c]
10088         In CreateWindowEx(), if hMenu == 0 then use 
10089                 wndclass->lpszMenuName to load Menu from resource;
10090
10091 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
10092
10093         * [loader/library.c] [loader/wine.c]
10094         Fixed runing DLL's as main executable problem.
10095
10096         * [misc/dos_fs.c]
10097         Added wildcard support in DOS_readdir().
10098
10099         * [misc/winsocket.c]
10100         Added proper error handling of BSD winsocket functions.
10101
10102         * [miscemu/int21.c]
10103         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
10104
10105         * [main/main.c]
10106         Added functions for GetVersion, GetWinFlags and GetTimerResolution
10107         for libwine.a, SystemParametersInfo() partly implemented.
10108
10109 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
10110
10111         * [toolkit/winmain.c]
10112         Added _WinMain function. Setups the library (calls USER_InitApp).
10113
10114         * [toolkit/sup.c]
10115         Added load_mz_header, load_ne_header, load_type_info and
10116         load_name_info functions.
10117
10118         * [toolkit/heap.c] 
10119         Code cleanup. 
10120
10121         * [misc/user.c]
10122         Moved from loader/misc.c. I hope to put back all the loader
10123         functions in the ~loader subdirectory in the future. CUrrently is
10124         needed since it has USER_InitApp.
10125
10126         * [misc/resource.c]
10127         Since WineLib will probably need DLLs (currently it needs
10128         Sysres.dll). WineLib will be using much code of the loader again.
10129         So I removed some ifdefs that were used by WineLib.
10130
10131         Added load_typeinfo and load_nameinfo (and the corresponding
10132         functions in [toolkit/sup.c]
10133
10134         Added integer convertion functions in the needed places.
10135
10136         Added very ugly patch (includes wine.c). In the next release I
10137         plan to move back all the loader routines to ~/loader. In the
10138         meantime I needed this patch. It doesn't affect any of the
10139         emulator code (its ifdefed for WineLib).
10140
10141         * [misc/main.c]
10142         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
10143         Ifdefed argument number checking when compiling the library.
10144
10145         * [loader/wine.c]
10146         Modified to use load_(mz|ne)_header instead of doing a direct
10147         read.  When compiling the emulator it still uses the direct read
10148         for performance. 
10149
10150         * [include/wine.h]
10151         Prototypes for loading routines.
10152
10153         * [include/class.h]
10154         Added WINE_PACKED macro instead of __attribute__ ((packed))
10155
10156         * [include/arch.h]
10157         Macros for converting integers (Little endian to big-endian).
10158         Needed in the Sun to allow loading of DLL files.
10159
10160 ----------------------------------------------------------------------
10161 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10162
10163         * [windows/clipping.c]
10164         Moved everything into windows/painting.c and removed this file.
10165
10166         * [windows/message.c]
10167         Removed calls to memmove() in MSG_RemoveMsg().
10168
10169         * [windows/nonclient.c]
10170         Added WM_GETMINMAXINFO support for window resizing.
10171
10172         * [windows/painting.c]
10173         Implemented RedrawWindow().
10174
10175         * [windows/scroll.c]
10176         Bug fix in ScrollWindowEx().
10177
10178         * [windows/win.c]
10179         Moved UpdateWindow() to windows/painting.c.
10180
10181 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
10182         
10183         * [loader/wine.c] [misc/dos_fs.c]
10184         getenv() eq NULL bugfixes.
10185
10186         * [misc/comm.c]
10187         cfmakeraw changed for SunOS.
10188
10189 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10190
10191         * [mem/atom.c]
10192         Bug fix in ATOM_DeleteAtom() : 
10193                 change LocalFree() by USER_HEAP_FREE().
10194
10195         * [misc/message.c]
10196         New function FatalAppExit().
10197
10198         * [objects/font.c]
10199         New empty stub SetMapperFlags().
10200
10201         * [controls/menu.c]
10202         Better CheckMark & other bitmaps placement.
10203
10204         * [windows/graphics.c]
10205         New function RoundRect() : calc.exe now working...
10206
10207 Tue Feb 15 14:29:37 1994  John Richardson
10208
10209         * [objects/bitblt.c]
10210         Fixed StretchBlt so it works quicker and faster.  It still doesn't
10211         use the StretchMode bits for bitmap compression, but that will
10212         come soon.
10213
10214 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10215
10216         * [include/windows.h,dialog.h,gdi.h]
10217         Changed __atribute__ ((packed)) for WINE_PACKED. 
10218         When compiling the library this is defined as nothing. This gets
10219         rid with all the problems compiling under SunOS. Also 
10220
10221         * [windows/utility.c]
10222         Added DebugPrintString.
10223
10224         * [toolkit/sup.c]
10225         Added hSysRes = 1 definition to resolve externals.
10226         Added CallLineDDAProc function (toolkit version).
10227         Added toy, and hi ineficient memmove until code in message.c get
10228         rewritten.
10229
10230         * [objects/gdiobj.c]
10231         Ifdefed linux/emulator-dependent code to allow compilation of
10232         WineLib.
10233
10234         * [misc/winsocket.c]
10235         Added ifdef to allow compilation under SunOS.
10236
10237         * [misc/resource.c]
10238         When compiling the library, the resource file is expected to be in
10239         a file called $argv[0].Res. Also the information of the resource
10240         is expected to be at offset 0 of the .Res file.
10241
10242         * [misc/main.c]
10243         Call WinMain with arguments if compiling WineLib.
10244         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
10245         Call sync_profiles to preserve changes to .INI files.
10246
10247         * [misc/comm.c,dos_fs.c]
10248         removed call to atexit(Comm_DeInit)
10249         removed call to atexit(DOS_DeInitFS)
10250         Shutdown functions are now called from the return of WinMain
10251
10252         * removed memorylib subdirectory
10253
10254         * moved memory/atom.c    to misc/atom.c
10255           moved memorylib/heap.c to toolkit/heap.c
10256
10257         * [loader/wine.c]
10258         Moved DebugPrintString to windows/utility.c
10259
10260         * [include/winsock.h]
10261         Define SO_DONTLINGER only if it has not been previously defined.
10262
10263         * [include/windows.h]
10264         added definition for DLGPROC.
10265         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
10266         When compiling WineLib WNDPROC is defined with all the parameters
10267         to avoid compilation problems.
10268
10269         * [include/user.h]
10270         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
10271         calls are translated to the library allocation routines.
10272
10273         * [include/gdi.h,user.h]
10274         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
10275         translated to the library allocation routines.
10276
10277         * [include/atom.h]
10278         Defined LocalAlign. When compiling the emulator it's translated as
10279         a call to LocalAlloc (the original code), when compiling WineLib
10280         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
10281         (atom.c needs aligned data on a 4 byte boundary).
10282
10283         * [misc/file.c]
10284         Renamed KERNEL_* functions and fixed prototypes.
10285
10286         * [if1632/kernel.spec]
10287         Renamed KERNEL_* functions in order to be used by applications
10288         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
10289         _llseek, _lopen, _lwrite).
10290
10291         * [Makefile]
10292         Create library instead of executable when building target
10293         libwine.a 
10294
10295 ----------------------------------------------------------------------
10296 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
10297
10298         * [Makefiles]
10299         Use $(CC) instead of cc.
10300         Added libwine target.
10301
10302         * [include/prototypes]
10303         #ifdefed section for WineLib
10304
10305         * moved loader/cursor.c   to misc/cursor.c
10306           moved loader/resource.c to misc/resource.c
10307           moved misc/emulate.c    to miscemu/emulate.c
10308           moved misc/int1a.c      to miscemu/int1a.c
10309           moved misc/int21.c      to miscemu/int21.c
10310           moved misc/kernel.c     to miscemu/kernel.c
10311           moved misc/user.c       to miscemu/user.c
10312
10313         * [memorylib/heap.c]
10314         Heap management for WineLib
10315
10316         * [misc/comm.c]
10317         Modified to allow compilation under SunOS (#include errno, SunOS
10318         doesn't have atexit ()).
10319
10320         * [misc/dos_fs.c]
10321         Modified to allow compilation under SunOS (#include vfs.h)
10322
10323         * [misc/file.c]
10324         Modified to allow compilation under SunOS (OPEN_MAX constant,
10325         #include unistd.h)
10326
10327         * [objects/palette.c]
10328         Modified to allow compilation under SunOS (#include limits)
10329
10330         * [toolkit/sup.c]
10331         WineLib version of CallWindowProc.
10332
10333         * [windows/event.c]
10334         Typedef XPointer under X11R4 (OpenWindows).
10335
10336         * [windows/win.c]
10337         When compiling WineLib, use direct callbacks instead of the
10338         windows supplied callbacks.
10339
10340 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10341
10342         * [loader/cursor.c]
10343         New function CURSOR_SetWinCursor(), for internal use, to set
10344         the cursor of a specific window more reliably than with SetCursor().
10345
10346         * [windows/nonclient.c]
10347         Better window management. Moving and resizing from the system
10348         menu should work now.
10349         Added scroll-bar mouse tracking.
10350
10351         * [windows/win.c]
10352         Moved scroll-bar creation and destruction to defwnd.c.
10353
10354 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10355
10356         * [windows/nonclient.c]
10357         Call to StdDrawMenuBar() during NC's drawing.
10358         New NC_TrackMouseMenuBar() function which call 
10359                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
10360
10361         * [controls/menu.c]
10362         New ChangeMenu() function.
10363         Remove permanently old Xt menu code.
10364         Make common functions MenuButtonDown(), MenuButtonUp()
10365                 & MenuMouseMove() for both popups & menubar.
10366         
10367         * [controls/combo.c]
10368         Paint OBM_COMBO directly in combo client.
10369
10370         * [controls/listbox.c]
10371         Fix bug in multicolumns calculations.
10372
10373         * [controls/Makefile]
10374         Remove rules for old file 'caption.c'.
10375
10376         * [misc/kernel.c]
10377         Remove empty stub GetModuleFileName().
10378
10379         * [loader/library.c]
10380         New GetModuleHandle() function.
10381         New GetModuleUsage() function.
10382         New GetModuleFileName() function.
10383
10384         * [loader/resource.c]
10385         Try to find the bug a missing menu loading ... Not found yet !
10386
10387         * [windows/win.c]
10388         Remove old menubar creation.
10389
10390 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
10391
10392         * [misc/winsocket.c]
10393         More functions added.
10394
10395         * [if1632/winsock.spec] [misc/winsocket.c]
10396         Added John Brezak's winsock.dll stuff.
10397
10398 ----------------------------------------------------------------------
10399 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
10400
10401         * [loader/selector.c]
10402         Added function CreateNewSegments().  Modified IPCCopySelector
10403         to allow aliasing to any arbitrary memory space.
10404
10405         * [memory/global.c]
10406         Fixed potential bug in GlobalGetFreeSegments().
10407
10408         * [memory/linear.c]
10409         Created functions GlobalLinearLock() and GlobalLinearUnlock().
10410
10411 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
10412
10413         * [controls/widgets.c]
10414         Removed CAPTION window class.
10415
10416         * [loader/cursor.c]
10417         Bug fix in LoadCursor(): don't allocate memory every time for
10418         built-in cursors.
10419
10420         * [windows/clipping.c]
10421         Invalidate child windows in InvalidateRgn().
10422
10423         * [windows/defwnd.c]
10424         Added repaint of the caption when changing window text.
10425
10426         * [windows/event.c]
10427         Modified SetCapture() to allow keyboard events while capturing.
10428
10429         * [windows/message.c]
10430         New function MSG_GetHardwareMessage(), to do mouse tracking
10431         without returning control to the Windows program.
10432
10433         * [windows/nonclient.c]
10434         A couple of changes in frame drawing for DLGMODALFRAME windows.
10435         Rewritten window moving code, to use MSG_GetHardwareMessage()
10436         instead of non-client mouse events (this is the way Windows
10437         does it), and to send WM_ENTERSIZEMOVE messages.
10438         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
10439
10440         * [windows/win.c]
10441         Allocate temporary structures on the USER heap instead of
10442         using GlobalAlloc().
10443
10444         * [windows/winpos.c]
10445         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
10446
10447 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10448
10449         * [windows/nonclient.c]
10450         Call to StdDrawScrollBar() during NC's drawing.
10451         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
10452         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
10453         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
10454
10455         * [controls/menu.c]
10456         New GetSubMenu() function.
10457         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
10458
10459         * [controls/listbox.c]
10460         Start changes to satisfy recent changes in scrollbars/windows.
10461
10462         * [loader/resource.c]
10463         Put some code in LoadAccelerators() stub.
10464         New TranslateAccelerator() function.
10465
10466         * [windows/win.c]
10467         Remove GetMenu() & SetMenu() functions.
10468         Call to NC_CreateScrollBars() if required by CreateWindow().
10469
10470 ----------------------------------------------------------------------
10471 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
10472
10473         * [window/win.c]
10474         Added functions EnumWindows, EnumChildWindows, and helper
10475         WIN_EnumChildWin.  EnumWindows won't list all wine windows
10476         because GetDesktopWindow isn't complete.  However, the code
10477         is in place for it to work correctly and only needs 
10478         GetDesktopWindow to do so.  
10479
10480 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
10481
10482         * [windows/defwnd.c]
10483         Added handling of activation messages (WM_ACTIVATE,
10484         WM_NCACTIVATE, WM_MOUSEACTIVATE)
10485
10486         * [windows/event.c]
10487         De-activate the window when losing input focus.
10488
10489         * [windows/focus.c]
10490         Bug fix in SetFocus().
10491
10492         * [windows/message.c]
10493         Added activation of the window on mouse-clicks.
10494
10495         * [windows/nonclient.c]
10496         Changed non-client area painting to use the correct colors
10497         depending upon the activation state.
10498         Added WM_NCACTIVATE message handling.
10499         Fixed a couple of bugs in window moving and resizing.
10500
10501         * [windows/winpos.c]
10502         Implemented Get/SetActiveWindow().
10503         Implemented SWP_NOACTIVATE flag in SetWindowPos().
10504
10505 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10506
10507         * [misc/message.c]
10508         MessageBox has a CaptionBar for his title except for
10509                 MB_SYSTEMMODAL with MB_ICONHAND.
10510
10511         * [windows/nonclient.c]
10512         Call to NC_TrackSysMenu on SysMenu button mouse click.
10513
10514         * [windows/defwnd.c]
10515         Call to NC_TrackSysMenu on Alt key (VK_MENU).
10516
10517         * [controls/menu.c]
10518         New GetSystemMenu() function.
10519         New CopySystemMenu() internal function.
10520         New NC_TrackSysMenu() internal function.
10521
10522         * [include/windows.h]
10523         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
10524
10525 ----------------------------------------------------------------------
10526 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
10527
10528         * [window/win.c]
10529         Added functions EnableWindow, IsWindowEnabled, and helper 
10530         WIN_SetSensitive.
10531         
10532         * [window/event.c]
10533         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
10534         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
10535         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
10536         button presses beep for a disabled window.  
10537         If anyone finds better places for these checks, please tell me.
10538
10539 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10540
10541         * [misc/message.c]
10542         Cleanup on buttons answer value returned.
10543
10544         * [control/combo.c]
10545         Now use OBM_COMBO bitmap dropdown button.
10546
10547 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
10548
10549         * [misc/comm/c]
10550         A few bugfixes.
10551
10552 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
10553
10554         * [loader/cursor.c]
10555         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
10556
10557         * [include/options.h] [misc/main.c]  (New files)
10558         Rewrote main() function to get rid of Xt application context,
10559         and added command-line option parsing.
10560
10561         * [objects/color.c]
10562         Use of a private map now configurable with command-line option.
10563
10564         * [windows/defwnd.c]
10565         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
10566
10567         * [windows/event.c]
10568         Removed ConfigureNotify event handler (no longer needed).
10569
10570         * [windows/message.c]
10571         Send WM_SETCURSOR message on mouse events.
10572
10573         * [windows/nonclient.c]
10574         Use OEM bitmaps for the drawing of the non-client area.
10575         Added caption bar buttons handling, and moving and resizing of
10576         the window via the window frame (bypassing the window manager).
10577
10578         * [windows/painting.c]
10579         Bug fix in BeginPaint().
10580
10581         * [windows/win.c]
10582         Set the override_redirect flag for windows (to bypass window
10583         manager).
10584
10585         * [windows/winpos.c]
10586         Implemented WindowFromPoint(), ChildWindowFromPoint(),
10587         BringWindowToTop(), Get/SetInternalWindowPos(),
10588         Get/SetWindowPlacement().
10589
10590 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
10591
10592         * [memory/heap.c]
10593         Added support for multiple local heaps.
10594
10595 ----------------------------------------------------------------------
10596 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
10597
10598         * [window/caret.c]
10599         Modified code to use system timer.
10600
10601 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10602
10603         * [windows/win.c]
10604         Windows create if required new XLIB MenuBar & CaptionBar.
10605
10606         * [windows/defwnd.c]
10607         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
10608         (I'm not sure it's the good place for it, but it work...)
10609
10610         * [loader/resource.c]
10611         optimize in FindResourceByNumber, make lseek() if next type ...
10612
10613         * [controls/scroll.c]
10614         scrollbar buttons are now using system resources bitmaps.
10615
10616         * [controls/caption.c] - new file ...
10617         captionbar showing title, close button with SysMenu,
10618         and other buttons using system resources bitmaps.
10619
10620         * [controls/menu.c]
10621         New functions: SetMenuItemBitmaps() with 'glues',
10622         Make new version of LoadMenu() & ParseMenu(),
10623         ( put #define USE_POPUPMENU ).
10624         Implementation of MenuBar functions.
10625         
10626         * [sysres.dll]
10627         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
10628         New SYSMENU menu, it don't work yet ! :-((
10629
10630 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
10631
10632         * [memory/atom.c]
10633         Fixed a bug that could cause atoms to be case-sensitive.
10634
10635         * [misc/rect.c]
10636         Bug fix in SubtractRect().
10637
10638         * [objects/clipping.c]
10639         Bug fix when setting the clip mask to an empty region.
10640
10641         * [windows/dce.c]
10642         Bug fix in ReleaseDC().
10643
10644         * [windows/dialog.c]
10645         Call AdjustWindowRectEx() before creating the dialog window.
10646         Added support for DS_MODALFRAME style.
10647
10648         * [windows/event.c]
10649         Cleaned up event handling and removed old Xt stuff.
10650         Moved double-click handling to windows/message.c
10651
10652         * [windows/focus.c]
10653         Bug fix: only set the X focus when the window is viewable.
10654
10655         * [windows/graphics.c]
10656         Rewritten DrawReliefRect() to use brush instead of pen, and
10657         to use the system colors.
10658
10659         * [windows/message.c]
10660         Implemented WM_NCHITTEST message sending, and non-client
10661         mouse messages.
10662         Cleaned up double-click handling, and removed the Xt code.
10663
10664         * [windows/nonclient.c]  (New file)
10665         Implemented AdjustWindowRect().
10666         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
10667
10668         * [windows/painting.c]
10669         Added sending of the WM_NCPAINT message in BeginPaint().
10670
10671         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
10672         Implemented system metrics.
10673
10674         * [windows/win.c]
10675         Bug fix in setting the parent and owner in CreateWindow().
10676         Removed the Xt code.
10677
10678         * [windows/winpos.c]
10679         Added sending of the WM_NCPAINT message in SetWindowPos().
10680         Removed the Xt code.
10681
10682 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
10683
10684         * [windows/class.c]
10685         Implemented GetClassName and GetClassInfo.
10686
10687         * [windows/caret.c]
10688         Various improvements to text caret code.
10689
10690 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
10691
10692         * [misc/comm.c]
10693         Patches to work with NetBSD.
10694
10695 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
10696
10697         * [objects/bitblt.c] Added StretchBlt().
10698
10699 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
10700
10701         * [misc/user.c]
10702         Added creation of system message queue.
10703
10704         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
10705         Added DC size fields into DC structure.         
10706
10707         * [objects/clipping.c]
10708         Bug fix in CLIPPING_IntersectRect().
10709
10710         * [windows/class.c]
10711         Allocate a DCE instead of a DC for CS_CLASSDC classes.
10712
10713         * [windows/clipping.c]
10714         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
10715
10716         * [windows/dce.c]
10717         Implemented GetDCEx() and GetWindowDC().
10718
10719         * [windows/defwnd.c]
10720         Implemented WM_WINDOWPOSCHANGED handling.
10721
10722         * [windows/event.c]
10723         Preliminary support for Xlib event handling instead of Xt callbacks.
10724         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
10725
10726         * [windows/message.c]
10727         Preliminary support for multiple message queues.
10728         Implemented hardware_event() to store messages into the system queue.
10729         Implemented Get/SetTaskQueue().
10730         Better WM_PAINT and WM_TIMER handling.
10731         Changes to use Xlib instead of Xt for events.
10732
10733         * [windows/painting.c]
10734         Use GetDCEx() to retrieve the DC, to get a correct visible region.
10735
10736         * [windows/timer.c]
10737         Moved the timer procedure callback into DispatchMessage().
10738         Changed implementation to get rid of Xt timeouts.  Timer checking
10739         is now done inside GetMessage().
10740
10741         * [windows/win.c]
10742         Allocate a DCE instead of a DC for CS_OWNDC windows.
10743         Replaced Xt calls with Xlib calls.
10744         Moved window positioning functions into windows/winpos.c
10745
10746         * [windows/winpos.c]  (New file)
10747         Rewritten most of the window positioning functions.
10748         Implemented SetWindowPos() and MapWindowPoints().
10749
10750 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10751
10752         * [if1632/user.spec]
10753         Bad arguments description for function SetDlgItemText.
10754
10755         * [objects/text.c]
10756         Function DrawText now handle DT_CALCRECT request.
10757
10758         * [misc/message.c]
10759         Message boxes now use DrawText with DT_CALCRECT.
10760
10761         * [windows/graphics.c]
10762         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
10763
10764         * [windows/win.c]
10765         Bug fix for flags in function ShowWindow.
10766         More accurate WM_SIZE generated by function ShowWindow.
10767
10768         * [controls/listbox.c]
10769         More code for LBS_MULTIPLESEL.
10770         More code for LBS_MULTICOLUMN.
10771
10772         * [include/windows.h]
10773         Bad define for MF_SEPARATOR.
10774
10775         * [controls/menu.c]
10776         New functions: PopMenuWndProc() with 'glues',
10777         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
10778         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
10779         Code in stubs: CreateMenu(), DestroyMenu(). 
10780
10781 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
10782
10783         * loader/wine.c: Added support for relocation types 5 and 6.
10784
10785 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
10786
10787         * [misc/comm.c]
10788         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
10789         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
10790         GetCommError(), SetCommEventMask(), GetCommEventMask(),
10791         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
10792         WriteComm().
10793
10794 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
10795
10796         * [windows/caret.c]
10797         Implemented text caret functions.
10798
10799 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
10800
10801         * [loader/wine.c]
10802         Bug fix in LoadImage().
10803
10804         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
10805           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
10806         Modified graphics calls to take into account the DC origin.
10807
10808         * [windows/defwnd.c]
10809         Added preliminary WM_NCCALCSIZE handling.
10810
10811         * [windows/event.c]
10812         Send WM_NCCALCSIZE message on resize event.
10813
10814         * [windows/win.c]
10815         Send WM_NCCALCSIZE message in CreateWindow().
10816         Realize widgets at creation time (should prevent problems with
10817         unrealized widgets).
10818
10819 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10820
10821         * [controls/static.c]
10822         Send mouse & keyboard message received to its parent.
10823
10824         * [controls/scroll.c]
10825         Send keyboard message received to its parent.
10826
10827         * [controls/listbox.c]
10828         Add Navigation keys .
10829         ListBox now use VSCROLL & HSCROLL instead of children.
10830         Alpha version of LBS_MULTIPLESEL.
10831         Alpha version of LBS_MULTICOLUMN.
10832
10833         * [controls/combo.c]
10834         Add Navigation keys on closed ComboBox.
10835         Remove useless 'COMBOBOX_CreateComboBox' function.
10836
10837 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
10838
10839         * [loader/wine.
10840         LoadImage() modified to use FindFile().
10841
10842         * [misc/file.c]
10843         SetErrorMode added
10844
10845         * [misc/dos_fs.c]
10846         bug fixes.
10847
10848 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10849
10850         * [memory/global.c]
10851         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
10852
10853         * [sysres.dll]
10854         preliminary version of a 'glass of wine' bitmap
10855
10856         * [windows/event.c]
10857         New function 'GetCapture'.
10858
10859         * [controls/scroll.c]
10860         Remove useless 'SCROLLBAR_CreateScrollBar' function.
10861
10862         * [controls/listbox.c]
10863         Remove useless 'LISTBOX_CreateListBox' function.
10864
10865 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
10866
10867         * [objects/font.c]
10868         Corrected bugs in GetCharWidth().
10869
10870         * [windows/event.c]
10871         Modified EVENT_key to send Windows virtual key codes for
10872         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
10873         for printable characters.
10874
10875 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
10876
10877         * [windows/graphics.c]
10878         Added Polyline and Polygon
10879
10880 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
10881
10882         * [controls/listbox.c]
10883         ListBoxDirectory() modified to use dos_fs.c's functions to
10884         access files&|drives.
10885
10886 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
10887
10888         * [misc/dos_fs.c]
10889         Added FindFile() to search a file in a dos/unix style path.
10890         
10891         * [misc/file.c]
10892         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
10893         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
10894         GetDriveType.                      
10895
10896         * [misc/int21.c]
10897         Modified.
10898
10899 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10900
10901         * [misc/profile.c]
10902         The Profile functions now return the correct values. They now
10903         implement all the features described in the SDK.
10904
10905 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
10906
10907         * [loader/selector.c]
10908         Rewrote selector aliasing routines to use System V IPC
10909         routine to alias memory segments.
10910
10911 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10912
10913         * [controls/listbox.c]
10914         More consistency in functions using wIndexes
10915
10916         * [controls/scroll.c]
10917         New function : ShowScrollBar().
10918
10919         * [loader/cursor.c] ... New file
10920         Move cursor functions from [loader/resource.c].
10921         New function : ClipCursor().
10922         New function : GetClipCursor().
10923         New function : CreateCursor().
10924         SetCursor() now working using gloabal variable 'winHasCursor'.
10925
10926         *[object/palette.c]
10927         New stub only : SelectPalette().
10928         New stub only : RealizePalette().
10929
10930         *[win/event.c]
10931         New function : EVENT_enter_notify(),
10932                 update 'winHasCursor' and send WM_SETCURSOR.
10933
10934         *[win/defwnd.c]
10935         Add processing of WM_SETCURSOR message.
10936
10937         *[win/win.c]
10938         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
10939         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
10940         New function ClientToScreen().
10941         New function ScreenToClient().
10942
10943 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
10944
10945         * [files.h / regfunc.h / misc/dos.c]
10946         Removed.
10947
10948         * [misc/dos_fs.c]
10949         Added support for loading dosdrive cfg from wine.ini.
10950
10951         * [misc/int21.c]
10952         Modified.
10953
10954
10955 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
10956
10957         * [include/atom.h] [memory/atom.c]
10958         Implemented atoms.
10959
10960         * [windows/class.c]
10961         Modified RegisterClass() to use atoms.
10962         Implemented CS_GLOBALCLASS style.
10963
10964         * [windows/message.c]
10965         Implemented RegisterWindowMessage().
10966
10967         * [loader/resource.c]
10968         Bug fix in LoadResource().
10969
10970         * [windows/dialog.c]
10971         Modified CreateDialogParam() to use Find/LoadResource().
10972
10973 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
10974
10975         * [windows/scroll.c]
10976         Preliminary implementations of ScrollWindow, ScrollDC and
10977         ScrollWindowEx.
10978
10979 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10980
10981         * [controls/listbox.c]
10982         Optimization of redraw during 'Add' or 'Insert'.
10983
10984         * [controls/scroll.c]
10985         Optimization of WM_PAINT during 'thumbtracking'.
10986
10987         * [controls/button.c]
10988         Add of beta implement of 'BS_OWNERDRAW'
10989
10990         * [controls/static.c]
10991         Style 'SS_ICON' new supported.
10992
10993         * [misc/message.c]
10994         Begin of implemantation of MB_XXX styles.
10995
10996         * [loader/resource.c]
10997         Function LoadIcon() : now prepare transparency Bitmap mask.
10998         Function LoadCursor() : now prepare a 'X pixmapcursor'.
10999         New function SetCursor() : not finished.
11000         New function ShowCursor() : not finished.
11001         New function AccessResource() : stub.
11002
11003         * [obj/dib.c]
11004         Function DrawIcon(): deugging phase of icon transparency mask.
11005
11006         * [loader/library.c]
11007         new file for news functions LoadLibrary() & FreeLibrary().
11008
11009         * [sysres.dll]
11010         Resources only 16bits DLL for System Resources, icons, etc...
11011
11012 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
11013
11014         * [include/dialog.h] [windows/dialog.c]
11015         Simplified dialog template parsing.
11016         Implemented DialogBoxIndirect().
11017
11018         * [windows/win.c]
11019         Fixed bug in CreateWindow() when aborting window creation.
11020         Modified UpdateWindow() to only update visible windows.
11021         Implemented IsWindow().
11022
11023 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11024
11025         * [controls/listbox.c]
11026         Listbox control window : new messages.
11027
11028         * [controls/combo.c]
11029         Combo box control window : new messages.
11030
11031         * [misc/message.c]
11032         Moved stub MessageBox() to this new file.
11033         Implemented of a callback, now MessageBox show a window.
11034
11035         * [loader/resource.c]
11036         New function DestroyIcon()
11037         New function DestroyCursor()
11038         Filled stub LoadIcon()
11039         Filled stub LoadCursor()
11040         Bug fixed in FindResourceByName() : missing lseek().
11041
11042         * [obj/dib.c]
11043         New function DrawIcon()
11044
11045         * [windows/win.c]
11046         New function CloseWindow()
11047         New function OpenIcon()
11048         New function IsIconic()
11049         New Function FindWindow()
11050
11051 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
11052
11053         * [loader/selector.c]
11054         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
11055
11056 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
11057
11058         * [loader/selector.c]
11059         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
11060
11061 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
11062
11063         * [loader/resource.c]
11064         Wrote FindResource(), LoadResource(), LockResource(),
11065         and FreeResource()
11066
11067         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
11068         Changed selector allocation method.
11069
11070 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
11071
11072         * [if1632/callback.c if1632/call.S if1632/user.spec] 
11073         added Catch (KERNEL.55) and Throw (KERNEL.56)
11074         
11075 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11076
11077         * [controls/scroll.c]
11078         Scroll bar control window
11079                 Bug resolved : Painting message before scroll visible.
11080
11081         * [controls/listbox.c]
11082         Listbox control window
11083                 Destroy cleanup.
11084
11085         * [controls/combo.c]
11086         Combo box control window
11087                 Destroy cleanup.
11088
11089         * [controls/button.c]
11090                 GetCheck Message now return is state.
11091
11092         * [windows/win.c]
11093         New function IsWindowVisible()
11094
11095 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
11096
11097         * [if1632/user.spec]
11098         Removed some duplicate entries.
11099
11100         * [include/dialog.h] [windows/dialog.c]
11101         Implemented dialog units and fonts.
11102         Added preliminary loading of dialog resources.
11103         Preliminary implementation of DialogBox().
11104         Implemented Get/SetDlgItem* functions.
11105
11106         * [windows/win.c]
11107         Implemented WM_PARENTNOTIFY message.
11108         Implemented CreateWindowEx() and GetWindow().
11109         Completed DestroyWindow().
11110
11111 Mon Nov  1 18:19:34 1993  Erik Bos
11112
11113         * [loader/signal.c]
11114         Added support for int 0x11 & 0x12.
11115
11116         * [loader/int21.c]
11117         Improved function handling.
11118
11119 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
11120
11121         * [objects/font.c]
11122         Implemented GetCharWidth().
11123
11124 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
11125
11126         * [Makefile]
11127         Use GNU malloc.
11128
11129         * [include/int21.h include/wine.h]
11130         Change sc_eflags to sc_efl .
11131
11132         * [include/wine.h]
11133         Fix misplaced #endif
11134         Include <signal.h> for NetBSD
11135
11136         * [loader/int21.c]
11137         Don't include <sys/vfs.h> in NetBSD
11138         Do include <sys/mount.h> in NetBSD
11139         Cleanup some lint.
11140
11141 Mon Oct 26 17:59:01 1993  Erik Bos
11142
11143         * [include/int21.h]
11144         Added.
11145
11146         * [loader/int21.c]
11147         Added support for many dos ints.
11148
11149         * [misc/file.c] [include/files.h]
11150         Moved OPEN_MAX and DosDriveStruct to files.h.
11151
11152 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
11153
11154         * [controls/button.c]
11155         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
11156         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
11157         a preliminary USERBUTTON control.
11158
11159         * [objects/text.c]
11160         Corrected bugs in TEXT_NextLine() and added handling of prefix
11161         character.
11162
11163         * [controls/button.c]
11164         Disabled focus handling by commenting out SetFocus() calls until
11165         serious bug can be found.
11166
11167 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11168
11169         * [controls/listbox.c]
11170         Listbox control window
11171                 Painting cleanup, new messages processed.
11172
11173         * [controls/scroll.c]
11174         Scroll bar control window
11175                 Painting cleanup.
11176
11177         * [controls/combo.c]
11178         Combo box control window
11179                 Painting cleanup.
11180
11181 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
11182
11183         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
11184         Better support for the private color map.
11185         Using a private map is now the default.
11186
11187         * [windows/win.c]
11188         Bug fix.
11189
11190         * [include/dialog.h] [windows/dialog.c]
11191         Implemented CreateDialog*() and IsDialogMessage().
11192
11193         * [misc/xt.c] [windows/defwnd.c]
11194         Moved DefWindowProc() to defwnd.c.
11195         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
11196
11197         * [windows/defdlg.c]
11198         Started the implementation of DefDlgProc().
11199
11200         * [windows/win.c]
11201         Added WM_NCCREATE and WM_NCDESTROY messages.
11202         Implemented IsChild().
11203
11204 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
11205
11206         * [windows/focus.c]
11207         Implemented GetFocus() and SetFocus().
11208
11209         * [windows/event.c]
11210         Added processing of FocusIn and FocusOut events.
11211
11212         * [windows/graphics.c]
11213         Added DrawFocusRect().
11214
11215 Sat Oct  9 14:36:57 1993  Erik Bos
11216
11217         * [loader/int1a.c]
11218         Added more function handling.
11219
11220 Wed Oct  6 12:21:22 1993  Erik Bos
11221
11222         * [loader/signal.c]
11223         Split signal.c into int1a.c, int21.c and signal.c.
11224
11225 Tue Oct  5 22:12:40 1993  David Metcalfe
11226
11227         * [controls/static.c] [control/widgets.c]
11228         Static control class.
11229
11230         * [objects/text.c]
11231         Added processing of additional DT_ flags to DrawText().
11232
11233         * [windows/win.c] [misc/xt.c]
11234         Added SetWindowText() and WM_SETTEXT processing.
11235
11236 Tue Oct  5 22:12:40 1993  Martin Ayotte
11237
11238         * [controls/listbox.c]
11239         Listbox control window
11240
11241         * [controls/scroll.c]
11242         Scroll bar control window
11243
11244         * [controls/combo.c]
11245         Combo box control window
11246
11247         * [include/combo.h]
11248         Combo box definitions
11249
11250         * [include/listbox.h]
11251         Listbox definitions
11252
11253         * [include/scroll.h]
11254         Scroll bar definitions
11255
11256 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
11257
11258         * [if1632/callback.c]
11259         Fixed bug in MakeProcInstance().
11260
11261         * [debugger/info.c]
11262         Changed x/w and x/b to display in hex.
11263
11264         * [debugger/i386-pinsn.c]
11265         Added code to properly unassemble 16-bit indexing.
11266
11267 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
11268
11269         * [loader/files.c] [misc/profile.c]
11270         System initialization file is now called "wine.ini" and can
11271         be located in the current directory, the user's home directory,
11272         or any directories specified in the WINEPATH environment variable.
11273
11274         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
11275         Changed register function stack to match sigcontext structure.
11276
11277 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
11278
11279         * [loader/files.c]
11280         Created function to search a path for files to load.
11281
11282         * [loader/wine.c]
11283         Modified exe and dll file loading to search through path
11284         specified by the environment variable WINEPATH.
11285
11286 Thu Sep 30 22:30:21 1993  Eric Youngdale
11287
11288         * [loader/signal.c]
11289         Bug fix.
11290
11291 Thu Sep 30 22:30:21 1993  John Brezak
11292
11293         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
11294           [debugger/obstack.h]
11295         Updates to allow debugger to function under NetBSD.
11296
11297 Tue Sep 28 19:59:21 1993  David Metcalfe
11298
11299         * [windows/win.c]
11300         Implemented support for windows with no borders.  Added
11301         GetParent(), GetDlgCtrlID(), GetWindowText() and
11302         GetWindowTextLength() functions.
11303
11304         * [misc/xt.c]
11305         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
11306         to DefWindowProc and Implemented MessageBeep().
11307
11308         * [windows/syscolor.c]
11309         Added preliminary system color support.
11310
11311         * [controls/button1.c]
11312         Mods to new button control and integration with Wine.
11313
11314 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
11315
11316         * [controls/button1.c]
11317         New button control using GDI functions.
11318         
11319 Tue Sep 28 19:59:21 1993  Eric Youngdale
11320
11321         * [debugger/*]
11322         Added debugging capabilities to Wine
11323
11324 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
11325
11326         * [objects/region.c]
11327         Bug fix
11328
11329 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
11330
11331         * [tools/build.c]
11332         Changed the entry point code to reduce the standard entry
11333         point size from 22 bytes to 10 bytes.  This leaves about
11334         4000 free entry points instead of the 800 in version 0.4.2.
11335
11336         * [loader/resource.c]
11337         Rewrote functions to allow loading of resources from any
11338         DLL.
11339
11340         * [loader/wine.c] [include/wine.h]
11341         Added functions GetFilenameFromInstance() and GetFileInfo()
11342         to search for a loaded file based on its instance handle.
11343         Added a field in struct w_files to make searching by an instance
11344         handle faster.
11345
11346 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
11347
11348         * [misc/profile.c]
11349         Implementation of .INI file handling
11350
11351 Mon Sep 20 10:54:32 1993  David Metcalfe
11352
11353         * [misc/profile.c.old]
11354         Implementation of .INI file handling
11355
11356 Mon Sep 20 10:54:32 1993  John Brezak
11357
11358         * [controls/WinButton.c]
11359         Bug fix with call to XtVaSetValues.
11360
11361 Mon Sep 20 10:54:32 1993  Alexandre Julliard
11362
11363         * [windows/win.c]
11364         Quick patch to get colormaps to work with button widget.
11365
11366 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
11367
11368         * misc/keyboard.c: 
11369         Ifdefed out some bogus Ansi<->Oem conversion functions
11370
11371         * misc/lstr.c: 
11372         New file with string functions like lstr* IsChar* *Ansi* 
11373
11374 Wed Sep 15 20:35:10 1993  John Brezak
11375
11376         * [loader/signal.c]
11377         Additional changes to support NetBSD.
11378
11379 Wed Sep 15 22:19:22 1993  Martin Ayotte
11380
11381         * [windows/graphics.c]
11382         Added FrameRect function
11383
11384 Tue Sep 14 13:54:45 1993  Alexandre Julliard
11385
11386         * [objects/color.c] [objects/palette.c]
11387         Preliminary support for private color map.
11388
11389         * [windows/class.c]
11390         Implemented CS_CLASSDC style.
11391
11392         * [windows/dce.c]
11393         Moved DCEs to USER heap.
11394         Implemented class and window DCs.
11395
11396         * [windows/event.c]
11397         Implemented CS_DBLCLKS style.
11398
11399         * [windows/graphics.c]
11400         Bug fix in SetPixel().
11401
11402         * [windows/win.c]       
11403         Implemented CS_OWNDC style.
11404         Implemented Get/SetWindowLong().
11405
11406         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
11407           [windows/dce.c] [windows/message.c] [windows/win.c]   
11408         Moved windows from global heap to USER heap.
11409
11410 Mon Sep 13 05:00:11 1993  Eric Youngdale
11411
11412         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
11413           [loader/wine.c] [tools/build.c]
11414         Added ability to generate missing functions statistics.
11415
11416 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
11417
11418         * [WIN31-APPLETS]
11419         Added new file.
11420
11421         * [if1632/kernel.spec]
11422         Added definitions for GetProfile{Int,String} and SetHandleCount.
11423
11424         * [if1632/keyboard.spec]
11425         Created interface specification for Keyboard driver DLL.
11426
11427         * [if1632/relay.c]
11428         Added keyboard.dll to list of included DLLs.
11429
11430         * [if1632/user.spec]
11431         Added LoadAccelerators definition.
11432
11433         * [loader/resource.c]
11434         Added LoadAccelerators stub.
11435
11436         * [misc/file.c]
11437         Changed OpenFile, and added SetHandleCount (for winfile.exe)
11438
11439         * [misc/keyboard.c]
11440         Added keyboard code.
11441
11442         * [misc/profile.c] [misc/xt.c]
11443         Moved GetPrivateProfile* commands here, and added GetProfile*
11444         commands.
11445
11446 Mon Sep 13 10:24:37 1993  Andrew Bulhak
11447
11448         * [windows/utility.c]
11449         Implemented MulDiv(), OutputDebugString() and wvsprintf()
11450
11451 Fri Sep 10 09:13:30 1993  John Brezak
11452
11453         * [*/Makefile]
11454         Created patch to allow BSD make to build wine.
11455
11456         * [windows/win.c]
11457         Fixed NULL pointer reference.
11458
11459         * [windows/message.c] [misc/xt.c]
11460         Defined HZ to handle system specific timing.
11461
11462         * [windows/graphics.c]
11463         Use M_PI is PI
11464
11465         * [objects/pallete.c]
11466         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
11467
11468         * [dump.c] [ldt.c] [wine.c]
11469         ifdef'ed linux headers for linux compile.
11470
11471         * [loader/ldtlib.c]
11472         Add NetBSD system calls when compiled on that system.
11473
11474         * [loader/selector.c]
11475         Use mmap(MAP_ANON, ...) for NetBSD.
11476
11477         * [if1632/call.S]
11478         Fixed selector assumptions.
11479
11480 Thu Sep 9 20:01:37 1993  David Metcalfe
11481
11482         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
11483           [windows/win.c] [windows/class.c]
11484         Added 3D button control and tied into CreateWindow()
11485
11486 Thu Sep  9 07:35:24 1993  Scott Laird
11487
11488         * [if1632/sound.spec]
11489         Created interface specification for SOUND DLL.
11490
11491         * [if1632/win87em.spec]
11492         Added more functions to the WIN87EM DLL interface specification
11493
11494         * [misc/emulate.c]
11495         Created stubs for the new math emulation functions.
11496
11497         * [misc/sound.c]
11498         Created stubs for the SOUND DLL.
11499
11500 Sun Sep  5 21:02:10 1993  John Burton
11501
11502         * [if1632/kernel.spec]
11503         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
11504         and _lwrite.
11505
11506         * [include/windows.h]
11507         Added OF_ macros
11508
11509         * [misc/file.c]
11510         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
11511
11512 Fri Sep  3 18:47:03 1993  Alexandre Julliard
11513
11514         * [windows/dc.c]
11515         Bug fix
11516
11517         * [objects/text.c]
11518         Bug fix
11519
11520 Fri Sep  3 18:47:03 1993  Bob Amstadt
11521
11522         * [objects/linedda.c]
11523         Finished LineDDA().
11524
11525 Fri Sep  3 11:52:18 1993  Bob Amstadt
11526
11527         * [windows/timer.c]
11528         Changed to use CallWindowProc() rather directly calling callback.
11529
11530         * [windows/event.c]
11531         Implemented SetCapture() and ReleaseCapture()
11532
11533         * [windows/keyboard.c]
11534         Created stub for GetKeyState()
11535
11536         * [objects/linedda.c]
11537         Created stub for LineDDA()
11538
11539         * [if1632/callback.c]
11540         Created callback handler for LineDDA callback procedure.
11541
11542         * [if1632/callback.c]
11543         Created FreeProcInstance()
11544
11545 Fri Sep  3 08:36:52 1993  David Metcalfe
11546
11547         * [loader/signal.c]
11548         Patch to and code for INT 1A
11549
11550 Thu Sep  2 00:31:54 1993  Alexandre Julliard
11551
11552         * [objects/font.c] [objects/text.c]
11553         More text support: implemented justification and underlining.
11554
11555         * [windows/clipping.c] [objects/clipping.c]
11556         Moved low-level clipping functions to objects/clipping.c.
11557
11558         * [windows/clipping.c] [windows/event.c] [windows/message.c]
11559         Implemented window update regions.
11560
11561         * [windows/dc.c] [objects/dcvalues.c]
11562         Moved some device-independent DC functions to objects/dcvalues.c.
11563
11564         * [windows/graphics.c]
11565         Implemented InvertRect() and GetPixel().
11566
11567 Sat Aug 28 08:40:23 1993  Eric Youngdale
11568
11569         * [include/neexe.h] [loader/wine.c]
11570         Added code to handle relocation type 4.
11571
11572         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
11573         Added support for dos interrupts.
11574
11575 Thu 26 Aug 19:15:00 1993  Eric Youngdale
11576
11577         * [loader/selector.c]
11578         Fixed bug dealing with loading DLLs.
11579
11580 Thu Aug 26 19:22:40 1993  Alexandre Julliard
11581
11582         * [include/gdi.h] [objects/font.c] [windows/dc.c]
11583         Beginning of real font support.
11584
11585         * [windows/graphics.c]
11586         Implemented PatBlt().
11587
11588         * [memory/global.c]
11589         Corrected a bug with linked list handling in GlobalAlloc().
11590
11591         * [objects/bitmap.c]
11592         Corrected a bug in BITMAP_SelectObject().
11593
11594 Tue Aug 24 19:22:40 1993  David Metcalfe
11595
11596         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
11597           [controls/SmeMenuButt*]
11598         Change code to support & as a special character in menu item text.
11599
11600 Tue Aug 24 19:22:40 1993  Alexandre Julliard
11601
11602         * [include/gdi.h] [windows/dc.c]
11603         Heavily modified the DC structure for better device-independence.
11604
11605         * [objects/bitmap.c]
11606         Implemented bitmap dimensions.
11607
11608         * [windows/dc.c] [windows/dce.c]
11609         Implemented DC state saving and restoring.
11610
11611         * [windows/dc.c]
11612         Implemented ROP mode.
11613
11614         * [windows/graphics.c]
11615         Implemented FillRect().
11616
11617 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
11618
11619         * [misc/xt.c]
11620         Fixed bug in InvalidateRect().  Solitaire attempted to
11621         clear window before it was realized.
11622
11623         * [loader/resource.c]
11624         Began rewrite of LoadBitmap().
11625
11626         * [loader/wine.c]
11627         Fixed code which set Argv and Argc global variables.
11628
11629         * [loader/selector.c]
11630         Added code to set up command line arguments.
11631
11632         * [include/neexe.h]
11633         Fixed error in PSP structure.
11634
11635 Tue Aug 17 20:41:12 1993  Alexandre Julliard
11636
11637         * [include/gdi.h] [windows/dc.c]
11638         Implemented device capabilities.
11639
11640         * [objects/region.c]
11641         Implemented EqualRgn() and CombineRgn().
11642
11643         * [windows/clipping.c]
11644         Implemented Save/RestoreVisRgn().
11645
11646         * [windows/graphics.c]
11647         Implemented PaintRgn() and FillRgn().
11648
11649         * [windows/mapping.c]
11650         Implemented mapping modes.
11651
11652 Tue Aug 10 14:07:38 1993  Alexandre Julliard
11653
11654         * [if1632/user.spec] [misc/rect.c]
11655         Implemented rectangle API functions.
11656
11657         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
11658         Implemented regions.
11659
11660         * [windows/class.c]
11661         Corrected a typo in UnregisterClass().
11662
11663         * [windows/clipping.c] [windows/dc.c]
11664         Implemented DC clipping and visible region.
11665
11666 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
11667
11668         * [controls/menu.c] [windows/win.c]
11669         SetMenu(), GetMenu(), CheckMenuItem() implemented
11670
11671 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
11672
11673         * [controls/menu.c] [windows/win.c]
11674         Many improvements menus.  LoadMenu() should work.
11675
11676 Wed Aug  4 14:55:36 1993  Alexandre Julliard
11677
11678         * [objects/dib.c]
11679         Started the implementation of device-independent bitmaps.
11680
11681         * [objects/bitmap.c]
11682         Added support for multiple bitmap depths.
11683
11684         * [objects/brush.c]
11685         Implemented pattern brushes.
11686
11687         * [windows/dc.c] [windows/graphics.c]
11688         Implemented some GDI graphics primitives.
11689
11690 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
11691
11692         * [controls/menu.c] [windows/win.c] [include/menu.h]
11693         Code to load class menus from executable file.
11694
11695         * [if1632/user.spec]
11696         Fixed specification of SendMessage() and PostMessage.
11697
11698 Mon Jul 26 21:53:24 1993  Alexandre Julliard
11699
11700         * [if1632/call.S]
11701         Corrected a bug in KERNEL_InitTask().
11702
11703         * [include/windows.h]
11704         Added a lot of constants.
11705
11706         * [loader/selector.c]
11707         Corrected a bug in segment allocation in CreateSelectors().
11708
11709         * [objects/bitmap.c]
11710         Implemented SelectObject() for bitmaps.
11711
11712         * [objects/brush.c]
11713         Implemented hatched brushes and SelectObject().
11714
11715         * [objects/gdiobj.c]
11716         Removed linked list (not needed).
11717
11718         * [objects/palette.c]
11719         Implemented system palette creation and misc. palette API functions.
11720
11721         * [windows/timer.c]
11722         Implemented timers.
11723
11724         * [windows/dc.c]
11725         Implemented memory device contexts.
11726
11727 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
11728
11729         * [dos.c]
11730         Split DOS3Call() out of kernel.c.  Added support for get date
11731         and time functions.
11732
11733         * [call.S]
11734         Added function ReturnFromRegisterFunc() to allow DOS calls
11735         to return values in registers.
11736
11737         * [regfunc.h]
11738         Macros to access registers saved on stack.
11739
11740 Tue Jul 20 10:38:59 1993  Alexandre Julliard
11741
11742         * [win.c]
11743         Corrected allocation of the WM_CREATE data structure.
11744
11745         * [dce.c] [dce.h]
11746         Implemented DCE handling.
11747
11748         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
11749           [gdiobj.c] [palette.c] [pen.c]
11750         Implemented the GDI objects data structures and allocation.
11751
11752         * [windows.h]
11753         Added several structures and constants for GDI objects.
11754
11755 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
11756
11757         * [ldtlib.c]
11758         Modified system calls to match Linus' new interface for
11759         the LDT modification.
11760
11761         * [win.c]
11762         Fixed bug with WM_CREATE message.
11763
11764         * [heap.c] [kernel.spec]
11765         Completed local heap allocation functions.
11766
11767         * [global.c]
11768         Created function GlobalQuickAlloc() for easy allocation from DLLs
11769
11770 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
11771
11772         * [global.c]
11773         Completed global memory pool API
11774
11775 Sun Jul 11 16:59:52 1993  Alexandre Julliard
11776
11777         * [message.c] [user.c] [user.spec] [windows.h]
11778         Added emulation of Windows message queue.
11779
11780 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
11781
11782         * [build.c] Original by Bob Amstadt
11783         * [callback.c] Original by Bob Amstadt, updates by 
11784         Alexandre Julliard
11785         * [dump.c] Original by Bob Amstadt
11786         * [global.c] Original by Bob Amstadt
11787         * [heap.c] Original by Bob Amstadt
11788         * [kernel.c] Original by Bob Amstadt
11789         * [ldt.c] Original by Bob Amstadt
11790         * [ldtlib.c] Original by Bob Amstadt
11791         * [relay.c] Original by Bob Amstadt
11792         * [resource.c] Original by Bob Amstadt, updates by 
11793         Alexandre Juliard
11794         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
11795         * [user.c] Original by Bob Amstadt
11796         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
11797         Alexandre Julliard
11798         * [wintcl.c] Original by Regents of the University of California,
11799         updates by Peter MacDonald and Alexandre Julliard
11800         * [callback.h] Original by Bob Amstadt
11801         * [dlls.h] Original by Bob Amstadt
11802         * [heap.h] Original by Bob Amstadt
11803         * [neexe.h] Original by Bob Amstadt
11804         * [prototypes.h] Original by Bob Amstadt, updates by 
11805         Eric Youngdale
11806         * [segmem.h] Original by Bob Amstadt
11807         * [tkInt.h] Original by Regents of the University of California
11808         * [windows.h] Original by Peter MacDonald, updates by 
11809         Alexandre Julliard and Bob Amstadt
11810         * [wine.h] Original by Eric Youngdale
11811         * [kernel.spec] Original by Bob Amstadt, updates by 
11812         Alexandre Julliard
11813         * [gdi.spec] Original by Bob Amstadt, updates by 
11814         Alexandre Julliard
11815         * [shell.spec] Original by Bob Amstadt
11816         * [unixlib.spec] Original by Bob Amstadt
11817         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
11818         * [win87em.spec] Original by Bob Amstadt
11819         * [Windows.tcl] Original by Peter MacDonald, updates by 
11820         Alexandre Julliard
11821         * [build-spec.txt] Original by Bob Amstadt
11822         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale