Release 970120
[wine] / ChangeLog
1 ----------------------------------------------------------------------
2 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3
4         * [loader/module.c]
5         Fixed LoadModule() to always call the DLL initialization code.
6
7         * [windows/event.c]
8         Moved all the keyboard stuff to windows/keyboard.c
9
10         * [tools/build.c]
11         Fixed Win32 register functions.
12
13 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
14
15         * [tools/makedep.c]
16         Fixed bug which causes SEGV on Solaris x86.
17
18 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
19
20         * [controls/edit.c]
21         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
22         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
23         Fixed EM_SETSEL and some minor bugs (features).
24         Hence: fully functional undo and a win95 menu with the right mouse
25                 button.
26
27         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
28         Added a context menu for the edit control.
29         Translations, please ...
30
31 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
32
33         * [windows/event.c]
34         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
35         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
36         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
37         to make them work with any X server.
38         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
39
40         * [include/keyboard.h]
41         Totally replaced the file (formerly containing the vkcase definitions)
42         by the declaration of 'extern' variables contained by event.c and used
43         by keyboard.c
44         
45         * [windows/keyboard.c]
46         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
47         table keyc2vkey or X functions only.
48         ToAscii : added keypad 0-9 and . special case.
49         Changed toggle keys active mask from 0x80 to 0x1.
50
51         * [misc/keyboard.c]
52         File deleted. Contents moved to windows/keyboard.c.
53
54         * [misc/main.c]
55         Added putenv XKB_DISABLE to disable XKB extension (which, when
56         present, causes AltGr to change keyboard group instead of being a
57         modifier).
58
59 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
60
61         * [windows/event.c]
62         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
63         output of XGetModifierMapping for XK_Num_Lock.
64
65 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
66
67         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
68           [debugger/*.c]
69         General clean up.
70         Changed defines/structures to match Windows NT SDK.
71
72         * [loader/main.c]
73         Don't crash on empty command-line.
74
75         * [windows/winpos.c]
76         winpos.c made win32 clean.
77
78         * [misc/ntdll.c]
79         Some string conversion additions.
80
81         * [files/file.c]
82         GetFileAttributes/GetTempFileName fixed.
83
84         * [misc/ver.c]
85         VerInstallFile implemented.
86
87 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
88
89         * [tools/build.c]: Use PREFIX also in stabs messages.
90
91 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
92
93         * [graphics/win16drv/*] [include/win16drv.h]
94         Many fixes and some new features.
95
96         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
97           [include/x11drv.h] [objects/font.c]
98         GetTextMetrics() moved to graphics driver.
99
100         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
101         New dummy EngineEnumerateFont, EngineRealizeFont functions.
102
103         * [include/windows.h]
104         TEXTFORM16 and FONTINFO16 structure definitions moved here from
105         include/win16drv.h
106
107 ----------------------------------------------------------------------
108 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
109
110         * [controls/menu.c]
111         Updated to new Win32 types.
112
113         * [controls/listbox.c]
114         Fixed Winfile extended selection bug.
115
116         * [files/directory.c]
117         Changed DIR_SearchPath to return both long and short file names.
118
119         * [files/dos_fs.c]
120         Implemented VFAT ioctl to retrieve the original short filenames
121         from a VFAT filesystem (Linux only for now).
122         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
123         DOS_GetFullName().
124         Properly implemented GetShortPathName() and GetFullPathName().
125         Made all functions re-entrant.
126
127         * [files/file.c] [misc/main.c]
128         Replaced -allowreadonly option by -failreadonly. The default is
129         now to report success when opening a read-only file for writing.
130
131         * [objects/metafile.c]
132         Fixed bug in DIB bitmaps pointer calculation.
133
134         * [scheduler/process.c]
135         Implemented environment strings and Get/SetStdHandle with process
136         environment block.
137
138         * [tools/build.c]
139         Rewrote BuildContext32() to avoid instructions that may not be
140         supported by all assemblers.
141         
142 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
143
144         * [windows/event.c]
145         Created table keyc2vkey, which associate a vkey(+extended bit) to
146         any keycode. Changed EVENT_event_to_vkey to use this table to
147         return the correct vkey. Changed EVENT_ToAscii to get the keycode
148         from this table too.  Assigned OEM specific vkeys arbitrarily.
149
150 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
151
152         * [misc/winsock.c] [misc/winsoc_async.c]
153         Fixed svr4 header files.
154         Changed bzero() to memset().
155
156         * [tools/fnt2bdf.c]
157         Removed bcopy() and used memcpy() instead.
158
159         * [debugger/msc.c]
160         Include string.h instead of strings.h
161
162         * [debugger/stabs.c]
163         Include string.h instead of strings.h.
164         Define __ELF__ for svr4 systems.
165
166         * [loader/signal.c]
167         Use wait() instead of wait4() which doesnt exist on Unixware.
168
169         * [memory/global.c]
170         Use sysconf() instead of getpagesize() for svr4 systems.
171
172 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
173
174         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
175           [tools/Makefile.in] [documentation/wine_os2.txt]
176         Patches for OS/2 support. Note that it doesn't compile yet.
177
178 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
179
180         * [debugger/*]
181         Many more debugger improvements (see debugger/README for details).
182
183 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
184
185         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
186           [graphics/metafiledrv/*]
187         Moved some device dependent code into the resp. subdirs.
188
189         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
190         Prototypes added,
191         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
192
193         * [objects/region.c]
194         CreatePolyPolygonRgn32 added.
195
196         * [files/dos_fs.c]
197         QueryDosDevice added.
198
199         * [misc/lstr.c]
200         FormatMessage: broken heap management fixed.
201
202         * [scheduler/process.c] [scheduler/thread.c]
203         Get/SetThreadPriority/PriorityClass added.
204
205 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
206
207         * [misc/keyboard.c]
208         ToAscii : Use EVENT_ToAscii instead.
209
210         * [windows/event.c]
211         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
212         keypad cursor keys.
213         EVENT_event_to_vkey : New function, to transform a X keycode
214         into a MSwin vkey + extended bit.
215         EVENT_ToAscii : New function, to transform a vkey + extended bit
216         (+ key state table) into ascii char(s), using XLookupString, and
217         recognizing dead chars.
218         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
219         EVENT_event_to_vkey for keycode to vkey conversion; fixed
220         previous, context and extended bits.
221
222         * [windows/keyboard.c]
223         Include stddebug.h, to get -debugmsg messages.
224         GetKeyState : Handle VK_MBUTTON case.
225         GetKeyboardState, SetKeyboardState : Debugging messages added.
226
227         * [windows/message.c]
228         TranslateMessage : Handle dead chars.
229
230 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
231
232         * [if1632/crtdll.spec] [misc/crtdll.c]
233         C++ functions new/delete/set_new_handler implemented.
234
235 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
236
237         * [controls/edit.c] [include/windows.h]
238         Moved the edit control to 32 bits.
239         Included new (win95) message definitions in windows.h
240         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
241         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
242         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
243         Fixed some bugs, introduced a couple of others.
244         Text buffer is now initially in 32-bit heap.
245
246         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
247           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
248           [misc/commdlg.c]
249         Updated to work with 32-bit edit control.
250
251 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
252
253         * [loader/pe_image.c]
254         Use mmap rather then malloc. Better workaround for clean
255         segments.
256
257 ----------------------------------------------------------------------
258 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
259
260         * [controls/listbox.c]
261         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
262
263         * [files/dos_fs.c]
264         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
265
266         * [files/file.c] [files/directory.c]
267         Use Win32 kernel objects and handles for file handles.
268         Unified SearchPath() and OpenFile().
269
270         * [loader/builtin.c]
271         Moved to if1632/ directory.
272
273         * [tools/build.c] [debugger/*] [miscemu/*]
274         Win16 register functions now receive the same CONTEXT * structure
275         as Win32 functions.
276
277         * [include/sigcontext.h] [miscemu/instr.c]
278         Added new macros to get register values from the SIGCONTEXT
279         structure (only used for instruction emulation now).
280
281         * [scheduler/process.c] [scheduler/thread.c] (New files)
282         Allocate process and thread structures.
283
284         * [scheduler/process.c] [win32/k32obj.c]
285         Added Win32 kernel objects and handles management.
286
287         * [loader/task.c]
288         Create a Win32 process and thread for every Win16 task.
289
290         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
291         Built-in resources are now in Win32 format. This also avoids
292         16-bit callbacks for built-in dialogs.
293
294         * [misc/lzexpand.c]
295         Differentiate between 16-bit and 32-bit file handles.
296
297         * [miscemu/int*.c]
298         Moved all int emulation to msdos/ directory.
299
300         * [msdos/*]
301         New directory msdos/ contains all MS-DOS emulation code that can
302         also be used for Winelib; this should enable Winelib apps to use
303         DOS3Call and related functions.
304
305         * [rc/winerc.c]
306         A few bug fixes for Win32 resource format.
307
308         * [windows/winpos.c]
309         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
310         right though).
311
312 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
313
314         * [loader/pe_image.c]
315         Make sure BSS of a PE_Image is zero.
316
317 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
318
319         * [windows/scroll.c]
320         ScrollWindowEx() rewrite, ScrollDC() fix.
321
322         * [windows/nonclient.c] [controls/menu.c]
323         Fixed Alt-Space crashes in dialogs.
324
325         * [windows/event.c] [windows/message.c]
326         Some changes in mouse message generation.
327
328 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
329
330         * [debugger/stabs.c]
331         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
332
333 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
334
335         * [windows/event.c]
336         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
337         compatibility.
338
339 ----------------------------------------------------------------------
340 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
341
342         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
343         Added mapping functions.
344
345         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
346         Added a lot of Win32 functions.
347
348         * [memory/heap.c]
349         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
350
351         * [misc/lstr.c] [memory/string.c]
352         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
353
354         * [object/font.c]
355         Avoid uppercasing font names.
356
357         * [windows/hook.c]
358         Set ds = ss before calling hook procedure.
359
360 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
361
362         * [objects/color.c]
363         Use colors allocated by other clients. 
364
365         * [windows/caret.c]
366         Set default blink time to 500.
367
368         * [windows/win.c] [windows/event.c]
369         Delete X context before XDestroyWindow().
370
371         * [windows/keyboard.c]
372         Fixed GetKeyState() once more.
373
374 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
375
376         * [debugger/*.c]
377         Lots of built-in debugger improvements: parse Win32 EXEs debug
378         information, display local variables, source files and line
379         numbers, get symbols directly from the Wine executable, etc.
380
381 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
382
383         * [misc/winsock_async.c]
384         Extern declaration added for h_errno.
385
386 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
387
388         * [windows/message.c]
389         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
390
391 ----------------------------------------------------------------------
392 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
393
394         * [graphics/x11drv/bitblt.c]
395         Fixed BITBLT_StretchImage for partially covered or inverted
396         bitmaps.
397
398         * [objects/dib.c]
399         Fixed the upside-down bitmap problem.
400
401 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
402
403         * [if1632/user32.spec]
404         IsMenu and RemoveMenu added (use existing Win16 functions).
405
406         * [include/windows.h]
407         Corrections to BITMAPINFOHEADER structure.
408
409         * [loader/module.c] [if1632/kernel32.spec]
410         New function GetModuleFileName32A (heavily based on original
411         Win16 version).
412
413         * [loader/pe_image.c]
414         Hack to allow files with short PE header to be loaded (e.g.
415         COMDLG32.DLL from Win32s).
416
417         * [misc/winsock_async.c]
418         #if out EIDRM case (not present in FreeBSD).
419
420         * [tools/build.c]
421         Remove trailing comments from .s files generated by build
422         as these break assembly when not run through pre-processor.
423
424         * [windows/graphics.c] [if1632/gdi32.spec]
425         New function Polyline32 - based on original Polyline. Needs
426         metafile support adding still.
427
428 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
429
430         * [win32/findfile.c] [if1632/kernel.spec]
431         FindFirstFile32A(): Use dos current directory for drive prefixes.
432         FindNextFile32A(): Fill in file attribute information.
433         Implement FindFirstFile16, FindNextFile16, FindClose16.
434
435         * [files/drive.c]
436         GetCurrentDirectory32A - Fix problem with null 3rd character in
437         string.
438
439 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
440
441         * [windows/painting.c][windows/message.c]
442         Don't use linked lists to call SendMessage(), for it might destroy
443         the current listentry.
444
445         * [misc/registry.c]
446         Fixed temporary file saving (rename doesn't work across
447         partitions).
448
449         * [files/*.c]
450         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
451         GetVolumeInformation32W fixed.
452
453         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
454         LoadLibrary* updated to new naming std., *32W added.
455
456         * [win32/console.c] [include/wincon.h]
457         Additions for NT commandline executables.
458
459         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
460         GetUserName32W added, GetComputerName32W added,
461         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
462
463         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
464         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
465
466         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
467           [if1632/ntdll.spec]
468         Lot of new unicode functions added (needed for NT).
469
470         * [loader/pe_image.c]
471         NtCurrentTeb added.
472
473 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
474
475         * [windows/keyboard.c]
476         Rewrote function TranslateAccelerator().
477
478 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
479
480         * [windows/defwnd.c] 
481         DEFWND_SetText(): Set icon name.
482
483 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
484
485         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
486           [if1632/winsock.spec]
487         IPC resource cleanup, bugfixes.
488
489         * [windows/dialog.c] [windows/defdlg.c]
490         More DefDlgProc() fixes.
491
492 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
493
494         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
495           [win32/newfns.c] [windows/graphics.c]
496         Added a few WIN32 functions which needed to run some win32
497         accessories. Clock should now work almost as well as 16 bit version.
498         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
499              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
500              Polygon32
501         Fix: Polygon16 possible memory leak on error return.
502
503 ----------------------------------------------------------------------
504 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
505
506         * [configure.in]
507         Added check to see if the compiler supports building a DLL when
508         the --with-dll option is used.
509
510         * [controls/listbox.c]
511         Don't send LBN_SELCHANGE too often.
512         Added WM_CHARTOITEM support.
513
514         * [Make.rules.in] [library/Makefile.in]
515         Build winestub.o and link it with Winelib programs.
516
517         * [objects/text.c]
518         Added support for '&&' in DrawText().
519
520         * [tools/build.c]
521         Added -o option.
522
523 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
524
525         * [win32/thread.c]
526         GetCurrentThread(): return -2 (current thread pseudo-handle).
527         GetCurrentThreadId(): return GetCurrentTask().
528
529         * [objects/font.c] [if1632/gdi32.spec]
530         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
531
532         * [win32/findfile.c]
533         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
534
535         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
536           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
537           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
538         Hooks rewritten to support Win32.
539
540         * [misc/winsock.c]
541         WINSOCK_select(): need to put sockets with errors into exceptfds.
542         WINSOCK_socket(): fix error return.
543
544         * [windows/win.c]
545         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
546
547 Wed Dec  4 22:03:05 1996  Andrew Taylor <andrew@riscan.com>
548
549         * [files/dos_fs.c]
550         Check if buf is NULL before copying string in GetFullPathName32A().
551
552 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
553
554         * [graphics/wing.c] [if1632/wing.spec]
555         Implemented many WinG functions, but some don't seem to
556         work correctly (probably due to the one not done).
557         
558 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
559
560         * [misc/main.c]
561         Implemented a few more of the SystemParametersInfo() cases.
562
563 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
564
565         * [controls/button.c]
566         Improved focus rectangle painting.
567
568         * [windows/dialog.c] [windows/defdlg.c]
569         Fixed IE3.0 problems with DWL_MSGRESULT.
570
571 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
572
573         * [files/profile.c]
574         Changed error handling in PROFILE_SetString().
575
576 ----------------------------------------------------------------------
577 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
578
579         * [configure]
580         Re-generated with autoconf 2.11. Let me know if you have
581         problems.
582
583         * [controls/listbox.c] [controls/oldlbox.c]
584         Listboxes rewritten from scratch. Moved old code still used by
585         comboboxes to oldlbox.c
586
587         * [misc/registry.c]
588         Use temporary file when saving registry.
589
590         * [windows/dialog.c]
591         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
592
593         * [windows/winproc.c]
594         Added translation for listbox Win32 messages.
595
596 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
597
598         * [controls/widgets.c] [controls/button.c]
599         Fixed some incompatibilities with CTL3D DLL.
600
601         * [windows/dialog.c]
602         Made dialog windows fit into the desktop.
603
604         * [misc/winsock.c] [misc/winsock_async.c]
605         New Winsock engine.
606
607         * [windows/message.c]
608         GetMessage() fixes.
609
610         * [windows/queue.c] [windows/hook.c] [windows/win.c]
611         SetMessageQueue() fixes.
612
613 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
614
615         * [objects/text.c]
616         DrawText16(): Fixed return value.
617
618 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
619
620         * [files/profile.c] [*/*]
621         Added Win32 profile functions, updated to new naming standard.
622
623         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
624         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
625         structures.
626
627         * [misc/ole2nls.c] [if1632/thunk.c]
628         Added EnumSystemLocales() (winhelp.exe).
629
630         * [misc/registry.c]
631         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
632
633         * [win32/file.c]
634         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
635
636 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
637
638         * [misc/shell.c]
639         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
640
641         * [misc/main.c]
642         Implemented a few more of the SystemParametersInfo() cases.
643
644 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
645
646         * [include/keyboard.h]
647         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
648
649         * [include/windows.h]
650         New [VK_A, VK_Z] and [VK_0, VK9] macros.
651
652         * [misc/keyboard.c]
653         Fixes in KeyTable and ToAscii.
654
655         * [objects/font.c]
656         FONT_init : Give default value for MSWIN "system" font.
657         FONT_MatchFont : Do not try every size of a font family if the
658         family does not exist.
659
660         * [windows/event.c]
661         lastEventChar hack removed.
662         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
663         and QueueKeyStateTable (maintained in message.c).
664         EVENT_key : Corrections to the extended bit setting.
665
666         * [windows/message.c] [windows/keyboard.c]
667         Implementation of a new QueueKeyStateTable : table of key states
668         valid when messages are retrieved by GetMessage or PeekMessage,
669         and valid for TranslateMessage.
670         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
671         and ToAscii.
672         
673 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
674
675         * [graphics/Makefile.in] [graphics/wing.c]
676           [if1632/wing.spec]
677         Some functions for WinG support, mostly empty stubs.
678
679         * [misc/crtdll.c] [if1632/crtdll.spec]
680         Many functions added to CRTDLL, mostly calls to Unix C library.
681
682 ----------------------------------------------------------------------
683 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
684
685         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
686         Moved BitBlt operations to the new graphics driver
687         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
688
689         * [memory/global.c]
690         Unified MemManInfo() and GlobalMemoryStatus().
691
692         * [objects/text.c]
693         Fixed ExtTextOut() to always use physical coords for clip rect.
694
695         * [windows/dialog.c]
696         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
697
698         * [windows/event.c]
699         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
700         (thanks to Thomas Koenig).
701
702         * [windows/painting.c]
703         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
704         
705         * [windows/scroll.c]
706         Implemented Win32 version of ScrollWindow() and ScrollDC().
707
708 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
709
710         * [files/*.c] [win32/file.c]
711         Some win32 filetime conversion functions added.
712         Fixed behaviour with DOS drives pointing to UNIX /
713         SetCurrentDirectory() may also get X:\xxx paths.
714         Fixed FILE_Open when called from CreateFile().
715         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
716
717         * [misc/crtdll.c] [if1632/crtdll.spec]
718         Added some new functions.
719
720         * [if1632/user32.spec]
721         Some thunks into win16 code added.
722
723         * [win32/init.c]
724         Added GetSystemInfo(), removed GetModuleFileName() stub.
725
726         * [win32/code_page.c] [if1632/thunk.c]
727         Added EnumSystemCodePages* (untested).
728
729         * [objects/font.c] [if1632/thunk.c]
730         Added EnumFontFamilies32*.
731         
732 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
733
734         * [controls/menu.c] [windows/mdi.c]
735         Don't delete the MDI `windows' menu if it's already been deleted.
736
737         * [misc/exec.c]
738         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
739         and complains if it returns FALSE.
740
741         * [windows/winpos.c]
742         Get maximized MDI child's nonclient area redrawn after resize.
743
744 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
745
746         * [memory/global.c]
747         Use /proc filesystem for GlobalMemoryStatus() on Linux.
748
749 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
750
751         * [windows/event.c]
752         Added OffiX-style file drop handling. File paths must be
753         DOS-mappable by Wine (via wine.conf).
754
755         * [controls/combo.c]
756         Added WM_GETTEXT handler.
757
758         * [objects/palette.c]
759         Added ResizePalette() (untested).
760
761         * [objects/cursoricon.c]
762         Implemented icon to cursor conversion.
763
764         * [objects/color.c]
765         Fixed crash on startup when no colorcells are writeable.
766
767 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
768
769         * [rc/winerc.c]
770         Added support for win32 output.
771
772         * [library/libres.c] [include/libres.h] [loader/resource.c]
773         Renamed LIBRES_FindResource to LIBRES_FindResource16.
774         Added LIBRES_FindResource32.
775
776 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
777
778         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
779         Added the spec file for WinG, it's only stub for now, but it
780         should be easy to do by someone with Windows programming
781         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
782
783         * [if1632/crtdll.spec]
784         Added some string and memory functions to make sfxed95.exe (of
785         Warcraft 2) almost work.
786
787 ----------------------------------------------------------------------
788 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
789
790         * [files/dos_fs.c]
791         Added long file name mask in DOSFS_FindNext().
792
793         * [loader/pe_image.c] [loader/task.c]
794         Moved Win32 task startup into TASK_CallToStart().
795
796         * [objects/dc.c]
797         Fixed SetDCState() for memory DC (thanks to Constantine
798         Sapuntzakis for spotting this one).
799
800         * [windows/winpos.c]
801         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
802
803         * [*/*]
804         Added Win32 version for many graphics functions.
805
806 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
807
808         * [controls/button.c]
809         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
810
811         * [controls/edit.c]
812         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
813         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
814
815         * [windows/dialog.c]
816         DS_LOCALEDIT is a dialog style not an edit style.
817
818         * [windows/winproc.c]
819         Stop stack trashing when wndPtr->text == NULL.
820
821 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
822
823         * [windows/dce.c]
824         GetDCEx32 - The determination of whether to use the DC cache or
825         not should be independent of DCX_USESTYLE.
826
827 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
828
829         * [files/directory.c]
830         Added errno.h to #includes
831
832         * [tools/makedep.c]
833         Close files once they have been processed.
834
835 ----------------------------------------------------------------------
836 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
837
838         * [*/Makefile.in] [tools/makedep.c]
839         New program to generate dependencies; should be faster and more
840         portable than 'gcc -MM'.
841
842         * [*/*]
843         Replaced WPARAM and HDC by explicitly-sized types.
844
845         * [windows/hook.c]
846         Fixed bug in HOOK_GetHook16 function.
847
848 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
849
850         * [include/debug.h] [include/stddebug.h]
851         Added debug option for win16drv (-debugmsg +win16drv)
852
853         * [graphics/win16drv/init.c]
854         Only enable CreateDC if printer=on specified in wine section of
855         wine.conf.
856         printfs changed to dprintf_win16drv.
857         Some tidying up.
858
859         * [include/gdi.h] [graphics/x11drv/clipping.c]
860           [graphics/x11drv/Makefile.in]
861         Moved SetDeviceClipping into drivers.
862
863 ----------------------------------------------------------------------
864 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
865
866         * [Make.rules.in] [*/Makefile.in]
867         Made it possible to compile from a directory other than the source
868         directory.
869
870         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
871           [objects/metafile.c] [objects/dc.c]
872         New graphics driver for metafiles.
873
874         * [if1632/thunk.c]
875         Added thunks for SetWindowsHook and SetDCHook.
876
877         * [windows/dialog.c]
878         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
879         items.
880
881         * [*/*]
882         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
883         HINSTANCE, HMENU, HRGN and HTASK.
884
885 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
886
887         * [controls/edit.c]
888         Fixed EditWndProc() to fall back to DefWndProc() when the
889         edit state structure is not available.
890
891 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
892
893         * [windows/nonclient.c] [windows/mdi.c]
894         AdjustWindowRectEx16() should only take notice of the styles
895         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
896         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
897
898         * [controls/scroll.c]
899         Fixed typo in ShowScrollBar32().
900
901 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
902
903         * [if1632/user32.spec] [if1632/winmm.spec]
904         Added SetParent and sndPlaySoundA.
905         
906 ----------------------------------------------------------------------
907 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
908
909         * [controls/button.c]
910         Fixed focus rectangle size and clipping.
911
912         * [controls/scroll.c]
913         Converted to Win32 and added support for scroll page.
914         Completed SetScrollInfo() and implemented other Win32 functions.
915
916         * [files/file.c]
917         Removed FILE_Read() (use _lread32 instead).
918
919         * [objects/dce.c] [include/dce.h]
920         Allocate DCE on the Win32 heap, and use pointers instead of
921         handles.
922         Implemented Win32 version of DC functions.
923
924         * [windows/painting.c]
925         Attempt to make CS_PARENTDC style work again.
926
927 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
928
929         * [windows/dce.c] [windows/winpos.c]
930         Override SaveUnder attribute when painting took place
931         in a window below. Force X to raise activated window 
932         in seamless mode.
933
934         * [misc/clipboard.c] [windows/event.c]
935         Translation between DOS and Unix text formats and several
936         other fixes for the sudden selection loss.
937
938         * [windows/message.c]
939         Apply "first" and "last" when checking for WM_QUIT in 
940         MSG_PeekMessage().
941
942         * [windows/win.c]
943         Rearranged DestroyWindow() to fit "Windows Internals"
944         description.
945
946         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
947         Misc. fixes to CBT hook calls.
948
949         * [controls/menu.c] [misc/user.c]
950         Fixup resident popup menu window so that it doesn't get
951         destroyed by USER_AppExit().
952
953         * [loader/module.c] [loader/task.c] [windows/event.c]
954         Process "unsafe" X events outside the scheduler to prevent
955         deadlocks.
956
957         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
958         Lots of fixes for better Win16 multitasking.
959
960 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
961
962         * [include/windows.h]
963         Added some missing HOOK defines.
964
965         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
966         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
967
968         * [win32/console.c][include/wincon.h]
969         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
970
971         * [misc/registry.c]
972         Some null ptr fixes.
973
974         * [loader/pe_image.c]
975         Fixed exported function lookup. (msvcrt20.dll)
976         Add debugsyms for entrypoint, exported functions and sections.
977
978         * [multimedia/mmsystem.c]
979         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
980
981         * [several]
982         Added several missing things/stubs/simple thunks from win32
983         to win16 code.
984
985 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
986
987         * [windows/property.c]
988         Fixed debugging of 16 Bit RemoveProp().
989
990         * [debugger/memory.c]
991         Added DEBUG_checkmap_bad() for linux.
992
993 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
994
995         * [windows/event.c] [windows/hook.c]
996         Use EnableHardwareInput() for JournalPlayback hook.
997
998         * [controls/listbox.c]
999         Changed handling of LB_GETITEMRECT in empty listboxes.
1000
1001 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1002
1003         * [misc/main.c]
1004         Fixes to X resources handling.  
1005
1006 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1007
1008         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
1009         Individual handle table created for each metafile. Fixed
1010         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
1011
1012         * [windows/graphics.c] [objects/dc.c]
1013         Rectangle() changed to work better with wide pens and PS_NULL.
1014         Use JoinMiter.
1015
1016         * [windows/winpos.c]
1017         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
1018         is set.
1019
1020         * [windows/nonclient.c]
1021         AdjustWindowRectEx() should perform calculations even if the
1022         window is minimized.
1023
1024         * [windows/mdi.c]
1025         Better handling of system button painting. Maximized windows can
1026         contain scroll bars. Icons now maximize properly.
1027
1028         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
1029         Improved greying of items in system menu. WM_INITMEMUPOPUP no
1030         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
1031         menu.c.
1032
1033 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1034
1035         * [several files]
1036         Fix missing includes and wrong printing arguments.
1037
1038         * [controls/listbox.c]
1039         Don't sort drives in ListBoxDirectory().
1040         
1041 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
1042
1043         * [windows/dialog.c]
1044         Fixed handling of Shift-TAB in dialogs.
1045
1046 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1047
1048         * [if1632/gdi32.spec]
1049         Added SelectClipRgn - call win16 version.
1050
1051         * [if1632/user32.spec]
1052         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
1053
1054         * [include/wincon.h]
1055         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
1056         out of #if 0 protected portion of file.
1057
1058         * [loader/pe_image.c]
1059         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
1060         programs now work better)
1061
1062         * [win32/console.c]
1063         Added stub functions for GetConsoleScreenBufferInfo and 
1064         GetLargestConsoleWindowSize
1065
1066         * [win32/findfile.c]
1067         FindFirstFile32A() - removed erroneous strcpy
1068
1069         * [windows/keyboard.c]
1070         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
1071         specification. NB - I still have doubts about some other functions
1072         in this file.
1073
1074 ----------------------------------------------------------------------
1075 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
1076
1077         * [windows/event.c]
1078         Minor improvements in setting event time in MSG struct.
1079
1080         * [windows/hook.c]
1081         Removed an useless 'unimplemented hook' message.
1082
1083         * [windows/win.c]
1084         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
1085
1086 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1087         * [loader/pe_image.c]
1088         Fixed imports with no name/ordinal list (MFC30.DLL).
1089         Added borland style - ordinal import (wsock32.dll).
1090
1091         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
1092           [if1632/kernel32.spec] [include/windows.h]
1093         Win32 and Win16 code use the same filehandles/HFILEs.
1094         Added SetEndOfFile, MoveFile*, diverse *W functions.
1095
1096         * [loader/pe_image.c]
1097         Fixed argument 2 to DllEntry.
1098
1099         * [misc/comm.c]
1100         Adapt to filehandling changes, win32 code still broken.
1101
1102         * [misc/registry.c]
1103         Use Wine filehandling.
1104         StartupRegistry to add startup-detected registry entries.
1105
1106         * [miscemu/dpmi.c] [miscemu/int21.c]
1107         Some missing interrupt-functions added.
1108
1109         * [if1632/gdi32.spec][if1632/user32.spec]
1110         Some thunks to 16 bit equivalent functions added.
1111
1112 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
1113
1114         * [misc/winsocket.c]
1115         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
1116         Windows fd_set structs.
1117
1118         * [if1632/winsock.spec]
1119         Corrected arguments to select().
1120
1121 ----------------------------------------------------------------------
1122 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1123
1124         * [misc/commdlg.c] [if1632/commdlg.spec]
1125         Fixed some SEGPTR problems.
1126
1127         * [windows/winproc.c]
1128         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
1129         and WM_MEASUREITEM
1130         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
1131
1132 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1133         * [files/drive.c]
1134         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
1135
1136         * [multimedia/audio.c]
1137         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
1138         below 4096 bytes.
1139
1140         * [multimedia/mcistring.c]
1141         Segptr string handling fixed & enhanced.
1142
1143         * [if1632/crtdll.spec][misc/crtdll.c]
1144         malloc,free,_strupr,_stricmp,_strcmpi added.
1145
1146         * [if1632/wsock32.spec][misc/winsock.c]
1147         More direct thunks into unix libc and WsControl-stub added.
1148
1149 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1150
1151         * [objects/metafile.c]
1152         Bug fixes to both recording and playback of ExtTextOut().
1153
1154 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1155
1156         * [multimedia/audio.c] [multimedia/mcianim.c]
1157           [multimedia/mcicda.c] [multimedia/midi.c]
1158         Made cdaudio, audio and midi work for FreeBSD.
1159
1160 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1161
1162         * [misc/crtdll.c] [if1632/crtdll.spec]
1163         Added a lot of functions.
1164
1165         * [misc/ole2nls.c]
1166         Added ID values for all languages in GetUserDefaultLCID().
1167         
1168 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
1169
1170         * [windows/event.c] [windows/message.c]
1171         First attempt at hook WH_JOURNALPLAYBACK.
1172
1173 ----------------------------------------------------------------------
1174 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1175
1176         * [controls/scroll.c]
1177         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
1178
1179         * [graphics/driver.c] [include/x11drv.h]
1180         New files for graphics driver handling.
1181
1182         * [if1632/relay.c] [include/registers.h] [tools/build.c]
1183         Implemented Win32 register functions. Not really tested yet.
1184
1185         * [include/gdi.h]
1186         Added a lot of functions to the DC func table.
1187
1188         * [loader/pe_image.c]
1189         Initialise %fs before calling out to 32-bit code.
1190
1191         * [windows/hook.c]
1192         Fixed bug in HOOK_GetHook().
1193
1194         * [windows/win.c]
1195         Fixed FindWindow to return an error if the class name doesn't exist.
1196
1197 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1198
1199         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
1200         mpr.dll specs added.
1201
1202         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
1203         QueryPerformanceCounter(), GlobalMemoryStatus() added.
1204
1205         * [if1632/user32.spec] [win32/error.c]
1206         SetLastErrorEx() added.
1207
1208         * [misc/commdlg.c]
1209         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
1210
1211         * [misc/registry.c]
1212         Some missing NULL ptr checks added, misc clean up.
1213
1214 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
1215
1216         * [controls/menu.c]
1217         Adjust popup menu coordinates so that it always stays within 
1218         the desktop.
1219
1220         * [misc/main.c]
1221         Fixed GetEnvironment() return value for lpEnv == NULL case.
1222
1223 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1224
1225         * [misc/crtdll.c] [if1632/crtdll.spec]
1226         Added some is* functions, strlen and tolower.
1227         
1228 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
1229
1230         * [tools/wineconf]
1231         New perl script to generate the wine.conf file.
1232
1233 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
1234
1235         * [if1632/gdi.spec]
1236         Lots of printer functions.
1237         
1238         * [include/callback.h]
1239         New functions for printer driver support.
1240
1241         * [include/gdi.h]
1242         New/changed structures to support printer driver.
1243
1244         * [misc/escape.c]
1245         New version that uses function table in DC structure.
1246
1247         * [objects/dc.c]
1248         CreateDC copes with things other than Display.
1249         X code for CreateDC moved to graphics/x11drv directory.
1250         CreateCompatibleDC copies func table from original DC.
1251
1252         * [objects/font.c]
1253         GetTextExtentPoint32A,GetTextMetrics16 use function table in
1254         DC and code moved to drivers directory.
1255
1256         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
1257         New files for printer support. 
1258
1259 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1260
1261         * [controls/scroll.c]
1262         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
1263         code. There are a few options in which I'm probably the wrong person
1264         for the job (page size and disable bar). There are comments in the
1265         code as to what they should do.
1266
1267         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
1268         Added 32 bit version of FONT_GetObject.
1269
1270 ----------------------------------------------------------------------
1271 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1272
1273         * [files/drive.c]
1274         Added 'Filesystem' option in drives configuration.
1275
1276         * [files/dos_fs.c] 
1277         Added handling of case-insensitive filesystems.
1278
1279         * [memory/selector.c] [include/stackframe.h]
1280         Removed MAKE_SEGPTR.
1281
1282         * [misc/commdlg.c] [multimedia/mcistring.c]
1283         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
1284
1285         * [objects/bitblt.c] [windows/graphics.c]
1286         Use an intermediary pixmap to avoid some BadMatch errors on
1287         XGetImage().
1288
1289 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
1290
1291         * [windows/message.c]
1292         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
1293
1294         * [misc/ver.c]
1295         Fixed a bad string result in VerQueryValue[16|32A|32W].
1296
1297 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1298
1299         * [if1632/crtdll.spec] [misc/crtdll.c]
1300         More additions to get win95 programs further down the road.
1301
1302         * [if1632/kernel.spec] [loader/module.c]
1303         GetModuleName() added.
1304         LoadModule(): params->showCmd can be NULL.
1305
1306         * [if1632/kernel32.spec] [if1632/thunk.c]
1307         ThunkConnect32() stub added.
1308
1309         * [loader/resource.c]
1310         Entries include lastentry.
1311
1312         * [misc/shell.c] [files/file.c]
1313         Made progman work again.
1314
1315 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1316         
1317         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
1318         Icon painting fixes.
1319
1320         * [windows/winpos.c] [windows/painting.c]
1321         Enforce and follow hrgnUpdate more closely to cut down on
1322         redundant RedrawWindow() calls.
1323
1324         * [windows/event.c]
1325         Process ConfigureNotify only for managed windows.
1326
1327         * [windows/winpos.c]
1328         Do not redraw parent if the window was hidden before SetWindowPos().
1329
1330         * [windows/nonclient.c]
1331         Omit some nonclient decoration painting for managed windows.
1332
1333         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
1334         Implemented WM_NEXTMENU.
1335
1336         * [controls/listbox.c]
1337         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
1338
1339         * [misc/shell.c]
1340         Added .ICO file handling to ExtractIcon().
1341
1342 ----------------------------------------------------------------------
1343 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1344
1345         * [configure.in] [include/acconfig.h] [tools/build.c]
1346         Added check for underscore on external symbols.
1347
1348         * [memory/selector.c] [memory/global.c]
1349         Fixed FreeSelector() to free only one selector.
1350         Added SELECTOR_FreeBlock() to free an array of selectors.
1351
1352         * [objects/color.c]
1353         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
1354         hi-color displays.
1355
1356         * [tools/build.c] [if1632/crtdll.spec]
1357         Added 'extern' type, used for external variables or functions.
1358
1359         * [windows/winpos.c]
1360         Allow de-activating a window in WINPOS_ChangeActiveWindow().
1361
1362         * [windows/winproc.c]
1363         Added 32-to-16 translation for button messages.
1364         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
1365         happen to be valid SEGPTRs.
1366
1367 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1368
1369         * [windows/message.c]
1370         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
1371         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
1372
1373         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
1374         Introduced undocumented API function IsValidMetaFile(), plus a
1375         minor fix in last patch of CopyMetaFile().
1376
1377         * [objects/gdiobj.c]
1378         Removed a FIXME in IsGDIObject(): added magic word check.
1379
1380 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1381
1382         * [controls/statuswin.c]
1383         First pass at implementing the StatusWindow class.
1384
1385         * [include/commctrl.h]
1386         Header file for common controls.
1387
1388         * [controls/widgets.c]
1389         Added InitCommonControls().
1390
1391         * [if1632/comctl32.spec]
1392         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
1393
1394         * [win32/findfile.c] [if1632/kernel32.spec]
1395         Add FindNextFile32A, FindClose.
1396         Modified FindFirstFile32A so it works with FindNextFile32A.
1397
1398         * [include/winbase.h]
1399         Fixed WIN32_FIND_DATA structure member names.
1400
1401 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1402
1403         * [windows/scroll.c]
1404         Changed scrolling routines to benefit from DCE code update.
1405
1406 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1407
1408         * [files/file.c]
1409         SearchPath* could get NULL for lastpart argument.
1410
1411         * [if1632/build-spec.txt] [documentation/debugging]
1412         Varargs documentation added, debugging hints updated.
1413
1414         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
1415         Started to implement CRTDLL.
1416
1417         * [if1632/wsock32.spec]
1418         Some thunks to standard libc functions (structures have the same
1419         elements, but perhaps wrong offset due to packing).
1420
1421         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
1422         Merged kernel32.h into windows.h.
1423
1424         * [misc/lstr.c]
1425         Enhanced FormatMessage().
1426
1427         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
1428         GetVersion() updated to new naming standard.
1429         Changed language handling to support language ids.
1430
1431         * [misc/shell.c]
1432         Enhanced FindExecutable, so it finds files in the search path too.
1433
1434         * [win32/environment.c]
1435         GetCommandLine* updated.
1436
1437         * [loader/resource.c] [loader/pe_resource.c]
1438         FindResourceEx32* added.
1439         Loading of messagetables added.
1440         Language handling now uses Wine default language id.
1441
1442 ----------------------------------------------------------------------
1443 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1444
1445         * [controls/scroll.c]
1446         Attempted to implement undocumented scroll-bar messages.
1447
1448         * [tools/build.c] [include/callback.h] [windows/winproc.c]
1449         CallTo16_* functions now get DS from the previous 16-bit stackframe.
1450
1451         * [if1632/thunk.c] [include/callback.h]
1452         Added thunks to implement callbacks for the emulator. Now all the
1453         Enum* functions always take a real function pointer even in the
1454         emulator.
1455         
1456         * [loader/builtin.c]
1457         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
1458         work with NULL entry points. Using linear search now.
1459
1460         * [loader/module.c]
1461         Implemented IsSharedSelector().
1462
1463         * [loader/task.c]
1464         Changed SwitchStackTo/Back to use the instance data to store the
1465         previous stack instead of the TDB. Also copy the local variables
1466         onto the new stack.
1467         Added GetExeVersion() and SetTackSignalProc().
1468         Implemented SetSigHandler().
1469
1470 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1471
1472         * [controls/menu.c]
1473         "Fixed" problem in deleting menus where win32 could get into an
1474         endless loop when it crashed. I think I've fixed the symptoms, not
1475         the original problem so it might be worth further investigation.
1476
1477         * [debugger/registers.c]
1478         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
1479         compile wine properly.
1480
1481         * [files/dos_fs.c]
1482         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
1483         from win32/findfile.c (q.v.).
1484
1485         * [if1632/gdi32.spec]
1486         Added SetMapMode (call existing function)
1487
1488         * [if1632/kernel32.spec]
1489         Added FindFirstFileA and SetFileAttributesA.
1490
1491         * [if1632/user32.spec]
1492         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
1493         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
1494         UnhookWindowsHookEx.
1495
1496         * [win32/file.c]
1497         Added stub function SetFileAttributes32A. It's a stub because I
1498         can't really work out what this function should do with most
1499         attributes in a Unix environment. Anyone care to expand it?
1500
1501         * [win32/findfile.c]
1502         New file. Initial stab at FindFirstFile. This doesn't work as
1503         specified yet, though a lot of the groundwork is there. I haven't
1504         time to work on this for the next month, so if anyone wants to pick
1505         it up and run with it please do.
1506
1507         * [win32/memory.c]
1508         Removed malloc.h from includes (covered by stdlib.h include, and
1509         gets rid of a warning in FreeBSD).
1510
1511         * [win32/newfns.c]
1512         UnhookWindowsHookEx32A stub added.
1513
1514         * [win32/user32.c]
1515         Added implementation of IsDialogMessage32A.
1516
1517         * [windows/dialog.c]
1518         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
1519         SendDlgItemMessage16.
1520
1521 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1522
1523         * [windows/graphics.c]
1524         Removed rectangle checking (conflicted with nonstandard
1525         mapping modes). 
1526
1527         * [windows/dialog.c]
1528         Added check for child-style dialogs to DS_ABSALIGN
1529         coordinate conversion.
1530
1531         * [objects/color.c]
1532         Cleaned up misc. bits
1533
1534 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1535
1536         * [windows/focus.c] [windows/event.c] [windows/win.c]
1537           [windows/defdlg.c]
1538         Fixes to focusing and activation.
1539
1540         * [windows/defdlg.c]
1541         Properly(?) handle DM_GETDEFID.
1542
1543         * [controls/combo.c]
1544         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
1545         CBCheckSize: Adjust edit position.
1546
1547 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1548
1549         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
1550         Pass HFILEs instead of unix-fds to self-loader code.
1551
1552 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1553
1554         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
1555         Implemented handling of some new metafile records (META_...)
1556         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
1557         Added functions like MF_StretchBlt() for usage in metafiles.
1558         Minor bugfix in CopyMetafile().
1559
1560         * [objects/bitmap.c][objects/dib.c]
1561         Added check for metafile-DC in Bitmap and DIB functions:
1562         CreateCompatibleBitmap() etc.
1563
1564 ----------------------------------------------------------------------
1565 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1566
1567         * [loader/task.c] [include/task.h]
1568         Implemented SwitchStackTo()/SwitchStackBack().
1569
1570         * [include/wintypes.h] [loader/main.c]
1571         Added __winelib variable to distinguish between emulator and
1572         library at run-time. Later on, this should avoid some
1573         recompilations when building Winelib.
1574
1575         * [windows/property.c]
1576         Implemented Win32 functions for window properties.
1577
1578 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1579
1580         * [controls/listbox.c]
1581         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
1582         messages.
1583
1584         * [controls/menu.c]
1585         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
1586
1587         * [include/cursoricon.h]
1588         Moved #pragma pack(1) back to where it belongs.
1589
1590         * [objects/palette.c]
1591         RealizeDefaultPalette() maps to system colors only.
1592         Do not broadcast palette notifications when in TrueColor.
1593
1594         * [objects/color.c] [include/palette.h]
1595         Miscellaneous optimizations. Had to fix several
1596         "improvements" made to my patch for previous release.
1597
1598         * [objects/dib.c]
1599         Reverse dib bits order for 24-bit SetDIBits().
1600
1601         * [objects/dc.c]
1602         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
1603
1604         * [windows/scroll.c]
1605         Scroll update region too.
1606
1607         * [windows/message.c]
1608         Include QS_MOUSE into the event mask for nonclient mouse
1609         message filter. Fixes problems with Word 6 freezing when
1610         mouse hits nonclient area.
1611
1612         * [windows/win.c] 
1613         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
1614
1615         * [windows/winpos.c] [windows/mdi.c]
1616         Attempt to fix control menu duplication.
1617
1618 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1619
1620         * [files/drive.c]
1621         GetDriveType32A(): return value for CDROM fixed.
1622
1623         * [files/file.c]
1624         SearchPath* added.
1625
1626         * [if1632/gdi32.spec] [objects/brush.c]
1627         SetBrushOrgEx() added.
1628
1629         * [loader/pe_resource.c]
1630         If even loading the default entry fails, we just use the first
1631         entry from the resource directory.
1632
1633         [loader/task.c]
1634         SetSigHandler() stub added, Paradox 4.5 now starts up.
1635
1636         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
1637         COMM functions updated to win32, not complete.
1638
1639         * [misc/lstr.c]
1640         FormatMessageA partially implemented.
1641
1642         * [include/miscemu.h] [memory/selector.c]
1643           [memory/global.c] [miscemu/dosmem.c]
1644         DOS memory handling changed: 1MB preallocated block, real-mode
1645         segment handling possible, SetSelectorBase into lower physical 1MB
1646         possible.
1647
1648         * [miscemu/dpmi.c]
1649         Real-mode segments changed, real-mode int 21,ax=6506 added.
1650         AX=0x0303 added.
1651
1652         * [multimedia/time.c]
1653         Fixed bug in killTimer.
1654
1655         * [objects/bitmap.c]
1656         LoadImageA partially implemented.
1657
1658 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
1659
1660         * [include/dde_mem.h][include/dde_proc.h]
1661           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
1662           [ipc/generic_hash.h][library/miscstubs.c]
1663         Changes for error free compilation using "--with-ipc":
1664         replaced some names with *16-equivalent (e.g. MSG to MSG16),
1665         modified prototype of function DDE_GlobalFree() .
1666
1667         * [objects/palette.c]
1668         Added check for metafile-DC in GDISelectPalette(),
1669         GDIRealizePalette(),RealizeDefaultPalette() and
1670         IsDCCurrentPalette().
1671
1672 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1673
1674         * [controls/edit.c]
1675         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
1676         fixes Winhelp.
1677
1678         * [windows/dialog.c]
1679         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
1680
1681 ----------------------------------------------------------------------
1682 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1683
1684         * [configure.in]
1685         Generate include/config.h instead of putting everything on the
1686         command-line.
1687         Removed -with-malloc-debug option (not useful for end users
1688         anyway).
1689         Added check for memmove().
1690
1691         * [include/wintypes.h] [*/Makefile.in]
1692         Added definition of __WINE__ symbol when compiling Wine code
1693         (emulator or library) as opposed to user programs.
1694
1695         * [debugger/editline.c] [debugger/readline/*]
1696         Moved all the readline code into debugger/editline.c. Removed the
1697         readline subdirectory.
1698
1699         * [files/profile.c]
1700         Added PROFILE_GetWineIniInt().
1701
1702         * [include/stackframe.h] [loader/task.c]
1703         The 16-bit stackframe now also exists for Winelib (even though it
1704         only ever contains one frame).
1705
1706         * [loader/module.c]
1707         Added function MODULE_CreateDummyModule() to create a dummy Win16
1708         module for Winelib and Win32.
1709
1710         * [memory/ldt.c]
1711         Make sure the ldt entry contents will be acceptable for the Linux
1712         kernel.
1713
1714         * [memory/selector.c]
1715         Fixed SetSelectorLimit() when the limit is in pages.
1716
1717         * [misc/port.c]
1718         Added memmove().
1719
1720         * [miscemu/dpmi.c]
1721         Clear the segment registers that contain the selector being freed
1722         in int31/ax=0001.
1723         Added missing break after SelectorAccessRights call.
1724
1725         * [win32/struct32.c]
1726         Added conversions for MDICREATESTRUCT.
1727
1728         * [windows/winproc.c]
1729         Added message conversions for WM_MDICREATE.
1730
1731 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
1732
1733         * [windows/class.c]
1734         Added GetExePtr() call in CLASS_FindClassByAtom().
1735
1736 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1737
1738         * [if1632/*.spec]
1739         Some more trivial specs added.
1740
1741         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
1742         CreateFont32* added, changed to new naming std.
1743
1744         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
1745         Some defines/types added.
1746
1747         * [win32/thread.c]
1748         TlsSetValue() returns boolean.
1749
1750         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
1751           [controls/menu.c] [objects/bitmap.c]
1752         Cleanup of the resource functions, mostly changes to new naming
1753         standard and fixing of argument types so that they agree with the
1754         win16/win32 API.
1755
1756 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1757
1758         * [windows/winpos.c]
1759         ShowWindow() fixes.
1760
1761         * [windows/mdi.c]
1762         Fix reversed LPARAM in WM_MDIACTIVATE.
1763
1764         * [wine.ini]
1765         New option AllocSystemColors tells Wine how many colors to grab
1766         from the system colormap.
1767
1768         * [objects/bitblt.c] [objects/dc.c]
1769         Fixed pink garbage over Word buttons in PseudoColor. Added
1770         optional DSTINVERT shortcut for faster text selection.
1771
1772         * [misc/wsprintf.c]
1773         Skip bogus segmented pointers in wsvnprintf16(). 
1774
1775         * [objects/gdiobj.c]
1776         Added palette handling to UnrealizeObject(). 
1777
1778         * [objects/color.c] [objects/palette.c] [windows/dce.c]
1779         Wine gets palette manager with support for more than 20 colors. 
1780         Only PseudoColor and TrueColor visuals tested so far.
1781
1782         * [windows/winpos.c] [windows/win.c] 
1783         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
1784         use XReconfigureWMWindows() instead of XConfigureWindow() in
1785         managed mode.
1786
1787         * [memory/global.c]
1788         Do not allocate more than 640K of DOS memory.
1789
1790         * [misc/main.c]
1791         Do not allow -desktop and -managed together.
1792
1793 ----------------------------------------------------------------------
1794 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1795
1796         * [controls/scroll.c]
1797         Use Win32 heap functions to allocate scroll-bar info structure.
1798
1799         * [debugger/dbg.y] [debugger/registers.c]
1800         Added support for FS and GS segment registers.
1801         Check that segment registers value are OK before returning from
1802         the signal handler.
1803
1804         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
1805         Changed relay debugging for Win32 function: the relay code now
1806         passes the entry point address instead of the function name.
1807
1808         * [tools/build.c] [miscemu/*.c]
1809         Added support for data entry points in Win32 DLLs.
1810         Added 'cdecl' function type for Win32.
1811         For 'register' function, the relay code now passes a pointer to
1812         the SIGCONTEXT structure.
1813         
1814         * [include/registers.h] [include/wine.h]
1815         Moved SIGCONTEXT structure definition in registers.h.
1816
1817         * [loader/pe_image.c]
1818         Don't die at once if some Win32 entry points cannot be found, but
1819         set them to NULL, just like we do for Win16. This allows some
1820         programs to go further before crashing.
1821
1822         * [loader/task.c] [loader/main.c]
1823         Moved global initializations from InitTask() to MAIN_Init(), as
1824         they no longer need a task context with the new SEGPTR heap functions.
1825
1826         * [memory/string.c]
1827         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
1828         very convenient.
1829
1830         * [windows/graphics.c]
1831         Partially implemented DrawEdge().
1832
1833         * [windows/timer.c] [windows/caret.c]
1834         Implemented Win32 timer handling. Updated caret management to use
1835         Win32 timers (avoids having to use a Win16 callback).
1836
1837         * [windows/win.c]
1838         Prevent programs from setting some style bits with
1839         SetWindowLong(). This should fix some BadMatch crashes.
1840         Link new windows at the end of the linked list.
1841
1842         * [windows/winpos.c]
1843         Don't try to activate a child window in ShowWindow().
1844
1845         * [windows/winproc.c]
1846         Added a 32->32 thunk to support Ansi-Unicode translation.
1847
1848 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1849
1850         * [files/directory.c]
1851         Additional (undocumented) return value for GetTempDrive() added.
1852
1853         * [files/dos_fs.c] [files/file.c] [include/windows.h]
1854         GetTempFileName32* added.
1855         GetShortPathName* added.
1856
1857         * [memory/string.c]
1858         Win16 lstrcpy() can get NULL ptrs as argument and survive.
1859
1860         * [misc/lzexpand.c]
1861         LZOpenFile(): also try opening with compressed filename if normal
1862         open fails.
1863
1864         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
1865         Char* added.
1866         CompareString* added.
1867
1868 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1869
1870         * [objects/font.c] [if1632/gdi32.spec]
1871         CreateFontIndirect32A and CreateFontIndirect32W added.
1872
1873         * [misc/ole2nls.c]
1874         GetUserDefaultLCID return values updated for new languages.
1875         Finnish support added for GetLocaleInfoA.
1876
1877         * [object/palette] [gdi32.spec]
1878         RealizePalette32 and SelectPalette32 added.
1879         
1880 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
1881
1882         * [misc/shell.c]
1883         Fixup for SHELL_FindExecutable so that File->Run from progman
1884         works once more. Still needs some more fixups - grep for FIXME in
1885         this file.
1886
1887 ----------------------------------------------------------------------
1888 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1889
1890         * [controls/desktop.c]
1891         Use Windows file I/O routines to load the desktop bitmap.
1892
1893         * [files/file.c]
1894         Implemented RemoveDirectory* and DeleteFile*.
1895
1896         * [include/wine.h]
1897         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
1898
1899         * [loader/task.c]
1900         Fixed initial breakpoint setting for Win32 tasks.
1901
1902         * [misc/wsprintf.c]
1903         Ignore Unicode formats for wsprintf16().
1904
1905         * [objects/font.c]
1906         Implemented Win32 version of GetTextMetrics.
1907
1908         * [windows/winproc.c] [windows/win.c] [windows/class.c]
1909           [windows/dialog.c]
1910         Modified windows procedures to use thunks, to ensure that the
1911         procedure can be called directly from the Windows program.
1912
1913         * [windows/win.c]
1914         Added function WIN_BuildWinArray() to make it easier to enumerate
1915         windows. Implemented Win32 version of EnumWindows() and friends.
1916
1917 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
1918
1919         * [controls/button.c] [windows/win.c]
1920         Operator precedence fixes.
1921
1922         * [controls/edit.c]
1923         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
1924         Fixed word wrap with long words.
1925
1926         * [debugger/debug.l]
1927         New alias "where" for command "backtrace".
1928
1929         * [if1632/gdi.spec]
1930         Corrected parameter of ExtTextOut.
1931
1932         * [loader/module.c]
1933         Corrected printing of table of modules.
1934
1935         * [misc/spy.c]
1936         Removed superfluous \n in message name.
1937
1938         * [windows/message.c]
1939         Declared MSG_SendMessage as static.
1940         Changed parameter of DirectedYield() from queue handle to task handle.
1941         Removed warning mesages for argument of printf.
1942
1943         * [windows/nonclient.c]
1944         Added the flag DT_NOPREFIX when drawing window titles.
1945
1946         * [windows/win.c]
1947         WIN_WalkWindows now prints the invalid window handle.
1948         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
1949
1950         * [windows/winproc.c]
1951         Allows creating dialog windows with NULL as dialog function.
1952
1953 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1954
1955         * [windows/event.c]
1956         EVENT_key: Fixes to VK_ code generation for space bar and
1957         punctuation.
1958
1959         * [files/file.c]
1960         GetTempFileName: first character in temporary name is "~".
1961
1962         * [memory/heap.c]
1963         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
1964
1965         * [objects/text.c]
1966         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
1967
1968         * [misc/driver.c]
1969         Removed some bugs and reformatted. Actually loads drivers now.
1970
1971         * [include/callback.h]
1972         Added CallDriverProc() and CallWindowsExitProc().
1973
1974         * [loader/module.c]
1975         MODULE_CallWEP(): new function.
1976
1977         * [misc/lzexpand.c]
1978         LZSeek(): return new pointer, not old one.
1979
1980         * [misc/ver.c]
1981         find_ne_resource(): fixed dependence on LZSeek() bug.
1982         GetFileResource(): initialize reslen before using it.
1983
1984         * [windows/class.c]
1985         SetClassWord(): add missing else.
1986
1987         * [objects/font.c]
1988         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
1989         InitFontList: allocate one huge array of structures.
1990         FONT_MatchFont: uppercase the face name.
1991
1992 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
1993
1994         * [memory/heap.c]
1995         Fixed a typo in HeapReAlloc().
1996
1997 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1998
1999         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
2000           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
2001         GetTempPath* added
2002         GetDriveType* fixed, updated to NewNameStandard.
2003         GetCurrentDirectory* fixed (needs to prepend X:\).
2004
2005         * [controls/listbox.c]
2006         Missing NULL check added.
2007
2008         * [if1632/winmm.spec] [loader/builtin.c]
2009         winmm.dll (32bit mmsystem equivalent) specs added.
2010
2011         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
2012         Rtl{Move,Zero,Fill}Memory added.
2013
2014         * [misc/registry.c]
2015         Some NULL ptr dereference bugs fixed.
2016
2017         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
2018         Check for NULL ptr.
2019         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
2020         Aliasing should work for all MCI devices.
2021
2022         * [windows/win.c]
2023         Allow passing invalid window handles to CloseWindow().
2024
2025 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2026
2027         * [files/directory.c] [if1632/kernel32.spec]
2028         GetSystemDirectory32A and GetSystemDirectory32W added.
2029
2030         * [misc/main.c] [if1632/kernel32.spec]
2031         Beep and SetEnvironmentVariable32W added.
2032
2033 ----------------------------------------------------------------------
2034 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
2035
2036         * [files/drive.c] 
2037         GetFreeDiskSpace*, GetVolumeInformation* added.
2038
2039         * [files/file.c]
2040         FlushFileBuffers, CreateDirectory* added.
2041
2042         * [include/winbase.h] [include/windows.h]
2043         Prototypes, defines added and fixes.
2044
2045         * [if1632/kernel32.spec] [include/resource32.h]
2046           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
2047         Fixes to resource handling.
2048
2049         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
2050         Specs for implemented functions added
2051         Some thunks to functions which are same as win16 equivalents.
2052
2053         * [loader/task.c]
2054         GetAppCompatFlags() added.
2055
2056         * [misc/registry.c]
2057         One missing else added, small hack to RegQueryValue16().
2058
2059         * [win32/file.c]
2060         GetFileAttributesA() fixed (was using DOS path as UNIX path).
2061
2062 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2063
2064         * [loader/ne_resource.c]
2065         Fixed FreeResource() return value.
2066
2067         * [objects/text.c]
2068         Fixed a bug in ExtTextOut() that was causing overlapped characters
2069         in WinWord.
2070
2071         * [windows/winpos.c]
2072         SWP_FRAMECHANGED for top-level windows now invalidates client
2073         area as clock.exe wants.
2074
2075 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2076
2077         * [controls/listbox.c]
2078         Mini bugfix: 'revival' of missing scrollbar in listboxes.
2079
2080 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
2081
2082         * [resources/sysres_Fr.rc] [resources/TODO]
2083         Made changes for Choose_Font dialog.
2084
2085 ----------------------------------------------------------------------
2086 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2087
2088         * [memory/heap.c]
2089         Fixed bug in HeapRealloc (thanks to Bruce Milner).
2090
2091         * [misc/wsprintf.c]
2092         Fixed argument size for %c format in wsprintf16().
2093
2094         * [objects/dc.c]
2095         Don't free hFirstBitmap for saved DCs.
2096
2097         * [windows/event.c]
2098         Added timer handling in EVENT_WaitXEvent().
2099
2100         * [windows/message.c]
2101         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
2102         event is for the current task; if not, wake the other task.
2103
2104         * [windows/queue.c] [include/queue.h]
2105         Added 'self' handle in queue structure.
2106
2107         * [windows/timer.c]
2108         Added TIMER_ExpireTimers() function to mark expired timers and
2109         wake up the corresponding tasks.
2110
2111 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
2112
2113         * [windows/mapping.c]
2114         First point in list was mapped multiple times in DPtoLP and
2115         LPtoDP.  Other points were not mapped.
2116
2117 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2118
2119         * [misc/shell.c]
2120         Some fixes for ExtractIcon function family.
2121
2122         * [documentation/user_module]
2123         Chapter about windowing and messaging subsystems.
2124
2125 ----------------------------------------------------------------------
2126 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2127
2128         * [debugger/break.c] [loader/signal.c]
2129         Fixed breakpoints in 32-bit code.
2130
2131         * [include/windows.h]
2132         Added many more Win32 versions of standard structures.
2133
2134         * [include/winreg.h] [misc/registry.c]
2135         Moved private types into registry.c.
2136
2137         * [memory/string.c] (New file)
2138         Moved most string functions from misc/lstr.c; added Win32 version
2139         of all functions.
2140
2141         * [misc/wsprintf.c]
2142         Implemented Win32 wsprintf functions.
2143
2144         * [objects/bitmap.c]
2145         Implemented Win32 bitmap functions.
2146
2147         * [windows/dialog.c]
2148         Don't set dialog procedure before the controls are created. This
2149         avoids a crash in Winhelp.
2150
2151 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
2152
2153         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
2154         Replace PeekMessage with PeekMessage16.
2155
2156         * [if1632/kernel32.spec][misc/main.c]
2157         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
2158         MAIN_ParseVersion: new function, new command line option -winver.
2159         GetVersion: modified to take command line argument into account.
2160
2161         * [if1632/kernel32.spec] [win32/process.c]
2162         FreeLibrary32: new function.
2163         TlsAlloc: initialize Tls to zero.
2164         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
2165         functions.
2166
2167         * [if1632/kernel32.spec]
2168         SetErrorMode,GetActiveWindow: new relays to existing functions.
2169
2170         * [if1632/kernel32.spec][win32/user32.c]
2171         PeekMessage32A,PeekMessage32W: new functions.
2172
2173         * [include/struct32.h][include/windows.h]
2174         Moved MSG32 to windows.h.
2175         Renamed MSG to MSG16.
2176         Modified prototypes to use MSG16
2177
2178         * [include/winbase.h]
2179         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
2180
2181 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2182
2183         * [if1632/Makefile.in] [loader/builtin.c]
2184         version.dll,lz32.dll added.
2185
2186         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
2187           [misc/lzexpand.c]
2188         lz32.dll added.
2189         Modified to new function naming standard.
2190
2191         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
2192         version.dll added (win32 version of ver.dll).
2193         Modified to new function naming standard.
2194         Use registry to look up a LOCALE langids too.
2195         (VerInstallFile,VerFindFile still stubs)
2196
2197 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
2198
2199         * [files/file.c]
2200         Added a warning if GetTempFileName() gets a bad drive parameter.
2201
2202         * [misc/commdlg.c]
2203         Changed file listbox color to gray in SaveFile dialog 
2204         (just like Windows does this).
2205
2206 ----------------------------------------------------------------------
2207 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2208
2209         * [controls/button.c] [controls/listbox.c]
2210         Fixed wParam of WM_DRAWITEM message.
2211
2212         * [if1632/Makefile.in] [loader/builtin.c]
2213         Remove WPROCS32 DLL, as the relay code can call Wine routines
2214         directly.
2215
2216         * [loader/module.c] [loader/ne_image.c]
2217         Fixed initial stack layout for self-loading modules.
2218
2219         * [tools/build.c]
2220         Fixed data segment building for Win16 modules.
2221
2222         * [windows/defdlg.c]
2223         Implemented Win32 versions of DefDlgProc().
2224
2225         * [windows/dialog.c]
2226         Merged Win16 and Win32 dialog code.
2227         Added support for control extra data in dialog item template.
2228
2229         * [windows/win.c]
2230         Unified Win16 and Win32 versions of CreateWindow().
2231         Implemented Win32 version of GetWindowLong().
2232
2233         * [windows/winproc.c]
2234         Changed the implementation of window procedures, so that 16-bit
2235         winprocs are valid segmented pointers.
2236
2237 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2238
2239         * [misc/registry.c]
2240         Fixed another bug in the w95 loader. Quietened some debug output.
2241
2242 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2243
2244         * [windows/winproc.c]
2245         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
2246
2247 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2248
2249         * [resources/TODO] [resources/sysres_It.rc]
2250         Updated font dialog box.
2251
2252 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
2253
2254         * [include/commdlg.h] [misc/commdlg.c]
2255         ChooseFont() and ChooseColor(): 
2256         Bugfixes and added more support for some CF_* and CC_* flags: 
2257         dialog templates and font size control.
2258         Bugfix in structure definition of CHOOSECOLOR definition.
2259
2260         * [ipc/dde_proc.c] [windows/event.c]
2261         Replaced SendMessage with SendMessage16 and added inclusion of
2262         dde_proc.h for error-free compilation of ipc module.
2263
2264 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2265
2266         * [windows/scroll.c]
2267         Made ScrollDC to save/restore current clipping region.
2268
2269         * [misc/clipboard.c] [windows/event.c]
2270         Implemented most of the previously missing features (not tested), 
2271         improved text pasting from/to X. 
2272
2273         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
2274           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
2275           [windows/winpos.c] [windows/painting.c]
2276         Updated DCE code, implemented dynamic invalidation of owned DCs.
2277         This fixes a lot of problems with scrolling in WinWord. Not
2278         sure about the effect on -desktop.
2279
2280 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2281
2282         * [win32/time.c] [if1632/kernel32.spec]
2283         Added SetSystemTime and SetTimeZoneInformation.
2284
2285         * [if1632/kernel32.spec]
2286         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
2287
2288         * [include/windows.h]
2289         Added SYSTEM_POWER_STATUS structure and prototypes for
2290         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
2291
2292         * [include/kernel32.h]
2293         Added a prototype for SetTimeZoneInformation.
2294
2295         * [win32/environment.c] [if1632/kernel32.spec]
2296         Added GetSystemPowerStatus and SetSystemPowerState stubs.
2297
2298 ----------------------------------------------------------------------
2299 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2300
2301         * [controls/combo.c]
2302         Destroy the listbox and edit control when destroying the
2303         combo. This should prevent crashes on application exit.
2304
2305         * [misc/system.c] [if1632/system.spec]
2306         Implemented InquireSystem().
2307
2308         * [loader/task.c] [windows/message.c] [windows/queue.c]
2309         First attempt at inter-task SendMessage(). Still has a lot of
2310         problems.
2311
2312 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
2313
2314         * [windows/mdi.c]
2315         Fixed MDITile with iconic children.
2316
2317 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
2318
2319         * [misc/commdlg.c]
2320         ChooseFont dialog:
2321         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
2322           not real available font types (e.g. "Bold") can not selected
2323         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
2324
2325         * [objects/font.c]
2326         In FONT_MatchFont perform check if "lfFaceName" is family from X11
2327         only if "lfFaceName" is a windows font family then do a call of
2328         FONT_TranslateName() : this results in better font selections in 
2329         ChooseFont() or applications like charmap.exe or write.exe.
2330         Added a ParseFontParms() call if necessary in function 
2331         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
2332         even if there isn't one...
2333
2334         * [resources/TODO]
2335         Inventory of resource translations in sysres_??.rc
2336
2337 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2338
2339         * [misc/registry.c]
2340         _w95_loadreg: use offset to determine next RGDB position too.
2341
2342 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
2343
2344         * [controls/combo.c]
2345         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
2346
2347         * [misc/main.c]
2348         Result of option "-fixedmap" is to turn flag on.
2349
2350 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
2351
2352         * [misc/shell.c]
2353         ShellExecute and FindExecutable now both use common code to
2354         determine the required executable file.
2355
2356 ----------------------------------------------------------------------
2357 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2358
2359         * [controls/button.c]
2360         Made ButtonWndProc a 32-bit window procedure.
2361
2362         * [controls/desktop.c]
2363         Made DesktopWndProc a 32-bit window procedure.
2364         Added handling of WM_SETCURSOR.
2365
2366         * [controls/menu.c]
2367         Allocate menu items and strings on the 32-bit system heap.
2368         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
2369         AppendMenu and LoadMenuIndirect.
2370
2371         * [controls/widgets.c]
2372         Added possibility to have 32-bit built-in classes.
2373
2374         * [files/drive.c]
2375         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
2376
2377         * [misc/spy.c] [include/spy.h]
2378         Added support for spying Win32 messages.
2379
2380         * [loader/builtin.c]
2381         Fixed bug in -dll option parsing.
2382
2383         * [memory/local.c]
2384         Added back the change by Huw D. M. Davies to free the block in
2385         LocalRealloc() before allocating the new one.
2386
2387         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
2388         Fixed bug in bitmap size that caused memory corruption for 24bpp.
2389
2390         * [windows/defwnd.c]
2391         Implemented Win32 version of DefWindowProc().
2392
2393         * [windows/dialog.c]
2394         Implemented Win32 version of SendDlgItemMessage,
2395         Get/SetDlgItemText and Get/SetDlgItemInt.
2396
2397         * [windows/mdi.c]
2398         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
2399         Don't make a copy of the OBM bitmaps for every MDI window.
2400
2401         * [windows/message.c]
2402         Implemented Win32 version of SendMessage().
2403         
2404         * [windows/winproc.c] [windows/class.c] [windows/win.c]
2405         New scheme for 32-bit window procedures to replace aliases. All
2406         32-bit window procedure get a 16-bit address pointing to a
2407         WINDOWPROC structure.
2408         Implemented Ansi<->Unicode translation for CallWindowProc().
2409         Added translation of WM_DRAWITEM between Win16 and Win32.
2410
2411         * [windows/win.c] [include/callback.h]
2412         Added ugly hack to build CREATESTRUCT on the stack when sending
2413         WM_NCCREATE.
2414         Implemented Win32 version of Get/SetWindowWord/Long and
2415         Get/SetWindowText.
2416         
2417 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
2418
2419         * [controls/button.c]
2420         Avoid gray text on gray background in disabled push buttons
2421         using a b/w raster and some raster operations (PatBlt,BitBlt).
2422
2423         * [objects/text.c]
2424         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
2425
2426 ----------------------------------------------------------------------
2427 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2428
2429         * [*/*.c]
2430         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
2431         SIZE16. Implemented Win32 version of most functions that take
2432         these types as parameters.
2433
2434         * [configure]
2435         Patched autoconf to attempt to correctly detect -lnsl and
2436         -lsocket. Please check this out.
2437         
2438         * [controls/button.c]
2439         Added support for Win32 BM_* messages.
2440
2441         * [controls/menu.c]
2442         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
2443         with Excel.
2444
2445         * [memory.heap.c] [include/heap.h]
2446         Added support for SEGPTRs in Win32 heaps. Added a few macros to
2447         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
2448         but they work with Win32.
2449
2450         * [memory/atom.c]
2451         Implemented Win32 atom functions.
2452
2453         * [memory/local.c]
2454         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
2455
2456         * [win32/memory.c]
2457         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
2458
2459         * [windows/class.c]
2460         Properly implemented the Win32 class functions.
2461
2462         * [windows/winproc.c] (New file)
2463         New file handling the message translation between Win16 and Win32.
2464
2465 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2466
2467         * [windows/mdi.c] [windows/menu.c]
2468         Improved WM_MDICREATE and WM_MDICASCADE handling.
2469
2470         * [windows/event.c] [objects/bitblt.c]
2471         Handle GraphicsExpose event for BitBlt from screen to screen.
2472
2473         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
2474         Bunch of fixes for problems with -managed.
2475
2476         * [windows/win.c] [windows/winpos.c]
2477         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
2478         in CreateWindow.
2479
2480         * [windows/win.c] [windows/queue.c] [misc/user.c]
2481         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
2482         on window creation/destruction.
2483
2484         * [objects/palette.c]
2485         Crude RealizePalette(). At least something is visible in LviewPro.
2486
2487 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2488
2489         * [if1632/gdi32.spec]
2490         Added Rectangle (use win16 version).
2491
2492         * [if1632/kernel32.spec]
2493         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
2494
2495         * [if1632/user32.spec]
2496         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
2497         versions).
2498         Added SetWindowsHookExA (empty stub for now).
2499
2500         * [include/handle32.h]
2501         Changed #include <malloc.h> to #include <stdlib.h> to prevent
2502         hate message from FreeBSD compiler.
2503
2504         * [win32/newfns.c]
2505         Added new function SetWindowsHookEx32A (empty stub for now).
2506
2507         * [win32/user32.c]
2508         Removed redundant debugging printf statement.
2509
2510 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2511
2512         * [memory/local.c]
2513         Avoid creating adjacent free blocks.
2514         Free the block in LocalReAlloc() before allocating a new one.
2515         Fixed LocalReAlloc() for discarded blocks.
2516         
2517 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2518
2519         * [resources/sysres_Fi.rc]
2520         ChooseFont and ChooseColor dialogs updated.
2521
2522 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2523
2524         * [files/drive.c,if1632/kernel.spec]
2525         GetCurrentDirectory(),SetCurrentDirectory() implemented.
2526
2527         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
2528           [include/windows.h] [include/winreg.h] [loader/main.c]
2529           [misc/main.c] [misc/shell.c] [misc/registry.c]
2530         Registry fixes:
2531         - loads win95 registry databases,
2532         - save only updated keys on default,
2533         - now adhers to the new function naming standard,
2534         - minor cleanups.
2535
2536 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
2537
2538         * [combo.c]
2539         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
2540         and synchronized mine with Greg Kreider's works.
2541
2542         * [commdlg.c]
2543         Bugfix in ChooseFont: font size handling.
2544
2545 ----------------------------------------------------------------------
2546 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2547
2548         * [DEVELOPERS-HINTS]
2549         Added paragraph on naming conventions for Win16/Win32/Winelib.
2550
2551         * [controls/menu.c]
2552         Create a default system menu that is the same for all windows
2553         instead of making a copy every time.
2554
2555         * [include/wintypes.h]
2556         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
2557         Added xx16 and xx32 definitions for most types. General clean-up.
2558
2559         * [memory/global.c] [memory/local.c] [*/*]
2560         Renamed Global and Local heap functions to xxx16. Added all xxx32
2561         versions of the same functions.
2562
2563         * [memory/selector.c]
2564         Mask out lower bits of selector in FreeSelector().
2565
2566         * [misc/lstr.c]
2567         Fixed wvsprintf().
2568
2569         * [windows/class.c]
2570         Changed the class structure to make Win32 support easier.
2571
2572         * [windows/defwnd.c]
2573         Added handling of WM_INITMENUPOPUP for system menu to gray out
2574         invalid options.
2575
2576         * [windows/winpos.c]
2577         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
2578         a SEGPTR.
2579
2580 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2581
2582         * [memory/local.c]
2583         Implementation of moveable and (rudimentary) support for
2584         discardable local memory, plus several bug fixes.
2585
2586 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2587
2588         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
2589         FindWindowEx() implemented (someone reported it was missing
2590         for FrameMaker 4.1).
2591
2592         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
2593           [win32/resource.c]
2594         Misc small stubs/small functions which bring win95 binaries
2595         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
2596         Small fix in WIN32_LoadAcceleratorsA.
2597
2598 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
2599
2600         * [controls/edit.c] [controls/EDIT.TODO]
2601         Changed / fixed some types and typecasts.
2602         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
2603         Added heap initialization in WM_CREATE.
2604
2605 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
2606
2607         * [controls/combo.c] [controls/listbox.c]
2608         Pass WM_[HV]SCROLL to listbox, but not combo.
2609         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
2610         Combo box gets border.
2611         Combo box includes button (otherwise button won't trigger dropdown).
2612         Proper border around RectButton.
2613         Check size consistancy of combo, listbox, and button after resizing 
2614         or before painting.  These routines still aren't completely correct.
2615         Localize size checks in separate routines.
2616         Listboxes are white.
2617
2618 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
2619
2620         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
2621           [resources/sysres_De.rc][resources/sysres_En.rc]
2622         Introduced ChooseFont dialog, but needed some patches in 
2623         handling of comboboxes with edit controls.
2624
2625 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2626
2627         * [programs/winhelp/*]
2628         Added a help viewer and a simple `.hlp' to `.sgml' converter.
2629
2630 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2631
2632         * [resources/sysres_*.rc] [misc/shell.c]
2633         Modified size of "About" dialog boxes.
2634
2635 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2636
2637         * [if1632/Makefile.in][loader/builtin.c]
2638         crtdll.spec, ntdll.spec, wsock32.spec: new files.
2639
2640         * [loader/pe_image.c]
2641         Fix error message if import by ordinal failed.
2642
2643 ----------------------------------------------------------------------
2644 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2645
2646         * [Makefile.in]
2647         Subdir memory is now also compiled for Winelib, in order to get
2648         the Win32 heap functions.
2649
2650         * [if1632/Makefile.in]
2651         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
2652         DLL names > 8 characters.
2653
2654         * [loader/builtin.c] (New file)
2655         Grouped all built-in DLLs code in a single file.
2656
2657         * [memory/global.c]
2658         Use the Win32 heap code instead of malloc() to allocate linear
2659         memory. This will help test the heap code.
2660
2661         * [memory/local.c]
2662         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
2663
2664         * [tools/build.c] [if1632/relay.c]
2665         Removed 'id' directive in spec files. For relay debugging, the DLL
2666         entry point is now computed from the CS:IP entry point address.
2667         Added 'heap' directive to specifiy a local heap for the DLL. USER
2668         and GDI heap are now created this way.
2669
2670         * [windows/class.c] [include/class.h]
2671         Changed the class structure to use pointers instead of handles.
2672         Changed Get/SetClassWord/Long to use a switch statement; this
2673         allows changing the layout of the CLASS structure.
2674
2675         * [windows/win.c] [include/win.h]
2676         Use a CLASS * instead of a handle for the window class.
2677
2678 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2679
2680         * [if1632/kernel32.spec] [memory/global.c]
2681           [win32/memory.c] [win32/process.c]
2682         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
2683         LocalLock,SetThreadAffinityMask: new relays.
2684
2685         * [win32/cursoricon32.c]
2686         Return same handle if a cursor is loaded multiple times.
2687
2688 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
2689
2690         * [resources/sysres_Ko.rc]
2691         Added support for Korean [Ko] language.
2692
2693 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2694
2695         * [objects/dc.c] [objects/font.c]
2696         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
2697
2698         * [objects/metafile.c] [objects/dcvalues.c]
2699         Fixed broken SetTextAlign() on metafiles.
2700
2701         * [objects/metafile.c]
2702         Delete objects in handle table at end of PlayMetaFile().
2703
2704 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2705
2706         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
2707         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
2708         [If it doesn't work for you, use -dll -ver and report it to me]
2709
2710         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
2711           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
2712           [windows/graphics.c]
2713         Simple win32 functions, where we can just use the win16 counterpart.
2714         Misc. stubs. 
2715
2716         * [misc/lstr.c]
2717         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
2718
2719         * [misc/registry.c]
2720         Some alloclens were off by 1, one double fclose() fixed.
2721         Requesting value 0 of a key with no values returns an error 
2722         (should we always return a made up value NULL? what does win3.1?)
2723
2724 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2725
2726         * [misc/shell.c]
2727         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
2728         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
2729
2730         * [misc/user.c]
2731         Do extensive cleanup on application exit.
2732
2733         * [windows/hook.c] [windows/win.c] [windows/class.c]
2734         Added miscellaneous cleanup routines.
2735
2736         * [controls/menu.c]
2737         More efficient popup menu window handling.
2738
2739 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2740
2741         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
2742         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
2743
2744 ----------------------------------------------------------------------
2745 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
2746
2747         * [resources/sysres_Fr.rc] [resources/TODO]
2748         Made changes for Choose_Color dialog.
2749
2750 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2751
2752         * [controls/button.c]
2753         Fixed test that got miscompiled by some old gcc versions.
2754
2755         * [memory/local.c]
2756         Fixed the layout of handle tables so that moveable handle entries
2757         can be freed on LocalFree().
2758         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
2759         GetHeapSpaces().
2760
2761         * [misc/main.c] [ANNOUNCE]
2762         Update the list of contributors. Please let me know if I forgot
2763         someone.
2764
2765 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
2766
2767         * [controls/edit.c] [controls/EDIT.TODO]
2768         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
2769         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
2770         Added WM_ENABLE implementation (gray text).
2771         Fixed buffer > 32767 bug.
2772         Fixed argument types / typecasting.
2773         Faster selection (re)drawing.
2774
2775 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2776
2777         * [misc/registry.c] [include/winreg.h]
2778         Changed savefile format again to human readable/editable
2779         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
2780         Has now global / local registry databases (including merging them).
2781         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
2782         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
2783
2784         * [misc/comm.c]
2785         Allow " " as COMx: ... spec delimiter too.
2786         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
2787         remember the x).
2788
2789 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2790
2791         * [windows/mdi.c]
2792         Miscellaneous changes.
2793
2794         * [windows/winpos.c] 
2795         Use BitBlt whenever possible in SetWindowPos.
2796
2797         * [windows/painting.c]
2798         Fix incompatibilities with hrgnUpdate being 1.
2799
2800 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2801
2802         * [misc/commdlg.c]
2803         Many bugfixes in ChooseColor dialog.
2804         Added a user defined dialog title in FileOpen-/FileSave- dialog.
2805
2806         * [misc/commdlg.c][include/commdlg.h]
2807           [if1632/commdlg.spec][if1632/winprocs.spec]
2808         Introduced dialog-, callback- and enum- stub functions
2809         for ChooseFont dialog
2810
2811 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2812
2813         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
2814         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
2815         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
2816         fixes.
2817
2818         * [windows/winpos.c]
2819         Don't try to hide the window if it's already hidden.
2820
2821         * [windows/message.c]
2822         Let MSG_PeekHardwareMsg fill the message queue with events if
2823         it's empty.
2824
2825 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2826
2827         * [resources/sysres_It.rc]
2828         Updated to support the new CHOOSE_COLOR_DIALOG.
2829
2830 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
2831
2832         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
2833           [include/w32sys.h] [include/dlls.h]
2834           [misc/Makefile] [misc/w32sys.c]
2835         W32SYS.DLL partially implemented.
2836
2837 ----------------------------------------------------------------------
2838 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2839
2840         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
2841         Made the resource loading code always use the correct Windows
2842         layout for Winelib on other CPUs.
2843
2844         * [include/module.h] [loader/module.c]
2845         Added self handle in NE_MODULE structure, so we can use a pointer
2846         instead of a handle.
2847         Added function MODULE_GetPtr() to validate a HMODULE.
2848
2849         * [memory/heap.c]
2850         Implemented Win32 heap management.
2851
2852         * [memory/selector.c]
2853         Fix selector limit for huge blocks.
2854
2855 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2856
2857         * [objects/metafile.c]
2858         Fixed memcpy bug to allow memory based metafiles to work.
2859
2860 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
2861
2862         * [controls/edit.c] [controls/EDIT.TODO]
2863         Complete rewrite.  Everything changed: new features, new bugs.
2864         Main addition: WordWrap.
2865
2866 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
2867
2868         * [resources/sysres_It.rc]
2869         Fixed a few mistakes in the file and resized some of the controls.
2870
2871 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
2872
2873         * [misc/winsocket.c]
2874         Fixed broken #if defined that stopped unixware compiling.
2875
2876         * [win32/resource.c]
2877         Added missing return to end of FindResource32.
2878
2879 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2880
2881         * [windows/keyboard.c] [windows/event.c]
2882         Fixed GetKeyState for mouse buttons.
2883
2884         * [windows/message.c]
2885         WM_MOUSEACTIVATE wasn't sent in some cases.
2886
2887 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2888
2889         * [objects/font.c]
2890         Match slightly bigger font if height negative.
2891
2892 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
2893
2894         * [multimedia/mmsystem.c]
2895         Changed read's to FILE_read's in mmsystem to fix mmio bug.
2896
2897 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
2898
2899         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
2900         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
2901         En-,De- resources. 
2902         As written in TODO: some national language support is needed here.
2903
2904 ----------------------------------------------------------------------
2905 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2906
2907         * [controls/button.c] [controls/static.c]
2908         Changes to use WND * wherever possible.
2909
2910         * [debugger/dbg.y] [debugger/debug.l]
2911         Added 'info module' and 'walk module' commands.
2912
2913         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
2914         Added assembly code generation to call from Wine into 32-bit code.
2915         Changed all 'call32' references in 'callfrom16' to avoid confusion
2916         with Win32 routines.
2917
2918         * [include/callback.h]
2919         Added prototypes for 32-bit callbacks.
2920
2921         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
2922         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
2923         now generated by the build program.
2924
2925         * [include/module.h]
2926         Added extra info to NE_MODULE for Win32 modules to point to the PE
2927         module data.
2928
2929         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
2930         Removed the wine_files list. The PE data for a module can now be
2931         accessed with the NE_WIN32_MODULE macro.
2932
2933         * [loader/signal.c] [miscemu/instr.c]
2934         Don't start the BIOS timer at startup, but only after an access to
2935         the 0x40 segment.
2936
2937         * [memory/local.c]
2938         Changed LOCAL_Lock() to return a 32-bit pointer.
2939
2940         * [misc/main.c] [include/dlls.h]
2941         Some built-in DLLs (like KERNEL) can no longer be disabled from
2942         the command-line.
2943         
2944 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
2945
2946         * [*/*]
2947         A lot of small changes to support SCO OpenServer 5.
2948
2949 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2950
2951         * [controls/edit.c]
2952         Fixed GetKeyState() call to use 0x8000 convention.
2953
2954         * [include/windows.h]
2955         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
2956
2957 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
2958
2959         * [if1632/except.S]
2960         Modified code to assemble on unixware.
2961
2962 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
2963
2964         * [objects/font.c]
2965         Implementation of a second font cache which will be updated
2966         dynamically.
2967
2968 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
2969
2970         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
2971           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
2972           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
2973           [resources/sysres_No.rc] [resources/TODO]
2974         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
2975
2976 ----------------------------------------------------------------------
2977 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2978
2979         * [tools/build.c]
2980         Changed BuildSpec32Files() to generate assembly instead of C code.
2981         Unified -spec16 and -spec32 options; DLL type is now determined by
2982         the 'type' declaration in the .spec file.
2983         New -stdcall option to build all stdcall assembly relays.
2984
2985         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
2986         Started to unify 16- and 32-bit builtin DLLs.
2987
2988         * [loader/module.c]
2989         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
2990
2991         * [loader/pe_image.c] [loader/resource.c]
2992         All modules now have a NE signature, and can be distinguished by
2993         the NE_FFLAGS_WIN32 flag.
2994
2995         * [windows/alias.c]
2996         Aliases for built-in window procedures are now all created at
2997         startup in ALIAS_Init().
2998
2999 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
3000
3001         * [controls/combo.c]
3002         Limit rectangle to clear to size of item when painting combo, not
3003         default.  Only draw items in list when there is enough room for them.
3004
3005         * [controls/listbox.c]
3006         Get the measure of every item that's added and store in the item's
3007         data structure.  Scroll listbox if mouse near edge of box.  Only
3008         draw items in list when there is enough room.
3009
3010 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3011
3012         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
3013           [windows/nonclient.c] [controls/menu.c] 
3014         Various changes for better keyboard handling. 
3015
3016         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
3017         Proper keyboard message ordering, working GetKeyState() (finally!), 
3018         improvements in ToAscii().
3019
3020         * [windows/win.c] [windows/message.c]
3021         Small improvements in WIN_FindWinToRepaint.
3022
3023         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
3024         Put update region in WM_NCPAINT wParam.
3025
3026         * [loader/task.c]
3027         Kill task timers when task is deleted, switch timers to the
3028         new queue in SetTaskQueue().
3029
3030         * [loader/signal.c] [miscemu/dosmem.c]
3031         Added SIGALRM signal handler to increment BIOS clock. 
3032
3033         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
3034         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
3035         MDI client.
3036
3037         * [windows/winpos.c]
3038         Improvements in handling of owned popups. "Floating" toolboxes 
3039         work better now. 
3040
3041 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3042
3043         * [misc/registry.c]
3044         New file, registry rewrite including win32 extensions
3045         - Unicode
3046         - multiple valus per key
3047         - different datatypes for values
3048         - multiple rootkeys
3049         - saving and loading in different registries.
3050
3051         * [include/winreg.h]
3052         New file, definitions and structs for registry.
3053
3054         * [include/winerror.h]
3055         Some new error defines added... there are more, someone please
3056         check a (real-)windows winerror.h.
3057         
3058         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
3059         Registry specs added.
3060
3061         * [if1632/relay.c]
3062         Switch internal SHELL.DLL to default 'used'.
3063
3064         * [win32/string32.c] [include/string32.h]
3065         Some new functions added.
3066         char should be unsigned char when converting to 16bit ints.
3067
3068         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
3069         Removed old registry functions.
3070
3071 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3072
3073         * [include/bitmaps/ocr_ibeam]
3074         Fixed the position of the hotspot.
3075
3076         * [objects/text.c]
3077         Fixed a few bugs in TEXT_TabbedTextOut().
3078
3079         * [windows/event.c]
3080         Fixed the order of the bits in the KeyStateTable.
3081         0x80 is the up/down-bit.  0x01 is the toggle bit.
3082
3083         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
3084         Fixed the calls to GetKeyState().
3085
3086 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
3087
3088         * [resources/sysres_Fr.rc] [resources/TODO]
3089         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3090
3091 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3092
3093         * [resources/sysres_it.rc]
3094         Added support for Italian [It] language.
3095
3096 ----------------------------------------------------------------------
3097 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3098
3099         * [include/win.h] [windows/*.c]
3100         Replaced next, parent, child and owner handles by pointers in WND
3101         structure. This should improve performance, and should be
3102         reasonably safe since Microsoft did the same in Win95.
3103
3104         * [include/wintypes.h] [*/*]
3105         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
3106         allows removing a lot of unnecessary casts and NPFMTs.
3107
3108         * [windows/caret.c]
3109         Create the caret brush upon CreateCaret(); use the bitmap
3110         dimensions for the caret.
3111         Fixed CARET_DisplayCaret() to use PatBlt().
3112
3113 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3114
3115         * [misc/winsocket.c]
3116         More sanity checks, fixup some erroneous return codes.
3117
3118         * [documentation/winsock]
3119         Description of how compatible the winsock is currently.
3120
3121 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3122
3123         * [library/winmain.c]
3124         Set `lpszCmdParam' by concatenating arguments.
3125
3126         * [loader/module.c]
3127         WinExec: accept Unix commands, use Wine emulator.
3128
3129 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3130
3131         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
3132         DeleteCriticalSection, EnterCriticalSection,
3133         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
3134         TlsFree, TlsGetValue, TlsSetValue: new functions.
3135         CRITICAL_SECTION: new structure.
3136
3137         * [if1632/kernel32.spec][win32/code_page.c]
3138         WideCharToMultiByte: new function.
3139
3140         * [if1632/kernel32.spec][win32/file.c]
3141         GetFileAttributesA: new function.
3142
3143         * [if1632/kernel32.spec][misc/main.c]
3144         GetEnvironmentStringsW, FreeEnvironmentStringsA,
3145         FreeEnvironmentStringsW: new functions.
3146         
3147         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
3148         cursoricon32.c: new file.
3149         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
3150         to WIN32_*.
3151         LoadIconA, LoadIconW: modified implementation from LoadIconA32
3152         to WIN32_*.
3153
3154         * [include/struct32.h]
3155         pragma pack inserted.
3156         CURSORICON32 structures added.
3157
3158         * [include/winnls.h]
3159         Constants CP_* and WC_* added.
3160
3161         * [loader/pe_image.c]
3162         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
3163
3164 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
3165
3166         * [misc/commdlg.c]
3167         Introduced hook function handling in file dialog.
3168         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
3169
3170 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3171
3172         * [if1632/gdi32.spec]
3173         Added GetNearestColor.
3174
3175         * [if1632/kernel32.spec]
3176         Added GlobalAddAtomA.
3177
3178         * [win32/param32.c]
3179         Added stackframe.h to includes.
3180         WIN32_GlobalAddAtomA() - new function.
3181
3182 ----------------------------------------------------------------------
3183 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3184
3185         * [controls/edit.c]
3186         Removed calls to memmove (not portable).
3187
3188         * [debugger/dbg.y] [debugger/debug.l]
3189         Prefixed all token with 't' to avoid conflicts with type
3190         definitions.
3191         Added 'walk queue', 'walk class' and 'info class' commands.
3192
3193         * [debugger/info.c]
3194         Moved queue and window information functions to windows/queue.c
3195         and windows/win.c respectively.
3196
3197         * [loader/signal.c]
3198         Added SIGHUP handling to force entry into built-in debugger.
3199         Cleaned up a bit.
3200
3201         * [misc/spy.c]
3202         General cleanup and performance improvements.
3203
3204         * [windows/class.c]
3205         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
3206         debugger.
3207
3208         * [windows/event.c]
3209         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
3210         sure if this key combination is a good choice...
3211
3212         * [windows/message.c] [windows/queue.c] (New file)
3213         Moved message queue handling functions to windows/queue.c.
3214
3215 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
3216
3217         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
3218         Implemented Win32 exception functions: RaiseException(),
3219         RtlUnwind(), SetUnhandledExceptionFilter() and
3220         UnhandledExceptionFilter().
3221
3222 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3223
3224         * [controls/listbox.c] [include/listbox.h]
3225         Special handling for COMBOLBOX styles introduced via extension of
3226         HEADLIST structure: lphl->dwStyle.
3227
3228 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
3229
3230         * [controls/combo.c]
3231         Any mouse movement within a small distance (defined by CBLMM_EDGE)
3232         of the top or bottom edge causes the window to scroll.  Also moved 
3233         some assignments so the routine works correctly.
3234
3235         * [controls/listbox.c]
3236         Changing selection in ListBoxSetCurSel now updates PrevFocused.
3237         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
3238         and sets the standard text height.
3239
3240 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3241
3242         * [windows/dce.c]
3243         Fixed memory leak in DCE_ClipWindows().
3244
3245 ----------------------------------------------------------------------
3246 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3247
3248         * [configure.in]
3249         Quote '[' and ']' in the test program for the strength-reduce
3250         bug. This should work much better...
3251
3252         * [files/file.c]
3253         Augmented DOS_FILE structure. Most internal functions now return a
3254         DOS_FILE* instead of a Unix handle.
3255         Added a local file array to replace the PDB list upon startup, to
3256         allow using file I/O functions before the first task is created.
3257         Added FILE_SetDateTime() and FILE_Sync() functions.
3258         
3259         * [loader/module.c]
3260         Use the DOS file I/O functions in MODULE_LoadExeHeader().
3261
3262         * [objects/bitblt.c]
3263         Use visible region instead of GC clip region to clip source
3264         area. This fixes the card drawing bug in freecell.
3265
3266         * [objects/region.c]
3267         Fixed CombineRgn() to allow src and dest regions to be the same.
3268
3269 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3270
3271         * [controls/EDIT.TODO]
3272         Updated so it reflects the current status.
3273
3274         * [controls/edit.c]
3275         Implemented internal EDIT_WordBreakProc().
3276         Implemented ES_READONLY.
3277         Implemented WM_LBUTTONDBLCLK to select whole words.
3278         Fixed a lot of types in the function definitions.
3279
3280 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3281
3282         * [debugger/info.c]
3283         Added "walk window" command to walk window list. 
3284
3285         * [windows/mdi.c]
3286         Added proper(?) WM_MDISETMENU message handling.
3287
3288 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3289
3290         * [if1632/callback.c][if1632/relay32.c]
3291         RELAY32_CallWindowProcConvStruct: new function.
3292
3293         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
3294         struct32.c: new file. Moved all structure conversions into that file
3295         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
3296         renamed to STRUCT32_POINT32to16, ...
3297         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
3298         POINT32, ...
3299         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
3300         CREATESTRUCT.
3301
3302         * [include/windows.h][misc/exec.c]
3303         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
3304         WinHelp: Reimplemented. Thanks to Peter Balch
3305         (100710.2566@compuserve.com) for his valuable research.
3306
3307         * [win32/winprocs.c]
3308         WIN32_CallWindowProcTo16: new function, call in
3309         USER32_DefWindowProcA,...
3310
3311 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3312
3313         * [include/wintypes.h]
3314         Added "#define __export".
3315
3316         * [objects/bitblt.c]
3317         Put in a few hacks to make bitblt-ing work when upside-down and/or
3318         mirrored.  BITBLT_StretchImage should really be checked over
3319         thoroughly.
3320
3321         * [programs/progman/main.c]
3322         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
3323
3324         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
3325         Eliminated shift/reduce conflict in style definition.
3326         Added crude error message support: "stdin:%d: parse error before '%s'".
3327         Implemented string table support to the best of my ability (it works
3328         with LoadString() calls).
3329
3330         * [windows/nonclient.c]
3331         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
3332         bar of non-iconized window was clicked (checked for iconization).
3333
3334 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3335
3336         * [if1632/lzexpand.spec] [if1632/relay.c]
3337           [include/lzexpand.h][misc/lzexpand.c]
3338         LZEXPAND.DLL added.
3339
3340 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3341
3342         * [windows/win.c]
3343         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
3344         this prevents too early termination of EnumChildWindows().
3345
3346 ----------------------------------------------------------------------
3347 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3348
3349         * [controls/scroll.c]
3350         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
3351         current tracking window.
3352
3353         * [files/file.c]
3354         Fixed two file descriptor leaks in FILE_OpenFile().
3355
3356         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
3357           [tools/build.c]
3358         Replaced LOADEDFILEINFO structure by OFSTRUCT.
3359
3360         * [memory/atom.c]
3361         Reload the pointer to the atom table in ATOM_GetTable() and
3362         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
3363         move in linear memory.
3364
3365 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3366
3367         * [include/callback.h]
3368         Added support for CallWordBreakProc().
3369
3370         * [controls/edit.c]
3371         New caret handling (really efficient / fast).
3372         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
3373         Fixed EM_SETFONT so it now also creates a proper new caret.
3374
3375 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
3376
3377         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
3378         Added WM_DELETE protocol to top-level windows.
3379
3380         * [controls/scroll.c]
3381         Fixed a problem which caused slow scrolling to continue uncontrollably.
3382
3383         * [misc/exec.c]
3384         Implemented ExitWindows().
3385
3386         * [windows/win.c]
3387         Set top-level owned windows to be transient.
3388
3389 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3390
3391         * [programs/progman/*]
3392         Added a program manager.
3393
3394 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
3395
3396         * [resources/sysres_Eo.c]
3397         Added support for Esperanto [Eo] language.
3398
3399 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3400
3401         * [if1632/user32.spec]
3402         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
3403
3404         * [win32/init.c]
3405         Added task.h to includes. GetModuleHandleA() - return hInstance
3406         if called with NULL parameter. Freecell needs this. NOTE this
3407         may indicate a problem with differentiation between hModule and
3408         hInstance within Wine.
3409
3410         * [win32/resource.c]
3411         FindResource32() and LoadResource32() - Removed #if 0's around
3412         conversion from hInstance to hModule. See remarks above.
3413
3414         * [win32/string32.c]
3415         WIN32_UniLen() - removed stray semicolon.
3416
3417 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3418         
3419         * [windows/caret.c]
3420         Set blink rate with call to GetProfileInt().
3421
3422         * [rc/winerc.c]
3423         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
3424         instead of 0.  This seems to correspond to Borland's defaults, and
3425         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
3426         or "| NOT WS_VISIBLE" technique in the *.rc file.
3427
3428         * [win32/time.c]
3429         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
3430         returned by gettimeofday() instead of making second call to
3431         time().  This eliminates clock jitter if the seconds change
3432         between the two calls (rare, but possible).
3433
3434         * [include/wintypes.h]
3435         Added "#define _far" and "#define _pascal".
3436
3437         * [windows/win.c]
3438         Added function GetDesktopHwnd().
3439
3440         * [include/xmalloc.h]
3441         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
3442         have been removed from 'configure', and was causing redefinition
3443         warnings.
3444
3445 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
3446
3447         * [windows/winpos.c] 
3448         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
3449         to force a repaint when setting menu bars with different rows.
3450
3451 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3452
3453         * [windows/syscolors.c] [controls/scroll.c]
3454         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
3455
3456 ----------------------------------------------------------------------
3457 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3458
3459         * [files/profile.c]
3460         Added \r when writing profile files, for DOS compatibility.
3461
3462         * [memory/global.c]
3463         Fixed bug in GlobalReAlloc() that caused a discarded block not to
3464         be reallocated if its size was not changed.
3465
3466         * [memory/selector.c]
3467         Avoid setting a valid LDT entry with base and limit set to 0, as
3468         this causes the kernel to clear the entry. This fixes a crash when
3469         exiting Windows program manager.
3470
3471         * [objects/metafile.c]
3472         Removed call to creat() instead of _lcreat() for WINELIB.
3473
3474 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3475
3476         * [if1632/gdi32.spec]
3477         GetTextExtentPointA now has win32 specific implementation.
3478
3479         * [include/struct32.h]
3480         Define new structure tagSIZE32 and typedef SIZE32 to it.
3481         Define prototype for function PARAM32_SIZE16to32
3482
3483         * [win32/param32.c]
3484         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
3485
3486         * [win32/memory.c]
3487         Added missing file pointer parameter to fprintf.
3488
3489 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
3490
3491         * [windows/nonclient.c]
3492         Added more familiar icon activity, ie single click brings up
3493         system menu.
3494
3495 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3496
3497         * [controls/menu.c]
3498         Added calls to HideCaret() and ShowCaret() from within
3499         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
3500         MENU_TrackKbdMenuBar().  Are there any more places where this
3501         should be done?
3502
3503         * [controls/static.c]
3504         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
3505         the previous icon.  Added a new FIXME at the point where
3506         WM_SETTEXT is handled for a SS_ICON static control.
3507
3508         * [misc/commdlg.c]
3509         Implemented FindText() and ReplaceText()
3510         Still missing : Templates and Hooks handling / error checking
3511
3512         * [resources/sysres_En.c]
3513         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
3514         Languages other than En should update these too, though, as well
3515         as redimension the controls because some of the text doesn't fit.
3516         Created file resources/TODO to explain this.
3517
3518         * [windows/caret.c]
3519         Re-written.  It now uses the correct R2_XORPEN.  It resets the
3520         blink timer on SetCaretPos().  It does its own hide/show scheme
3521         when SetCaretPos() is called (should be faster).
3522
3523 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3524
3525         * [controls/listbox.c]
3526         Miscellaneous changes for better LBS_EXTENDEDSEL support.
3527         Removed several superfluous redrawals of item list.
3528
3529         * [controls/scroll.c]
3530         WM_GETDLGCODE return value.
3531
3532         * [windows/win.c]
3533         FlashWindow function.
3534
3535         * [windows/painting.c] [windows/scroll.c]
3536         Added HideCaret/ShowCaret calls.
3537
3538         * [objects/font.c]
3539         Added GetCharABCWidths stub.
3540
3541         * [include/windows.h]
3542         "#define"s needed for changes mentioned above.
3543
3544 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
3545
3546         * [include/winsock.h]
3547         Change order of includes to get in_addr struct defined in time.
3548         (Note: Linux 1.3.66, libc 5.2.18)
3549
3550         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
3551         Changed the -enhanced option into a -mode option, which can be
3552         either 'standard' or 'enhanced'. 'enhanced' is the default.
3553
3554 ----------------------------------------------------------------------
3555 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3556
3557         * [controls/desktop.c]
3558         Look for the wallpaper file in the Windows directory.
3559
3560         * [controls/menu.c]
3561         Fixed swapped parameters in SetMenuItemBitmaps().
3562         Create a separator in MENU_SetItemData() when the string is NULL.
3563
3564         * [file/dosfs.c]
3565         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
3566
3567         * [files/file.c]
3568         Added a DOS_FILE structure to store per-file information (not
3569         really used yet).
3570         Fixed _lread and _hread to check the size of the buffer before
3571         calling Unix read() to avoid EFAULT error.
3572
3573         * [misc/exec.c]
3574         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
3575
3576         * [miscemu/instr.c]
3577         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
3578         programs that poll the BIOS counter, provided they reload the
3579         selector on every read.
3580
3581         * [miscemu/int21.c]
3582         Re-implemented FindFirst/FindNext for FCB calls.
3583
3584         * [windows/message.c] [windows/winpos.c]
3585         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
3586
3587         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
3588         Added a per-window WIN_MANAGED flag; only windows that have a
3589         dialog frame or a sizing border are managed.
3590
3591 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3592
3593         * [if1632/Makefile.in]
3594         Added -g flag to compilation of .c files generated from *32.spec.
3595
3596         * [if1632/gdi32.spec]
3597         Numerous additional functions implemented.
3598
3599         * if1632/user32.spec]
3600         wsprintfA maps to vsprintf not wsprintf
3601         Numerous additional functions implemented.
3602
3603         * [include/gdi.h] [objects/gdiobj.c]
3604         New #define MAGIC_DONTCARE added. This is used in
3605         GDI_GetObjPtr to enable getting a pointer to a GDI object of
3606         unknow type.
3607
3608         * [win32/gdi32.c]
3609         New file.
3610
3611         * [win32/param32.c]
3612         WIN32_MoveToEx() - handle NULL pointer argument.
3613
3614         * [win32/user32.c]
3615         USER32_InvalidateRect - handle passing of a NULL pointer.
3616         USER32_SetTimer - New function.
3617
3618         * [files/directory.c]
3619         Fixed DIR_Init() (off by one in allocation of space for
3620         environment variables).
3621
3622         * [files/drive.c]
3623         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
3624         on FreeBSD).
3625
3626 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
3627
3628         * [controls/menu.c]
3629         Memory leak plugged.
3630
3631         * [controls/edit.c]
3632         Erase space with function ExtTextOut(). This eliminates the use of
3633         xmalloc().  Memory leak in EDIT_WriteText plugged.
3634
3635         * [debugger/db_disasm.c]
3636         Operand for scas now is di.
3637
3638         * [files/profile.c]
3639         PROFILE_GetSection was copying too much data.
3640         PROFILE_GetSection now returns the correct value. It was returning
3641         the number of unused instead of used bytes.
3642
3643         * [objects/dc.c]
3644         Corrected two typos in comments.
3645
3646         * [objects/font.c]
3647         FONT_MatchFont didn't return if it couldn't find any font.
3648
3649         * [objects/oembitmap.c]
3650         Free object only if it has been allocated.
3651
3652         * [windows/scroll.c]
3653         Memory leak in ScrollDC plugged.
3654
3655 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
3656
3657         * [controls/edit.c]
3658         Implemented ES_NOHIDESEL style, shift+click selection,
3659         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
3660         (de)selection drawing.  Changed selection drawing to use correct
3661         system colors instead of inverting.  Fixed deleting or backspacing
3662         across a '\r\n' end of line pair.  Selection now anchors
3663         correctly. Fixed text leaking and extra garbage problem bug
3664         uncovered by change in class style in wine960131.
3665
3666         * [controls/widgets.c]
3667         Class flags now match those of Windows.
3668
3669 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3670
3671         * [controls/widgets.c]
3672         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
3673
3674         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
3675         comctl32.spec ole32.spec winspool.spec: new files.
3676         RELAY32_Init: call initialization of new DLLs.
3677         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
3678         RELAY32_MakeFakeModule: new function.
3679
3680         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
3681         Added Win95 functions. Ordinals now differ from both NT and Win95
3682         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
3683         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
3684         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
3685         new relays.
3686
3687         * [if1632/shell32.spec]
3688         shell32.spec: renumbered all functions to take into account ordinals.
3689         These seem to be identical between NT and Win95.
3690
3691         * [include/dialog.h][windows/dialog.c]
3692         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
3693
3694         * [include/handle32.h]
3695         New handle types VRANGE, HEAP, HEAPITEM.
3696
3697         * [include/pe_image.h][loader/pe_image.c]
3698         struct w_files: new field builtin.
3699         PE_FindExportedFunction: support ordinals.
3700         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
3701         fixup_imports: support ordinals.
3702         PE_LoadImage: prefer directories over segments.
3703
3704         * [include/resource.h][win32/resource.c]
3705         FindResource32: changed parameter from LPCTSTR to LPCWSTR
3706                 check LANG_NEUTRAL if LANG_ENGLISH fails.
3707         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
3708                 disabled because it's broken.
3709         Casted to and from LPWSTR at various places.
3710
3711         * [include/string32.h][win32/string32.c]
3712         Changed prototypes to take const arguments where appropriate.
3713
3714         * [include/struct32.h]
3715         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
3716
3717         * [tools/build.c]
3718         BuildSpec32Files: generate Base value into code, generate call to
3719         RELAY32_MakeFakeModule.
3720         
3721         * [win32/heap.c]
3722         This is still not finished and needs rework.
3723         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
3724         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
3725         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
3726
3727         * [win32/memory.c]
3728         Support for VRANGE_OBJECT. This is not yet called from any place,
3729         and needs more platform specific support
3730         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
3731         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
3732
3733         * [win32/user32.c]
3734         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
3735         names, as in dialogs.
3736         Implemented dialog functions (see user32.spec).
3737
3738         * [windows/caret.c]
3739         CARET_Initialize: call RELAY32_GetBuiltinDLL.
3740
3741 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3742
3743         * [controls/edit.c]
3744         Removed commented out #ifdefs for WINELIB.
3745
3746         * [tools/makehtml.pl]
3747         Put in error checking when trying to open a file.
3748
3749         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
3750         Added two new targets: hello4 and new.
3751
3752         * [include/windows.h]
3753         Added definition of DEVMODE structure, although it's not yet used.
3754         Modified various API functions from CreateDC() to Escape(), in
3755         order to make them more compliant with the strict API definitions.
3756
3757         * [include/wintypes.h]
3758         Added 'typedef char TCHAR'.  It probably should be defined as
3759         'short', but then we would have to support such characters.  Also did
3760         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
3761         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
3762         MFENUMPROC, and HGDIOBJ.
3763
3764 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3765
3766         * [misc/commdlg.c]
3767         Patched a bug that occurred in the internal COMMDLG module for the
3768         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
3769         combobox is now handled correctly.
3770
3771 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
3772
3773         * [resources/sysres_Cz.rc]
3774         Added support for Czech [Cz] language.
3775
3776 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3777
3778         * [objects/font.c]
3779         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
3780         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
3781         is -1, assume 0.
3782         CreateFontIndirect : if font parameter is NULL, issue an error message.
3783         CreateFont : null-terminate lfFaceName.
3784         ParseFontParms : debug code turned off : too verbose.
3785         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
3786
3787         * [objects/color.c]
3788         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
3789
3790 --------------------------------------------------------------------
3791 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
3792
3793         * [configure.in]
3794         Added --with-dll option to build libwine.so.
3795
3796         * [controls/listbox.c]
3797         Fixed ListBoxDirectory(), DlgDirSelect() and
3798         DlgDirList(). Hopefully their behavior is correct now.
3799
3800         * [controls/menu.c]
3801         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
3802         ModifyMenu() for the item data, to avoid corrupting the pointer
3803         for owner-drawn items.
3804
3805         * [controls/static.c]
3806         Attempt to load OEM icons for SS_ICON controls. Probably not
3807         entirely correct.
3808         Don't clip the text output.
3809
3810         * [files/directory.c]
3811         Add temp dir and Windows dir to environment.
3812
3813         * [files/dos_fs.c]
3814         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
3815         Cache last used directory in DOSFS_FindNext() to avoid quadratic
3816         search time.
3817
3818         * [files/drive.c]
3819         New format for drives configuration in wine.conf; allows
3820         specifying the type, label and serial number of a drive.
3821
3822         * [files/file.c]
3823         New function FILE_OpenUnixFile to make sure we don't open a
3824         directory instead of a file.
3825         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
3826
3827         * [files/profile.c]
3828         Rewrote profile handling. Should be closer to Windows behavior now.
3829         New function PROFILE_GetWineIniString() to get a string from wine.conf.
3830         Support environment variables in wine.conf.
3831
3832         * [loader/task.c]
3833         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
3834         corruption.
3835
3836         * [memory/global.c]
3837         Create a discarded block on GlobalAlloc() if the size is 0; thanks
3838         to John Harvey for noticing this.
3839
3840         * [memory/local.c]
3841         LOCAL_GetHeap: make sure the pointer is valid before checking
3842         magic number.
3843
3844         * [misc/main.c]
3845         Moved profile and registry saving to ExitWindows(), so we don't
3846         try to save them in case of a crash.
3847
3848         * [miscemu/int21.c]
3849         INT21_GetFreeDiskSpace: try to compute the cluster size from the
3850         filesystem size instead of hard-coding it to 64.
3851         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
3852         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
3853
3854         * [windows/message.c]
3855         Fixed bug in linked-list handling in MSG_DeleteQueue().
3856         Simplified SetMessageQueue().
3857
3858         * [wine.ini] [wine.man]
3859         Updated for new drives configuration format.
3860
3861 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
3862
3863         * [controls/edit.c]
3864         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
3865         EM_GETPASSWORDCHAR messages.
3866
3867         * [controls/widgets.c]
3868         Adjusted class creation flags to better match values Windows uses.
3869
3870         * [include/windows.h]
3871         Fixed ES_NOHIDESEL typo.
3872
3873         * [loader/ne_image.c]
3874         Added detection for zero offset in RADDR fixups. Quicken
3875         was in an infinite loop here.
3876
3877 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3878
3879         * [files/dos_fs.c]
3880         Bugfix: range error in month value (0..11 set to 1..12).
3881
3882         * [windows/caret.c]
3883         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
3884         appearance of the caret.
3885
3886         * [windows/mdi.c] [include/mdi.h]
3887         Changed MDITile(): added a new parameter WORD wParam for
3888         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
3889         used in Win3.1
3890
3891 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
3892
3893         * [miscemu/int2f.c]
3894         Added a small bit of MSCDEX emulation.
3895
3896         * [windows/alias.c]
3897         ALIAS_RegisterAlias was returning the hash value when it should
3898         have been returning the record number.
3899         
3900 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3901
3902         * [include/shell.h] [include/wintypes.h]
3903         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
3904         Declared FONTENUMPROC in wintypes.h.
3905
3906         * [include/windows.h]
3907         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
3908         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
3909         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
3910         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
3911         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
3912         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
3913         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
3914         and wsprintf().
3915
3916         * [tools/makehtml.pl] [documentation/apiw.index]
3917         New files that scan windows.h, commdlg.h, and toolhelp.h and output
3918         an HTML sorted list with optional links to www.willows.com and a
3919         tally of unimplemented APIW functions.
3920
3921         * [objects/cursoricon.c]
3922         Added Win32 versions of CopyIcon() and CopyCursor() for use in
3923         libwine.
3924
3925         * [win32/resource.c] [win32/winprocs.c]
3926         Added '#include "libres.h"' and explicit declarations of windows
3927         procs in order to avoid warnings.
3928
3929         * [windows/utility.c]
3930         Added Win32 version of MulDiv() for libwine.
3931
3932         * [*/*] [include/windows.h]
3933         Changed several function declarations to comply more strictly to
3934         the windows API (without, hopefully, altering their functionality).
3935
3936         * [controls/menu.c]
3937         Made the return value of CheckMenuItem be the previous state of
3938         the menu item if it was found, otherwise -1 as specified in the
3939         SDK. This conflicts with the APIW specification, which says it
3940         should return TRUE if successful, otherwise FALSE.
3941
3942         * [include/windows.h]
3943         Added obsolete WM_SIZE message wParam names for compatibility.
3944         Added WinHelp() command constants, even though they are not yet
3945         supported.
3946
3947         * [rc/winerc.c]
3948         Tidied up transform_binary_file().  In argument checking, flattened
3949         any invalid characters specified with the prefix argument.
3950
3951         * [library/libres.c]
3952         Made FindResource() case-insensitive when parameter 'name' is a string.
3953
3954 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
3955
3956         * [files/drive.c]
3957         If root "/" is given in wine.conf, use it as last resort.
3958
3959         * [files/file.c]
3960         Report ER_AccessDenied it disk ist not writable
3961         More Debug Output
3962
3963         * [miscemu/int21.c]
3964         Squeezed some bugs in ExtendedOpenCreateFile
3965         
3966         * [windows/winpos.c]
3967         Some windows may not be moved or resized. We are missing some
3968         structures to be exact, but the approach should help in some cases
3969         and make things worse in much fewer.
3970
3971 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3972
3973         * [loader/pe_image.c]
3974         fixup_imports: Find builtins for Borland style entries, too
3975
3976 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3977
3978         * [controls/menu.c]
3979         LoadMenu: branch to Win32 for PE modules
3980
3981         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
3982         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
3983         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
3984         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
3985         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
3986         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
3987         to convert parameters or naming convention
3988
3989         * [include/kernel32.h][include/wintypes.h]
3990         moved WCHAR, defined LPWSTR
3991
3992         * [include/string32.h][win32/string32.c][include/struct32.h]
3993         New files
3994
3995         * [loader/module.h]
3996         LoadModule: exit after returning from PE_LoadModule
3997
3998         * [loader/pe_image.c]
3999         my_wcstombs: isascii does not work on Linux for Unicode
4000         PE_LoadImage: Handle directories
4001
4002         * [misc/user32.c]
4003         USER32_RECT32to16, USER32_RECT16to32: new functions
4004         implemented new user32 relays
4005
4006         * [misc/newfns.c]
4007         WIN32_WinHelpA: new function
4008
4009         * [win32/param32.c]
4010         New file
4011
4012         * [win32/resource.c]
4013         GetResDirEntry: added support for named entries
4014         WIN32_LoadAcceleratorsW: invoke *32 resource functions
4015         WIN32_LoadBitmapA: convert name to unicode if appropriate
4016         WIN32_ParseMenu: new function
4017         implemented new resource functions from user32.spec
4018
4019 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4020
4021         * [objects/cursoricon.c]
4022         GetIconId() and LoadIconHandler() functions.
4023
4024         * [windows/mdi.c]
4025         Better maximization support, TranslateMDISysAccel() function, 
4026         misc improvements.
4027
4028         * [windows/defwnd.c]
4029         Fix for WM_WINDOWPOSCHANGED message handler.
4030
4031         * [windows/winpos.c]
4032         Rewrote WindowFromPoint() function.
4033
4034 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
4035
4036         * [include/toolhelp.h] [misc/toolhelp.c]
4037         Added Notify(Un)Register, but no callbacks yet.
4038
4039 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
4040
4041         * [Makefile.in]
4042         Added target for libwine.so.1.0.
4043
4044         * [library/winmain.c]
4045         For WINELIBDLL, _WinMain just returns hInstance instead of calling
4046         WinMain().
4047
4048         * [misc/main.c]
4049         For WINELIBDLL, renamed main() to _wine_main() for calling from the
4050         stub main function.
4051
4052         * [library/winestub.c] (new file)
4053         Provides a stub main() function for using libwine.so.
4054
4055 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
4056
4057         * [winsocket.c]
4058         Fix EPERM problem.
4059
4060         * [global.c]
4061         Attempt to do some sanity checking in MemManInfo().
4062
4063         * [Changelog]
4064         Fix changelog oversight for previous entry.
4065
4066 ---------------------------------------------------------------------
4067 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
4068
4069         * [configure.in]
4070         Added check for gcc strength-reduce bug.
4071
4072         * [controls/listbox.c]
4073         Changed ListBoxDirectory() to use the new DOS file functions.
4074
4075         * [controls/menu.c]
4076         Fixed parameters for DeleteMenu() call in ChangeMenu().
4077
4078         * [debugger/stack.c]
4079         Also display current frame in back-trace.
4080
4081         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
4082         Complete rewrite of the DOS file handling.
4083         Implemented per-task file handles.
4084         Removed default Z: drive; needs to be put explicitely in wine.ini
4085         if desired.
4086
4087         * [loader/module.c]
4088         Fixed file descriptor leak in LoadModule().
4089
4090         * [loader/task.c]
4091         Initialise PDB file handle table in TASK_CreateTask().
4092         Close file handles on task termination.
4093         Implemented SetErrorMode().
4094
4095         * [misc/network.c]
4096         Fixed WNetGetConnection() to use GetDriveType().
4097
4098         * [misc/xmalloc.c]
4099         Added function xstrdup().
4100
4101         * [miscemu/int21.c]
4102         Many changes for new DOS file functions.
4103
4104         * [miscemu/interrupts.c]
4105         Moved DOS_GetEquipment() function into INT_Int11Handler().
4106
4107         * [windows/win.c]
4108         Bug fix: create system menu before sending WM_NCCREATE.
4109
4110         * [*/*.c]
4111         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
4112         better portability.
4113
4114 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4115
4116         * [include/wintypes.h]
4117         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
4118         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
4119         it should suffice.
4120
4121         * [include/winsock.h]
4122         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
4123         out some old style internet address #define's.
4124
4125         * [loader/task.c]
4126         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
4127         Made FreeProcInstance() do nothing #ifdef WINELIB32.
4128         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
4129
4130         * [library/miscstubs.c]
4131         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
4132         with name="ActivateAppProc".  This hardly seems correct, but it's my
4133         best guess as to how the emulator responds.
4134
4135 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4136
4137         * [if1632/kernel32.spec][win32/process.c]
4138         WIN32_GetProcAddress, LoadLibraryA: new functions
4139
4140         * [if1632/relay32.c]
4141         RELAY32_GetEntryPoint: Removed code to load PE DLLs
4142
4143         * [include/pe_image.h][include/pe_exe.h]
4144         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
4145         struct PE_Reloc_Block: new structure
4146
4147         * [loader/module.c]
4148         MODULE_RegisterModule: new function
4149
4150         * [loader/pe_image.c]
4151         PE_FindExportedFunction,PE_GetProcAddress: new functions
4152         fixup_imports: expect struct w_files* now, fill dlls_to_init,
4153                        load PE DLLs
4154         do_relocations: new functions
4155         calc_vma_size: renamed from dump_table
4156         PE_LoadImage: use malloc to allocate memory for image
4157         PE_InitDLL: expect HMODULE
4158         PE_InitializeDLLs: new function
4159
4160         * [loader/task.c]
4161         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
4162         GetExePtr: Accept PE modules
4163
4164         * [misc/commdlg.c]
4165         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
4166
4167 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
4168
4169         * [misc/port.c]
4170         New file with usleep() function for SVR4.
4171
4172         * [configure.in]
4173         Check for usleep() function.
4174
4175 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
4176
4177         * [if1632/toolhelp.spec] [include/toolhelp.h]
4178           [misc/user.c] [windows/message.c]
4179         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
4180
4181         * [winsocket.c]
4182         Fixed ENOENT error.
4183
4184         * [miscemu/dpmi.c]
4185         Implement DPMI Get Page Size (AX=0604, INT 31)
4186
4187         * [memory/global.c]
4188         Implement TOOLHELP.72 GetMemManInfo.
4189
4190 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4191
4192         * [if1632/callback.c]
4193         CallWindowProc() - When calling RELAY32_CallWindowProc, check
4194         whether lParam should be a SEGPTR, and if so convert it to one.
4195
4196         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4197         Numerous functions added, mostly calls to original (win16)
4198         functions.  Note that some (many) of these are probably not
4199         strictly correct, but with these additions freecell will at least
4200         display its main window though it is garbled.
4201
4202         * [if1632/winprocs.spec]
4203         Completely rewritten - all WndProcs now have win32 versions to
4204         help with the lparam SEGPTR fix in callback.c
4205
4206         * [include/kernel32.h]
4207         LPTCSTR defined.
4208
4209         * [include/peexe.h]
4210         Definition of PE_Export_Directory amended.
4211
4212         * [include/resource32.h]
4213         New file.
4214
4215         * [include/stackframe.h]
4216         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
4217         prototype for replacement function in memory/selector.c which
4218         can operate on any given memory address. This is currently
4219         required for win32 support. It is a dreadful cludge, and will
4220         certainly slow down other programs. If you are not interested
4221         in win32 development you may wish to reverse this patch.
4222
4223         * [include/windows.h]
4224         Definition of SW_SHOWDEFAULT added.
4225
4226         * [loader/pe_image.c]
4227         Extensive rewrites of xmmap() fixup_imports().
4228         PE_LoadImage() - initialisation of bss added, extraction of
4229         module name fixed, initialisation of DLL added.
4230         PE_InitDLL() - now does something.
4231         PE_Win32CallToStart() - initialisation of TEB pointed to by
4232         fs added.
4233         PE_InitTEB() created to perform TEB initialisation.
4234
4235         * [memory/selector.c] 
4236         New function MAKE_SEGPTR() - see include/stackframe.h above.
4237
4238         * [misc/user32.c]
4239         USER32_RegisterClassA(), CreateWindowExA() memory allocation
4240         method changed. This is probably now unnecessary with the
4241         new MAKE_SEGPTR handling code.
4242         USER32_DefWndProcA() removed to win32/winprocs.c
4243         USER32_TranslateMessage added.
4244
4245         * [tools/build.c]
4246         handling of win32 spec files changed to support gcc2.6.X
4247         this requires optimisations to be disabled.
4248
4249         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
4250         New files.
4251
4252         * [win32/Makefile.in]
4253         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
4254
4255         * [win32/file.c]
4256         New function W32_SetHandleCount.
4257
4258         * [win32/init.c]
4259         WIN32_GetModuleHandle() - now returns handle of running process
4260         if called with NULL.
4261         GetStartupInfoA() - set cbReserved2 to 0.
4262
4263         * [win32/memory.c]
4264         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
4265         it work with FreeBSD. Also check for return value. Removed extra
4266         return.
4267
4268         * [windows/winpos.c]
4269         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
4270
4271 ----------------------------------------------------------------------
4272 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4273
4274         * [configure.in] [Makefile.in] [tools/install-sh]
4275         New 'install' target installs Wine binary, library and man page.
4276         Library is now more logically named libwine.a.
4277         Split toolkit/ directory into library (for library code) and
4278         libtest (for test programs).
4279
4280         * [controls/edit.c]
4281         Quick hack to partially support EM_PASSWORD style (avoids
4282         displaying your passwords on the screen when testing programs...)
4283
4284         * [configure.in] [controls/menu.c] [include/resource.h]
4285           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
4286         Language is now a run-time option (wine -language xx).
4287
4288         * [debugger/dbg.y]
4289         Dump some more debugging info on crash.
4290
4291         * [misc/profile.c]
4292         Only consider ';' as a comment if it's the first non-blank
4293         character on the line.
4294
4295         * [miscemu/dpmi.c]
4296         More debugging info for real-mode callback.
4297
4298         * [objects/gdiobj.c]
4299         Rewrote EnumObjects() to do the Right Thing.
4300
4301         * [resources/sysres*]
4302         New directory containing system resources.
4303
4304 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
4305
4306         * [win32/file.c] [win32/memory.c]
4307         Unixware doesn't have MAP_ANON ifdefed out for now.
4308
4309         * [misc/dos_fs.c]
4310         DOS_GetDosFileName didn't truncate paths starting ./ properly.
4311
4312         * [tools/build.c]
4313         Produces assembly code that works with the unixware assembler.
4314
4315 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
4316
4317         * [miscemu/instr.c]
4318         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
4319
4320         * [misc/dos_fs.c]
4321         DOS_readdir should always return directories, even if they don't
4322         match the file name mask.
4323
4324 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4325         
4326         * [misc/exec.c]
4327         Give arguments to winhelp.
4328
4329         * [miscemu/int21.c]
4330         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
4331         Created function ExtendedOpenCreateFile.
4332         Give for some Windows95 interrupts the return value 'not
4333         implemented'.
4334
4335 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4336
4337         * [include/kernel32.h] [include/windows.h]
4338         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
4339         include/kernel32.h to include/windows.h and declared the new Win32
4340         API functions Sleep(), GetLocalTime(), and GetSystemTime().
4341         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
4342
4343         * [rc/rc (new file)]
4344         Created the shell script 'rc', which should simplify resource
4345         compilation.
4346
4347         * [win32/environment.c]
4348         Kludged around an undefined reference to wine_files.  This change
4349         should be fixed some time.
4350
4351         * [win32/time.c] [if1632/kernel32.spec]
4352         Added the functions GetSystemTime(), and Sleep().
4353
4354         * [miscemu/int21.c]
4355         Renamed static function GetSystemTime to INT21_GetSystemTime to
4356         avoid conflicts with the API function of the same name.
4357
4358         * [include/wintypes.h]
4359         Added the SPFMT definition for printf statements.
4360
4361         * [misc/shell.c] [include/shell.h]
4362         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
4363         with the ones in include/winerror.h.  They should probably use the
4364         versions in winerror.h, but I'm not certain, and that can be done
4365         later.
4366
4367         * [windows/mdi.c]
4368         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
4369         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
4370         (boolean) was discarded with this translation.  Translated handler
4371         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
4372         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
4373         false, call DrawMenuBar() if desired).
4374
4375         * [*/*]
4376         General explicit casts and more rigid typing to remove warnings.
4377
4378         * [include/winpos.h] [windows/winpos.c]
4379         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
4380
4381         * [include/commdlg.h] [misc/commdlg.c]
4382         Added prototypes for ChooseColor(), CommDlgExtendedError(),
4383         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
4384         PrintDlg, and ReplaceText().
4385         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
4386         Made GetFileTitle return a short, as per the API definition.
4387
4388         * [Makefile.in]
4389         Added line to clean and distclean that removes temporaries from
4390         the include directory.
4391
4392 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
4393
4394         * [controls/edit.c]
4395         Almost rewrote EDIT_GetLineMsg.
4396
4397 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
4398
4399         * [windows/mdi.c]
4400         Fixed MDITile() bug that occurs when 0 windows are present or all
4401         windows are minimized.
4402
4403 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4404
4405         * [misc/profile.c]
4406         Try harder to find files, especially in the working directory.
4407         Look in $HOME/.wine too and create it there if it isn't found.
4408
4409 ----------------------------------------------------------------------
4410 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4411
4412         * [misc/lstr.c]
4413         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
4414         they do the same job.
4415
4416         * [tools/build.c]
4417         Fixed __attribute__((stdcall)) to make it compile with gcc
4418         versions under 2.7. Doesn't mean it will run OK though...
4419
4420 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
4421
4422         * [include/kernel32.h] [include/winerror.h]
4423         Added file attribute definitions and more error codes.
4424
4425         * [win32/error.c]
4426         Added some rudimentary errno-to-Win32 error conversion
4427         code.
4428
4429         * [win32/file.c]
4430         Added to GetFileInformationByHandle, filled in some known
4431         error codes, and switched to dprintf_win32.
4432
4433         * [win32/time.c]
4434         Added GetLocalTime.
4435
4436 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4437
4438         * [controls/combo.c]
4439         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
4440         LRESULT _(HWND,WPARAM,LPARAM) where needed.
4441
4442         * [include/libres.h]
4443         Restructured libres prototypes to closer match the windows API.
4444
4445         * [include/windows.h]
4446         Changed several API prototypes' parameter types from 'short' to INT,
4447         which is #defined as short in the emulator, but is a normal int in
4448         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
4449         (This creates a lot of warnings at library-compile time, but less
4450         warnings at app-compile time.  I'll remove the warnings soon.)
4451
4452         * [loader/resource.c]
4453         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
4454         various implementations of the LIBRES_* API functions.
4455
4456         * [loader/signal.c]
4457         Deleted local 'i' from win_fault(), since it was unused.
4458
4459         * [objects/bitblt.c]
4460         Mirrored changes to include/windows.h mentioned above.
4461
4462         * [toolkit/hello3.c]
4463         Changed LoadMenuIndirect() call to LoadMenu() to test the new
4464         resource registration technique.
4465
4466         * [toolkit/libres.c]
4467         Removed definition of 'struct resource' and fixed bugs in the resource
4468         implementation.  Implemented LIBRES_FindResource.
4469
4470         * [windows/graphics.c]
4471         Mirrored changes to include/windows.h mentioned above.
4472
4473 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
4474
4475         * [controls/edit.c]
4476         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
4477
4478         * [controls/listbox.c]
4479         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
4480
4481         * [include/listbox.h]
4482         change HeapSel from WORD to HANDLE
4483
4484         * [include/resource.h][rc/winerc.c]
4485         struct ResourceTable: removed
4486         struct resource: moved to header file
4487         autoregister resources if supported by compiler
4488
4489         * [memory/local.h]
4490         LOCAL_GetHeap: expect HANDLE rather than WORD
4491         
4492         * [toolkit/Makefile.in]
4493         Add ALLCFLAGS to make hello3
4494
4495         * [toolkit/heap.c]
4496         LocalFree, HEAP_Free: handle 0 parameter gracefully
4497
4498 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
4499
4500         * [misc/winsocket.c]
4501         Fixed the msgsnd and msgrcv errors that winsock programs get.
4502
4503 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4504         
4505         * [if1632/kernel.spec]
4506         Fixed _hread and _hwrite return type
4507
4508         * [if1632/relay32.c] [loader/pe_image.c]
4509         Hacked loading of PE-dll's in
4510
4511         * [win32/advapi.c]
4512         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
4513
4514         * [win32/file.c]
4515         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
4516
4517         * [win32/process.c]
4518         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
4519         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
4520         
4521 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4522
4523         * [include/wine.h] [misc/lstr.c]
4524         Define wine_strncpy(). This function does not pad the buffer with 
4525         zeroes like GNU strncpy(), which might break some Windows programs
4526         that pass bogus size arguments.
4527
4528         * [loader/module.c]: GetModuleFileName(),
4529         [misc/commdlg.c]: GetFileTitle(),
4530         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
4531         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
4532         [multimedia/mmsystem.c], [objects/font.c]:
4533         Use wine_strncpy() where strings are returned to Windows programs.
4534         
4535         * [objects/metafile.c]
4536         PlayMetafile(): Clear the handle table before using it.
4537
4538         * [misc/shell.c] [misc/main.c]
4539         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
4540         
4541         * [misc/profile.c]
4542         load(): Need to handle comments.
4543         
4544         * [toolkit/libres.c]
4545         Make it compile.
4546         
4547         * [windows/nonclient.c]
4548         Use MAKE_SEGPTR macro in two places where a user heap block used
4549         to be allocated instead.
4550
4551 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
4552
4553         * [windows/winpos.c]
4554         In function SetWindowPos: do not redraw the parent of
4555         a window if the specified window is placed on the top.
4556         This avoids that ShowWindow(hwnd,1) hides hwnd instead
4557         of showing it.
4558
4559 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4560
4561         * [windows/scroll.c]
4562         Now it can scroll children along with the client region of parent 
4563         window. Tried to optimize update region calculation. 
4564
4565         * [windows/mdi.c]
4566         ScrollChildren function, more other features added. Basically
4567         a rewrite.
4568
4569         * [windows/winpos.c] [windows/focus.c]
4570         Reimplemented window activation and focus handling.
4571
4572         * [windows/nonclient.c]
4573         Added new flag WIN_NCACTIVATED.
4574
4575         * [windows/message.c] [loader/task.c]
4576         Small changes (to maintain linked list of message queues).
4577
4578 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
4579
4580         * [include/options.h] [misc/main.c] [windows/defwnd.c]
4581           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
4582         Implemented a -managed option to replace the standard Windows
4583         frame of top-level windows with the window manager's decorations.
4584         If a top-level window makes its own frame, this will still show
4585         up, inside the window manager decorations (I believe ctl3dv2.dll
4586         would do this, although I can't test this).
4587
4588 ----------------------------------------------------------------------
4589 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4590
4591         * [configure.in] [Makefile] [misc/dos_fs.c]
4592         Got rid of autoconf.h file.
4593
4594         * [debugger/dbg.y]
4595         More logical behavior upon syntax errors.
4596
4597         * [include/hook.h] [windows/hook.c]
4598         Changed hook structure and rewrote most of the hook functions for
4599         better compatibility, based on investigations by Alex Korobka.
4600
4601         * [include/message.h] [windows/message.c]
4602         Added hooks to message queue structure and made the structure
4603         layout Windows-compatible.
4604         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
4605         WH_JOURNALRECORD hooks.
4606
4607         * [misc/main.c]
4608         Added command-line option for changing the language at run-time
4609         (not implemented yet), based on a suggestion from Michael Patra.
4610
4611         * [objects/cursoricon.c]
4612         Fixed silly SEGPTR bug in DumpIcon().
4613
4614 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4615
4616         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
4617         Partial implementaion of LBS_EXTENDEDSEL style,
4618         yet more updates for drag & drop support. Now works.
4619
4620         * [windows/defwnd.c]
4621         More message handlers.
4622
4623         * [windows/win.c]
4624         DragObject, DragDetect, AnyPopup functions. 
4625
4626         * [controls/listbox.c]
4627         More kludgy fixes (WM_...TOITEM, etc.).
4628
4629         * [objects/cursoricon.c] [objects/oembitmap.c]
4630         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
4631         cursor.
4632
4633         * [include/bitmaps/ocr*]
4634         New OEM cursors.
4635
4636 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4637
4638         * [toolkit/heap.c]
4639         Swapped flags and size arguments to LocalRealloc as per changes in
4640         memory/local.c by William Magro in previous release.
4641
4642         * [include/wintypes.h]
4643         Reinstated the #define's for 'min' and 'max', since they're part of
4644         the Windows API.  I really don't think it's a wise idea, so I put
4645         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
4646         WINE code should never use these (it should use 'MIN' and 'MAX'
4647         instead).
4648
4649         * [loader/*]
4650         Put '#ifndef WINELIB' around many things that WINElib should not need.
4651
4652         * [controls/edit.c]
4653         Took out many '#if defined(WINELIB)' sections with the associated
4654         comment 'temporary fix, until Local memory is correctly implemented in
4655         WINELIB', since the effective translations are now in 
4656         toolkit/miscstubs.c.
4657         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
4658         file fixed (or at least postponed) the bug I had encountered.
4659
4660         * [loader/task.c]
4661         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
4662         C:  This will probably cause a lot of trouble if this change is
4663         forgotten in the future, but it will let things like the OpenFileName
4664         dialog work for now.
4665
4666         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
4667           [include/libres.h]
4668         Made new libres.c file, which will contain functions for supporting
4669         accessing resources by name in WINElib.  'winerc' will need to be
4670         changed.
4671
4672         * [toolkit/heap.c]
4673         Refined memory routines to allow for differences between LocalAlloc
4674         and GlobalAlloc and between LocalSize and GlobalSize.
4675
4676         * [windows/message.c] [include/windows.h]
4677         Defined the GetCurrentTime routine in windows/message.c, and removed
4678         the #define in windows.h.
4679
4680 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4681
4682         * [*/*]
4683         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
4684
4685         * [loader/module.c]
4686         Added undocumented GetExpWinVer.
4687
4688         * [tools/build.c]
4689         Previous code didn't pop possibly changed %esi, %edi and %edx
4690         from the stack.
4691         
4692         * [win32/advapi.c]
4693         Added GetUserNameA.
4694
4695         * [win32/code_page.c]
4696         Added stub for MultiByteToWideChar.
4697
4698         * [win32/console.c]
4699         Added SetConsoleCtrlHandler stub.
4700
4701         * [win32/file.c]
4702         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
4703         Added CloseHandle.
4704
4705         * [win32/memory.c]
4706         Changed VirtualAlloc and VirtualFree.
4707
4708         * [win32/process.c]
4709         Added ExitProcess.
4710
4711 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4712
4713         * [include/windows.h]
4714         Fixed a few broken structure definitions.
4715
4716         * [loader/resource.c]
4717         FindResource(): Need to check for '#xxx' strings here.
4718
4719         * [miscemu/int21.c]
4720         FindNext(): Return MS-DOS filenames uppercase.
4721
4722         * [objects/cursoricon.c]
4723         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
4724         initializers.
4725         
4726         * [misc/file.c]
4727         _lopen(): Files opened in OF_WRITE mode are truncated.
4728         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
4729         created; use read/write mode.
4730         
4731         * [misc/profile.c]
4732         load(): Rewritten.
4733         
4734         * [misc/commdlg.c]
4735         Fixed bad call to strncpy() that smashed the stack.
4736
4737         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
4738         Operator precedence fixes. People who use gcc 2.7.1 don't need a
4739         debugger :-)
4740         
4741         * [if1632/gdi.spec] [objects/palette.c]
4742         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
4743         but sometimes that's good enough.
4744
4745 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
4746
4747         * [include/wine.h] [include/registers.h] [include/winsock.h]
4748         Added definitions for Unixware.
4749
4750         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
4751         Misc. fixes for Unixware.
4752
4753         * [loader/task.c]
4754         Made assignemts to context in InitTask for registers use the macros
4755         from registers.h to make them more portable. (Needed for Unixware)
4756
4757         * [tools/build.c]
4758         Fixed register acces routines to work on Unixware. Bit grubby but
4759         it seems to work.
4760
4761         * [controls/edit.c]
4762         EDIT_WM_NCCreate allocates local heap if hasn't been previously
4763         allocated.
4764         
4765         * [miscemu/int21.c]
4766         mkdir now creates directory with permission to access it.
4767
4768         * [misc/dos_fs.c]
4769         mkdir now creates directory with permission to access it.
4770         DOS_opendir now uses linked list of dirents to avoid problems with 
4771         realloc changing address of malloced memory.
4772
4773 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
4774
4775         * [controls/menu.c]
4776         MENU_CalcItemSize(): Fixed handling of empty menu items.
4777
4778 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4779
4780         * [misc/file.c]
4781         In OpenFile, unlink should be done on the unix filename.
4782
4783 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
4784
4785         * [include/handle32.h]
4786         New header file containing internal Win32 kernel handle
4787         information.
4788
4789         * [win32/file.c]
4790         Added ReadFile, CreateFile, and CloseFileHandle, and did
4791         some reorganizing to match the new handle allocation scheme.
4792
4793         * [win32/init.c]
4794         Added CloseHandle and the creation of standard I/O handles.
4795
4796         * [win32/object_mgt.c]
4797         New module for allocating and freeing Win32 kernel handles.
4798
4799 ----------------------------------------------------------------------
4800 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4801
4802         * [configure.in]
4803         Attempt to check for -li386 on NetBSD. Please test this.
4804
4805 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4806
4807         * [*/*]
4808         Eliminated various warnings with either explicit casts or more
4809         accurate variable/parameter declarations (e.g. INT instead of short
4810         or WORD).
4811         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
4812         macros.
4813
4814         * [controls/edit.c] [windows/defdlg.c]
4815         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
4816         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
4817         DEFDLG_FindDefButton to avoid warnings.
4818
4819         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
4820           [windows/message.c] [windows/nonclient.c]
4821         Converted MAKEPOINT macro call to manual conversion.
4822
4823         * [include/windows.h]
4824         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
4825         instead of INT.  This also invalidates the macro MAKEPOINT(), which
4826         is not supported in Win32.  Also defined the POINTS structure (SHORT
4827         members) and the MAKEPOINTS macro.
4828
4829         * [misc/commdlg.c]
4830         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
4831         find this memory bug, and this should be done anyway.
4832
4833         * [controls/edit.c]
4834         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
4835         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
4836         it's better than bizzare memory troubles.
4837
4838         * [toolkit/miscstubs.c]
4839         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
4840         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
4841         their current implementation seems fine.
4842
4843 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
4844
4845         * [objects/cursoricon.c]
4846         Fix for "broken" X servers that invert masked cursor colors.
4847
4848 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
4849
4850         * [windows/dialog.c] [windows/nonclient.c]
4851         Remove unnecessary items from the system menu.
4852
4853 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
4854
4855         * [objects/color.c] [objects/palette.c]
4856         Make GetNearestColor return a RGB value instead of a pixel value.
4857
4858 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
4859
4860         * [controls/desktop.c][controls/menu.c][include/menu.h]
4861         Changed WORD parameters to UINT parameters.
4862
4863         * [include/wintypes.h]
4864         Made UINT 32bit for WINELIB.
4865
4866         * [loader/main.c]
4867         Disabled RELAY32_Init and MODULE_Init for WINELIB.
4868
4869         * [misc/main.c]
4870         Assume CPU386 for WINELIB.
4871
4872         * [rc/winerc]
4873         add_popup: set MF_POPUP flag on menu item.
4874
4875         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
4876         Add resource demo hello3 for WINELIB.
4877         New file README.resources.
4878
4879         * [toolkit/miscstubs.c]
4880         Add a case for 17.
4881
4882 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
4883
4884         * [loader/module.c]
4885         Do not append .exe if the file name already has an extension.
4886
4887         * [misc/profile.c]
4888         Avoid creating a file with a junk name if a .ini file does not
4889         exist.
4890
4891         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
4892         Added a lot of dummy stubs for Windows Hebrew version.
4893
4894 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
4895
4896         * [controls/button.c]
4897         Fix for buttons with no label.
4898
4899         * [controls/combo.c][controls/listbox.c]
4900         Fixes for scrollbar positioning.  Now disappears correctly
4901         for short lists.
4902
4903         * [controls/edit.c]
4904         Handle memory allocation differently when building as library.
4905
4906         * [controls/static]
4907         Don't destroy old icon before drawing new icon. (Fixes landscape/
4908         portrait toggle icon in print dialog.)
4909
4910         * [if1632/gdi.spec]
4911         New functions SetMetaFileBits and GetMetaFileBits
4912
4913         * [include/sysmetrics.h] [windows/sysmetrics.c]
4914         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
4915
4916         * [include/windows.h]
4917         META_EXTTEXTOUT, not META_SETTEXTOUT
4918         define GetCurrentTime as GetTickCount (for wine library)
4919
4920         * [loader/main.c]
4921         Don't initialize built-in modules in wine library
4922
4923         * [memory/local.c]
4924         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
4925
4926         * [misc/main.c]
4927         Always report CPUTYPE=4 to wine library.
4928
4929         * [objects/dib.c]
4930         RLE8 images were missing top line when decompressed.
4931
4932         * [objects/metafile.c]
4933         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
4934         from winhelp.  More testing needed.  Various memory leaks plugged.
4935         Various other bug fixes.  New metafile operations added in
4936         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
4937         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
4938
4939         * [toolkit/heap.c]
4940         LocalUnLock changed to LocalUnlock
4941
4942 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
4943         
4944         * [misc/winsock.c] 
4945         Return the correct error number, for host lookup operations.
4946         Also, correct the problem with send_message.
4947
4948 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
4949
4950         * [Makefile.in]
4951         Using nm's built-in sorting.
4952
4953         * [*/*.c]
4954         Use xmalloc for malloc and xrealloc for realloc in all ungarded
4955         cases.
4956
4957         * [debugger/dbg.y]
4958         Handle C-like expressions.  Clean-up.
4959
4960         * [debugger/debug.l]
4961         Lots of new tokens for expressions.
4962
4963         * [debugger/info.c]
4964         Implement "list" command for disassembling.
4965
4966         * [misc/ole2nls.c]
4967         Implement more Danish stuff.
4968
4969 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
4970
4971         * [loader/module.c]
4972         Updated self-loading modules to support for new 32 bit 
4973         stack frames.
4974
4975 ----------------------------------------------------------------------
4976 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
4977
4978         * [controls/menu.c]
4979         Fixed GetMenuString() for non-string items.
4980
4981         * [debugger/*.c]
4982         First attempt to check validity of pointers before memory
4983         accesses. For now only segmented pointers are checked.
4984
4985         * [debugger/dbg.y] [memory/ldt.c]
4986         Added possibility to dump only one segment with 'info segment'.
4987
4988         * [include/bitmaps/ocr_*]
4989         Added all OEM cursors as XPM bitmaps.
4990
4991         * [include/cursoricon.h] [objects/cursoricon.c]
4992         Rewrote all cursor and icon management to use the same memory
4993         layout as Windows, and to factor common code between icons and
4994         cursors. Implemented icon directory lookup to find the best
4995         matching icon (i.e. the color one).
4996         Implemented CopyCursor() and DumpIcon().
4997
4998         * [loader/module.c]
4999         For disabled built-in modules, we now try to load the Windows DLL
5000         first, and if this fails we fall back to using the built-in module
5001         anyway.
5002
5003         * [memory/global.c]
5004         Fixed GlobalHandle() to return the correct selector in the high
5005         word even if we are passed a handle in the first place.
5006
5007         * [miscemu/instr.c]
5008         Take into account the size of the operand and of the stack segment
5009         when incrementing the stack pointer.
5010         Avoid referencing FS_reg and GS_reg on *BSD.
5011
5012         * [objects/dib.c]
5013         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
5014         Monochrome DIBs are created as monochrome bitmap iff they are
5015         black and white.
5016
5017         * [objects/oembitmap.c]
5018         Added support for OEM cursors, changed OBM_LoadIcon to use the new
5019         icon memory layout.
5020
5021         * [rc/sysres_Fr.rc]
5022         Added French [Fr] language support.
5023
5024         * [win32/environment.c]
5025         Fixed GetCommandLineA() to use current PDB.
5026
5027         * [windows/event.c] [windows/winpos.c]
5028         Simulate a mouse motion event upon SetWindowPos() to force the
5029         cursor to be set correctly.
5030
5031 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
5032
5033         * [win32/*]
5034         New Win32 kernel functions: GetACP, GetCPInfo,
5035         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
5036         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
5037         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
5038         WriteFile.  Completed implementations of GetCommandLineA.
5039
5040         * [include/kernel32.h]
5041         New file.
5042
5043         * [loader/main.c]
5044         Call initialization function for Win32 data (doesn't currently do
5045         anything).
5046
5047         * [misc/main.c]
5048         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
5049
5050 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
5051
5052         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
5053           [misc/commdlg.c]
5054         Misc. bug fixes
5055
5056 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5057
5058         * [*/*]
5059         For Winelib, explicit casts have been placed where warnings were
5060         usually generated.
5061         printf formats which give the format for printing a handle as
5062         "%04x" or something similar have been changed to use the NPFMT
5063         macro defined in include/wintypes.h.  Some times, explicit casts
5064         were also necessary.
5065         Parameter, field, and variable declarations have been made more
5066         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
5067         'WORD hFont' to 'HFONT hFont'.
5068         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
5069         replaced with a call to WIN_GetWindowInstance(hwnd).
5070
5071         * [controls/combo.c]
5072         Added WINELIB32 support in CLBoxGetCombo().
5073
5074         * [include/dialog.h]
5075         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
5076         winelib needs the packing as well (e.g. when accessing resources
5077         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
5078
5079         * [include/windows.h]
5080         Got rid of the F[a-k] macros, which were cluttering up the global
5081         namespace.
5082
5083         * [include/windows.h] [windows/defwnd.c]
5084         Added Win32 messages WM_CTLCOLOR*.
5085
5086         * [include/wintypes.h]
5087         Put in preprocessor '#define WINELIB32' if appropriate and changed
5088         the types of some typedefs (WPARAM, HANDLE) based on this.
5089         
5090         * [loader/module.c] [toolkit/miscstubs.c]
5091         Added #ifdef'd portion in LoadModule to handle loading a WINElib
5092         module (already loaded, just init values).  '#ifdef'ed out the
5093         definition for GetWndProcEntry16 and added a new version to
5094         toolkit/miscstubs.c.
5095
5096         * [misc/shell.c]
5097         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
5098         Same amount of total storage, but much more reasonable.  Also, changed
5099         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
5100         This was a difficult bug to track down, but the AppMisc field was
5101         being initialized with the contributers text, which was much larger
5102         than 512 characters.
5103
5104         * [toolkit/atom.c]
5105         New file for atom-handling functions.  Copied from memory/atom.c and
5106         then heavily modified.  Right now, it's just a linked list of atoms.
5107         Consider it as a hash table with just one entry.  It's easily changed
5108         later.
5109
5110         * [toolkit/heap.c]
5111         Commented out the heap functions with a "#ifdef WINELIB16" and put in
5112         a Win32 version (which is basically a modified copy).
5113
5114         * [toolkit/sup.c] [toolkit/miscstubs.c]
5115         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
5116         added quite a few more stubs.
5117
5118         * [toolkit/winmain.c]
5119         Rearranged startup code in _WinMain.  I think this will work.
5120
5121         * [toolkit/Makefile.in]
5122         Added targets for 'hello' and 'hello2' in case anyone cares to try
5123         out the sample programs.
5124
5125 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
5126         
5127         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
5128         First attempt at support for some VxDs. Comm, Shell and Pagefile.
5129
5130 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5131
5132         * [misc/dos_fs.c]
5133         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
5134         starting applications like 'wine ./excel.exe')
5135
5136 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
5137
5138         * [configure.in]
5139         Avoid relative path for wine.ini.
5140
5141         * [rc/sysres_Da.rc]
5142         Support for Danish [Da] language.
5143
5144         * [misc/main.c] [miscemu/cpu.c]
5145         Return the processor we're running on correctly.
5146
5147         * [miscemu/int2f.c]
5148         Minor stuff in int 0x2f, function 0x16.
5149
5150 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5151
5152         * [misc/shell.c] [misc/main.c]
5153         Implement saving and loading of the registry database (needed for
5154         OLE). Very experimental. Fixed ShellExecute().
5155         
5156         * [miscemu/int21.c]
5157         EEXIST is not a critical error condition for mkdir().
5158
5159 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5160
5161         * [include/shell.h] [misc/shell.c]
5162         Implemented 4 drag/drop functions with documented functionality.
5163
5164         * [multimedia/time.c]
5165         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
5166
5167         * [*/*] 
5168         Added new files, more message definitions, structures, debug info,
5169         etc.  Rewrote message logging functions to produce output similar
5170         to WinSight.  Check out -debugmsg +message option.
5171
5172         * [misc/file.c]
5173         Fixed GetDriveType return value.  
5174
5175         * [windows/message.c] 
5176         Hooks are invoked in normal order.
5177
5178         * [miscemu/*]
5179         Added some functions and interrupts.
5180
5181         * [misc/shell.c]
5182         Implemented Drag... functions.
5183
5184 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
5185
5186         * [rc/sysres_Fi.rc] [rc/sysres.rc]
5187         First attempt at Finnish [Fi] language support.
5188
5189 ----------------------------------------------------------------------------
5190 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5191
5192         * [configure.in] [*/Makefile.in] [Make.rules.in]
5193         Cleaned up makefiles, added configuration option for Winelib,
5194         grouped common make rules in Make.rules.in.
5195
5196         * [Configure]
5197         Renamed to 'Configure.old'; please use 'configure' instead.
5198
5199         * [controls/menu.c]
5200         Fixed DestroyMenu() to avoid deleting the same menu twice.
5201         More fixes to WM_MENUSELECT, and added WM_INITMENU.
5202
5203         * [if1632/relay.c]
5204         Fixed wrong register values displayed by RELAY_DebugCall32().
5205
5206         * [memory/local.c]
5207         Fixed LocalLock() and LocalUnlock() to increment/decrement the
5208         lock count for moveable blocks.
5209
5210         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
5211         Modified the generated C file so that the resource information
5212         (size, etc.) is also exported.
5213         Modified common dialogs to use the new informations.
5214
5215         * [misc/main.c] [ANNOUNCE]
5216         Update the list of contributors. Please let me know if I forgot
5217         someone.
5218
5219         * [rc/sysres.rc] [rc/sysres_En.rc]
5220         Moved English resources to sysres_En.rc.
5221         Changed ids from numeric to symbolic for dialogs.
5222
5223         * [windows/dialog.c]
5224         Modified template parsing to be able to pass segmented pointers to
5225         CreateWindow().
5226
5227         * [windows/win.c]
5228         CreateWindow() now takes segmented pointers for class and window
5229         names.
5230         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
5231         or WS_MINIMIZE bits are set.
5232
5233 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
5234
5235         * [controls/scroll.c]
5236         Fixed scroll-bar bugs for non-client windows.
5237
5238 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
5239
5240         * [include/cursor.h] [windows/cursor.c]
5241         Cursor is not mirrored any more and the hotspot is set right.
5242
5243 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5244
5245         * [ole.h]
5246         Misc small fixes.
5247
5248 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
5249
5250         * [rc/sysres_Es.rc]
5251         First attempt at Spanish [Es] language support.
5252
5253 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
5254
5255         * [include/alias.h][windows/alias.c][include/relay32.h]
5256         New files
5257
5258         * [controls/widgets.c]
5259         WIDGETS_Init: register alias window procedures
5260
5261         * [if1632/callback.c]
5262         CallWndProc: Call alias functions if necessary
5263
5264         * [if1632/gdi32.spec]
5265         GetStockObject, TextOutA: new relays
5266
5267         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
5268         user32.c: new file
5269         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
5270         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
5271
5272         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
5273         PE_Win32CallToStart: new function
5274         MODULE_CreateInstance: removed static attribute
5275         LoadModule: Try loading PE image on error 21
5276         PE_LoadModule: new function
5277         PE_LoadImage: initialize pe_data with 0
5278         
5279         * [include/dlls.h][include/peexe.h]
5280         moved pe_data and w_files to peexe.h
5281         
5282         * [misc/shell.c]
5283         ShellAbout: Register AboutWndProc aliases
5284
5285         * [miscemu/int21.c]
5286         handle 0x440A and 0xDC
5287
5288         * [miscemu/int2f.c]
5289         handle 0x84
5290
5291         * [objects/dib.c]
5292         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
5293
5294         * [tools/build.c]
5295         include windows.h and relay32.h into generated Win32 relays,
5296         don't declare the implementation as int (*)();
5297         limit in WIN32_builtin was off by one
5298
5299         * [windows/caret.c]
5300         CARET_Initialize: new function, call on strategic places
5301
5302         * [windows/messagebox.c]
5303         MessageBox: register message box proc aliases
5304
5305         * [if1632/advapi32.spec][if1632/comdlg32.spec]
5306         New files
5307
5308         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
5309         added new spec files
5310         RELAY32_GetBuiltinDLL: perform lookup case insensitive
5311         RELAY32_GetEntryPoint: start name search at 0
5312
5313         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
5314         Added stubs for new Win95 API
5315
5316 Sat Sep 2 1995  Martin Roy
5317
5318         * [misc/commdlg.c]
5319         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
5320         When process IDOK button in FILEDLG_WMCommand(),
5321         lpofn->nFilterIndex should be updated to current selection.
5322
5323 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5324
5325         * [loader/module.c] [loader/ne_image.c]
5326         Added support of self-loading modules.
5327
5328 ---------------------------------------------------------------------
5329 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5330
5331         * [Configure]
5332         Added compile-time option for IPC.
5333
5334         * [configure.in]
5335         Added command-line options for language, IPC and malloc
5336         debugging.
5337
5338         * [controls/menu.c]
5339         WM_MENUSELECT was sometimes sent to the wrong window.
5340
5341         * [debugger/break.c]
5342         For the 'next' command, only step over instruction that require
5343         it. This allows 'next' to do the right thing with jmp and ret
5344         instructions.
5345
5346         * [ipc/*.c] [memory/atom.c] [memory/global.c]
5347         IPC can now be configured out at compile-time.
5348
5349         * [loader/task.c]
5350         Bug fix in TASK_Reschedule() that could cause a task to be deleted
5351         twice.
5352
5353         * [miscemu/dosmem.c] (New file)
5354         Partial emulation of the BIOS data segment.
5355
5356         * [miscemu/instr.c]
5357         Trap attempts to access selector 0x40 and remap the access to
5358         segment __0040H.
5359
5360         * [tools/build.c]
5361         Fixed bug in CallTo32_LargeStack() that caused problems when
5362         compiling Wine with the -fomit-frame-pointer option.
5363
5364         * [windows/message.c]
5365         Fixed bug in hardware event handling that could cause some events
5366         to get ignored.
5367
5368 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
5369
5370         * [ipc/README] [ipc/dde.tex]
5371         LaTeX documentation for the ipc and DDE stuff.
5372
5373 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
5374
5375         * [ipc/Imakefile] [ipc/wine_test_stub.c]
5376         Fixed IPC testing. Now it can be compiled with "make tests"
5377
5378 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
5379
5380         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
5381         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
5382
5383 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5384
5385         * [miscemu/int21.c]
5386         Misc fix to int21,ah=40 (write) to match _lwrite().
5387         AX=0x440A (check if handle is remote) added.
5388
5389         * [multimedia/mmsystem.c]
5390         Moved mciSendString to mcistring.c.
5391
5392         * [multimedia/mcistring.c]
5393         New file, string interface for MCI (not complete, not thoroughly
5394         tested).
5395
5396         * [multimedia/audio.c]
5397         IOCTL prints errors; one paranoid check disabled.
5398
5399         * [misc/file.c]
5400         Misc operator precedence fixes.
5401
5402         * [if1632/gdi.spec] [objects/bitblt.c]
5403         Stub for FastWindowFrame (parameters not correct).
5404
5405 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
5406
5407         * [loader/ne_image.c]
5408         Preliminary support for iterated segments.
5409
5410 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
5411
5412         * [windows/mapping.c]
5413         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
5414         the absolute value of (ydim / xdim) or (xdim / ydim).
5415
5416 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
5417
5418         * [objects/oembitmap.c]
5419         Added some includes for Windows 95.
5420
5421         * [include/sysmetrics.h]
5422         Added some sysmetrics for Windows 95.
5423
5424         * [include/bitmaps/*95]
5425         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
5426         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
5427
5428 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
5429
5430         * [misc/shell.c] [rc/sysres*.rc]
5431         The caption of the ShellAbout dialog box is language specific and
5432         should be defined in the resources.
5433
5434 ----------------------------------------------------------------------
5435 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5436
5437         * [*/Makefile.in]
5438         Removed winelibclean target, as it doesn't work anyway.
5439
5440         * [controls/button.c]
5441         Avoid drawing the focus rectangle outside of the button.
5442
5443         * [controls/widgets.c]
5444         Fixed bug with the size of the reserved bytes for the Edit
5445         control (caused Eudora to crash).
5446
5447         * [debugger/*] [include/debugger.h]
5448         Unified debugger address handling. Segmented and linear addresses
5449         are no grouped in a single type DBG_ADDR.
5450         All commands now accept seg:off addresses.
5451         Module entry points are now loaded upon first entry to the
5452         debugger, so that entry points of the loaded executable also
5453         appear in the symbol table.
5454
5455         * [include/registers.h] [miscemu/*.c]
5456         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
5457         This makes code less readable, but will prevent a lot of name
5458         clashes with other definitions. It also avoids a hidden reference
5459         to the 'context' variable.
5460
5461         * [ipc/dde_atom.c] [misc/atom.c]
5462         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
5463         to allow supporting integer atoms.
5464         Moved atom.c to memory/ directory.
5465
5466         * [loader/task.c]
5467         Fixed environment allocation to compute the size dynamically.
5468         Added 'windir' environment variable.
5469         Fixed GetDOSEnvironment() to return the current task environment.
5470
5471         * [windows/message.c]
5472         Fixed bug in MSG_GetWindowForEvent().
5473
5474 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5475
5476         * [include/ole.h]
5477         Added a lot of structures  from my Borland Manual. Neither complete,
5478         nor 100% right (check please)
5479         
5480         * [misc/shell.c]
5481         Fixed some of the Reg* functions.
5482         Enhanced ShellExecute.
5483         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
5484         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
5485
5486         * [misc/dos_fs.c]
5487         Make umsdos mounted windows dirs work again.
5488
5489         * [miscemu/emulate.c]
5490         Added some comments, preimplementation of subfunction 7.
5491
5492         * [multimedia/mmsystem.c]
5493         Implemented mciSendString. not complete, not clean, not
5494         necessarily working (only checked with a program which uses
5495         'cdaudio' (one working program is cool.exe, a shareware waveditor
5496         with cdaudio play facilities.)
5497
5498         * [multimedia/mcicda.c]
5499         Segptr fixes in DriverProc
5500         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
5501         link to your real cdrom device.
5502
5503 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
5504
5505         * [loader/resource.c]
5506         Don't crash in a LoadString to NULL
5507
5508         * [loader/resource.c]
5509         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
5510         won't work unless the ALT keypress exited the menu.)
5511
5512         * [misc/file.c]
5513         Expand a file to the current offset with an _lwrite of size zero.
5514
5515         * [misc/file.c]
5516         Set a newly created file to read-write instead of write-only.
5517         
5518 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
5519
5520         * [misc/main.c] [include/msdos.h]
5521         Fixed to return DOS version 6.22, and the correct byte order
5522         for Windows programs.
5523
5524 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5525
5526         * [include/options.h] [memory/global.c] [misc/main.c]
5527         Make the new IPC run-time selectible, disabling it by default.
5528         (I think it's only useful for libwine, anyway.)
5529
5530         * [loader/task.c] [memory/selector.c]
5531         In FreeSelector(), walk up the stack and fix the frames.
5532
5533         * [objects/dib.c]
5534         Missing break statement in DIB_SetImageBits_RLE8().
5535         In GetDIBits(), set the compression flag in the bitmap info to zero.
5536
5537         * [windows/dialog.c]
5538         GetNextDlgGroupItem() needs to treat the first child as if it had
5539         an implicit WS_GROUP bit set.
5540
5541 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
5542
5543         * [misc/dos_fs.c]
5544         Quick'n dirty fix for the initialisation of the Z: information
5545         structure.
5546
5547 ----------------------------------------------------------------------
5548 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
5549
5550         * [ipc/*]
5551         New directory. This directory contains the new inter-wine
5552         communications support. It enables DDE protocols between two wine
5553         instances.  Currently it is limited to DDE, but can be enhanced to
5554         support OLE between 2 different wine instances.  This is very
5555         important for libwine.a DDE/OLE support.
5556
5557         * [tools/ipcl]
5558         A script to delete garbage IPC handles (shared memory, semaphores
5559         and message queues).  The current inter-wine communication is not
5560         perfect, and sometimes leaves garbage behind.
5561
5562         * [if1632/relay.c] [include/atom.h] [include/global.h]
5563         [loader/selector.c] [loader/task.c] [loader/module.c]
5564         [loader/signal.c] [memory/global.c] [misc/atom.c]
5565         [windows/class.c] [windows/message.c] [windows/win.c]
5566         [Imakefile]
5567         Hooks for inter-wine DDE support, current Global.*Atom functions
5568         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
5569         DDE communication. (The first call to these functions sets up the
5570         IPC structures - which otherwise cause unneeded overhead.
5571
5572 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5573
5574         * [controls/menu.c]
5575         Don't crash if a NULL string is passed to menu functions.
5576
5577         * [memory/selector.c]
5578         We now use a bit in ldt_flags_copy to indicate free LDT entries.
5579         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
5580         overwrite valid LDT entries when growing a block.
5581
5582         * [miscemu/instr.c]
5583         Emulate int xx instruction by storing the interrupt vector in
5584         CS:IP and returning directly. This allows a program to install an
5585         interrupt vector.
5586
5587         * [windows/win.c]
5588         Added function WIN_GetTopParent to get the top-level parent of a
5589         window.
5590
5591 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
5592
5593         * [loader/resource.c]
5594         Added LoadIconHandler. It doesn't do anything yet, but now you
5595         can use borland help files with winhelp.exe.
5596
5597 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
5598
5599         * [misc/main.c]
5600         Fixed to return 386 Enhanced mode correctly. Also return the same
5601         type of CPU, for both Enhanced and Standard mode, namely a 386.
5602
5603 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
5604
5605         * [Configure] [include/options.h] [include/wineopts.h]
5606           [misc/main.c][misc/spy.c]
5607           Removed support of spy file. Redirected spy messages to stddeb.
5608           Removed -spy option. Added -debugmsg +spy option.
5609
5610         * [debugger/dbg.y][debugger/debug.l]
5611         Enabled segmented addresses (seg:offs) for break and x commands.
5612
5613         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
5614           [include/region.h]
5615         FrameRgn, REGION_FrameRgn: New functions
5616
5617         * [if1632/kernel.spec]
5618         IsWinOldApTask: Return false
5619
5620         * [if1632/mouse.spec]
5621         CplApplet: Removed
5622
5623         * [if1632/user.spec] [windows/win.c]
5624         ShowOwnedPopups: New function
5625
5626         * [if1632/winsock.spec] [misc/winsocket.c]
5627         inet_addr, select: New prototypes in relay code
5628         Fixed memory layout for netdb functions (getXbyY).
5629         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
5630
5631         * [objects/clipping.c]
5632         RectVisible: Fixed call to LPToDP
5633
5634         * [rc/winerc.c]
5635         main: Removed extra argument to getopt for Linux.
5636
5637 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5638
5639         * [controls/listbox.c]
5640         Yet another fix for ListBoxDirectory().
5641         
5642         * [loader/module.c] [if1632/kernel.spec]
5643         Make GetModuleHandle() accept instance handles as parameter.
5644
5645         * [if1632/relay.c] [loader/task.c]
5646         Put a magic cookie at the bottom of the 32 bit stack, and check on
5647         each return from a 32 bit function whether it's still there. Complain
5648         if it's not.
5649
5650         * [if1632/user.spec]
5651         Wrong entry for CloseDriver().
5652
5653         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
5654         [miscemu/int21.c]
5655         Large parts of dos_fs.c simplified. Changed it to use one
5656         current drive/directory per task, which is set to the module path on
5657         task creation.
5658         Prevent CorelPaint from closing stdin.
5659         open() with O_CREAT set must be passed three parameters.
5660         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
5661         it's in DOS_readdir() now.
5662
5663         * [misc/profile.c]
5664         Some badly written software (Lotus Freelance Graphics) passes a bogus
5665         size parameter that caused Wine to write off the end of a segment.
5666         Fixed. (It's probably too paranoid now.)
5667         
5668         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
5669         [multimedia/Imakefile] [if1632/winprocs.spec]
5670         16 bit entry point for MMSysTimeCallback.
5671         Split off time.c and joystick.c from mmsystem.c.
5672         
5673         * [objects/dib.c]
5674         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
5675
5676         * [windows/cursor.c]
5677         DestroyCursor(): do nothing for builtin cursors.
5678         
5679         * [windows/mdi.c]
5680         Half of WM_MDISETMENU implemented.
5681         
5682         * [windows/win.c]
5683         EnumWindows() and EnumTaskWindows() never enumerated any windows.
5684         Fixed.
5685
5686         * [windows/*.c]
5687         Fixed GetParent() to return correct values for owned windows.
5688
5689         * [windows/message.c]
5690         Don't try to activate disabled top-level windows.
5691
5692         * [windows/nonclient.c]
5693         Work around a bug in gcc-2.7.0.
5694         
5695         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
5696         [loader/task.c] [memory/selector.c]
5697         Some Visual Basic programs (and possibly others, too) expect ES to be 
5698         preserved by a call to an API function, so we have to save it.
5699         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
5700         to prevent segfaults if ES contained the selector to be freed.
5701
5702 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
5703
5704         * [*/*]
5705         Added missing prototypes to header files and relevant includes
5706         to reduce compile time warnings.
5707
5708 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
5709
5710         * [configure.in] [include/config.h] [*/Makefile.in]
5711         New configuration scheme based on autoconf.
5712
5713 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
5714
5715         * [miscemu/ioports.c]
5716         Revamp to have only one in- and one out- variant, both really
5717         implemented.
5718
5719         * [miscemu/instr.c]
5720         INSTR_EmulateInstruction: Use new ioport interface.  Implement
5721         string io.  Correct instruction pointer for 32-bit code.
5722
5723         * [include/miscemu.h]
5724         Update port function prototypes.
5725
5726         * [include/registers.h]
5727         Defined FS and GS.
5728
5729 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5730
5731         * [misc/dos_fs.c]
5732         ChopOffSlash(): A path consisting off a single slash is left
5733         intact, and multiple slashes are all removed.
5734
5735 ----------------------------------------------------------------------
5736 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5737
5738         * [controls/scroll.c]
5739         Fixed drawing bug that caused part of a non-client scroll bar
5740         to be painted even when the scroll-bar was hidden.
5741
5742         * [debugger/break.c] [debugger/dbg.y]
5743         Rewrote breakpoint handling to work in 16-bit mode.
5744         Implemented single-stepping ('step' and 'next' instructions).
5745
5746         * [debugger/debug.l]
5747         Format specifier is now a separate token.
5748         Entering an empty line at the debugger prompt causes the previous
5749         command to be repeated, like under gdb.
5750         
5751         * [debugger/debug.l] [debugger/registers.c]
5752         Differentiate 16-bit and 32-bit registers without taking current
5753         mode into account ($eax is always 32-bit, $ax always 16-bit).
5754
5755         * [debugger/stack.c]
5756         Fixed stack information routines to differentiate between 16-bit
5757         and 32-bit stacks.
5758
5759         * [loader/task.c]
5760         Option -debug now sets a breakpoint at the first instruction of
5761         every loaded task.
5762
5763         * [miscemu/instr.c]
5764         Added handling of lock, repe and repne prefixes.
5765
5766         * [objects/dib.c]
5767         Changed StretchDIBits() to do the correct thing, even if it's still
5768         not really optimal.
5769
5770         * [windows/graphics.c]
5771         Fixes in RoundRect(), thanks to Babak Masalehdan.
5772
5773         * [windows/message.c]
5774         Tried to fix mouse event handling with respect to disabled
5775         windows.
5776
5777         * [windows/painting.c]
5778         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
5779         infinite loops.
5780
5781         * [windows/win.c]
5782         Fixed IsWindowVisible() to return FALSE when one of the parent
5783         windows is hidden.
5784
5785 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
5786
5787         * [if1632/compobj.spec][misc/compobj.c]
5788         CoGetMalloc: New function
5789         Added relay entries for COMPOBJ ordinals above 100
5790         CoInitialize: Changed parameter to DWORD
5791
5792         * [if1632/ole2.spec]
5793         Exported implementation of OleBuildVersion
5794
5795         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
5796         ole2disp.c: New file
5797         SysAllocString, SysReallocString, SysAllocStringLen,
5798         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
5799
5800         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
5801         CompareStringA: New function
5802
5803 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5804         * [objects/font.c] [if1632/gdi.spec]
5805         New stubs for CreateScalableFontResource, GetGlyphOutline.
5806
5807 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
5808
5809         * [misc/commdlg.c]
5810         Extensive changes and bug fixes to FileDialog handling,
5811         behaves more like native Windows.
5812
5813 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5814
5815         * [controls/listbox.c] [controls/combo.c]
5816         Some minor optimizations.
5817         
5818         * [memory/local.c]
5819         LOCAL_FindFreeBlock(): Never use the last one.
5820         
5821         * [memory/global.c]
5822         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
5823         
5824         * [misc/file.c]
5825         read() returns an error when length==0. This is not what Windows
5826         programs expect, so pay attention to this in _lread(). Changed this
5827         in _lwrite(), _hread(), _hwrite(), too.
5828
5829         * [loader/resource.c]
5830         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
5831         there.
5832         
5833         * [if1632/shell.spec] [misc/shell.c]
5834         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
5835         Accept some more combinations of parameters in the Reg..() functions.
5836         
5837         * [if1632/toolhelp.spec]
5838         Make InterruptRegister() and InterruptUnregister() return false.
5839
5840         * [windows/hook.c]
5841         CallNextHookEx() used to crash when called with a null hhook. Fixed.
5842
5843 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5844
5845         * [include/neexe.h][loader/ne_image.c]
5846         NE_LoadSegment: Detect iterated segments
5847
5848         * [misc/ole2nls.c]
5849         LOCALE_SLONGDATE: fixed typo
5850
5851         * [miscemu/int5c.c]
5852         Reordered include files to avoid conflicts with Linux libc.5.1
5853
5854         * [rc/winerc.c]
5855         Added -b option to process binary resource files into C arrays
5856
5857         * [include/callback.h]
5858         CallWndProc: Added dummy ds parameter for libwine
5859
5860         * [include/gdi.h][include/user.h]
5861         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
5862
5863         * [include/ldt.h][include/stackframe.h]
5864         defined segment conversion macros for libwine
5865
5866         * [misc/atom.c]
5867         Defined USER_HeapSel for libwine
5868
5869         * [misc/main.c]
5870         Disable -dll option for libwine
5871
5872         * [misc/user.c]
5873         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
5874
5875         * [toolkit/heap.c]
5876         fixed LocalLock prototype
5877
5878         * [toolkit/sup.c]
5879         sync'ed load_mz_header, load_ne_header with structures
5880
5881         * [toolkit/winmain.c]
5882         Disabled resource DLLs for libwine for now
5883
5884 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
5885
5886         * [misc/main.c]
5887         Fixed -enhanced option to report a 386 CPU instead of a 286.
5888
5889 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5890
5891         * [misc/dos_fs.c]
5892         Remove maximum open dosdirent limit (fixing the winfile.exe
5893         problem) by using telldir()/seekdir().
5894         
5895 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
5896
5897         * [misc/profile.c]
5898         Fixed problem parsing empty lines within sections in .ini files.
5899
5900 ----------------------------------------------------------------------
5901 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5902
5903         * [debugger/*.c]
5904         Modified debugger to use segmented pointers everywhere.
5905
5906         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
5907         Declared all functions that return only 16-bit as 'pascal16'.
5908
5909         * [include/ldt.h] [memory/ldt.c]
5910         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
5911         Maintain a copy of the selector flags, removing the need to make a
5912         system call to retrieve an LDT entry.
5913
5914         * [loader/module.c]
5915         Fixed bug with module file handle cache.
5916
5917         * [loader/ne_resource.c]
5918         Fixed file name bug in NE_AccessResource().
5919
5920         * [loader/resource.c]
5921         Fixed bug in LoadIcon() that caused wrong colors to be used for
5922         the icon mask.
5923
5924         * [loader/signal.c]
5925         Moved instruction emulation to miscemu/instr.c.
5926
5927         * [misc/dos_fs.c] [miscemu/int21.c]
5928         Lots of small fixes, thanks to Morten Welinder.
5929
5930         * [miscemu/dpmi.c]
5931         More complete DPMI emulation.
5932
5933         * [miscemu/instr.c]
5934         Added support for prefixes in instructions to emulate.
5935
5936         * [miscemu/int2f.c]
5937         Use register macros instead of destroying the high part of 32-bit
5938         registers.
5939
5940         * [objects/dc.c]
5941         Fixed bug in GetDCState() that failed to clear the new DC.
5942
5943         * [rc/sysres.rc]
5944         Removed dialogs 11 and 12 that were never used.
5945
5946         * [tools/build.c]
5947         'pascal16' generated functions did not save %dx.
5948         Removed use of %fs to access the stack.
5949         %ds is no longer initialized before calling a 16-bit routine.
5950
5951         * [windows/defwnd.c]
5952         Accept a NULL pointer as window title.
5953
5954         * [windows/mdi.c]
5955         MDICascade: skip iconic windows.
5956         Implemented CalcChildScroll().
5957         
5958         * [windows/utility.c]
5959         Fixed MulDiv() for illegal values.
5960
5961         * [windows/win.c]
5962         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
5963         a zero width or height.
5964
5965 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
5966
5967         * [controls/edit.c]
5968         Fixed "uninitalized" message which -Wall couldnt see to be ok
5969         in EDIT_WriteText.
5970
5971         * [include/debug.h]
5972         Added define for extra checks in API definitions during debugging.
5973
5974         * [loader/ne_image.c]
5975         Added newline in NE_FixupPrologs to avoid long lines.
5976
5977         * [misc/dos_fs.c]
5978         Added extra safety check in DOS_ValidDrive.
5979
5980         * [misc/exec.c]
5981         Fixed definition of ExitWindows.
5982         
5983 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5984
5985         * [controls/edit.c]
5986         Some fixes, mostly for memory management, but also for text selection
5987         and tab postitions. General cleanup. Notepad.exe now works.
5988
5989         * [controls/combo.c]
5990         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
5991         the combo box, not the ComboLBox that belongs to it.
5992
5993         * [controls/listbox.c]
5994         Handle itemID field correctly throughout.
5995
5996         * [memory/local.c]
5997         Implemented flag LMEM_ZEROINIT.
5998         LocalReAlloc() could trash the heap. Fixed.
5999
6000         * [objects/font.c]
6001         FONT_MatchFont(): don't get confused by negative widths.
6002         Fixed a segfault in EnumFonts().
6003
6004         * [objects/text.c]
6005         DrawText(): DT_CALCRECT implies DT_NOCLIP.
6006
6007         * [objects/dcvalues.c]
6008         MAKELONG was used with bad parameters in DC_GET_X_Y.
6009
6010         * [windows/dialog.c]
6011         Don't show the dialog if WS_VISIBLE isn't set in the template.
6012
6013         * [windows/utility.c]
6014         UTILITY_convertArgs(): Never pass an expression containing ++ into a
6015         macro...
6016
6017         * [windows/win.c]
6018         SetParent() should unlink the window before changing the parent.
6019
6020         * [windows/message.c]
6021         Don't call timer functions via CallWindowProc(), since it checks
6022         whether hwnd==0 and does not call the function in that case.
6023
6024         * [miscemu/instr.c]
6025         Ignore interrupt 0x3D, for VBRUN300.DLL.
6026
6027         * [misc/commdlg.c]
6028         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
6029         pointer to the item text.
6030
6031         * [if1632/relay.c]
6032         Disable OLE and DDEML DLLs by default, since they contain nothing but
6033         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
6034         some programs may work better without them.
6035         
6036         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
6037         Begun cleaning things up a little. Replaced printfs with dprintf_
6038         macros, made functions static where possible, and some other minor
6039         changes.
6040
6041 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6042
6043         * [debugger/dbg.y][debugger/dbg.l]
6044         Removed special handling for FILE_IDENTIFER, because it caused
6045         problems with x/<format> statements.
6046
6047         * [debugger/info.c]
6048         Use SC_ESP instead of SC_EIP for stack dump.
6049
6050         * [misc/compobj.c][if1632/compobj.spec]
6051         CoBuildVersion, CoInitialize, CoUninitialize: new functions
6052
6053         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
6054         New files ole2.c, ole2.h
6055         OleBuildVersion, OleInitialize, OleUninitialize: new functions
6056
6057         * [if1632/ole2disp.spec]
6058         Added missing ordinals above 109
6059
6060         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
6061         New file winnls.h
6062         GetLocaleInfoA: new function
6063
6064         * [if1632/shell.spec]
6065         Added FindEnvironmentString as stub
6066
6067         * [misc/olecli.c][if1632/olecli.spec]
6068         OleIsDcMeta: New function
6069
6070         * [objects/font][misc/gdi.spec]
6071         GetKerningPairs: new function
6072
6073         * [misc/shell.c]
6074         ShellExecute: Implemented support for starting programs
6075
6076         * [if1632/user.spec]
6077         Inserted missing relay to GetClipCursor
6078
6079 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6080         
6081         * [controls/edit.c]
6082         Fix a problem with the local heap.
6083
6084         * [include/wintypes.h]
6085         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
6086         
6087         * [include/mdi.h] [windows/mdi.c]
6088         This code still assumed segmented address==linear address. Fixed.
6089
6090         * [include/msdos.h] [misc/dos_fs.c]
6091         The filemask field of the dosdirent structure could be overrun. Fixed.
6092         If you had a file called foobar and a file called foo, trying to 
6093         FindFile(foo) could accidentally find file foobar instead. Fixed.
6094         
6095         * [misc/file.c]
6096         OpenFile(): Always return the full pathname in ofs->szPathName. This 
6097         also fixes GetModuleFilename().
6098         Prevent _lclose() from closing stderr or stdout.
6099
6100         * [misc/profile.c]
6101         Search for .ini files in the path of the current module as well.
6102         (Needed by Lotus Organizer.)
6103
6104         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
6105         [memory/local.c]
6106         Local heaps are now initialized by InitTask() for executables. DLLs
6107         have to call LocalInit() themselves, LocalInit() has to put the
6108         heap at the end of the segment when called with start==0. We no longer
6109         allocate the DGROUP with 64k on startup, but grow the local heap
6110         in LOCAL_GetBlock() when necessary.
6111
6112         * [loader/module.c]
6113         LoadLibrary() should call LoadModule() in all cases, even if the
6114         DLL is already loaded, to ensure that the reference count is correct.
6115
6116         * [loader/ne_image.c]
6117         Some changes to function prolog fixup. Does anyone know exactly how
6118         this is supposed to work? I am only guessing here.
6119         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
6120         the module itself.
6121         
6122         * [loader/task.c]
6123         Initialize instance data at the beginning of the DGROUP in InitTask().
6124
6125         * [memory/local.c]
6126         Some fixes for moveable blocks.
6127
6128         * [memory/selector.c]
6129         All the IsBad*Pointer() functions returned exactly the wrong boolean
6130         value in all cases!
6131         
6132         * [objects/bitblt.c]
6133         Fixed another null pointer dereference in debugging output.
6134         
6135         * [objects/font.c]
6136         Some more recovery possibilities for FONT_MatchFont() if a specified
6137         font does not exist.
6138         
6139         * [windows/win.c]
6140         The dialog code may call CreateWindowEx with an integer in windowName.
6141         This happens for static icon controls that expect a resource ID as
6142         the window name. CreateWindowEx() used to crash. Fixed.
6143         
6144         * [windows/class.c] [windows/win.c]
6145         Window classes are owned by modules, not instances. Changed
6146         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
6147         accordingly.
6148
6149 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
6150
6151         * [miscemu/int21.c]
6152           clock.exe was displaying incorrect year.
6153
6154 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
6155
6156         * [include/cursor.h] [windows/cursor.c]
6157         Implemented CreateCursorIconIndirect().
6158
6159 ----------------------------------------------------------------------
6160 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6161
6162         * [controls/menu.c]
6163         Fixed bug with drawing multi-column menus with vertical separator.
6164
6165         * [debugger/debug.l]
6166         Fixed NULL-pointer reference after readline().
6167
6168         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
6169         Added interrupt vector emulation. Allows to retrieve an interrupt
6170         vector and jump to it without crashing.
6171
6172         * [loader/ldt.c]
6173         Moved ldt.c to memory directory.
6174
6175         * [loader/task.c]
6176         Implemented LockCurrentTask() and GetInstanceData().
6177
6178         * [objects/bitblt.c]
6179         Fixed a bug that caused StretchBlt() to use wrong colors when
6180         stretching a monochrome bitmap to a color display.
6181
6182         * [objects/bitmap.c]
6183         Fixed a segmented pointer bug in CreateBitmapIndirect().
6184
6185         * [tools/build.c]
6186         Added possibility to have arguments for register functions; used
6187         by interrupt vectors to remove the flags from the stack.
6188         Generate a new function CallTo32_LargeStack(), that allows calling
6189         a 32-bit function using the original 32-bit stack, for functions
6190         that need more that 64k of stack.
6191
6192 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6193
6194         * [if1632/shell.spec] [misc/shell.c]
6195         DoEnvironmentSubst: fixed prototype
6196
6197         * [if1632/gdi.spec] [objects/palette.c]
6198         SetSystemPaletteUse: new function
6199
6200         * [if1632/kernel.spec] [loader/resource.c]
6201         DirectResAlloc: new function
6202
6203         * [if1632/user.spec] [windows/keyboard.c]
6204         SetKeyboardState: new function
6205
6206 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6207         
6208         * [tools/build.c]
6209         Prevent interrupts from destroying the args for a 32 bit function
6210         by loading the correct value into %esp directly after %ss.
6211
6212         * [loader/ne_image.c] [loader/module.c]
6213         The new instance must be created earlier in LoadModule(), so that
6214         fixups referencing it will be handled correctly.
6215         Initialize the local heap for a DGROUP in NE_LoadSegment().
6216         
6217         * [objects/dib.c]
6218         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
6219         This used to crash Wine. Fixed.
6220
6221         * [objects/text.c]
6222         Fix possible null pointer dereference in debugging output.
6223         
6224         * [misc/commdlg.c]
6225         Handle user input in the edit control better. Some bugs fixed.
6226         
6227         * [memory/local.c]
6228         Started implementing moveable blocks. This is unfinished (!), but
6229         at least it does not seem to break things.
6230
6231 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6232         
6233         * [loader/module.c]
6234         LoadModule(): DLLs occasionally have a data segment, and they work
6235         much better if it is loaded :-)
6236         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
6237         FindModule(): also strip off the last backslash of the pathnames
6238         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
6239         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
6240         only better.
6241         
6242         * [loader/ne_image.c]
6243         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
6244         not really correct, it seems that all programs and DLLs try to do
6245         this themselves. But they pass weird parameters.)
6246         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
6247         
6248         * [loader/task.c] [misc/user.c]
6249         Finish global initializations in InitTask instead of InitApp, or
6250         all the DLLs will be initialized in InitTask without any available
6251         window classes!
6252
6253 ----------------------------------------------------------------------
6254 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6255
6256         * [debugger/hash.c] [debugger/info.c]
6257         Added support for symbolic segmented addresses. Add symbols for all
6258         built-in API entry points.
6259
6260         * [if1632/relay.c] [include/dlls.h]
6261         Removed dll_table structure, as we now use the built-in module
6262         structures.
6263
6264         * [if1632/relay.c] [loader/main.c]
6265         Removed winestat option, as it was no longer very meaningful.
6266
6267         * [include/stackframe.h]
6268         New macro MAKE_SEGPTR that creates a segmented pointer to a local
6269         variable on the 32-bit stack.
6270
6271         * [loader/module.c]
6272         Added support for multiple instances of an application.
6273         Implemented LoadModule() and FreeModule().
6274
6275         * [loader/ne_image.c] [loader/task.c]
6276         Moved initialisation of built-in DLLs to InitTask().
6277
6278         * [memory/global.c]
6279         Implemented discardable blocks.
6280
6281         * [misc/file.c]
6282         Search path of current executable in OpenFile().
6283         Fixed bug with searching in Windows path.
6284
6285         * [misc/lstr.c]
6286         Hard-coded translation tables for Ansi<->Oem.
6287
6288         * [misc/user.c]
6289         Moved some global initializations to InitApp(), because they need
6290         a task context to be performed.
6291
6292         * [objects/dc.c]
6293         Handle R2_BLACK and R2_WHITE specially so that they work correctly
6294         with palette displays.
6295
6296         * [tools/build.c]
6297         Suppressed generation of the C file for DLL specs, because it's no
6298         longer needed. Output all the assembly code directly to stdout.
6299         Some changes to integrate Win32 support from Martin von Loewis. 
6300
6301         * [windows/msgbox.c]
6302         Moved message box code from misc/ to windows/.
6303
6304 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6305
6306         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
6307           [misc/mmaux.c] [misc/mmsystem.c]
6308         Modify code & use pointers conversion macros.
6309         Make cdaudio & wave devices work again (only using some applets).
6310
6311         * [misc/profile.c]
6312         Change getc() to fgetc() where needed.
6313
6314 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6315
6316         * [if1632/Imakefile]
6317         added entries for the new files gdi32.spec, kernel32.spec,
6318         user32.spec, shell32.spec and winprocs32.spec.
6319
6320         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
6321           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
6322         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
6323         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
6324                 stub implementations provided 
6325         marked storage.dll,storege.sys functions as stubs
6326
6327         * [include/pe_image.h]
6328         Added structures WIN32_builtin and  WIN32_function
6329
6330         * [include/peexe.h]
6331         PE_Import_Directory: renamed reserved fields to 
6332                 TimeDate, Forwarder, Thunk_List
6333
6334         * [include/winerror.h]
6335         New file.
6336
6337         * [loader/main.c]
6338         called RELAY32_Init
6339
6340         * [loader/pe_image.c]
6341         xmmap: map BSS anonymous
6342         dump_imports: renamed to fixup_imports, do the fixup of imported
6343                       symbols
6344         PE_LoadImage: pass raw data size to xmmap
6345
6346         * [loader/resource.c]
6347         DumpIcon: new function
6348
6349         * [misc/kernel32.c]
6350         New file.
6351
6352         * [misc/main.c]
6353         make stdout and stderr unbuffered
6354
6355         * [misc/shell.c]
6356         DoEnvironmentSubst: new function
6357
6358         * [objects/font.c]
6359         FONT_MatchFont: try oblique if there is no italic
6360
6361         * [rc/Imakefile][rc/parser.l]
6362         yywrap: new function
6363         Don't link with libfl.a on Linux
6364
6365         * [tools/build.c]
6366         Added keywords stdcall, subsystem, base
6367         GenerateForWin32: new function
6368         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
6369
6370 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6371         
6372         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
6373         Minor fixes.
6374         
6375         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
6376         Rewrote message box handling.
6377         
6378         * [windows/dialog.c]
6379         Dialogs should be invisible until after WM_INITDIALOG is seent.
6380         Don't switch to invisible dialog items on a TAB keypress.
6381         
6382         * [windows/mdi.c]
6383         Send WM_NCPAINT message in MDIRestoreChild().
6384         
6385         * [windows/painting.c]
6386         Fixed typo (&& -> &).
6387         
6388         * [windows/message.c] [if1632/user.spec]
6389         Implemented PostAppMessage().
6390         
6391         * [windows/event.c]
6392         SetCapture(0) should act like ReleaseCapture().
6393
6394 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
6395
6396         * [Imakefile]
6397         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
6398         Added ASFLAGS to exported variables.
6399
6400         * [debugger/readline/Imakefile]
6401         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
6402
6403         * [memory/local.c] [miscemu/int21.c]
6404         Added some more debugging outputs.
6405
6406 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
6407
6408         * [misc/message.c]
6409         Fixed a "FIXME" concerning norwegian translation.
6410
6411 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6412         
6413         * [*/*]
6414         Removed warnings in a couple of files and deleted some obsolete code.
6415
6416         * [controls/listbox.c]
6417         Cleanup, speed improvements & lots of bug fixes.
6418
6419         * [controls/combo.c]
6420         Mostly rewritten. This is still very buggy, but not quite as bad as 
6421         before.
6422
6423         * [include/commdlg.h] [misc/commdlg.c]
6424         Removed the need for sysres.dll. Small bug fixes.
6425         
6426         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
6427           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
6428         Removed sysres.dll and replaced the remaining bitmaps/icons with
6429         XPM equivalents.
6430
6431         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
6432           [if1632/winprocs.spec]
6433         "About Wine..." now brings up a standard ShellAbout() window with
6434         the Wine icon and the list of contributors.
6435         
6436         * [misc/shell.c]
6437         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
6438
6439         * [windows/event.c]
6440         Small hack for non-alphanumeric keys: Dont't send the ascii value in
6441         the WM_KEYDOWN message, but some unused code instead. Should be done
6442         properly by sending different codes for each key. The edit control
6443         used to get a VK_DELETE message each time the user typed '.'.
6444
6445         * [windows/class.c]
6446         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
6447         This used to be no problem, but breaks Resource Workshop in 950403.
6448         
6449         * [objects/dib.c]
6450         New diagnostic for a bug I've been encountering. If it shows up,
6451         please report it.
6452
6453 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
6454
6455         * [objects/color.c]
6456         Handle situation when 'dc' exists, but palette mapping
6457         does not.  (Fixes kidpix2 demo.)
6458
6459 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
6460
6461         * [loader/ldt.c]
6462         LDT_Print: Only show the number of entries that the kernel
6463         returned. Make this work for NetBSD.
6464
6465 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
6466
6467         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
6468         Modify cs and ds selector values for NetBSD-current.
6469
6470         * [debugger/debug.l]
6471         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6472
6473         * [debugger/regpos.h]
6474         Modify sigcontext format for NetBSD-current.
6475         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6476
6477         * [include/ldt.h]
6478         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
6479         value, since only 16 bits of it may have been saved.
6480
6481         * [misc/winsocket.c]
6482         Set structure packing with `#pragma pack' to accomodate
6483         other/older compilers.
6484
6485 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
6486         
6487         * [misc/commdlg.c]
6488         Fixed path-names so when changing directory the listboxes
6489         changes too.
6490         
6491         * [debugger/dbg.y debugger/debug.l wine.ini]
6492         Added SymbolTableFile to wine.ini so symbols can be read
6493         without standing in the directory containing wine.sym.
6494         Added the possibility to specify full name of wine.sym from
6495         the debugger prompt.
6496
6497 ----------------------------------------------------------------------
6498 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6499
6500         * [controls/static.c]
6501         Fixed painting of SS_*FRAME controls.
6502
6503         * [if1632/callback.c]
6504         Pass the window instance as DS to the 16-bit window procedure.
6505         Rewrote Catch() and Throw() to make them work with multiple tasks.
6506
6507         * [loader/main.c]
6508         New function MAIN_Init() to perform initializations before the
6509         first task is started instead of doing them in InitApp().
6510         Temporary hack to command-line parsing to load one program per
6511         command-line argument, to make testing task-switching easier.
6512
6513         * [loader/*.c]
6514         Reimplemented modules to use a Windows-compatible layout and to
6515         allow multiple tasks and multiple module instances. Not really
6516         finished yet.
6517
6518         * [loader/task.c] [misc/exec.c]
6519         Reimplemented tasks to use a common address space, and implemented
6520         preliminary task-switching capabilities.
6521
6522         * [memory/global.c]
6523         Fixed bug in GlobalNext().
6524
6525         * [misc/main.c]
6526         Updated the list of contributors. Let me know if I forgot someone.
6527
6528         * [miscemu/int21.c]
6529         Use one DTA per task instead of a global one.
6530
6531         * [objects/bitblt.c]
6532         Fixed bug in BitBlt() that could cause BadMatch errors.
6533
6534         * [tools/build.c]
6535         Added new function type 'stub', that makes possible to export an
6536         unimplemented function by name as well as by ordinal. This will
6537         avoid loading errors for unimplemented functions.
6538         Generate an in-memory module layout for built-in DLLs so that the
6539         same code can be used for built-in and loaded modules.
6540         Changed relay code to make it unnecessary to save the value of the
6541         BP register.
6542
6543         * [windows/message.c]
6544         Implemented multiple message queues and preliminary task-switching
6545         capabilities. Inter-task SendMessage() calls are not implemented
6546         yet and will probably cause crashes if used.
6547
6548         * [windows/property.c]
6549         Reimplemented properties and allocate them on the USER heap.
6550
6551         * [windows/win.c]
6552         Fixed bug in SetWindowWord().
6553         Reimplemented EnumWindows() and EnumTaskWindows().
6554
6555 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6556         
6557         * [misc/main.c]
6558         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
6559         
6560         * [loader/resource.c]
6561         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
6562         control.exe.
6563         Fixed icon loading.
6564         
6565         * [objects/font.c] [include/windows.h]
6566         Fixed a bug in InitFontsList() and worked on the EnumFonts()
6567         functions to make them comprehensible.
6568
6569         * [controls/button.c]
6570         Fixed my previous patch to handle LBUTTONUP messages.
6571
6572 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
6573
6574         * [misc/network.c, misc/dos_fs.c]
6575         Implemented WNetGetConnection.  All that is currently
6576         supported are drives, for which the remote name is simply
6577         the redirected UNIX directory name.
6578
6579         * [miscemu/int2?.c]
6580         More drive number validity checking.
6581
6582 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6583         
6584         * [controls/listbox.c]
6585         Oops, my previous change to ListBoxDirectory broke the Borland
6586         file open dialog. Fixed.
6587
6588 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6589
6590         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
6591         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
6592         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
6593
6594 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6595         
6596         * [memory/global.c] [memory/local.c] [include/windows.h]
6597         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
6598         LocalReAlloc(): Same for LMEM_MODIFY.
6599         
6600         * [controls/listbox.c]
6601         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
6602         Check for errors in some more places.
6603
6604         * [if1632/gdi.spec] [if1632/user.spec]
6605         16 bit callback functions should be passed as segptrs.
6606         
6607         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
6608         [loader/library.c]
6609         Prevent a DLL from being initialized twice (Borlands Resource
6610         Workshop used to do this).
6611         Provide an additional flag for each w_file that indicates whether
6612         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
6613         
6614         * [controls/button.c]
6615         Handle LBUTTONUP messages even if the button no longer has the
6616         capture (for WinHelp).
6617         
6618         * [include/wintypes.h]
6619         FARPROC is now a segptr for the emulator and a function
6620         pointer for the library.
6621         
6622         * [misc/commdlg.c] [misc/commdlg.h]
6623         Cleaned the file dialogs up a little. They now work reasonably well,
6624         although there are still some problems (e.g. files are initially
6625         invisible).
6626
6627         * [windows/class.c] [if1632/user.spec] [include/windows.h]
6628         GetClassInfo() must take a segptr, as it checks whether the
6629         highword is zero.
6630         GetClassName() called the wrong atom function. No surprise it didn't
6631         find anything.
6632
6633         * [misc/lstr.c]
6634         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
6635         Removed some warnings.
6636
6637         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
6638         New spec file for the 3.1 DDEML DDL. 
6639
6640         * [controls/menu.c]
6641         Small fix to ChangeMenu - mask out the obsolete flags
6642         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
6643         problems with the MF_BYPOSITION flag.
6644
6645         * [windows/message.c]
6646         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
6647         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
6648         stack for speed reasons.
6649         
6650         * [windows/hook.c] [include/windows.h]
6651         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
6652         they have slightly different semantics.
6653         MS Hearts now works somewhat, if you disable the new builtin DDEML.
6654         The graphics are completely messed up, though.
6655
6656 ----------------------------------------------------------------------
6657 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6658
6659         * [Configure] [if1632/Imakefile]
6660         Removed new build and short names options.
6661
6662         * [if1632/*.c] [tools/build.c]
6663         Implemented compiled call-back functions for better performance;
6664         all the relay code is now done in assembly code generated by the
6665         build program.
6666         Relay code is no longer dependent on being loaded below 64K.
6667
6668         * [loader/resource.c]
6669         Fixed memory leak in LoadString(). A fix will also be needed for
6670         other resources.
6671
6672         * [memory/global.c]
6673         Implemented global heap arenas, so we can store informations about
6674         global blocks, like lock counts or owner handle.
6675         Implemented FarGetOwner() and FarSetOwner().
6676         Implemented global heap TOOLHELP functions.
6677
6678         * [memory/selector.c]
6679         Bug fix: it was not possible to re-use a free selector.
6680
6681 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
6682
6683         *  [controls/listbox.c]
6684         Major work on listbox code
6685          - Many bugs fixed (still many bugs)
6686          - More messages supported
6687          - Code simplified
6688
6689 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
6690
6691         * [controls/edit.c]
6692         Lots of bug fixes related to diappearing text, lost carets,
6693         highlighting, segmentation faults, occurance of random
6694         characters, insertion of characters over selection, misplaced
6695         caret location, display corruption, end of line behavior, etc.
6696
6697         * [controls/widgets.c]
6698         EDIT class doesn't want to use CS_PARENTDC flag.
6699
6700 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6701         
6702         * [loader/selector.c]
6703           FixupFunctionPrologs() should also handle multiple data modules.
6704           (this bug only became visible because MakeProcInstance() was fixed
6705           in 950319)
6706         
6707         * [misc/dosfs.c]
6708           Simplified DOS_SimplifyPath.
6709           Small fix to DOS_opendir to reuse an entry if an open directory
6710           is opened again, to prevent "too many open directories" messages.
6711
6712 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
6713
6714         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
6715         CoDisconnectObject: new stub function
6716
6717         * [include/msdos.h]
6718         fix DOSVERSION
6719
6720         * [loader/ne_image.c]
6721         NE_FixupSegment: Be more generous on additive fixups
6722
6723         * [if1632/user.spec][misc/network.c]
6724         Add more WNet* stubs
6725
6726 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6727
6728         * [controls/listbox.c]
6729           DlgDirList(): send segptr instead of linear pointer 
6730           in message to static control
6731         * [controls/menu.c]
6732           Tried to implement ownerdrawn menuitems. Doesn't work.
6733         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
6734           Provide a stub for GetRasterizerCaps()
6735         * [loader/selector.c]
6736           Pass end address instead of length to LocalInit() in 
6737           CreateSelectors()
6738         * [memory/local.c]
6739           LocalInit(): If there's already a local heap in the segment, do
6740           nothing and return TRUE
6741         * [objects/linedda.c]
6742           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
6743           now.
6744         * [windows/cursor.c]
6745           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
6746           more work still.
6747
6748 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6749
6750         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
6751           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
6752           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
6753           [windows/nonclient.c] [misc/message.c]
6754           Added a new builtin DLL that provides 16 bit entry points for all
6755           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
6756           again.
6757         * [misc/shell.c]
6758           RegOpenKey()/RegCreateKey() bugs fixed.
6759         * [loader/ne_image.c]
6760           Skipping the initialization of a DLL when CS == 0 was broken.
6761
6762 ----------------------------------------------------------------------
6763 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6764
6765         * [*/*]
6766         Implemented a new memory mapping scheme. There's no longer a
6767         one-to-one mapping between 16-bit and 32-bit pointers. Please see
6768         file DEVELOPERS-HINTS for technical details.
6769
6770         * [controls/scroll.c]
6771         Fixed bug when dragging mouse in horizontal scrollbars.
6772
6773         * [tools/build.c] [if1632/*.spec]
6774         Removed support for C callback functions and for re-ordering
6775         of the 32-bit arguments, as these were never used. This should
6776         allow a more efficient callback scheme to be implemented.
6777
6778         * [if1632/olecli.spec]
6779         Reduced the number of entries to make the 16-bit code fit in 64k.
6780         This limitation will soon be removed.
6781
6782         * [loader/ldt.c]
6783         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
6784
6785         * [memory/global.c]
6786         Rewrote Global*() routines to use the new selector allocation
6787         mechanism.
6788
6789         * [memory/local.c]
6790         Rewrote local heap handling to use a Windows-compatible layout
6791         (not really finished yet).
6792         Implemented TOOLHELP heap-walking routines.
6793
6794         * [memory/selector.c]
6795         Implemented LDT manipulation API functions.
6796
6797 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
6798
6799         * [windows/defdlg.c]
6800         Fixed problem where dialogs closed using the System menu 
6801         ('Close' item or double click on close box) would
6802         hang Wine.
6803
6804 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
6805
6806         * [controls/listbox.c]
6807         Removed most of the statements for sending a notification message
6808         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
6809         code; Borland's standard file open dialog will work now.
6810         
6811         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
6812         Added support for new command line option "-allowreadonly". If set
6813         an attempt to open a read only file in write mode will be converted 
6814         to opening it read only (many programs try to open all files in 
6815         read/write mode even if they only intend to read it - this might 
6816         cause a few under problems under an unix-like environment where most 
6817         files are read only for a "normal" user)
6818
6819         * [loader/selector.c]
6820         GetMemoryReference(): Added support for __AHIncr and __AHShift
6821
6822         * [misc/dos_fs.c]
6823         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
6824         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
6825         match(): rewritten
6826         
6827         * [objects/text.c]
6828         TEXT_NextLine(): Removed a bug in the handling of LF's
6829
6830         * [miscemu/int21.c]
6831         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
6832
6833 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6834
6835         * [controls/menu.c]
6836         ChangeMenu: defaults to MF_INSERT
6837         InsertMenu: allow insertion even if position is one after last item
6838
6839         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
6840           [if1632/storage.spec] [include/dlls.h]
6841         Added stubs for STORAGE.DLL and COMPOBJ.DLL
6842
6843         * [if1632/user.spec] [windows/message.c]
6844         InSendMessage: new function
6845
6846         * [include/neexe.h][include/ne_image.c]
6847         NE_FixupSegment: fixed handling of additive records
6848
6849         * [loader/selector.c]
6850         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
6851
6852         * [loader/signal.c]
6853         win_fault: Enter debugger on SIGFPE, too
6854
6855 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
6856
6857         * [miscemu/int*.c]
6858         Various minor modifications to the clock tick counter,
6859         FindFirst/FindNext funcs, and DPB handling.
6860
6861 ----------------------------------------------------------------------
6862 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6863
6864         * [loader/resource.c] [objects/oembitmap.c]
6865         Removed sysres bitmap code; you need libXpm to compile now.
6866         Implemented LoadIcon() for OEM icons.
6867
6868         * [include/bitmaps/oic_*]
6869         Added OEM icons in XPM format.
6870
6871         * [objects/dib.c]
6872         Bug fix in DrawIcon().
6873
6874         * [rc/sysresbm.rc]
6875         Removed; all bitmaps are stored in XPM format now.
6876
6877 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
6878
6879         * [controls/edit.c]
6880         Small patch to fix edit-control when it's created with text.
6881
6882 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
6883
6884         * [tools/make_debug]
6885         The created macros won't have side effects anymore when used in
6886         an "if-else" structure. No more warnings from the compiler when
6887         compiled without defining DEBUG_RUNTIME.
6888  
6889 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
6890
6891         * [controls/listbox.c]
6892         ListBoxDeleteString(): Fixed
6893
6894         * [loader/selector.c]
6895         GetMemoryReference(): When special segments are referenced by
6896         pseudo-functions like __0040H, a reference to a "normal" segment
6897         will be returned preventing the program from crashing as soon
6898         as the referenced segment is actually accessed.
6899
6900 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
6901
6902         * [Configure]
6903         Ask for OLE stubs and malloc debugging
6904
6905         * [Imakefile]
6906         link with libmcheck.a if necessary
6907
6908         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
6909         Add OLE stubs, increase number of builtins
6910         dll_name_table_entry_s: new field dll_is_used
6911
6912         * [loader/library.c]
6913         GetModuleHandle,ModuleNext: Check dll_is_used
6914
6915         * [loader/ne_image.c]
6916         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
6917         to mean, anyway?)
6918
6919         * [misc/olecli.c][misc/olesvr.c]
6920         New files. Add to misc/Imakefile
6921
6922         * [misc/dos_fs.c]
6923         DOS_GetUnixFileName: make a copy of the input parameter to 
6924         prevent overwriting
6925
6926         * [misc/main.c]
6927         MAIN_ParseDLLOptions: new function
6928         MAIN_ParseOptions: treat -dll command line flag
6929         main: add support for malloc debugging
6930
6931 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
6932
6933         * [loader/signal.c]
6934         Small patch for people using FreeBSD-2.1.0.
6935
6936 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
6937
6938         * [toolkit/sup.c]
6939         Added return values to the Call* routines
6940
6941         * [toolkit/winmain.c]
6942         Load the resource file properly for WineLib applications.
6943
6944 ----------------------------------------------------------------------
6945 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6946
6947         * [if1632/call.S]
6948         Only save the lower 16-bits of SP and BP.
6949
6950         * [if1632/callback.c]
6951         When calling to 16-bit code, restore DS from its previous value on
6952         entry to the 32-bit code, instead of from the code segment owner.
6953
6954         * [if1632/relay.c] [include/stackframe.h]
6955         Use a structure to represent the 16-bit stack frame layout
6956         instead of hard-coded offsets.
6957         
6958         * [rc/Imakefile]
6959         Use y.tab.c for bison output file for compatibility with yacc.
6960
6961         * [tools/build.c]
6962         Small optimization for calls to 32-bit code.
6963
6964 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
6965
6966         * [tools/build.c]
6967         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
6968
6969 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
6970
6971         * [debugger/dbg.y]
6972         Remove unnecessary sym-table loading when stopped in 16-bit mode.
6973
6974         * [include/segmem.h] [loader/selector.c]
6975         Added dynamic alloction of selectors.
6976         Fixed some problems with large programs SIGSEGV-ing while
6977         running out of selectors.
6978
6979         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
6980           [memory/global.c] [memory/heap.c] [memory/linear.c]
6981         Use __AHSHIFT and __AHINCR instead of 3 and 8.
6982
6983 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
6984
6985         * [misc/dos_fs.c]
6986         Better relative path handling when converting filenames between
6987         dos and unix, allowing '.' to be used in the Windows path.
6988         Startup working dir is now based on current working dir.
6989
6990 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
6991
6992         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
6993         Squeezed data structure that references internal dll's (mostly
6994         "struct dll_table_entry_s"). Caused 20% reduction in executable
6995         code size.
6996
6997 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
6998
6999         * [Imakefile]
7000         make wine.sym only when making emulator
7001
7002         * [misc/file.c]
7003         OpenFile(): report as not implemented for WINELIB
7004
7005         * [misc/winsock.c]
7006         Fix CONVERT_HOSTENT and friends for use with WINELIB
7007
7008         * [rc/Imakefile][rc/rc.y][rc/parser.c]
7009         Rename rc.y to parser.y
7010         Use flex and bison on Sun
7011
7012         * [toolkit/sup.c]
7013         CallWindowProc: fix parameter type
7014
7015         * [windows/event.c]
7016         Commented #ifdef sparc
7017
7018 ----------------------------------------------------------------------
7019 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7020
7021         * [windows/nonclient.c] [windows/winpos.c]
7022         Implemented maximized windows.
7023         Implemented icon positioning and ArrangeIconicWindows().
7024         Bug fixes in SetWindowPos().
7025
7026         * [windows/painting.c]
7027         Implemented GetControlBrush().
7028         Window frame is no longer contained in the update region.
7029
7030         * [windows/win.c]
7031         Destroy owned windows upon DestroyWindow().
7032
7033 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
7034
7035         * [controls/edit.c]
7036         Changed line terminator to \r\n to be compatible with
7037         Windows.  Fixed bug in text selection.
7038
7039 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7040
7041        * [misc/shell.c]
7042        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
7043        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
7044        These functions now work somewhat more the way Windows programs expect
7045        them to work.
7046
7047 ----------------------------------------------------------------------
7048 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7049
7050         * [loader/resource.c] [objects/dib.c]
7051         Fixed icon loading and drawing, now that BitBlt() works correctly.
7052         
7053         * [objects/clipping.c] [objects/region.c]
7054         Implemented elliptic regions with a set of rectangle. This greatly
7055         simplifies the region code and should boost clipping performance.
7056
7057         * [objects/color.c]
7058         Fixed bug that caused seg-fault on 24bpp displays.
7059
7060         * [objects/bitblt.c]
7061         Fixed bug when shrinking a bitmap to more than half its size.
7062
7063         * [windows/graphics.c]
7064         Fixed bugs in PaintRgn() and Polyline().
7065
7066         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
7067         Fixed some problems with window background painting.
7068
7069 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
7070
7071        * [tools/build.c]
7072        * [tools/newbuild.c]
7073        * [Imakefile]
7074        * [include/wine.h]
7075        * [loader/call.S]
7076        * [loader/selector.c]
7077        * [include/segmem.h]
7078        * [misc/main.c]
7079        Changed selector code and 16/32 bit xfer code so that wine
7080        no longer has to be loaded low in memory.  Changed wine
7081        to work with ELF binary formats under Linux.
7082        
7083 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
7084
7085         * [debugger/db_disasm.c]
7086         New instruction disassembler - borrowed from Mach kernel.  Has a
7087         BSD style of license as opposed to the gdb code we were previously
7088         using which was under the GPL.
7089
7090 ----------------------------------------------------------------------
7091 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7092
7093         * [Imakefile]
7094         Compiling with -Wall flag.
7095
7096         * [*/*]
7097         Fixes to minimize the number of compilation warnings.
7098
7099         * [objects/bitblt.c]
7100         Fixed BitBlt() and used the same code to rewrite PatBlt() and
7101         StretchBlt(). The three *Blt() functions should now be correct in
7102         every case (famous last words).
7103
7104         * [objects/brush.c] [objects/dither.c]
7105         Merged the two files into brush.c
7106
7107         * [objects/dc.c]
7108         Fixed bug when the Windows programs forget to re-select the
7109         original bitmap in a memory DC.
7110
7111         * [objects/font.c]
7112         Tty to use 'fixed' font when the system font can't be found.
7113
7114         * [windows/dialog.c]
7115         Tentative fix to make dialogs look better when using fixed-width
7116         fonts.
7117
7118         * [windows/graphics.c]
7119         Partially implemented the PS_INSIDEFRAME pen style.
7120
7121         * [windows/nonclient.c]
7122         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
7123         without the WS_DLGFRAME style.
7124
7125 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7126
7127         * [memory/global.c]
7128         GlobalCompact should now return the correct value when the
7129         largest run of free blocks includes the last block.
7130
7131         * [windows/mdi.c]
7132         Tiling and cascading windows without any MDI children should
7133         no longer crash (assuming no-op is the correct thing to do).
7134
7135 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
7136
7137         * [objects/font.c]
7138         GetTextExtentPoint: fixed debug output, str is counted string, not
7139         zero terminated.
7140
7141         * [if1632/relay.c]
7142         DLLRelay: when debugging_stack got segv, added upper bound for
7143         stack dump.
7144
7145 ----------------------------------------------------------------------
7146 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7147
7148         * [*/Imakefile]
7149         All objects files are now kept in their respective directory.
7150
7151         * [README]
7152         Rewrote most of it.
7153
7154         * [objects/bitblt.c]
7155         Rewrote BitBlt() to look right in every case, while minimizing
7156         the impact on performance. Not really finished yet.
7157
7158         * [objects/bitmap.c] [objects/dc.c]
7159         Fixed bug with pattern brushes.
7160
7161         * [objects/clipping.c] [windows/painting.c]
7162         Fixes for logical coordinates.
7163
7164         * [objects/color.c] [windows/graphics.c]
7165         Fixed GetPixel() to return the correct color, and made it faster.
7166
7167         * [objects/region.c]
7168         Fixed bug in CombineRgn() when one of the region is empty.
7169
7170 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
7171
7172         * [Configure]
7173         Don't assume that expr handles '==', use '=' instead.
7174         Give a (hopefully informative) message if imake fails.
7175
7176 ----------------------------------------------------------------------
7177 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7178
7179         * [controls/listbox.c]
7180         Fixed problems due to new scroll-bar code.
7181
7182         * [loader/signal.c] [miscemu/ioports.c]
7183         Handle I/O opcodes that use an absolute address.
7184
7185         * [objects/text.c]
7186         Implemented TabbedTextOut().
7187
7188 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
7189
7190         * [objects/metafile.c]
7191         Implemented GetMetafile().
7192         Fixed bug in PlayMetaFile() when reading disc based metafile records.
7193         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
7194         PlayMetaFileRecord().
7195         
7196 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7197
7198         * [Imakefile]
7199         wine.sym: Remove gcc2_compiled and friends
7200
7201         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
7202           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
7203         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
7204
7205         * [if1632/call.S]
7206         CallToLibMain: New function
7207
7208         * [if1632/relay.c][include/options.h][misc/main.c]
7209           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
7210         removed Options.relay_debug
7211
7212         * [include/heap.h]
7213         HEAP_OWNER: Use ds instead of cs:ip
7214
7215         * [loader/ne_image.c]
7216         LoadNEImage: Remember current exe, handle nodata dlls
7217         InitNEDLL: handle nodata dlls, call CallToLibMain
7218
7219         * [loader/selector.c]
7220         CreateSelectors: Initialize auto_data_sel with 0
7221
7222         * [memory/heap.c]
7223         HEAP_CheckHeap: Check prev
7224         HEAP_CheckLocalHeaps: new function
7225
7226         * [misc/profile]
7227         Remember and dump only changed profiles
7228
7229         * [tools/makedebug]
7230         Introduce debugging_xxx flags
7231
7232 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
7233
7234         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
7235         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
7236         pe_image.h selectors.h wintypes.h]
7237         Added.
7238
7239         * [*/*]
7240         - Commented all 'static char copyright statements', see misc/main.c
7241         - moved prototypes to headers files, fixed wrong prototypes.
7242         - *please* add a header file for each .c if you need to export
7243           things.
7244
7245         * [misc/main.c]
7246         Added one static string which list the names of the contributors.
7247
7248 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
7249
7250         * [Configure]
7251         Made the support for multiple languages more automatic.  Added
7252         a [fonts] section to the wine.conf file.  Made the defaults
7253         better.  Generally cleaned it up.
7254
7255         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
7256         Norwegian resources and small fixes to the german resources.
7257
7258 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7259
7260         * [debugger/break.c]
7261         bark(), toggle_next(), should_continue(): New functions
7262         insert_break(): Fixed, adds write access to page before writing
7263         wine_bp.next_addr: new structure field
7264
7265         * [debugger/dbg.y]
7266         Changed symbol's value to be it's value instead of the value
7267         pointed to by the symbol.
7268         Changed SIGTRAP handling to allow continuation after break point
7269
7270         * [misc/shell.c]
7271         ShellAbout(): Load resource from memory
7272
7273 ----------------------------------------------------------------------
7274 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7275
7276         * [controls/scroll.c] [include/scroll.h]
7277         Rewritten most of scroll-bar code for better Windows look & feel.
7278         Implemented EnableScrollBar().
7279         Preliminary keyboard support.
7280
7281         * [objects/bitblt.c]
7282         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
7283         bits from outside the visible region.
7284
7285         * [objects/oembitmap.c] [include/bitmaps/obm_*]
7286         Use XPM symbolic colors to load bitmaps. This allows the colors
7287         of the bitmaps to depend on the system colors.
7288
7289         * [tools/make_debug]
7290         Made the make_debug script more robust.
7291
7292         * [windows/dialog.c]
7293         Fixed CheckRadioButton().
7294
7295         * [windows/nonclient.c]
7296         A few changes to scroll-bar drawing and tracking.
7297
7298         * [windows/winpos.c]
7299         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
7300         avoid confusion, and optimized it somewhat.
7301
7302 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
7303
7304         * [misc/audio.c]
7305         * [misc/mcianim.c]
7306         more coding but nothing spectacular.
7307
7308         * [misc/mmaux.c]
7309         some coding to access '/dev/mixer'.
7310
7311         * [misc/midi.c]
7312         some coding to read .MID files, but it's not playing yet.
7313
7314 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
7315
7316         * [objects/dib.c]
7317         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
7318         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
7319         includes some bitmaps output by Paint Shop Pro.  Implementation is
7320         possibly now too lax.  Please see the notes on the function about
7321         why.
7322
7323         * [controls/desktop.c]
7324         The desktop pattern should be painted if the wallpaper doesn't
7325         cover the whole screen width OR the whole screen height.
7326
7327 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
7328
7329         * [objects/dib.c]
7330         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
7331         now work.
7332
7333         * [loader/ne_resource.c] [include/resource.h]
7334         Some cleanup.
7335
7336 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7337
7338         * [Configure]
7339           [rc/sysres.rc]
7340         Primitive compile-time support for multiple languages
7341
7342         * [rc/sysres_De.rc]
7343         New file
7344
7345         * [loader/resource.c]
7346         LoadBitmap: Recognize end of sysresbm properly
7347
7348         * [rc/Imakefile]
7349         Rules to compile resources simplified, dependencies changed
7350
7351         * [rc/sysresbm.rc]
7352         Don't use sysresbm if using XPM
7353
7354         * [windows/dialog.c]
7355         CreateDialogIndirectParam: Reverse Z-order of controls
7356
7357         * [windows/message.c]
7358         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
7359
7360         * [windows/winpos.c]
7361         NextWindowFromPoint: New function
7362
7363         * [controls/button.c]
7364         WM_NCHITTEST: Group Box is HTTRANSPARENT
7365         BUTTON_CheckAutoRadioButton: New function
7366         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
7367
7368 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
7369
7370         * [objects/text.c]
7371         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
7372         is too long to break.
7373
7374         * [objects/font.c]
7375         Don't assume helvetica if there is no font family; let the other
7376         font attributes decide what font to use.
7377
7378         * [controls/widgets.c]
7379         Listboxes and combo boxes need to be notified of double-clicks.
7380
7381         * [controls/listbox.c]
7382           [include/listbox.h]
7383
7384         scrolling to bottom of list box should display last item at the
7385         bottom, not at the top.
7386         
7387         list boxes need to allocate a separate heap for their item data,
7388         rather than using the user heap.  Otherwise, it's very easy to run
7389         out of memory for list box items.
7390
7391         removed redundant code in ListBoxAddString().  Implemented simple
7392         version of LBS_SORT.
7393
7394         Don't put [.] in the list box when using DDL_DIRECTORY.
7395
7396         * [controls/combo.c]
7397         Combos should pass CBS_SORT onto their list box.
7398
7399         * [windows/win.c]
7400         If window creation is aborted, remove the window from the
7401         linked lists.
7402
7403         * [controls/static.c]
7404         static controls with SS_ICON were always returning 0 from
7405         WM_NCCREATE.
7406
7407         Make sure static controls have text to draw before drawing it.
7408
7409 ----------------------------------------------------------------------
7410 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7411
7412         * [objects/oembitmap.c]  (New file)
7413         Added possibility to use .xpm files for OEM bitmaps.
7414
7415         * [include/bitmaps/obm*]  (New files)
7416         Redrawn all OEM bitmaps in xpm format.
7417
7418         * [objects/font.c]
7419         Add space for internal leading when using a negative font height.
7420         Stubs for AddFontResource() and RemoveFontResource().
7421         Fix in FONT_Init() for uninitialised default font.
7422
7423         * [windows/dialog.c]
7424         Make font height negative as it is really a point size and not a
7425         pixel size; dialogs using 8-point fonts look better now.
7426
7427         * [windows/graphics.c]
7428         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
7429
7430         * [windows/nonclient.c]
7431         A few changes for new OEM bitmaps.
7432
7433 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7434
7435         * [windows/class.c]
7436         The names of local classes have to be stored using GlobalAtom*.
7437         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
7438
7439         * [if1632/call.S]
7440         CallTo16(cx): It's possible to set the contents of the cx-register.
7441
7442         * [loader/ne_image.c]
7443         InitNEDLL(): The size of the local heap is now passed in the cx-
7444         register when initializing a DLL.
7445
7446         * [memory/heap.c]
7447         LocalInit(): The case start==0 is now handled in the way it should.
7448
7449         * [windows/win.c]
7450         GetWindowLong(): If the adress of the windows function is requested
7451         it's no longer returned if it's within the Wine code (and therefore
7452         unreachable by a windows program). This makes Borland's OWL happy.
7453
7454         * [controls/edit.c]
7455         EDIT_GetStr(): Added handling for off<0.
7456
7457 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
7458
7459         * [loader/library.c]
7460         Fixed infinite loop bug when two DLLs refer to each other (fixes
7461         hangup of Quicken during loading).
7462
7463 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7464
7465         * [misc/dos_fs.c]
7466         Bug fix: The size of a disk an the available space
7467         is now returned in bytes instead of (incorrectly)
7468         KBytes.
7469
7470 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7471
7472         * [windows/graphics.c]
7473         Bug fix: Pie segments are now filled with correct brush.
7474
7475 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7476
7477         * [Imakefile]
7478         generate rc.o before loader.o
7479
7480         * [controls/menu.c]
7481         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
7482
7483         * [include/resource.h]
7484         Add struct ResourceTable
7485
7486         * [loader/bitmap.h]
7487         Load system bitmaps from sysresbmTable
7488
7489         * [misc/clipboard.c]
7490           [windows/event.c]
7491         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
7492         
7493         * [rc/Imakefile]
7494         generate rc.o from sysres.o and sysresbm.o. Added -lfl
7495
7496         * [rc/rc.y]
7497         change style handling to allow ( S1 | S2 ) | S3
7498
7499         * [rc/sysres.rc]
7500           [rc/sysresbm.rc]
7501         Put bitmaps and icons to sysresbm, everything else to sysres
7502
7503         * [rc/winerc.c]
7504           [rc/winerc.h]
7505         Added -o, -c flags. New function set_out_file. Output to files.
7506
7507         * [windows/dialog.c]
7508         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
7509
7510         * [windows/nonclient.c]
7511         Create AboutWine dialog from template pointer
7512
7513 ----------------------------------------------------------------------
7514 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7515
7516         * [controls/static.c]
7517         Bug fix for SS_ICON controls.
7518
7519         * [if1632/Imakefile]
7520         Fixed call.o dependencies.
7521
7522         * [objects/clipping.c] [objects/dc.c]
7523         Fixed visible region handling. hVisRgn is always non-null now.
7524
7525         * [windows/dce.c]
7526         Bug fix in GetDCEx for CS_OWNDC windows.
7527
7528         * [windows/nonclient.c] [windows/painting.c]
7529         Fixes to icon window drawing.
7530
7531         * [windows/winpos.c]
7532         A few fixes in SetWindowPos().
7533
7534 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7535
7536         * [objects/bitblt.c]
7537         BitBlt(): BitBlt is now able to handle any raster operation. If
7538         the request can't be passed to XWindows directly, it's quite
7539         slow, though.
7540
7541         * [*/*.c]
7542           [misc/main.c]
7543         Improvements of the system for handling debug messages. Options are
7544         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
7545         *debugoptions: +xxx there if you want to have turn messages xxx on).
7546
7547         * [controls/menu.c]
7548         DestroyMenu(): The whole window won't be destroyed as a sideeffect
7549         any longer.
7550
7551         * [misc/file.c]
7552         OpenFile(): Fixed bug in searching in system/window-directory.
7553
7554 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
7555
7556         * [include/windows.h]
7557         Bug fix for window related structures.
7558         DCB and COMSTAT are affected. They must be packed.
7559
7560         * [misc/comm.c]
7561         Bug fix for COM ports:
7562         Dial and dialog window in terminal.exe now works.
7563         Non sequential COM assignments in wine.conf should not break now.
7564         Baudrate can be specified in wine.conf to overcome baudrate limitation
7565         in mswindow. See sample wine.ini
7566
7567         * [include/comm.h]
7568         add baudrate field to DosDeviceStructre
7569
7570         * [object/font.c]
7571         Bug fix for font assignment.
7572         Use pairs of foundry and family fontnames in X11 to correspond with
7573         window's fonts.
7574         Put font assignment ini wine.ini.
7575
7576         * [wine.ini]
7577         Adding optional baudrate after port name in "serialports" section
7578         Add new section, "fonts".
7579         "default" is special key in "fonts" to match any unmatch window font.
7580
7581 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
7582
7583         * [if1632/relay.c]
7584         * [if1632/commdlg.spec]         New file.
7585         * [misc/commdlg.c]                      New file.
7586         * [include/commdlg.h]           New file.
7587         Begin of an emulated COMMDLG DLL, built-in for now.
7588         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
7589         thing you need to do is to put the real/dummy name in file relay.c)
7590
7591         * [controls/scroll.c]
7592         * [controls/combo.c]
7593         * [controls/listbox.c]
7594         Few bug fixes and/or cosmetic.
7595
7596         * [misc/audio.c]
7597         * [misc/mmaux.c]
7598         bug fixes and flags returned to emulate SB16.
7599
7600         * [misc/midi.c]                         New file.
7601         skeleton for 'Midi' MMSYSTEM & MCI driver.
7602
7603         * [misc/mcianim.c]                      New file.
7604         skeleton for 'Animation1' MCI driver.
7605
7606         * [windows/win.c]
7607         Add new stub for GetLastActiveWindow().
7608
7609 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
7610
7611         * [if1632/call.S] [tools/build.c]
7612            Support for ELF format. (Not complete)
7613
7614 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
7615
7616         * [if1632/user.spec]
7617         Add stubs for ArrangeIconicWindows(), etc.
7618
7619         * [if1632/kernel.spec]
7620         Add IsBad*Ptr() functions.
7621
7622         * [loader/signal.c]
7623         Add test_memory(), for use with IsBad*Ptr().
7624
7625         * [windows/winpos.c]
7626         Add stubs for TileChildWindows(), etc.
7627
7628         * [windows/win.c]
7629         IsWindow() shouldn't crash if it's given a bad handle.
7630         Add stub for GetLastActivePopup().
7631
7632         * [memory/global.c]
7633         Implement the IsBad*Ptr() functions.
7634
7635         * [controls/listbox.c]
7636         Return the full longword of the item data in LB_GETITEMDATA.
7637
7638         * [controls/edit.c]
7639         Don't let the user select an area past the end of the text.
7640
7641         * [objects/text.c]
7642         In DrawText(), the code to delete crlfs also removed multiple
7643         consecutive newlines.  Also, using DT_CALCRECT didn't return
7644         the right height, and the width wasn't returned at all.
7645         This caused MessageBoxes to be missing much of their text.
7646
7647         * [windows/scroll.c]
7648         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
7649
7650 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
7651
7652         * [miscemu/int21.c]
7653         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
7654
7655         * [misc/property.c]
7656         Fixed inverted logic in EnumProps(), and changed CallBack16()
7657         call to use new arg format.
7658
7659         * [windows/win.c]
7660         Fixed CallBack16() call in Enum[Child]Windows to use new arg
7661         format; this fixes crashes in enum procedures.
7662
7663 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
7664
7665         * [misc/clipboard.c]
7666           [windows/event.c]
7667           [windows/message.c]
7668         Added cut and paste between Wine and other X clients via
7669         the PRIMARY selection. Text only this time.
7670
7671         * [controls/edit.c]
7672         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
7673
7674         * [windows/defwnd.c]
7675         Send WM_SYSCOMMAND to overlapped ancestor window, 
7676         not the receiver of WM_SYSKEYDOWN
7677
7678 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7679
7680         * [controls/edit.c]
7681         ClientWidth()/ClientHeight() macros: return 0 if size would
7682         be negative
7683         EDIT_StrLength(): takes unsigned char* instead of char*
7684
7685         * [controls/listbox.c]
7686         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
7687         case instead of in each place required (it was omitted in
7688         some places causing problems!)
7689
7690         * [controls/menu.c]
7691         MENU_CalcItemSize(): don't try to find size of a text item
7692         if the pointer is NULL
7693
7694         * [include/heap.h]
7695         added definition of HEAP_LocalInit()
7696
7697         * [include/msdos.h]
7698         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
7699         instead)
7700
7701         * [loader/selector.c]
7702         IPCCopySelector(): added missing flags to shmget() call
7703         ? does this break linux - I added these flags in a previous
7704         patch but they were missing in the corresponding release ?
7705
7706         * [loader/signal.c]
7707         win_fault(): added missing definitions of i, dump for those
7708         not running NetBSD or linux
7709
7710         * [misc/dos_fs.c]
7711         DOS_GetCurrentDir(): made temp[] static so it can be safely
7712         returned
7713
7714         * [miscemu/int21.c,int25.c,int26.c]
7715         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
7716         segmem.h where necessary.
7717
7718         * [windows/dialog.c]
7719         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
7720         HEAP_LocalInit(), removed redundant variables
7721
7722 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
7723
7724         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
7725           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
7726           [objects/bitblt.c] [objects/metafile.c]
7727         Rewritten more printf's to use the new debugging system, and
7728         made wine less verbose per default. Use "-debugmsg +module"
7729         to get (almost) the same behavior as before.
7730
7731 ----------------------------------------------------------------------
7732 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7733
7734         * [controls/button.c]
7735         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
7736         BM_SETSTATE.
7737         Implemented default button painting.
7738         Optimised redrawing.
7739         Fixed owner-draw buttons.
7740
7741         * [controls/static.c]
7742         Implemented WM_SETFONT.
7743         A few optimisations in painting code.
7744         Bug fix for SS_SIMPLE controls.
7745
7746         * [if1632/callback.c]
7747         Preliminary GetCodeHandle().
7748
7749         * [if1632/gdi.spec]
7750         Changed 'pascal' to 'pascal16' everywhere it's needed.
7751
7752         * [include/windows.h]
7753         Fixed a few data structures.
7754
7755         * [memory/heap.c]
7756         Bug fix in HEAP_ReAlloc().
7757
7758         * [misc/cursor.c]
7759         Fixed SetCursor().
7760
7761         * [objects/bitblt.c]
7762         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
7763
7764         * [objects/font.c]
7765         Better font mapping code.
7766         Implemented GetTextFace().
7767
7768         * [objects/region.c]
7769         Bug fix in REGION_MakePixmap().
7770         Faster region copying.
7771
7772         * [objects/text.c]
7773         Implemented ExtTextOut().
7774         Implemented DT_NOCLIP style for DrawText().
7775
7776         * [windows/dc.c]
7777         Free the bitmap when deleting a memory DC.
7778
7779         * [windows/dce.c]
7780         Added support for windows that have no associated X window.
7781         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
7782
7783         * [windows/defdlg.c]
7784         Implemented default push button handling and DM_SETDEFID.
7785         Implemented WM_NEXTDLGCTL.
7786
7787         * [windows/dialog.c]
7788         Implemented default push button handling.
7789         Beginning of a keyboard interface in dialogs
7790         (does not really work yet).
7791         Fixed dialogs that use a special font.
7792
7793         * [windows/event.c] [windows/focus.c]
7794         Added support for non-X windows.
7795
7796         * [windows/graphics.c]
7797         Rewritten FloodFill() and implemented ExtFloodFill().
7798
7799         * [windows/message.c]
7800         Cleaner hardware messages and X events handling.
7801
7802         * [windows/defwnd.c] [windows/painting.c]
7803         Implemented WM_SETREDRAW.
7804
7805         * [windows/win.c]
7806         Only create an X window for top-level windows, or for the desktop.
7807         Child windows now use their parent's drawable.
7808
7809         * [windows/winpos.c]
7810         Beginning of support for non-X windows (still somewhat broken).
7811         Implemented *DeferWindowPos().
7812
7813         * [*/Imakefile]
7814         Cleaned up some Imakefiles.
7815         Moved dc.c from windows/ to objects/.
7816         Moved cursor.c from misc/ to windows/.
7817
7818 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
7819
7820         * [include/debug.h]
7821           [include/stddebug.h]
7822           [*/*.c]
7823         Rewritten all the calls to printf for displaying debug-information
7824         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
7825         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
7826         all these messages on, "-debugmsg -dll" will turn all messages 
7827         concerning DLLs off.
7828
7829         * [controls/combo.c]
7830         Added some handling for combo controls with ownerdraw-styles
7831         (just creating and passing the necessary messages to the 
7832         corresponding listbox control; the edit-control needs to be
7833         replaced with something else).
7834
7835         * [controls/edit.c]
7836           [windows/dialog.c]
7837         Added support for use of global heap memory in dialogs with 
7838         edit controls.
7839
7840         * [controls/listbox.c]
7841         Added support for item data.
7842         ListBoxInsertString(): Fixed bug for elements which are not inserted
7843         after the currently last element.
7844         
7845         * [misc/dos_fs.c]
7846           [miscemu/int21.c]
7847         DOS_ValidDirectory(): Checks whether a given string is in fact the
7848         valid name of a directory.
7849
7850 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
7851
7852         * [Imakefile]
7853         generate wine.sym after creating wine
7854
7855         * [debugger/dbg.y]
7856         load "wine.sym" when entering debugger
7857
7858         * [debugger/info.c]
7859         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
7860
7861 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
7862
7863         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
7864         Files created
7865
7866 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
7867
7868         * [misc/spy.c]
7869         Exclude and Include no longer requires a terminating ';' to
7870         register the last component.
7871
7872 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
7873
7874         * [Configure]
7875         Rewrote much of it.  Added capability to generate a wine.ini
7876         file.  Commented out the processor emulator options until that
7877         becomes interesting.  Gives a warning if it sees any *.rej
7878         files.  I hope I haven't assumed to much about the shell/OS so
7879         that it breaks under *BSD.
7880
7881         * [misc/dos_fs.c]
7882         Removed/changed calls to ToUnix() (which calls tolower()) so
7883         that the part of the pathname which correspond with the drive
7884         letter on DOS no longer will be mapped to lowercase.  This
7885         means that it should be possible to have uppercase letters in
7886         the [drives] section of wine.ini.
7887
7888         * [LICENSE]
7889         Cosmetic changes so that it displays better in the window you
7890         get from pressing "Credit_License" in the "About WINE" window.
7891
7892 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
7893
7894         * [controls/menu.c]
7895         LoadMenu() moved to loader/resource.c.
7896
7897         * [misc/main.c]
7898         Added stub for FileCDR().
7899
7900         * [include/peexe.h]
7901         Added, from Eric's pe-test.
7902
7903         * [include/resource.h]
7904         Added.
7905
7906         * [loader/resources.c]
7907         Removed duplicated code in *Resource() functions.
7908         Moved NE-program specific functions into ne_image.c.
7909         Moved NE-fileformat functions to ne_resource.c.
7910
7911         * [pe_image.c] [pe_resource.c]
7912         Added. Nothing implemented to run PE-executables, resource
7913         loading only.
7914
7915         * [misc/file.c]
7916         Changed OpenFile() to use macros.
7917
7918         * [misc/shell.c]
7919         Added NULL-ptr checks to ShellAbout().
7920
7921         * [miscemu/int21.c]
7922         Fixed a few typos.
7923
7924         * [miscemu/kernel.c]
7925         Added _DI = _DS, to put the caller's instance in DI. Doesn't
7926         work properly if caller changed DS :-(
7927
7928 ----------------------------------------------------------------------
7929 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
7930
7931         * [include/win.h]
7932         Removed seperate X window for icon, added icon width,height.
7933
7934         * [include/windows.h]
7935         Commented out the old SW_xxx emum and added defines since
7936         they aren't enumerated.
7937
7938         * [windows/dce.c]
7939         Removed some older IsIconic checks from GetDCEx(), functionality
7940         is now in nonclient and generic wine window handling code.
7941         Lots of thanks to Alexandre Julliard all the hints and
7942         help...
7943
7944         * [windows/defwnd.c]
7945         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
7946         WM_PAINTICON now calls NC_HandleNCPaint.  
7947
7948         * [windows/event.c]
7949         Removed IsIconic checks.
7950
7951         * [windows/icon.c]
7952         Removed everything in this file for now... could be used later.
7953         Icon functionality is now handled by the generic wine windows
7954         handling functions.
7955         
7956         * [windows/mdi.c]
7957         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
7958         show up when deiconified.  Removed IsIconic checks.
7959
7960         * [windows/message.c]
7961         Removed old icon routines from hardware_event().
7962
7963         * [windows/nonclient.c]
7964         Changed NC_HandleNCCalcSize() so it doesn't change the size
7965         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
7966         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
7967         on an Iconic window always send a SC_RESTORE message.
7968
7969         * [windows/painting.c]
7970         Changed RedrawWindow() so it doesn't redraw an iconic window
7971         unless it has to (no icon for this class).
7972         
7973         * [windows/win.c]
7974         Removed creation of seperate icon window from CreateWindowEx().
7975         
7976         * [windows/winpos.c]
7977         Added saving and restoring of window rectangle during
7978         iconification/deiconification to ShowWindow().  Added
7979         functions to recursively hide and show children... called
7980         by ShowWindow during iconification/deiconification.
7981
7982 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
7983
7984         * [windows/message.c]
7985         WaitMessage(): Fixed handling of wm_timer-messages
7986
7987         * [miscemu/int21.c]
7988         FindNextFCB(): Rewritten to support other functions than just
7989         returning the volume label
7990
7991         * [misc/file.c]
7992         OpenFile(): Fix in handling of OF_CREATE
7993
7994 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
7995
7996         * [if1632/user.spec]
7997         Added SetParent.
7998
7999         * [windows/win.c]
8000         Added SetParent.
8001
8002 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8003
8004         * [loader/selector.c]
8005         Many changes throughout file to correct handling of shared memory
8006         function return codes. FreeBSD and SunOS shm functions return
8007         -1 not 0 on error. If Linux is different, these changes
8008         will have to be backed out.
8009         CleanupSelectors(): this is a new (internal) call to free
8010         up all selectors (and shm handles/memory) for use on exit.
8011
8012         * [include/segmem.h]
8013         Change comment to reflect new use of shm_key
8014
8015         * [misc/main.c]
8016         called_at_exit(): add call to CleanupSelectors()
8017
8018 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8019
8020         * [controls/button.c]
8021         Use OBM_CHECKBOXES to draw check boxes with correct colors.
8022         Fixed bug with WM_SETTEXT handling.
8023         A few drawing optimisations.
8024
8025         * [controls/menu.c]
8026         Implemented correct \t and \a handling in menu items.
8027         Implemented help items (flush right) on menu bar.
8028         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
8029
8030         * [controls/static.c]
8031         Fixed SS_ICON controls and implemented STM_SETICON message
8032         handling.
8033
8034         * [controls/widget.c]
8035         Set cursor to IDC_ARROW for built-in classes.
8036
8037         * [include/options.h] [misc/main.c]
8038         Backing store is now off by default.
8039
8040         * [objects/region.c]
8041         Use X regions for rectangle and polygon regions: *major* speed
8042         improvement.
8043
8044         * [windows/dialog.c]
8045         Fixed the fix for integer ids in controls. SS_ICON controls in
8046         dialogs should work now.
8047         Implemented DS_ABSALIGN style.
8048
8049         * [windows/graphics.c]
8050         Implemented InvertRgn().
8051         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
8052         than with CreateCompatibleDC() + BitBlt().
8053
8054         * [windows/message.c]
8055         Determining the window for a mouse message is now done at
8056         GetMessage() time.
8057         Modified PeekMessage() handling to avoid needlessly flushing the
8058         output queue.
8059
8060         * [windows/timer.c]
8061         Check for restart of a timer (SetTimer call with the same hwnd and
8062         id than an existing timer).
8063
8064 ----------------------------------------------------------------------
8065 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
8066
8067         * [misc/file.c]
8068         OpenFile(): Completly rewritten.
8069
8070         * [miscemu/int21.c]
8071         CreateFile(): Fixed wrong mode in call to open.
8072         OpenExistingFile(): Implemented file sharing.
8073         FindNext(): Fixed.
8074         CreateNewFile(): Fixed wrong mode in call to open.
8075         fLock(): Added to handle record locking.
8076         GetFileAttribute(): Added.
8077         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
8078
8079         * [miscemu/int2f.c]
8080         AH = 0x10: SHARE installation check
8081  
8082         * [loader/resource.c]
8083         AccessResource(): Fixed. A new file descriptor will be returned by
8084         every call to AccessResource().
8085
8086         * [windows/utility.c]
8087         wvsprintf(): Fixed.
8088
8089         * [controls/menu.c]
8090         FindMenuItem(): Fixed (handling for nPos == -1 added).  
8091
8092         * [windows/win.c]
8093         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
8094
8095         * [Configure]
8096         Added two options for a processor emulator that might be
8097         plugged in later..
8098
8099         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
8100         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
8101         Added TaskFirst(), TaskNext(), TaskFindHandle().
8102
8103         * [memory/global.c]
8104         Added stub for MemManInfo().
8105
8106         * [objects/text.c]
8107         Added stub for GetTabbedTextExt().
8108
8109         * [miscemu/*]
8110         Changed all references to registers. Please don't access
8111         the context structure.
8112         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
8113
8114         * [misc/lstr.c]
8115         Fixed bug in AnsiUpper() & AnsiLower().
8116
8117         * [misc/winsocket.c]
8118         bugfix in getsockopt()/setsockopt(): winsock uses different values
8119         than unix.
8120
8121         * [objects/dib.c]
8122         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
8123
8124 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
8125
8126         * [controls/edit.c]
8127         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
8128
8129         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
8130         Modified dialog code to create new heap for edit controls
8131         unless DS_LOCALEDIT style is set.
8132
8133 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8134
8135         * [controls/button.c] [controls/edit.c] [controls/static.c]
8136         Removed unneeded GlobalUnlock() calls.
8137
8138         * [controls/menu.c] [include/menu.h]
8139         Lots of changes, fixed a lot of old bugs and introduced a lot of
8140         new ones :-)
8141         - Changed message loop to use MSG_GetInternalMessage().
8142         - Fixed a bug that caused the main window to lose activation when
8143           displaying a menu.
8144         - Correctly send initialisation messages (WM_INITMENUPOPUP).
8145         - Implemented EndMenu() and LookupMenuHandle().
8146         - Changed internal structures to be as compatible as possible with
8147           MS-Windows.
8148         - Allocated everything on the USER heap instead of the global heap.
8149         - Prefixed all internal function names with MENU_ and declared
8150           them static.
8151         - Moved "About Wine..." handling to NC_HandleSysCommand().
8152         - Multi-line menus should now work correctly.
8153
8154         * [loader/resource.c] [objects/bitmap.c]
8155         Added the possibility to create OEM bitmaps directly as X bitmaps.
8156
8157         * [objects/dcvalues.c] [windows/dc.c]
8158         Fixed GetDCOrg() to return screen coordinates.
8159
8160         * [windows/message.c]
8161         Fixed double-click checks when the message is not removed from the
8162         queue.
8163         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
8164
8165         * [windows/nonclient.c]
8166         Bug fix in system menu hit-test calculation.
8167         A few changes for new menu functions.
8168
8169 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8170
8171         * [controls/edit.c]
8172         Bug fix in Edit_NCCreateMessage
8173         es->textlen was being used before being set
8174
8175         * [controls/menu.c]
8176         Bug fix in MENU_DrawMenuItem
8177         don't try to write text if NULL pointer passed
8178
8179 ----------------------------------------------------------------------
8180 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
8181
8182         * [windows/message.c]
8183         Implemented WaitMessage() (USER.112).
8184
8185         * [if1632/user.spec]
8186         Added WaitMessage.
8187
8188         * [windows/defwnd.c]
8189         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
8190
8191         * [miscemu/int{13,21,2a}.c]
8192         * [miscemu/Imakefile]
8193         * [signal/loader.c]
8194         Added a few basic disk information and diagnostic functions to
8195         prevent programs using this function from crashing. All drives
8196         are claimed to be remote ones, so direct I/O isn't allowed.
8197
8198         * [controls/edit.c]
8199         EDIT_WriteText(): Added code to correctly erase the remaining space
8200         of the edit-control if the size of the control has changed sinced it's
8201         creation.
8202
8203 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
8204
8205         * [if1632/mouse.spec]
8206         Added mouse.dll entry, no functions.
8207
8208         * [loader/resource.c]
8209         Bug fix in AccessResource(). 
8210
8211         * [misc/keyboard.c], added [include/keyboard.h]
8212         Changed functions to return more useful values.
8213
8214         * [windows/dialog.c]
8215         Hacked DIALOG_GetControl() to support resources which
8216         have 0xff00 - 0xffff as id. ** Needs to be done properly by
8217         someone who knows the NE fileformat **
8218
8219 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8220
8221         * [windows/event.c]
8222         Add new stub for EnableHGardwareInput() function.
8223
8224         * [windows/message.c]
8225         Add coding for HWND_BROADCAST in PostMessage().
8226
8227         * [misc/file.c]
8228         Add coding for OpenFile() also search in WindowPaths.
8229
8230         * [misc/mmsystem.c]
8231         * [misc/audio.c]
8232         * [misc/mmaux.c]
8233         * [misc/mcicda.c]
8234         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
8235         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
8236         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
8237 ----------------------------------------------------------------------
8238 Mon Jul 18 23:55:13 MET DST 1994
8239
8240         * [if1632/call.S]
8241         CallTo16(): added `mov %eax,%edx' just before lcall,
8242         to make sure that DX contain the DLL's hinstance when
8243         initialised.
8244
8245         CallTo32_16() added, equal to CallTo32() except for
8246         one thing: it saves DX and 
8247
8248         * [tools/build.c]
8249         Added some code to support 16 and 32 bit return values.
8250
8251         * [1632/{kernel,user}.spec]
8252         Changed most of the `pascal' style to pascal_16 when
8253         function returned a 16bit value.
8254
8255 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8256
8257         * [controls/menu.c]
8258         Reorganized sizing and drawing code to implement multi-line menus.
8259         Implemented MENUBREAK style.
8260         Use system colors to draw menus.
8261
8262         * [objects/color.c]
8263         Bug fix in COLOR_IsSolid().
8264
8265         * [objects/font.c]
8266         Bug fix in FONT_GetMetrics(): calculate average character width
8267         only on existing chars (dialogs look much better).
8268
8269         * [objects/text.c]
8270         Bug fix in DrawText(): use text color to underline mnemonic.
8271
8272         * [windows/nonclient.c]
8273         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
8274
8275         * [windows/syscolor.c]
8276         Added system objects for menu colors.
8277
8278 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8279
8280         * [controls/menu.c]
8281         Fixed bug in SelectPrevItem that caused seperators to not be
8282         skipped when using the up arrow key.
8283
8284 ----------------------------------------------------------------------
8285 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
8286
8287         * [Configure]
8288         Autodetects Linux version (if running Linux).
8289
8290         * [loader/signal.c]
8291         New signals for Linux.
8292
8293         * [loader/ldtlib.c]
8294         New structure field in sys call.
8295
8296 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
8297
8298         * [load/resource.c] 
8299           fixed Memory (Resource) Leak.
8300
8301         * [load/main.c] 
8302           fixed a printf.
8303
8304 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8305
8306         * [controls/desktop.c]
8307         Implemented desktop wallpaper (only 16 colors for now).
8308
8309         * [controls/menu.c] [windows/nonclient.c]
8310         Preliminary work to allow multi-line menus.
8311
8312         * [misc/main.c]
8313         No backing store on desktop window (not useful).
8314
8315         * [objects/text.c]
8316         A few fixes to DrawText() to make underlines under mnemonic
8317         letters to look better.
8318
8319         * [windows/graphics.c]
8320         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
8321         Implemented PolyPolygon() (partially working).
8322
8323         * [windows/winpos.c]
8324         New function WINPOS_SendNCCalcSize().
8325         Cleaned up SetWindowPos() and added preliminary support for
8326         multi-line menus.
8327
8328 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
8329
8330         * [controls/edit.c]
8331         Changes to work as a library.
8332
8333         * [if1632/callback.c] 
8334         Ifdefed module.
8335
8336         * [if1632/relay.c]
8337         Changes to allow linking with WineLib.
8338
8339         * [include/windows.h]
8340         Added macro WINELIB_UNIMP
8341
8342         * [loader/library.c]
8343         When compiling WineLib, GetProcAddress is not implemented yet.
8344
8345         * [loader/main.c]
8346         Added empty InitDLL when using WineLib.
8347
8348         * [loader/ne_image.c]
8349         Some parts of the loader are needed for WineLib, ifdefed correctly
8350
8351         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
8352         Disable compilation of module when compiling WineLib.
8353
8354         * [toolkit/heap.c]
8355         Fixed small bug.  When passed an invalid handle WineLib would
8356         crash, now return NULL.
8357
8358         * [toolkit/winmain.c]
8359         Call CreateNewTask in _WinMain.
8360
8361 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
8362
8363         * [controls/edit.c] [controls/widget.c]
8364         More changes to improve compatibility with Windows' edit
8365         control.  Finished off tab stop support.
8366
8367 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
8368
8369         * [if1632/relay.c]
8370         # of ordinals in shell.dll changed to 103.
8371
8372         * [loader/signal.c]
8373         sti, cli will now be ignored.
8374
8375         * [objects/brush.c]
8376         Added stub for GetSysColorBrush().
8377
8378 ----------------------------------------------------------------------
8379 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
8380
8381         * [controls/edit.c]
8382         Bug fixes and tidying up.  Preliminary tab stop support
8383         (doesn't work yet).
8384
8385         * [windows/dialog.c]
8386         Reversed order of buttons in CheckRadioButtons so that all
8387         buttons are now displayed.
8388
8389 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8390
8391         * [include/options.h] [misc/main.c] [windows/win.c]
8392         Removed nosaveunders option, replaced by handling
8393         the CS_SAVEBITS flag.
8394
8395         * [windows/class.c]
8396         Modified the fix for negative size in class extra bytes to
8397         avoid modifying the caller's data.
8398
8399         * [windows/dc.c]
8400         Bug fix: system font must be a proportional font.
8401         Fixed a bug that caused the default pen to not be selected
8402         correctly in a DC.
8403
8404         * [windows/graphics.c]
8405         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
8406         noticing it.
8407
8408         * [windows/painting.c]
8409         Removed incorrect selecting of default objects in BeginPaint()
8410         (no longer needed because of the fix in dc.c).
8411
8412 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8413
8414         * [misc/mmsystem.c]
8415         * [misc/audio.c]
8416         Add more code to interface '/dev/dsp'.
8417
8418         * New file [misc/mcicda.c]
8419         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
8420
8421         * New file [misc/mmaux.c]
8422         Stubs to make a future driver connected to '/dev/mixer'.
8423
8424         * [windows/win.c]
8425         Temporary patch to CreateWindowEx() for reseting negative
8426         coordinates to 0,0 ; because 'soundrec.exe' give negative values
8427         and I need it to work on MMSYSTEM ... :-)
8428
8429         * [miscemu/int2f.c]
8430         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
8431
8432 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
8433
8434         * include/comm.h
8435         New file -- some definitions that were in comm.c now need to
8436         be shared with misc/dos_fs.c
8437
8438         * misc/comm.c
8439         Some definitions moved into include/comm.h
8440
8441         * misc/dos_fs.c (DOS_GetEquipment):
8442         Fixed error in equipment -- bitwise or of two values should
8443         be used instead of logical or.  Also added code to correctly
8444         report the number of serial and parallel devices.
8445
8446 ----------------------------------------------------------------------
8447 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
8448
8449         * [objects/bitmap.c]
8450         Allow negative bitmap sizes.
8451
8452 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
8453
8454         * [controls/edit.c]
8455         Improved selection display.  Added processing for WM_SETFONT,
8456         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
8457         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
8458         application's local heap.
8459
8460         * [windows/graphics.c]
8461         Corrected bug in Rectangle().  XFillRectangle has the same
8462         width as Rectangle, but XDrawRectangle is one pixel wider
8463         for the same co-ordinates.
8464
8465         * [memory/heap.c] [include/heap.h]
8466         Added HEAP_LocalSize function.
8467
8468         * [windows/event.c] [windows/keyboard.c]
8469         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
8470         Added supporting code to GetKeyState and GetAsyncKeyState and
8471         merged mouse button states into GetKeyboardState.
8472
8473         * [loader/resource.c] [include/accel.h]
8474         Added recognition of SHIFT, CONTROL and ALT keys to
8475         TranslateAccelerator.
8476
8477         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
8478         A bit more metafile support.
8479
8480 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
8481
8482         * [loader/resource.c]
8483         SizeofResource() and AllocResource() added, AccessResource() updated.
8484
8485         * [if1632/kernel.spec]
8486         FreeLibrary() used for FreeModule().
8487
8488         * [windows/graphics.c]
8489         Rectangle(): swap left & right corners when right < left,
8490         swap top & bottom when botton < top.
8491
8492 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8493
8494         * [controls/combo.c]
8495         Fix bug in window style of the associated listbox.
8496
8497         * [controls/menu.c]
8498         Skip separators in keyboard navigation by using new internal 
8499                 functions SelectPrevItem() & SelectNextItem(),
8500
8501         * [misc/profile.c]
8502         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
8503                 IntBuf must be alloc to (5+1)=6. char instead of 5.
8504
8505         * [misc/main.c]
8506         Put code in functions SetEnvironment() & GetEnvironment().
8507
8508         * [misc/shell.c]
8509         Start putting some code in ExtractIcon() function.
8510
8511         * [misc/mmsystem.c]
8512         Some code for MMTimer functions & timers list.
8513
8514         * [miscemu/int31.c]
8515         Few stubs for DPMI interrupt calls. Nothing work yet.
8516
8517 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
8518
8519         * include/win.h (tagWND):
8520         Added icon fields icon, hIcon and rectClientSave to 
8521         the tagWND struct.
8522
8523         * windows/Imakefile
8524         Added icon.c to the list of files to compile
8525
8526         * windows/dce.c (GetDCEx):
8527         Added some checks for iconic mode and pass icon window as drawable,
8528         not the real window.
8529
8530         * windows/defwnd.c (DefWindowProc)
8531         Added PAINTICON default windows procedure.
8532
8533         * windows/event.c (EVENT_Expose)
8534         Added check for iconic window expose. If iconic window is exposed
8535         send a WM_PAINTICON message
8536
8537         * windows/icon.c 
8538         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
8539
8540         * windows/mdi.c (DefMDIChildProc)
8541         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
8542
8543         * windows/message.c (hardware_event)
8544         Looks for icon as well as window now.
8545
8546         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
8547         Added iconify/deiconify in NC_HandleSysCommand, new function
8548         NC_DoNCPaintIcon which paints an icon.
8549
8550         * windows/painting.c (BeginPaint)
8551         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
8552         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
8553         windows behavior.
8554
8555         * windows/win.h (CreateWindowEx)
8556         Set the default background color of a window to be white.
8557         Create icon window, turn off MINIMIZE if it is on, since
8558         I don't know what to do with it as of yet... register
8559         the icon with the hwnd of its window so we can identify where
8560         icon messages are coming from.
8561
8562 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
8563
8564         * windows/event.c: Added a hack to define XPointer when using
8565         X11R4. 
8566
8567         * toolkit/hello.c: Test application for WineLib. To compile you'll
8568         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
8569         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
8570
8571         * toolkit/heap.c: Extended the size of the block size per chunk.
8572
8573         * misc/stress.c (GetFreeFileHandles): Fixed typo.
8574
8575         * misc/main.c (main): Changes to allow compilation under SunOS. 
8576
8577         * loader/library.c: Changed some ifdefs to compile WineLib.
8578
8579 ----------------------------------------------------------------------
8580 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
8581
8582         * loader/selector.c (GetCurrentPDB): 
8583         Added trivial function GetCurrentPDB() which returns the program
8584         segment prefix selector.
8585
8586         * memory/heap.c (HEAP_Free): 
8587         If free list is empty, make the freed block the free list.
8588
8589 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
8590
8591         * controls/edit.c (EDIT_SetTextMsg): 
8592         Do not append a newline at the end of the last line.
8593
8594         * windows/event.c (SetCapture): 
8595         Set winHasCursor if mouse capture succeeds.
8596
8597 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8598
8599         * [controls/listbox.c]
8600         Fix bug in listbox : InsertString should call AddString if -1.
8601
8602         * [controls/menu.c]
8603         New function GetMenuState().
8604
8605         * [controls/scroll.c] [windows/nonclient.c]
8606         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
8607
8608         * [objects/text.c]
8609         Add Stub for TabbedTextOut(), which temporarely call Textout().
8610
8611         * [windows/keyboard.c] [windows/event.c]
8612         New function GetKeyBoardState() with an KeyStateTable array
8613                 & associated handling in function EVENT_key().
8614
8615 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
8616
8617         * [controls/menu.c]
8618         IsMenu() added.
8619
8620         * [loader/library.c]
8621         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
8622         added.
8623
8624         * [object/gdiobj.c]
8625         IsGDIObject() added.
8626
8627         * [miscemu/int2[56].c]
8628         bugfix: both didn't leave flags pushed on 16bit-stack.
8629         (winfile gets a bit further)
8630
8631         * [miscemu/int16.c]
8632         Added (empty).
8633
8634 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
8635         * windows/event.c:
8636         Added code to drop redundant motion Events in the XEvent queue.
8637
8638 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
8639
8640         * [misc/main.c misc/message.c include/texts.h]
8641         Removed the text-constants from message.c into variables
8642         which may be changed from X-resources.
8643
8644         * [misc/main.c misc/message.c]
8645         added <locale.h> and setlocale() to main.c, used toupper() in message.c
8646
8647 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
8648
8649         * controls/button.c ( [CR]B_LButton* ) 
8650         left rc.right at full window width so click on label also 
8651         activates the control (MSWin behavior)
8652
8653 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
8654
8655         * include/windows.h:
8656           functions pointers can not be packed.
8657           (annoying warnings with forthcomming gcc-2.6.x)
8658         
8659         * loader/main.c (InitDLL): 
8660           Fixed a printf statement. (for control.exe) 
8661
8662           (InitializeLoadedDLLs): 
8663           deleted shadow definition of  *wpnt.
8664           (Breaks many programs, because now COMMDLG will be
8665            initialized :-(
8666
8667         * windows/win.c (SetWindowText): 
8668           added missing breaks; (PENSATE starts) 
8669
8670         * windows/graphics.c (FloodFill): 
8671           Proper boundarys. (BANGBANG starts) FloodFile_rec should
8672           be rewritten.
8673
8674         * objects/font.c (FONT_GetMetrics): 
8675           TYPO: use font->perchar only if it is defined. (WRITE starts)
8676
8677 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
8678         controls/scroll.c:
8679         Fixes for improved behaviour when dragging thumb;
8680         Added SB_THUMBPOSITION message when thumb is released.
8681
8682 ----------------------------------------------------------------------
8683 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
8684
8685         * loader/selector.c (FixupFunctionPrologs): 
8686         New function to fixup loaded DLL function prologs.  It replaces the
8687         do nothing code with code that loads DS with the appropriate data
8688         segment for the DLL.
8689
8690         * misc/cursor.c (LoadCursor): 
8691         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
8692         the possibility of multiple cursors in a single directory.  Also,
8693         it should check to see if the cursor is the right size.
8694
8695         * objects/font.c (EnumFonts): 
8696         Checked for lpLogFontList[i] == NULL
8697
8698         * objects/gdiobj.c (SetObjectOwner): 
8699         Removed stub.  Replaced with simple return in gdi.spec.  This
8700         function is not defined for the retail version of Windows.
8701
8702         * memory/heap.c (WIN16_LocalHandleDelta): 
8703         New function.  This is really a dummy that imitates the proper
8704         return values.
8705
8706         * loader/library.c (GetProcAddress): 
8707         Fixed definition of IS_BUILTIN_DLL() macro.
8708
8709 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
8710
8711         * miscemu/int21.c (SeekFile): 
8712         Needed to return current position in DX:AX.
8713
8714         * windows/utility.c (windows_wsprintf): 
8715         Added support for '#' in format, and fixed bug with "ptr" being
8716         incremented too many times.
8717
8718         * miscemu/int21.c (OpenExistingFile): 
8719         Add code to handle opening files read-only and write-only.
8720
8721         * loader/wine.c:
8722         Segment fixups now done in LoadImage instead of _WinMain.  This
8723         is necessary to support LoadLibrary().
8724
8725 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
8726
8727         * [loader/*]
8728                 - fixed: GetModuleHandle() sometimes returned
8729                   a wrong handle.
8730                 - don't init dlls when cs == 0 (lzexpand, doesn't
8731                   seem to have a init function)
8732                 - LoadLibrary & LoadImage now return error instead
8733                   of stopping wine.
8734                 - moved most of NE-functions into one file.
8735                 - LoadLibrary() uses w_files list instead of its
8736                   own list.
8737                 - NE exectables are now fixed-up and initialised when
8738                   loaded instead of only once before calling InitTask.
8739
8740         * [miscemu/int15.c] [miscemu/int31.c]
8741         Added.  
8742
8743         * [loader/selector.c]
8744         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
8745
8746         * [misc/main.c]
8747         Stub added for IsRomModule().
8748
8749         * [miscemu/int21.c]
8750         Some cleanup, added heap for returning data.
8751
8752 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8753
8754         * [tools/build.c]
8755         Change MAX_ORDINALS     define to higher value, 1299 entries.
8756         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
8757
8758         * [windows/utility.c]
8759         Bug fix in windows_wsprintf(), (twice increments ...).
8760
8761         * [windows/winpos.c]
8762         Bug fix in SetWindowPos(), redraw was done if flag
8763                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
8764
8765         * [misc/message.c] [controls/combo.c]
8766         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
8767
8768         * [windows/win.c]
8769         In CreateWindowEx(), do SetMenu() calls after window creation,
8770                 just before sending to WM_NCCALCSIZE.
8771
8772         * [controls/menu.c]
8773         In function SetMenu(), now use SetWindowPos() with 
8774                 flags SWP_FRAMECHANGED to readjust menu area.
8775         Function MenuBarCalcSize() redone.
8776
8777 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
8778
8779         * [objects/text.c]
8780         Fixed problems associated with DT_WORDBREAK flag.  String length
8781         was not being properly decremented when lines were folded, and
8782         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
8783         both on in addition to DT_WORDBREAK.  Windows does wrapping in
8784         this case, and now so does wine.
8785
8786 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
8787
8788         * [edit.c]
8789         cp1 was uninitialized iff lineno == 0
8790
8791         *  FindFile tests for existance of file even if a full
8792            filename was supplied. What about unix file names?
8793
8794         * [controls/listbox ]
8795         wndPtr was uninitialized for LB_SETTOPINDEX
8796
8797         * [misc/property.c]     
8798         Do not free lpProp. Is it really allocated by malloc?
8799         {edited by Bob Amstadt: changed free() to GlobalFree()}
8800
8801 ----------------------------------------------------------------------
8802 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
8803
8804         * miscemu/int21.c (OpenExistingFile): 
8805         OpenExistingFile needed to return handle in AX register instead
8806         of the BX register.
8807
8808         * miscemu/int21.c (ioctlGetDeviceInfo): 
8809         Added a little code to give a fake result for normal files.
8810
8811 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
8812
8813         * [memory/global.c]
8814         return value from GlobalSize was completely wrong.
8815
8816         * [miscemu/int21.h]
8817         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
8818         dta correctly.
8819
8820         * [tools/build.c]
8821         fixed creation of pop.h to guarantee that flags are restored correctly.
8822
8823         * [misc/comm.c]
8824         changed all occurance of strncmp() to strncasecmp().
8825         BuildCommDCB() should not require that OpenComm() be called first.
8826
8827         * [loader/selector.c]
8828         Heap initialized to size of full segment less stack size and 
8829         automatic data size.
8830
8831 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
8832
8833         * [controls/listbox.c]
8834         Correct typos in ListBoxResetContent where lpls variable is
8835         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
8836         twice on the same handle if hData and hMem are the same.
8837
8838         * [debugger/opcodes/i386-dis.c]
8839         Add new name array names_rmw for table driven decoding of the
8840         16-bit mod/rm field.  Omit large case statement in OP_E and
8841         replace with array reference to match existing coding style.
8842         Add new static variable machine with value 286 or 386 to
8843         correctly decode mod/rm field in either 16 or 32 bit modes.
8844         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
8845         to decode mod/rm.  While the code was correct for 16 bit code,
8846         it was improperly decoding mod/rm fields on word prefixed
8847         32 bit instructions.
8848
8849         * [debugger/debug.l]
8850         Recognize new token ABORT.   Recognize single letters 'p'
8851         and 'q' as tokens.
8852
8853         * [debugger/dbg.y]
8854         Add new token ABORT.  Allow print command to be invoked by
8855         'p' and quit command by 'q', ala GDB.  Change lots of '};'
8856         to just '}'.  Add static dummy_regs to wine_debug so that
8857         wine_debug(0, NULL) doesn't core dump with qmagic.
8858
8859         * [debugger/info.c]
8860         Correct syntax of break command in helptext and omit former
8861         comment about probable bugginess of the disassembly since it
8862         is now correct.  Change fprintf of first backtrace stack
8863         frame to match that of the second and subsequent frames.
8864
8865         * [loader/selector.c]
8866         Change construction of command line in CreatePSP from creating
8867         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
8868         PSP command line looks like " arg1 arg2\r" with the length not
8869         including the trailing "\r" but that is not how Windows does it.
8870
8871         * [loader/library.c]
8872         Change uses of %s to print strings in GetModuleHandle to %x so
8873         that string IDs don't cause a core dump with qmagic.  Handle
8874         converting a string id to a literal module handle.  For
8875         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
8876         it is a real module handle.
8877
8878         * [misc/message.c]
8879         In MessageBox, translate a NULL title argument to the string "Error".
8880
8881         * [misc/profile.c]
8882         In GetSetProfile translate a NULL Default argument to "".  Any
8883         caller whose Default argument is NULL is buggy, but CHARMAP does it
8884         anyway.
8885
8886         * [objects/font.c]
8887         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
8888
8889 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
8890
8891         * New options/resourses nosaveunders and nobackingstore.  By 
8892         default backingstore and saveunders are now enabled, these use 
8893         more memory but avoids those slow (sometimes multiple) redraws 
8894         caused be exposure events.
8895
8896 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8897
8898         * [misc/driver.c] New file
8899         Skeleton for 'Installable Wine Drivers' functions. :-)
8900         * [misc/audio.c] New file
8901         Skeleton for basic 'Audio Driver' functions.
8902         * [misc/network.c] New file
8903         Stubs for few networking functions.
8904
8905         * [misc/mmsystem.c]
8906         More coding ... a dust in a galaxy ...
8907         * [misc/shell.c]
8908         Some coding for 'RegXXX' functions ... a dust in the wind ...
8909
8910         * [misc/profile.c]
8911         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
8912
8913         * [objects/gdi.c]
8914         New function CreateDiscardableBitmap(), it just calling 
8915         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
8916
8917         * [controls/listbox.c]
8918         * [controls/combo.c]
8919         New font member assigned to SYSTEM_FONT as default.
8920         Added processing for WM_SETFONT message;
8921
8922
8923 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
8924
8925         * [windows/event.c]
8926         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
8927
8928         * [windows/keyboard.c]
8929         Implemented beginning of GetAsyncKeyState.
8930
8931 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
8932
8933         * [objects/metafile.c] [include/metafile.h]
8934           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
8935           [windows/dc.c]
8936         Further metafile support.
8937
8938 ----------------------------------------------------------------------
8939 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
8940
8941         * [loader/selector.c]
8942         Allocate heap and stack segments as 64k.
8943
8944 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
8945
8946         * [loader/selector.c]
8947         Correct typos where memcpy is used instead of memset.
8948
8949         * [loader/resource.c]
8950         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
8951         by calculating the value when the bitmap is not compressed.
8952
8953         * [miscemu/int21.c]
8954         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
8955
8956         * [loader/resource.c]
8957         New function type_match to handle string resource types as
8958         well as IDs.  In addition, compare only low 4 bits of type_id
8959         when both numbers are IDs so that 0x0002 matches 0x8002.
8960         In FindResourceByNumber and FindResourceByName use type_match
8961         instead of comparing numbers.  In FindResource handle the
8962         "#number" syntax and empty strings in both the resource and
8963         type names.
8964
8965 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
8966
8967         * [windows/dialog.c]
8968         Fix inadvertent printing of string IDs as strings.
8969
8970 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8971
8972         * [controls/menu.c]
8973         New functions GetMenuItemCount(), GetMenuItemID().
8974                 GetMenuString() & HiliteMenuItem().
8975         Bug fix in CheckMenuItem().
8976         Function SetMenu() now make client area recalc if menu removed.
8977
8978         * [windows/winpos.c]
8979         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
8980                 windows with initial width or height equal zero.
8981
8982         * [objects/gdiobj.c]
8983         New function EnumObjects(), using new lpPenBrushList buildup
8984                 from calls to new function GDI_AppendToPenBrushList().
8985                 ('pbrush.exe' don't show its face yet ! ... :-( )
8986         New EMPTY STUB for function SetObjectOwner(),
8987                 ('mplayer.exe' call it via GetProcAddress() ...)
8988
8989         * [objects/font.c]
8990         New internal functions ParseFontParms() & InitFontsList().
8991         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
8992         FONT_MatchFont now make retries to find closest-smallest font.
8993                 ('charmap.exe' can now show the differents fonts available)
8994
8995         * [windows/nonclient.c]
8996         Use small dos OBM_OLD_CLOSE button for MDI windows.
8997
8998         * [windows/graphics.c] [objects/bitmap.c]
8999         Start to remove obsolete globals such XT_screen ...
9000
9001         * [loader/library.c]
9002         Make function GetProcAddress() working also with builtin DLLs.
9003
9004 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
9005
9006         * [if1632/system.spec] [if1632/toolhelp.spec]
9007         system.dll & toolhelp.dll added.
9008
9009         * [loader/library.c]
9010         Modified GetModuleFileName() to return the full
9011         filename.
9012         Added a check to LoadLibrary() to prevent loading
9013         built in dlls. (eg. user.exe)
9014         Added a check to FreeLibrary() to prevent built-in
9015         dlls from being freed.
9016         Modified GetProcAddress() to support builtin dlls.
9017
9018         * [loader/signal.c] [miscemu/int2f.c]
9019         Added => pifedit runs.
9020
9021         * [misc/dos_fs.c]
9022         Added a NULL-ptr check to DOS_closedir().
9023
9024 ----------------------------------------------------------------------
9025 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
9026
9027         * [windows/dce.c]
9028         Fixed bug with dce initialization that was causing dialog boxes to not
9029         be displayed.
9030
9031         * [if1632/callback.c]
9032         Better fix for bug found by Martin.
9033
9034 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
9035
9036         * [ memory/heap.c ]
9037         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
9038
9039 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9040
9041         * [objects/font.c]
9042         Make EnumFonts() calling a callback with dummy fonts ... :-)
9043
9044         * [objects/text.c]
9045         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
9046
9047         * [if1632/callback.c]
9048         Temporarely go around bug in CallWindowProc(), you will see printfs.
9049
9050         * [controls/edit.c]
9051         Make EDIT controls focused by a mouse click.
9052
9053         * [misc/property.c]
9054         Bug Fix in function EnumProps(), better use of CallBack16().
9055
9056         * [misc/mmsystem.c]
9057         Basic Skelton's for MCI messages dispatching function.
9058
9059 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
9060
9061         * [windows/utility.c]
9062         Added windows_wsprintf() for the emulator, wsprintf() is
9063         for libwine.
9064
9065 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
9066
9067         * [misc/cursor.c]
9068         Fix pointer problems in LoadCursor leading to heap corruption.
9069
9070         *  [ controls/menu.c ]
9071         Fix two NULL dereferencing bugs.
9072
9073 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
9074
9075         * [objects/font.c]
9076         Fix NULL pointer dereferencing bug in GetCharWidth.
9077
9078         * [loader/resource.c]
9079         Fix under-allocation of memory in LoadAccelerators.
9080
9081         * [windows/class.c]
9082         Ignore negative sizes for extra fields in RegisterClass.
9083
9084 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9085
9086         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
9087           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
9088           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
9089           [windows/dc.c] [windows/mapping.c]
9090         Beginnings of metafile support.
9091
9092         * [misc/file.c]
9093         Corrected spelling of _lcreat.
9094
9095         * [controls/edit.c]
9096         Minor bug fixes.
9097 ----------------------------------------------------------------------
9098 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9099
9100         * [controls/scroll.c]
9101         Make thumbtrack button disappear if scroll box ratio < 3:1.
9102         Make arrow buttons rectangular if scroll box ratio < 2:1.
9103         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
9104                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
9105         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
9106
9107         * [loader/library.c] [loader/task.c] [misc/exec.c]
9108         Continue playing around trying to get a second task running.
9109
9110         * [windows/mdi.c]
9111         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
9112
9113         * [everywhere]
9114         Adding previous works of the Apr 25, 94.
9115
9116 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
9117
9118         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
9119         Added Martin's mmsystem.dll stubs.
9120
9121         * [misc/sound.c]
9122         Added remaining stubs for sound.dll.
9123
9124         * [if1632/shell.spec] [misc/shell.c]
9125         Fixed prototypes (I found them in BC 4) and added ShellAbout()
9126         and AboutDlgProc().
9127
9128 ----------------------------------------------------------------------
9129 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9130
9131         * [loader/signal.c]
9132         Add XUngrabPointer() & XUngrabServer() in wine_fault().
9133
9134 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9135
9136         * [objects/bitblt.c]
9137         color_stretch() rewritten to use ints only. *fast!*
9138         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
9139         use color_stretch().
9140
9141 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
9142
9143         * [controls/menu.c]
9144         SetSysMenu() added.
9145
9146         * [misc/cursor.c]
9147         GetCursor() added.
9148
9149         * [misc/main.c]
9150         SwapMouseButton() added, (NOP).
9151
9152         * [windows/win.c]
9153         GetDesktopHwnd() added.
9154
9155         * [if1632/*spec]
9156         Added not implemented functions defs as comment.
9157
9158         * [misc/winsocket.c]
9159         Change WSAGetXbyY() functions to non-blocking ones,
9160         Added WSAAsyncSelect(). 
9161         (WSA functions can't be canceled yet).
9162
9163 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
9164
9165         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
9166         path when given a simple file name.  Fixed GetSetProfile to allow
9167         enumerating all key names when KeyName is null.
9168
9169 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9170
9171         * [objects/bitblt.c]
9172         Add protection to BitBlt() & StretchBlt() for width or height = 0.
9173
9174         * [windows/nonclient.c]
9175         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
9176         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
9177
9178         * [windows/win.c]
9179         CreateWindowEx() & DestroyWindow() now call respectively
9180                 AddWindowToTask() & RemoveWindowFromTask().
9181         New empty stub for function AnyPopup().
9182
9183         * [loader/library.c]
9184         Bug Fix : GetModuleFileName() now return full path filename.
9185
9186         * [include/menu.h] [controls/menu.c]
9187         Add hText handle and remove obsolete MENUITEM struct members.
9188         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
9189         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
9190
9191         * [misc/file.c]
9192         GetTempFilename() now create a file.
9193         _lcreate() use unix open (name, mode, perm), with perm=O666.
9194
9195         * [if1632/relay.c]
9196         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
9197
9198         * New file [misc/mmsystem.c]
9199         * New file [include/mmsystem.h]
9200         * New file [if1632/mmsystem.spec]
9201         Many, many empty stubs ... :-)
9202
9203 ----------------------------------------------------------------------
9204
9205 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
9206
9207         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
9208         Fixed bug for non-Linux systems.
9209
9210 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9211
9212         * [windows/win.c]
9213         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
9214         New empty stub for function SetSysModalWindow().
9215
9216         * [misc/exec.c]
9217         New empty stub for function ExitWindows().
9218
9219         * [objects/font.c]
9220         New empty stub for function EnumFonts().
9221
9222         * New file [misc/property.c]
9223         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
9224
9225         * New file [misc/shell.c]
9226         New empty stubs for function RegisterShellProc(), 
9227                         ShellExecute() & ShellProc().
9228
9229         * New files [loader/task.c] & [include/task.h]
9230         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
9231                 from 'loader/library.c'.
9232
9233         * [if1632/user.c] [if1632/kernel.c]
9234         Put Atoms functions entries.
9235
9236         * [controls/combo.c]
9237         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
9238
9239         * [controls/listbox.c]
9240         New functions DirDlgSelect() & DirDlgList().
9241
9242 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
9243
9244         * [objects/test.c]
9245         GrayString() added.
9246
9247         * [if1632/callback.c]
9248         CallGrayStringProc() added.
9249
9250         * [if1632/relay.c] [if1632/mmsystem.spec]
9251         Added.
9252
9253         * [if1632/kernel.spec] [if1632/user.spec]
9254         Added forgotten specs for atom functions.
9255
9256 ----------------------------------------------------------------------
9257 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
9258
9259         * misc/spy.c (SpyInit): Added more message types
9260
9261         * [windows/mdi.c] [include/mdi.h]
9262         Maximizing and restoring child windows.
9263         Tiling of child windows.
9264
9265 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9266
9267         * [windows/winpos.c]
9268         Revert focus and activation to previous window when hiding a window.
9269
9270         * [windows/syscolor.c]
9271         Implemented system color objects (brushes and pens created at
9272         SetSysColor() time for better performance).
9273
9274         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
9275         Changed painting code to use system color objects.
9276
9277         * [windows/message.c]
9278         New function MSG_InternalGetMessage() for internal messages
9279         loops (e.g. for dialogs or menus).
9280
9281         * [windows/hook.c] [include/hook.h]  (New files)
9282         Beginning of the window hooks implementation.
9283
9284         * [windows/dialog.c]
9285         Use new function MSG_InternalGetMessage() in DialogBox().
9286
9287         * [if1632/callback.c]
9288         Added function CallHookProc().
9289
9290 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9291
9292         * [windows/event.c]
9293         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
9294
9295         * [misc/exec.c]
9296         Nothing much more than a stub for LoadModule(), I saw there a lot
9297                 to be done in that corner, I will come back later ...
9298
9299         * [loader/library.c]
9300         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
9301                         and associated modules & tasks linked-lists.
9302         (it's only an 'emerging bud', more to come next weeks).
9303
9304         * [loader/wine.c]
9305         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
9306
9307         * [control/menu.c]
9308         You can now click outside menu region without problem.
9309         Keyboard navig more smootly, even if a child has the focus.
9310         Bug fix in InsertItem(), (bad linklist when insert point not found).
9311         change Realloc for Free & Alloc in ModifyItem().
9312         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
9313                 done by DrawText(), (maybe it should done in DrawText() itself ?).
9314
9315 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9316
9317         * [misc/profile.c]
9318         .INI files will now be stored in / loaded from the windows dir
9319         if no path is supplied.
9320
9321         * [if1632/kernel.spec]
9322         Fixed GetDriveType's prototype.
9323
9324         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
9325         Fixed prototypes: winsock uses a word as socket handle not an int.
9326
9327         * [misc/winsocket.c]
9328         Added heap allocation for returned structures.
9329         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
9330
9331         * [loader/wine.c]
9332         Added IsDLLLoaded(), used in LoadImage() to prevent loading
9333         a dll multiple times.
9334         Directory is added to wine's path when a fullpath is supplied when
9335         starting wine.
9336         LoadImage(): DLL filename used instead DLL's own internal name,
9337         fixes 'Bad DLL name' errors.
9338
9339 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
9340
9341         * [controls/edit.c] [controls/widgets.c]
9342         First release of edit control.
9343
9344 ----------------------------------------------------------------------
9345 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
9346
9347         * [include/mdi.h] [windows/mdi.c]
9348         Use WM_PARENTNOTIFY messages to activate children.
9349         Generate WM_CHILDACTIVATE messages.
9350         Beginnings handler for maxmized child window.
9351         Clean up when children are destroyed.
9352
9353         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
9354         Removed code add 94/03/26.
9355
9356 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9357
9358         * [control/menu.c]
9359         Make mouse menu navigation working again. :-))
9360         (be carefull, clicking outside menus (ie.: clientrect) 
9361         not resolved yet)
9362
9363         * [windows/nonclient.c]  [controls/scroll.c]
9364         Bugs fix in NCTrackScrollBars().
9365
9366         * [misc/dos_fs.c]
9367         Bug fix in 'ToDos()' in conversion for '/',
9368                 (example: '/window/' was translated to 'WINDOWs').
9369
9370         * [miscemu/int21.c]
9371         Function ChangeDir() extract possible drive before DOS_ChangeDir().
9372
9373         * [loader/library.c]  [loader/wine.c]
9374         Playing around moving function GetProcAddress() and put some code in.
9375
9376 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
9377
9378         * [misc/main.c]
9379         Better explanation of command-line options.
9380
9381         * [objects/dib.c]
9382         Implemented SetDIBitsToDevice().
9383
9384         * [windows/dc.c]
9385         Bug fix in SetDCState().
9386
9387         * [windows/event.c]
9388         Removed WS_DISABLED handling (now done in message.c).
9389
9390         * [windows/message.c]
9391         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
9392         Use WindowFromPoint() to find the window for mouse events, taking
9393         into account disabled windows.
9394
9395         * [windows/painting.c]
9396         Bug fix in BeginPaint() to allow calling it at other times than
9397         on WM_PAINT (Solitaire needs it...)
9398
9399         * [windows/win.c]
9400         Implemented FindWindow().
9401         Rewritten EnableWindow() to behave more like Windows.
9402
9403         * [windows/winpos.c]
9404         Rewritten WindowFromPoint() to also search child windows.
9405
9406 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
9407
9408         * [include/int21.h] -> [msdos.h]
9409         renamed.
9410
9411         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
9412         new, added for int 10, 25 and 26.
9413
9414         * [miscemu/ioports.c]
9415         new, added to allow win apps to use ioports.
9416
9417         * [loader/signal.c]
9418         Added support for in, inb, out, outb instructions.
9419
9420 ----------------------------------------------------------------------
9421 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
9422
9423         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
9424
9425 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
9426
9427         * [windows/mdi.c]
9428         Window list properly updated.
9429
9430         * [windows/message.c]
9431         Call WINPOS_ChildActivate() when mouse pressed.
9432
9433         * [windows/nonclient.c]
9434         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
9435         NC_HandleNCPaint().
9436
9437         * [windows/winpos.c]
9438         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
9439
9440 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
9441
9442         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
9443         (DeleteMenu): Many bug fixes.
9444
9445         * [controls/menu.c]
9446         Created function FindMenuItem().
9447
9448 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
9449
9450         * [windows/win.c]
9451         Removed incorrect MDI handling code from CreateWindowEx().
9452
9453         * [controls/menu.c]
9454         MF_STRING items needed to allocate a private copy of string.
9455
9456         * [controls/menu.c]
9457         Fixed buggy calls to GlobalFree().
9458
9459         * [memory/global.c]
9460         Eliminated some redundant code with function call.
9461
9462 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
9463
9464         * [windows/timer.c]
9465         timer list pointers looped in InsertTimer
9466
9467 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
9468
9469         * [misc/cursor.c]
9470         A few changes for desktop window support.
9471
9472         * [misc/main.c]
9473         Added -depth option.
9474
9475         * [misc/rect.c]
9476         Yet another bug fix in SubtractRect().
9477
9478         * [objects/bitmap.c]
9479         Changes to use only one depth (specified with -depth)
9480         for color bitmaps.
9481
9482         * [objects/brush.c]
9483         Added support for dithered solid brushes.
9484
9485         * [objects/color.c]
9486         Use the same 20 system colors as in Windows.
9487         System palette initialisation now done in COLOR_InitPalette().
9488         Added support for a color mapping table to map logical color
9489         indexes to X colormap entries.
9490         Implemented GetNearestColor() and RealizeDefaultPalette().
9491
9492         * [objects/dib.c]
9493         Added support for color mapping table.
9494
9495         * [objects/dither.c]  (New file)
9496         Implemented solid color dithering.
9497
9498         * [objects/palette.c]
9499         Implemented GetSystemPaletteEntries() and SelectPalette().
9500
9501         * [windows/class.c]
9502         Make a copy of the menu name in RegisterClass().
9503
9504         * [windows/dc.c]
9505         Fixed device caps when using a desktop window.
9506         Added support for the color mapping table in DCs.
9507
9508         * [windows/event.c]
9509         Added ConfigureNotify handler on desktop window.
9510
9511         * [windows/message.c]
9512         Removed call to XTranslateCoordinates() on every mouse motion
9513         New function MSG_Synchronize() to synchronize with the X server.
9514
9515         * [windows/syscolor.c]
9516         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
9517
9518         * [windows/winpos.c]
9519         Added synchronization on window mapping. Solves the double redraw
9520         problem when starting Solitaire.
9521
9522 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9523
9524         * [control/menu.c]      * [windows/defwnd.c]
9525         Make keyboard navigation working with menubar,
9526         but temporarely inserted a bug in menubar mouse handling ... :-((
9527         (it will be fix next week !)
9528
9529         * [windows/defwnd.c]
9530         Connect VK_MENU to menubar navigation.
9531
9532         * [loader/library.c]
9533         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
9534
9535 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
9536
9537         * [misc/main.c]
9538         Added Copy(). Added a check for `-h' to show usage.
9539
9540         * [misc/dos_fs.c]
9541         Fixed bug in FindFile(), to load directories as dlls.
9542
9543         * [misc/dos_fs.c]
9544         Fixed ToUnix() and ToDos() again, as my previous patch
9545         didn't make it.
9546
9547         * [misc/dos_fs.c] [miscemu/int21.c]
9548         Bug fixes, should be able to handle all winfile and progman int21
9549         requests now except for a few small things.
9550
9551 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
9552
9553         * [memory/heap.c]
9554         Implemented GetFreeSystemResources().
9555
9556 ----------------------------------------------------------------------
9557 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
9558
9559         * controls/menu.c (GetSubMenu): Function did not return correct value
9560
9561         * [windows/mdi.c]
9562         Beginnings of menu handling.
9563
9564 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
9565
9566         * [objects/font.c]
9567         if font.width equals zero use asterix instead.
9568
9569 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9570
9571         * [objects/bitmap.c]
9572         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
9573
9574         * [objects/brush.c]
9575         Some changes with pattern brushes because of the new bitmap code.
9576
9577         * [objects/color.c]
9578         Added function COLOR_ToPhysical for better color mapping.
9579
9580         * [objects/dib.c]
9581         Heavily optimized SetDIBits().
9582
9583         * [windows/dc.c]
9584         Opimized SetDCState() and DC_SetupGC*() functions.
9585         Added stub for CreateIC().
9586
9587 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9588
9589         * [misc/message.c]
9590         Call SetFocus() after closing box to give back focus to previous owner.
9591
9592         * [misc/files.c]
9593         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
9594
9595         * [control/scroll.c]
9596         Calls to BitBlt() replace by StretchBlt().
9597
9598         * [control/menu.c]
9599         Call SetFocus() to previous owner after closing Popups. 
9600         Fill stub DeleteMenu().
9601
9602         * [control/listbox.c]
9603         * [control/combo.c]
9604         Use SetFocus() in WM_LBUTTONDOWN.
9605         Close ComboBox List upon WM_KILLFOCUS.
9606         Early development of WM_MEASUREITEM mecanism.
9607
9608         * [windows/defwnd.c]
9609         Early development of WM_MEASUREITEM mecanism.
9610
9611 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
9612
9613         * [misc/atom.c]
9614         Fixed sintaxis problem when building the library.
9615
9616 ----------------------------------------------------------------------
9617 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
9618
9619         * [include/windows.h]
9620         Added message types and structures for MDI
9621
9622         * [include/mdi.h]
9623         Created internal structures for handling MDI
9624
9625         * [windows/mdi.c]
9626         Began creating MDI support
9627
9628 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
9629
9630         * [loader/wine.c] [include/wine.h]
9631         Added new field to "struct w_files" to hold the "name table"
9632         resource for Windows 3.0 programs
9633
9634         * [loader/resource.c]
9635         Added code to handle programs with a "name table" resource.
9636         LoadResourceByName() modified to check for the existence of
9637         this resource.
9638
9639 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9640
9641         * [objects/color.c]
9642         Added installing the private colormap on the desktop window.
9643
9644         * [windows/event.c]
9645         Cleaned up focus event handling (see focus.c).
9646         Use GetFocus() to direct key events to the correct window.
9647
9648         * [windows/focus.c]
9649         Rewritten SetFocus() to:
9650         - only set X focus on top-level windows
9651         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
9652         - prevent setting focus to disabled windows
9653         - install private colormap so -privatemap option works again
9654
9655         * [windows/message.c] [windows/timer.c]
9656         Changed timer management to no longer use PostMessage(), but
9657         to generate timer messages on the fly. Also fixed a related bug
9658         in GetMessage() which could cause busy-waiting.
9659
9660         * [windows/win.c]
9661         Only select focus events on top-level windows.
9662
9663         * [windows/winpos.c]
9664         Added some sanity checks for desktop window.
9665
9666 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
9667
9668         * [misc/dos_fs.c]
9669         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
9670         Support for tilde symbol added for rootdirectories in [drives]
9671         section of wine's configfile.
9672
9673         * [misc/file.c]
9674         hread(), hwrite() added.
9675
9676         * [misc/main.c]
9677         hmemcpy() added.
9678
9679         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
9680         Added STRESS.DLL, an useless dll used to stress a windows system.
9681
9682         * [*/*]
9683         Added missing #includes, fixed prototypes for prototype checking.
9684
9685         * [include/prototypes.h]
9686
9687         Added prototypes for loader/*c, if1632/*c.
9688
9689 ----------------------------------------------------------------------
9690 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
9691
9692         * [Configure]
9693         Added reminder to set WINEPATH, if it is not set.
9694
9695         * [Imakefile]
9696         Removed #elif's
9697
9698         * [controls/button.c]
9699         Added BN_CLICKED notification for owner-draw buttons.
9700
9701         * [if1632/kernel.spec] [memory/heap.c]
9702         Changed Local* functions to WIN16_Local* to prevent unconcious use
9703         of these functions.
9704
9705         * [if1632/relay.c]
9706         Push old Stack16Frame on stack before setting.
9707
9708         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
9709         Added multiple local heap handling in Atom* functions.
9710
9711         * [include/regfunc.h] [miscemu/int21.c]
9712         Rewrote DOS3Call() use context frame that is already on the stack.
9713
9714         * [misc/profile.c]
9715         Fixed to allow leading ";" to mark comments.
9716
9717         * [misc/spy.c]
9718         Fixed bugs and added support for "include" and "exclude" filters.
9719
9720         * [misc/user.c]
9721         Rearranged calls in InitApp().
9722
9723         * [misc/font.c]
9724         Fixed font handling to create system fonts, if they are used.
9725
9726         * [windows/dc.c]
9727         If text drawn on window with no font specified, then default the
9728         font to the system font.
9729
9730 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9731
9732         * [controls/desktop.c]
9733         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
9734         Implemented SetDeskPattern().
9735
9736         * [misc/main.c]
9737         Added -desktop option to get a large desktop window with
9738         everything inside it.
9739         Added -name option.
9740
9741         * [misc/rect.c]
9742         Bug fix in SubtractRect().
9743
9744         * [objects/*.c]
9745         Replaced the DefaultRootWindow() macro by the rootWindow variable.
9746
9747         * [windows/event.c] [windows/message.c]
9748           [windows/nonclient.c] [windows/win.c]
9749         A few changes to accomodate the new desktop window.
9750
9751  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
9752  
9753         * [toolkit/arch.c] --New file-- 
9754         Routines for converting little endian data structures to
9755         big-endian data structures, currently only BITMAP structures are 
9756         converted.
9757  
9758         * [misc/atom.c]
9759         When used as part of the WineLib, the code is much simpler.
9760         Doesn't depend on alignement.
9761  
9762         * [loader/wine.c]
9763         Ifdefed Emulator dependent code if compiling WineLib.
9764  
9765         * [loader/resource.c]
9766         Moved misc/resource.c to loader/resource.c.
9767  
9768         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
9769         Ifdefed whole code if compiling WINELIB.
9770  
9771         * [include/winsock.h]
9772         Added compilation define to allow compilation on SunOS.
9773  
9774         * [include/wine.h]
9775         Removed load_typeinfo and load_nameinfo prototypes, they belong
9776         to neexe.h
9777  
9778         * [include/neexe.h]
9779         Added load_typeinfo and load_nameinfo prototypes.
9780  
9781         * [include/arch.h]
9782         Fixed some bugs in the conversion routines.
9783         Added macros for Bitmap loading.
9784
9785 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
9786         
9787         * [if1632/kernel.spec] [memory/global.c]
9788         Implemented GetFreeSpace()
9789
9790         * [if1632/user.spec] [loader/resource.c]
9791         Implemented CreateIcon()
9792
9793 ----------------------------------------------------------------------
9794 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
9795
9796         * [Configure] [*/Imakefile]
9797         Created configure script to handle different types of Wine builds.
9798
9799         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
9800         Added ability to compile Wine on systems with 14-char filename limit.
9801
9802         * [if1632/relay.c] [include/options.h] [misc/main.c]
9803         Added -relaydbg option to command line if DEBUG_RELAY is defined.
9804
9805         * [loader/selector.c]
9806         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
9807
9808         * [memory/heap.c]
9809         Fixed LocalInit() to work correctly.
9810
9811         * [misc/user.c]
9812         Added code to call loaded DLLs' initialization routines.
9813
9814 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9815
9816         * [windows/dce.c]
9817         Added clipping of child windows by their parent's client area.
9818
9819         * [windows/nonclient.c]
9820         Bug fix in NC_DoNCPaint().
9821
9822         * [windows/painting.c]
9823         Bug fix in RedrawWindow().
9824
9825 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9826
9827         * [mem/atom.c]
9828         Bug fix again in ATOM_DeleteAtom() : 
9829                 change LocalFree() by USER_HEAP_FREE().
9830         (Previous patch done Feb 13th had been lost)
9831
9832         * [controls/scroll.c]
9833         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
9834
9835         * [windows/class.c] (sorry Alex ...)
9836         There was no bug there "in RegisterClass() : 
9837                 WNDCLASS->lpszClassName was reset to NULL."
9838                               ^^^^^
9839
9840         * [misc/clipboard.c]    --- New File ---
9841         New function EnumClipboardFormats().
9842         New function OpenClipboard().
9843         New function CloseClipboard().
9844         New function EmptyClipboard().
9845         New function GetClipboardOwner().
9846         New function GetClipboardViewer().
9847         New function CountClipboardFormats().
9848         New function IsClipboardFormatAvailable().
9849         New function OpenClipboard().
9850         New function GetClipboardData().
9851         New function SetClipboardViewer().
9852         New function EnumClipboardFormats().
9853         New function RegisterClipboardFormat().
9854         New function ChangeClipboardChain().
9855         New function SetClipboardData().
9856         New function GetOpenClipboardWindow().
9857         New function GetPriorityClipboardFormat().
9858         New function GetClipboardFormatName().
9859
9860 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
9861
9862         * [misc/comm.c]
9863         bugfix in OpenComm().
9864
9865 ----------------------------------------------------------------------
9866 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
9867
9868         * [include/winsock.h]
9869         The sockproto struct is already defined in <sys/socket.h>
9870
9871         * [misc/winsock.c]
9872         Need to include <netinet/in.h> for struct in-addr.
9873         Use sys_errlist[] instead of strerror[].
9874
9875         *[toolkit/heap.c]
9876         ANSI C specifies that the malloc functions are defined in stdlib.h,
9877           so we don't need to include malloc.h.
9878
9879         *[loader/ldtlib.c]
9880         Print informative error message about probable cause of i386_set_ldt()
9881           failure and then exit.
9882
9883         *[Imakefile]
9884         For systems that don't use gmake by default, set the MAKE variable
9885           to gmake and propagate it on recursive makes.
9886         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
9887           can be built with the FreeBSD 1.0.2 compiler.
9888
9889 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
9890
9891         * [objects/bitblt.c]
9892         Added in three functions to do stretching and compression
9893         for WHITEONBLACK, BLACKONWHITE, and color copies.
9894
9895 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
9896
9897         * [windows/graphics.c]
9898         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
9899         inefficent, but should suffice for now.
9900
9901         * [include/windows.h]
9902         Changed the x,y paramaters for the FloodFill prototype 
9903         from ints to shorts
9904
9905 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9906
9907         * [windows/widgets.c]
9908         Added desktop window class.
9909
9910         * [windows/painting.c]
9911         Bug fix in RedrawWindow().
9912         Implemented ExcludeUpdateRgn().
9913
9914         * [windows/win.c] [windows/winpos.c]
9915         Implemented desktop window.
9916
9917         * [controls/desktop.c]
9918         Preliminary desktop window procedure.
9919
9920 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9921
9922         * [controls/menu.c]
9923         New function LoadMenuIndirect().
9924         New function GetMenuCheckMarkDimensions().
9925
9926         * [if1632/user.spec]
9927         Entry for DefDlgProc().
9928
9929         * [windows/class.c]
9930         Fix bug in RegisterClass() : 
9931                 WNDCLASS->lpszMenuName was reset to NULL.
9932
9933         * [windows/win.c]
9934         In CreateWindowEx(), if hMenu == 0 then use 
9935                 wndclass->lpszMenuName to load Menu from resource;
9936
9937 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
9938
9939         * [loader/library.c] [loader/wine.c]
9940         Fixed runing DLL's as main executable problem.
9941
9942         * [misc/dos_fs.c]
9943         Added wildcard support in DOS_readdir().
9944
9945         * [misc/winsocket.c]
9946         Added proper error handling of BSD winsocket functions.
9947
9948         * [miscemu/int21.c]
9949         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
9950
9951         * [main/main.c]
9952         Added functions for GetVersion, GetWinFlags and GetTimerResolution
9953         for libwine.a, SystemParametersInfo() partly implemented.
9954
9955 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
9956
9957         * [toolkit/winmain.c]
9958         Added _WinMain function. Setups the library (calls USER_InitApp).
9959
9960         * [toolkit/sup.c]
9961         Added load_mz_header, load_ne_header, load_type_info and
9962         load_name_info functions.
9963
9964         * [toolkit/heap.c] 
9965         Code cleanup. 
9966
9967         * [misc/user.c]
9968         Moved from loader/misc.c. I hope to put back all the loader
9969         functions in the ~loader subdirectory in the future. CUrrently is
9970         needed since it has USER_InitApp.
9971
9972         * [misc/resource.c]
9973         Since WineLib will probably need DLLs (currently it needs
9974         Sysres.dll). WineLib will be using much code of the loader again.
9975         So I removed some ifdefs that were used by WineLib.
9976
9977         Added load_typeinfo and load_nameinfo (and the corresponding
9978         functions in [toolkit/sup.c]
9979
9980         Added integer convertion functions in the needed places.
9981
9982         Added very ugly patch (includes wine.c). In the next release I
9983         plan to move back all the loader routines to ~/loader. In the
9984         meantime I needed this patch. It doesn't affect any of the
9985         emulator code (its ifdefed for WineLib).
9986
9987         * [misc/main.c]
9988         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
9989         Ifdefed argument number checking when compiling the library.
9990
9991         * [loader/wine.c]
9992         Modified to use load_(mz|ne)_header instead of doing a direct
9993         read.  When compiling the emulator it still uses the direct read
9994         for performance. 
9995
9996         * [include/wine.h]
9997         Prototypes for loading routines.
9998
9999         * [include/class.h]
10000         Added WINE_PACKED macro instead of __attribute__ ((packed))
10001
10002         * [include/arch.h]
10003         Macros for converting integers (Little endian to big-endian).
10004         Needed in the Sun to allow loading of DLL files.
10005
10006 ----------------------------------------------------------------------
10007 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10008
10009         * [windows/clipping.c]
10010         Moved everything into windows/painting.c and removed this file.
10011
10012         * [windows/message.c]
10013         Removed calls to memmove() in MSG_RemoveMsg().
10014
10015         * [windows/nonclient.c]
10016         Added WM_GETMINMAXINFO support for window resizing.
10017
10018         * [windows/painting.c]
10019         Implemented RedrawWindow().
10020
10021         * [windows/scroll.c]
10022         Bug fix in ScrollWindowEx().
10023
10024         * [windows/win.c]
10025         Moved UpdateWindow() to windows/painting.c.
10026
10027 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
10028         
10029         * [loader/wine.c] [misc/dos_fs.c]
10030         getenv() eq NULL bugfixes.
10031
10032         * [misc/comm.c]
10033         cfmakeraw changed for SunOS.
10034
10035 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10036
10037         * [mem/atom.c]
10038         Bug fix in ATOM_DeleteAtom() : 
10039                 change LocalFree() by USER_HEAP_FREE().
10040
10041         * [misc/message.c]
10042         New function FatalAppExit().
10043
10044         * [objects/font.c]
10045         New empty stub SetMapperFlags().
10046
10047         * [controls/menu.c]
10048         Better CheckMark & other bitmaps placement.
10049
10050         * [windows/graphics.c]
10051         New function RoundRect() : calc.exe now working...
10052
10053 Tue Feb 15 14:29:37 1994  John Richardson
10054
10055         * [objects/bitblt.c]
10056         Fixed StretchBlt so it works quicker and faster.  It still doesn't
10057         use the StretchMode bits for bitmap compression, but that will
10058         come soon.
10059
10060 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10061
10062         * [include/windows.h,dialog.h,gdi.h]
10063         Changed __atribute__ ((packed)) for WINE_PACKED. 
10064         When compiling the library this is defined as nothing. This gets
10065         rid with all the problems compiling under SunOS. Also 
10066
10067         * [windows/utility.c]
10068         Added DebugPrintString.
10069
10070         * [toolkit/sup.c]
10071         Added hSysRes = 1 definition to resolve externals.
10072         Added CallLineDDAProc function (toolkit version).
10073         Added toy, and hi ineficient memmove until code in message.c get
10074         rewritten.
10075
10076         * [objects/gdiobj.c]
10077         Ifdefed linux/emulator-dependent code to allow compilation of
10078         WineLib.
10079
10080         * [misc/winsocket.c]
10081         Added ifdef to allow compilation under SunOS.
10082
10083         * [misc/resource.c]
10084         When compiling the library, the resource file is expected to be in
10085         a file called $argv[0].Res. Also the information of the resource
10086         is expected to be at offset 0 of the .Res file.
10087
10088         * [misc/main.c]
10089         Call WinMain with arguments if compiling WineLib.
10090         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
10091         Call sync_profiles to preserve changes to .INI files.
10092
10093         * [misc/comm.c,dos_fs.c]
10094         removed call to atexit(Comm_DeInit)
10095         removed call to atexit(DOS_DeInitFS)
10096         Shutdown functions are now called from the return of WinMain
10097
10098         * removed memorylib subdirectory
10099
10100         * moved memory/atom.c    to misc/atom.c
10101           moved memorylib/heap.c to toolkit/heap.c
10102
10103         * [loader/wine.c]
10104         Moved DebugPrintString to windows/utility.c
10105
10106         * [include/winsock.h]
10107         Define SO_DONTLINGER only if it has not been previously defined.
10108
10109         * [include/windows.h]
10110         added definition for DLGPROC.
10111         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
10112         When compiling WineLib WNDPROC is defined with all the parameters
10113         to avoid compilation problems.
10114
10115         * [include/user.h]
10116         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
10117         calls are translated to the library allocation routines.
10118
10119         * [include/gdi.h,user.h]
10120         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
10121         translated to the library allocation routines.
10122
10123         * [include/atom.h]
10124         Defined LocalAlign. When compiling the emulator it's translated as
10125         a call to LocalAlloc (the original code), when compiling WineLib
10126         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
10127         (atom.c needs aligned data on a 4 byte boundary).
10128
10129         * [misc/file.c]
10130         Renamed KERNEL_* functions and fixed prototypes.
10131
10132         * [if1632/kernel.spec]
10133         Renamed KERNEL_* functions in order to be used by applications
10134         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
10135         _llseek, _lopen, _lwrite).
10136
10137         * [Makefile]
10138         Create library instead of executable when building target
10139         libwine.a 
10140
10141 ----------------------------------------------------------------------
10142 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
10143
10144         * [Makefiles]
10145         Use $(CC) instead of cc.
10146         Added libwine target.
10147
10148         * [include/prototypes]
10149         #ifdefed section for WineLib
10150
10151         * moved loader/cursor.c   to misc/cursor.c
10152           moved loader/resource.c to misc/resource.c
10153           moved misc/emulate.c    to miscemu/emulate.c
10154           moved misc/int1a.c      to miscemu/int1a.c
10155           moved misc/int21.c      to miscemu/int21.c
10156           moved misc/kernel.c     to miscemu/kernel.c
10157           moved misc/user.c       to miscemu/user.c
10158
10159         * [memorylib/heap.c]
10160         Heap management for WineLib
10161
10162         * [misc/comm.c]
10163         Modified to allow compilation under SunOS (#include errno, SunOS
10164         doesn't have atexit ()).
10165
10166         * [misc/dos_fs.c]
10167         Modified to allow compilation under SunOS (#include vfs.h)
10168
10169         * [misc/file.c]
10170         Modified to allow compilation under SunOS (OPEN_MAX constant,
10171         #include unistd.h)
10172
10173         * [objects/palette.c]
10174         Modified to allow compilation under SunOS (#include limits)
10175
10176         * [toolkit/sup.c]
10177         WineLib version of CallWindowProc.
10178
10179         * [windows/event.c]
10180         Typedef XPointer under X11R4 (OpenWindows).
10181
10182         * [windows/win.c]
10183         When compiling WineLib, use direct callbacks instead of the
10184         windows supplied callbacks.
10185
10186 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10187
10188         * [loader/cursor.c]
10189         New function CURSOR_SetWinCursor(), for internal use, to set
10190         the cursor of a specific window more reliably than with SetCursor().
10191
10192         * [windows/nonclient.c]
10193         Better window management. Moving and resizing from the system
10194         menu should work now.
10195         Added scroll-bar mouse tracking.
10196
10197         * [windows/win.c]
10198         Moved scroll-bar creation and destruction to defwnd.c.
10199
10200 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10201
10202         * [windows/nonclient.c]
10203         Call to StdDrawMenuBar() during NC's drawing.
10204         New NC_TrackMouseMenuBar() function which call 
10205                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
10206
10207         * [controls/menu.c]
10208         New ChangeMenu() function.
10209         Remove permanently old Xt menu code.
10210         Make common functions MenuButtonDown(), MenuButtonUp()
10211                 & MenuMouseMove() for both popups & menubar.
10212         
10213         * [controls/combo.c]
10214         Paint OBM_COMBO directly in combo client.
10215
10216         * [controls/listbox.c]
10217         Fix bug in multicolumns calculations.
10218
10219         * [controls/Makefile]
10220         Remove rules for old file 'caption.c'.
10221
10222         * [misc/kernel.c]
10223         Remove empty stub GetModuleFileName().
10224
10225         * [loader/library.c]
10226         New GetModuleHandle() function.
10227         New GetModuleUsage() function.
10228         New GetModuleFileName() function.
10229
10230         * [loader/resource.c]
10231         Try to find the bug a missing menu loading ... Not found yet !
10232
10233         * [windows/win.c]
10234         Remove old menubar creation.
10235
10236 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
10237
10238         * [misc/winsocket.c]
10239         More functions added.
10240
10241         * [if1632/winsock.spec] [misc/winsocket.c]
10242         Added John Brezak's winsock.dll stuff.
10243
10244 ----------------------------------------------------------------------
10245 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
10246
10247         * [loader/selector.c]
10248         Added function CreateNewSegments().  Modified IPCCopySelector
10249         to allow aliasing to any arbitrary memory space.
10250
10251         * [memory/global.c]
10252         Fixed potential bug in GlobalGetFreeSegments().
10253
10254         * [memory/linear.c]
10255         Created functions GlobalLinearLock() and GlobalLinearUnlock().
10256
10257 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
10258
10259         * [controls/widgets.c]
10260         Removed CAPTION window class.
10261
10262         * [loader/cursor.c]
10263         Bug fix in LoadCursor(): don't allocate memory every time for
10264         built-in cursors.
10265
10266         * [windows/clipping.c]
10267         Invalidate child windows in InvalidateRgn().
10268
10269         * [windows/defwnd.c]
10270         Added repaint of the caption when changing window text.
10271
10272         * [windows/event.c]
10273         Modified SetCapture() to allow keyboard events while capturing.
10274
10275         * [windows/message.c]
10276         New function MSG_GetHardwareMessage(), to do mouse tracking
10277         without returning control to the Windows program.
10278
10279         * [windows/nonclient.c]
10280         A couple of changes in frame drawing for DLGMODALFRAME windows.
10281         Rewritten window moving code, to use MSG_GetHardwareMessage()
10282         instead of non-client mouse events (this is the way Windows
10283         does it), and to send WM_ENTERSIZEMOVE messages.
10284         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
10285
10286         * [windows/win.c]
10287         Allocate temporary structures on the USER heap instead of
10288         using GlobalAlloc().
10289
10290         * [windows/winpos.c]
10291         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
10292
10293 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10294
10295         * [windows/nonclient.c]
10296         Call to StdDrawScrollBar() during NC's drawing.
10297         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
10298         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
10299         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
10300
10301         * [controls/menu.c]
10302         New GetSubMenu() function.
10303         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
10304
10305         * [controls/listbox.c]
10306         Start changes to satisfy recent changes in scrollbars/windows.
10307
10308         * [loader/resource.c]
10309         Put some code in LoadAccelerators() stub.
10310         New TranslateAccelerator() function.
10311
10312         * [windows/win.c]
10313         Remove GetMenu() & SetMenu() functions.
10314         Call to NC_CreateScrollBars() if required by CreateWindow().
10315
10316 ----------------------------------------------------------------------
10317 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
10318
10319         * [window/win.c]
10320         Added functions EnumWindows, EnumChildWindows, and helper
10321         WIN_EnumChildWin.  EnumWindows won't list all wine windows
10322         because GetDesktopWindow isn't complete.  However, the code
10323         is in place for it to work correctly and only needs 
10324         GetDesktopWindow to do so.  
10325
10326 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
10327
10328         * [windows/defwnd.c]
10329         Added handling of activation messages (WM_ACTIVATE,
10330         WM_NCACTIVATE, WM_MOUSEACTIVATE)
10331
10332         * [windows/event.c]
10333         De-activate the window when losing input focus.
10334
10335         * [windows/focus.c]
10336         Bug fix in SetFocus().
10337
10338         * [windows/message.c]
10339         Added activation of the window on mouse-clicks.
10340
10341         * [windows/nonclient.c]
10342         Changed non-client area painting to use the correct colors
10343         depending upon the activation state.
10344         Added WM_NCACTIVATE message handling.
10345         Fixed a couple of bugs in window moving and resizing.
10346
10347         * [windows/winpos.c]
10348         Implemented Get/SetActiveWindow().
10349         Implemented SWP_NOACTIVATE flag in SetWindowPos().
10350
10351 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10352
10353         * [misc/message.c]
10354         MessageBox has a CaptionBar for his title except for
10355                 MB_SYSTEMMODAL with MB_ICONHAND.
10356
10357         * [windows/nonclient.c]
10358         Call to NC_TrackSysMenu on SysMenu button mouse click.
10359
10360         * [windows/defwnd.c]
10361         Call to NC_TrackSysMenu on Alt key (VK_MENU).
10362
10363         * [controls/menu.c]
10364         New GetSystemMenu() function.
10365         New CopySystemMenu() internal function.
10366         New NC_TrackSysMenu() internal function.
10367
10368         * [include/windows.h]
10369         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
10370
10371 ----------------------------------------------------------------------
10372 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
10373
10374         * [window/win.c]
10375         Added functions EnableWindow, IsWindowEnabled, and helper 
10376         WIN_SetSensitive.
10377         
10378         * [window/event.c]
10379         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
10380         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
10381         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
10382         button presses beep for a disabled window.  
10383         If anyone finds better places for these checks, please tell me.
10384
10385 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10386
10387         * [misc/message.c]
10388         Cleanup on buttons answer value returned.
10389
10390         * [control/combo.c]
10391         Now use OBM_COMBO bitmap dropdown button.
10392
10393 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
10394
10395         * [misc/comm/c]
10396         A few bugfixes.
10397
10398 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
10399
10400         * [loader/cursor.c]
10401         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
10402
10403         * [include/options.h] [misc/main.c]  (New files)
10404         Rewrote main() function to get rid of Xt application context,
10405         and added command-line option parsing.
10406
10407         * [objects/color.c]
10408         Use of a private map now configurable with command-line option.
10409
10410         * [windows/defwnd.c]
10411         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
10412
10413         * [windows/event.c]
10414         Removed ConfigureNotify event handler (no longer needed).
10415
10416         * [windows/message.c]
10417         Send WM_SETCURSOR message on mouse events.
10418
10419         * [windows/nonclient.c]
10420         Use OEM bitmaps for the drawing of the non-client area.
10421         Added caption bar buttons handling, and moving and resizing of
10422         the window via the window frame (bypassing the window manager).
10423
10424         * [windows/painting.c]
10425         Bug fix in BeginPaint().
10426
10427         * [windows/win.c]
10428         Set the override_redirect flag for windows (to bypass window
10429         manager).
10430
10431         * [windows/winpos.c]
10432         Implemented WindowFromPoint(), ChildWindowFromPoint(),
10433         BringWindowToTop(), Get/SetInternalWindowPos(),
10434         Get/SetWindowPlacement().
10435
10436 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
10437
10438         * [memory/heap.c]
10439         Added support for multiple local heaps.
10440
10441 ----------------------------------------------------------------------
10442 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
10443
10444         * [window/caret.c]
10445         Modified code to use system timer.
10446
10447 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10448
10449         * [windows/win.c]
10450         Windows create if required new XLIB MenuBar & CaptionBar.
10451
10452         * [windows/defwnd.c]
10453         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
10454         (I'm not sure it's the good place for it, but it work...)
10455
10456         * [loader/resource.c]
10457         optimize in FindResourceByNumber, make lseek() if next type ...
10458
10459         * [controls/scroll.c]
10460         scrollbar buttons are now using system resources bitmaps.
10461
10462         * [controls/caption.c] - new file ...
10463         captionbar showing title, close button with SysMenu,
10464         and other buttons using system resources bitmaps.
10465
10466         * [controls/menu.c]
10467         New functions: SetMenuItemBitmaps() with 'glues',
10468         Make new version of LoadMenu() & ParseMenu(),
10469         ( put #define USE_POPUPMENU ).
10470         Implementation of MenuBar functions.
10471         
10472         * [sysres.dll]
10473         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
10474         New SYSMENU menu, it don't work yet ! :-((
10475
10476 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
10477
10478         * [memory/atom.c]
10479         Fixed a bug that could cause atoms to be case-sensitive.
10480
10481         * [misc/rect.c]
10482         Bug fix in SubtractRect().
10483
10484         * [objects/clipping.c]
10485         Bug fix when setting the clip mask to an empty region.
10486
10487         * [windows/dce.c]
10488         Bug fix in ReleaseDC().
10489
10490         * [windows/dialog.c]
10491         Call AdjustWindowRectEx() before creating the dialog window.
10492         Added support for DS_MODALFRAME style.
10493
10494         * [windows/event.c]
10495         Cleaned up event handling and removed old Xt stuff.
10496         Moved double-click handling to windows/message.c
10497
10498         * [windows/focus.c]
10499         Bug fix: only set the X focus when the window is viewable.
10500
10501         * [windows/graphics.c]
10502         Rewritten DrawReliefRect() to use brush instead of pen, and
10503         to use the system colors.
10504
10505         * [windows/message.c]
10506         Implemented WM_NCHITTEST message sending, and non-client
10507         mouse messages.
10508         Cleaned up double-click handling, and removed the Xt code.
10509
10510         * [windows/nonclient.c]  (New file)
10511         Implemented AdjustWindowRect().
10512         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
10513
10514         * [windows/painting.c]
10515         Added sending of the WM_NCPAINT message in BeginPaint().
10516
10517         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
10518         Implemented system metrics.
10519
10520         * [windows/win.c]
10521         Bug fix in setting the parent and owner in CreateWindow().
10522         Removed the Xt code.
10523
10524         * [windows/winpos.c]
10525         Added sending of the WM_NCPAINT message in SetWindowPos().
10526         Removed the Xt code.
10527
10528 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
10529
10530         * [windows/class.c]
10531         Implemented GetClassName and GetClassInfo.
10532
10533         * [windows/caret.c]
10534         Various improvements to text caret code.
10535
10536 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
10537
10538         * [misc/comm.c]
10539         Patches to work with NetBSD.
10540
10541 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
10542
10543         * [objects/bitblt.c] Added StretchBlt().
10544
10545 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
10546
10547         * [misc/user.c]
10548         Added creation of system message queue.
10549
10550         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
10551         Added DC size fields into DC structure.         
10552
10553         * [objects/clipping.c]
10554         Bug fix in CLIPPING_IntersectRect().
10555
10556         * [windows/class.c]
10557         Allocate a DCE instead of a DC for CS_CLASSDC classes.
10558
10559         * [windows/clipping.c]
10560         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
10561
10562         * [windows/dce.c]
10563         Implemented GetDCEx() and GetWindowDC().
10564
10565         * [windows/defwnd.c]
10566         Implemented WM_WINDOWPOSCHANGED handling.
10567
10568         * [windows/event.c]
10569         Preliminary support for Xlib event handling instead of Xt callbacks.
10570         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
10571
10572         * [windows/message.c]
10573         Preliminary support for multiple message queues.
10574         Implemented hardware_event() to store messages into the system queue.
10575         Implemented Get/SetTaskQueue().
10576         Better WM_PAINT and WM_TIMER handling.
10577         Changes to use Xlib instead of Xt for events.
10578
10579         * [windows/painting.c]
10580         Use GetDCEx() to retrieve the DC, to get a correct visible region.
10581
10582         * [windows/timer.c]
10583         Moved the timer procedure callback into DispatchMessage().
10584         Changed implementation to get rid of Xt timeouts.  Timer checking
10585         is now done inside GetMessage().
10586
10587         * [windows/win.c]
10588         Allocate a DCE instead of a DC for CS_OWNDC windows.
10589         Replaced Xt calls with Xlib calls.
10590         Moved window positioning functions into windows/winpos.c
10591
10592         * [windows/winpos.c]  (New file)
10593         Rewritten most of the window positioning functions.
10594         Implemented SetWindowPos() and MapWindowPoints().
10595
10596 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10597
10598         * [if1632/user.spec]
10599         Bad arguments description for function SetDlgItemText.
10600
10601         * [objects/text.c]
10602         Function DrawText now handle DT_CALCRECT request.
10603
10604         * [misc/message.c]
10605         Message boxes now use DrawText with DT_CALCRECT.
10606
10607         * [windows/graphics.c]
10608         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
10609
10610         * [windows/win.c]
10611         Bug fix for flags in function ShowWindow.
10612         More accurate WM_SIZE generated by function ShowWindow.
10613
10614         * [controls/listbox.c]
10615         More code for LBS_MULTIPLESEL.
10616         More code for LBS_MULTICOLUMN.
10617
10618         * [include/windows.h]
10619         Bad define for MF_SEPARATOR.
10620
10621         * [controls/menu.c]
10622         New functions: PopMenuWndProc() with 'glues',
10623         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
10624         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
10625         Code in stubs: CreateMenu(), DestroyMenu(). 
10626
10627 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
10628
10629         * loader/wine.c: Added support for relocation types 5 and 6.
10630
10631 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
10632
10633         * [misc/comm.c]
10634         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
10635         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
10636         GetCommError(), SetCommEventMask(), GetCommEventMask(),
10637         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
10638         WriteComm().
10639
10640 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
10641
10642         * [windows/caret.c]
10643         Implemented text caret functions.
10644
10645 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
10646
10647         * [loader/wine.c]
10648         Bug fix in LoadImage().
10649
10650         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
10651           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
10652         Modified graphics calls to take into account the DC origin.
10653
10654         * [windows/defwnd.c]
10655         Added preliminary WM_NCCALCSIZE handling.
10656
10657         * [windows/event.c]
10658         Send WM_NCCALCSIZE message on resize event.
10659
10660         * [windows/win.c]
10661         Send WM_NCCALCSIZE message in CreateWindow().
10662         Realize widgets at creation time (should prevent problems with
10663         unrealized widgets).
10664
10665 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10666
10667         * [controls/static.c]
10668         Send mouse & keyboard message received to its parent.
10669
10670         * [controls/scroll.c]
10671         Send keyboard message received to its parent.
10672
10673         * [controls/listbox.c]
10674         Add Navigation keys .
10675         ListBox now use VSCROLL & HSCROLL instead of children.
10676         Alpha version of LBS_MULTIPLESEL.
10677         Alpha version of LBS_MULTICOLUMN.
10678
10679         * [controls/combo.c]
10680         Add Navigation keys on closed ComboBox.
10681         Remove useless 'COMBOBOX_CreateComboBox' function.
10682
10683 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
10684
10685         * [loader/wine.
10686         LoadImage() modified to use FindFile().
10687
10688         * [misc/file.c]
10689         SetErrorMode added
10690
10691         * [misc/dos_fs.c]
10692         bug fixes.
10693
10694 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10695
10696         * [memory/global.c]
10697         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
10698
10699         * [sysres.dll]
10700         preliminary version of a 'glass of wine' bitmap
10701
10702         * [windows/event.c]
10703         New function 'GetCapture'.
10704
10705         * [controls/scroll.c]
10706         Remove useless 'SCROLLBAR_CreateScrollBar' function.
10707
10708         * [controls/listbox.c]
10709         Remove useless 'LISTBOX_CreateListBox' function.
10710
10711 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
10712
10713         * [objects/font.c]
10714         Corrected bugs in GetCharWidth().
10715
10716         * [windows/event.c]
10717         Modified EVENT_key to send Windows virtual key codes for
10718         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
10719         for printable characters.
10720
10721 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
10722
10723         * [windows/graphics.c]
10724         Added Polyline and Polygon
10725
10726 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
10727
10728         * [controls/listbox.c]
10729         ListBoxDirectory() modified to use dos_fs.c's functions to
10730         access files&|drives.
10731
10732 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
10733
10734         * [misc/dos_fs.c]
10735         Added FindFile() to search a file in a dos/unix style path.
10736         
10737         * [misc/file.c]
10738         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
10739         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
10740         GetDriveType.                      
10741
10742         * [misc/int21.c]
10743         Modified.
10744
10745 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10746
10747         * [misc/profile.c]
10748         The Profile functions now return the correct values. They now
10749         implement all the features described in the SDK.
10750
10751 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
10752
10753         * [loader/selector.c]
10754         Rewrote selector aliasing routines to use System V IPC
10755         routine to alias memory segments.
10756
10757 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10758
10759         * [controls/listbox.c]
10760         More consistency in functions using wIndexes
10761
10762         * [controls/scroll.c]
10763         New function : ShowScrollBar().
10764
10765         * [loader/cursor.c] ... New file
10766         Move cursor functions from [loader/resource.c].
10767         New function : ClipCursor().
10768         New function : GetClipCursor().
10769         New function : CreateCursor().
10770         SetCursor() now working using gloabal variable 'winHasCursor'.
10771
10772         *[object/palette.c]
10773         New stub only : SelectPalette().
10774         New stub only : RealizePalette().
10775
10776         *[win/event.c]
10777         New function : EVENT_enter_notify(),
10778                 update 'winHasCursor' and send WM_SETCURSOR.
10779
10780         *[win/defwnd.c]
10781         Add processing of WM_SETCURSOR message.
10782
10783         *[win/win.c]
10784         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
10785         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
10786         New function ClientToScreen().
10787         New function ScreenToClient().
10788
10789 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
10790
10791         * [files.h / regfunc.h / misc/dos.c]
10792         Removed.
10793
10794         * [misc/dos_fs.c]
10795         Added support for loading dosdrive cfg from wine.ini.
10796
10797         * [misc/int21.c]
10798         Modified.
10799
10800
10801 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
10802
10803         * [include/atom.h] [memory/atom.c]
10804         Implemented atoms.
10805
10806         * [windows/class.c]
10807         Modified RegisterClass() to use atoms.
10808         Implemented CS_GLOBALCLASS style.
10809
10810         * [windows/message.c]
10811         Implemented RegisterWindowMessage().
10812
10813         * [loader/resource.c]
10814         Bug fix in LoadResource().
10815
10816         * [windows/dialog.c]
10817         Modified CreateDialogParam() to use Find/LoadResource().
10818
10819 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
10820
10821         * [windows/scroll.c]
10822         Preliminary implementations of ScrollWindow, ScrollDC and
10823         ScrollWindowEx.
10824
10825 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10826
10827         * [controls/listbox.c]
10828         Optimization of redraw during 'Add' or 'Insert'.
10829
10830         * [controls/scroll.c]
10831         Optimization of WM_PAINT during 'thumbtracking'.
10832
10833         * [controls/button.c]
10834         Add of beta implement of 'BS_OWNERDRAW'
10835
10836         * [controls/static.c]
10837         Style 'SS_ICON' new supported.
10838
10839         * [misc/message.c]
10840         Begin of implemantation of MB_XXX styles.
10841
10842         * [loader/resource.c]
10843         Function LoadIcon() : now prepare transparency Bitmap mask.
10844         Function LoadCursor() : now prepare a 'X pixmapcursor'.
10845         New function SetCursor() : not finished.
10846         New function ShowCursor() : not finished.
10847         New function AccessResource() : stub.
10848
10849         * [obj/dib.c]
10850         Function DrawIcon(): deugging phase of icon transparency mask.
10851
10852         * [loader/library.c]
10853         new file for news functions LoadLibrary() & FreeLibrary().
10854
10855         * [sysres.dll]
10856         Resources only 16bits DLL for System Resources, icons, etc...
10857
10858 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
10859
10860         * [include/dialog.h] [windows/dialog.c]
10861         Simplified dialog template parsing.
10862         Implemented DialogBoxIndirect().
10863
10864         * [windows/win.c]
10865         Fixed bug in CreateWindow() when aborting window creation.
10866         Modified UpdateWindow() to only update visible windows.
10867         Implemented IsWindow().
10868
10869 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10870
10871         * [controls/listbox.c]
10872         Listbox control window : new messages.
10873
10874         * [controls/combo.c]
10875         Combo box control window : new messages.
10876
10877         * [misc/message.c]
10878         Moved stub MessageBox() to this new file.
10879         Implemented of a callback, now MessageBox show a window.
10880
10881         * [loader/resource.c]
10882         New function DestroyIcon()
10883         New function DestroyCursor()
10884         Filled stub LoadIcon()
10885         Filled stub LoadCursor()
10886         Bug fixed in FindResourceByName() : missing lseek().
10887
10888         * [obj/dib.c]
10889         New function DrawIcon()
10890
10891         * [windows/win.c]
10892         New function CloseWindow()
10893         New function OpenIcon()
10894         New function IsIconic()
10895         New Function FindWindow()
10896
10897 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10898
10899         * [loader/selector.c]
10900         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
10901
10902 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
10903
10904         * [loader/selector.c]
10905         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
10906
10907 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
10908
10909         * [loader/resource.c]
10910         Wrote FindResource(), LoadResource(), LockResource(),
10911         and FreeResource()
10912
10913         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
10914         Changed selector allocation method.
10915
10916 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10917
10918         * [if1632/callback.c if1632/call.S if1632/user.spec] 
10919         added Catch (KERNEL.55) and Throw (KERNEL.56)
10920         
10921 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10922
10923         * [controls/scroll.c]
10924         Scroll bar control window
10925                 Bug resolved : Painting message before scroll visible.
10926
10927         * [controls/listbox.c]
10928         Listbox control window
10929                 Destroy cleanup.
10930
10931         * [controls/combo.c]
10932         Combo box control window
10933                 Destroy cleanup.
10934
10935         * [controls/button.c]
10936                 GetCheck Message now return is state.
10937
10938         * [windows/win.c]
10939         New function IsWindowVisible()
10940
10941 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
10942
10943         * [if1632/user.spec]
10944         Removed some duplicate entries.
10945
10946         * [include/dialog.h] [windows/dialog.c]
10947         Implemented dialog units and fonts.
10948         Added preliminary loading of dialog resources.
10949         Preliminary implementation of DialogBox().
10950         Implemented Get/SetDlgItem* functions.
10951
10952         * [windows/win.c]
10953         Implemented WM_PARENTNOTIFY message.
10954         Implemented CreateWindowEx() and GetWindow().
10955         Completed DestroyWindow().
10956
10957 Mon Nov  1 18:19:34 1993  Erik Bos
10958
10959         * [loader/signal.c]
10960         Added support for int 0x11 & 0x12.
10961
10962         * [loader/int21.c]
10963         Improved function handling.
10964
10965 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
10966
10967         * [objects/font.c]
10968         Implemented GetCharWidth().
10969
10970 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
10971
10972         * [Makefile]
10973         Use GNU malloc.
10974
10975         * [include/int21.h include/wine.h]
10976         Change sc_eflags to sc_efl .
10977
10978         * [include/wine.h]
10979         Fix misplaced #endif
10980         Include <signal.h> for NetBSD
10981
10982         * [loader/int21.c]
10983         Don't include <sys/vfs.h> in NetBSD
10984         Do include <sys/mount.h> in NetBSD
10985         Cleanup some lint.
10986
10987 Mon Oct 26 17:59:01 1993  Erik Bos
10988
10989         * [include/int21.h]
10990         Added.
10991
10992         * [loader/int21.c]
10993         Added support for many dos ints.
10994
10995         * [misc/file.c] [include/files.h]
10996         Moved OPEN_MAX and DosDriveStruct to files.h.
10997
10998 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
10999
11000         * [controls/button.c]
11001         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
11002         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
11003         a preliminary USERBUTTON control.
11004
11005         * [objects/text.c]
11006         Corrected bugs in TEXT_NextLine() and added handling of prefix
11007         character.
11008
11009         * [controls/button.c]
11010         Disabled focus handling by commenting out SetFocus() calls until
11011         serious bug can be found.
11012
11013 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11014
11015         * [controls/listbox.c]
11016         Listbox control window
11017                 Painting cleanup, new messages processed.
11018
11019         * [controls/scroll.c]
11020         Scroll bar control window
11021                 Painting cleanup.
11022
11023         * [controls/combo.c]
11024         Combo box control window
11025                 Painting cleanup.
11026
11027 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
11028
11029         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
11030         Better support for the private color map.
11031         Using a private map is now the default.
11032
11033         * [windows/win.c]
11034         Bug fix.
11035
11036         * [include/dialog.h] [windows/dialog.c]
11037         Implemented CreateDialog*() and IsDialogMessage().
11038
11039         * [misc/xt.c] [windows/defwnd.c]
11040         Moved DefWindowProc() to defwnd.c.
11041         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
11042
11043         * [windows/defdlg.c]
11044         Started the implementation of DefDlgProc().
11045
11046         * [windows/win.c]
11047         Added WM_NCCREATE and WM_NCDESTROY messages.
11048         Implemented IsChild().
11049
11050 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
11051
11052         * [windows/focus.c]
11053         Implemented GetFocus() and SetFocus().
11054
11055         * [windows/event.c]
11056         Added processing of FocusIn and FocusOut events.
11057
11058         * [windows/graphics.c]
11059         Added DrawFocusRect().
11060
11061 Sat Oct  9 14:36:57 1993  Erik Bos
11062
11063         * [loader/int1a.c]
11064         Added more function handling.
11065
11066 Wed Oct  6 12:21:22 1993  Erik Bos
11067
11068         * [loader/signal.c]
11069         Split signal.c into int1a.c, int21.c and signal.c.
11070
11071 Tue Oct  5 22:12:40 1993  David Metcalfe
11072
11073         * [controls/static.c] [control/widgets.c]
11074         Static control class.
11075
11076         * [objects/text.c]
11077         Added processing of additional DT_ flags to DrawText().
11078
11079         * [windows/win.c] [misc/xt.c]
11080         Added SetWindowText() and WM_SETTEXT processing.
11081
11082 Tue Oct  5 22:12:40 1993  Martin Ayotte
11083
11084         * [controls/listbox.c]
11085         Listbox control window
11086
11087         * [controls/scroll.c]
11088         Scroll bar control window
11089
11090         * [controls/combo.c]
11091         Combo box control window
11092
11093         * [include/combo.h]
11094         Combo box definitions
11095
11096         * [include/listbox.h]
11097         Listbox definitions
11098
11099         * [include/scroll.h]
11100         Scroll bar definitions
11101
11102 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
11103
11104         * [if1632/callback.c]
11105         Fixed bug in MakeProcInstance().
11106
11107         * [debugger/info.c]
11108         Changed x/w and x/b to display in hex.
11109
11110         * [debugger/i386-pinsn.c]
11111         Added code to properly unassemble 16-bit indexing.
11112
11113 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
11114
11115         * [loader/files.c] [misc/profile.c]
11116         System initialization file is now called "wine.ini" and can
11117         be located in the current directory, the user's home directory,
11118         or any directories specified in the WINEPATH environment variable.
11119
11120         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
11121         Changed register function stack to match sigcontext structure.
11122
11123 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
11124
11125         * [loader/files.c]
11126         Created function to search a path for files to load.
11127
11128         * [loader/wine.c]
11129         Modified exe and dll file loading to search through path
11130         specified by the environment variable WINEPATH.
11131
11132 Thu Sep 30 22:30:21 1993  Eric Youngdale
11133
11134         * [loader/signal.c]
11135         Bug fix.
11136
11137 Thu Sep 30 22:30:21 1993  John Brezak
11138
11139         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
11140           [debugger/obstack.h]
11141         Updates to allow debugger to function under NetBSD.
11142
11143 Tue Sep 28 19:59:21 1993  David Metcalfe
11144
11145         * [windows/win.c]
11146         Implemented support for windows with no borders.  Added
11147         GetParent(), GetDlgCtrlID(), GetWindowText() and
11148         GetWindowTextLength() functions.
11149
11150         * [misc/xt.c]
11151         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
11152         to DefWindowProc and Implemented MessageBeep().
11153
11154         * [windows/syscolor.c]
11155         Added preliminary system color support.
11156
11157         * [controls/button1.c]
11158         Mods to new button control and integration with Wine.
11159
11160 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
11161
11162         * [controls/button1.c]
11163         New button control using GDI functions.
11164         
11165 Tue Sep 28 19:59:21 1993  Eric Youngdale
11166
11167         * [debugger/*]
11168         Added debugging capabilities to Wine
11169
11170 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
11171
11172         * [objects/region.c]
11173         Bug fix
11174
11175 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
11176
11177         * [tools/build.c]
11178         Changed the entry point code to reduce the standard entry
11179         point size from 22 bytes to 10 bytes.  This leaves about
11180         4000 free entry points instead of the 800 in version 0.4.2.
11181
11182         * [loader/resource.c]
11183         Rewrote functions to allow loading of resources from any
11184         DLL.
11185
11186         * [loader/wine.c] [include/wine.h]
11187         Added functions GetFilenameFromInstance() and GetFileInfo()
11188         to search for a loaded file based on its instance handle.
11189         Added a field in struct w_files to make searching by an instance
11190         handle faster.
11191
11192 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
11193
11194         * [misc/profile.c]
11195         Implementation of .INI file handling
11196
11197 Mon Sep 20 10:54:32 1993  David Metcalfe
11198
11199         * [misc/profile.c.old]
11200         Implementation of .INI file handling
11201
11202 Mon Sep 20 10:54:32 1993  John Brezak
11203
11204         * [controls/WinButton.c]
11205         Bug fix with call to XtVaSetValues.
11206
11207 Mon Sep 20 10:54:32 1993  Alexandre Julliard
11208
11209         * [windows/win.c]
11210         Quick patch to get colormaps to work with button widget.
11211
11212 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
11213
11214         * misc/keyboard.c: 
11215         Ifdefed out some bogus Ansi<->Oem conversion functions
11216
11217         * misc/lstr.c: 
11218         New file with string functions like lstr* IsChar* *Ansi* 
11219
11220 Wed Sep 15 20:35:10 1993  John Brezak
11221
11222         * [loader/signal.c]
11223         Additional changes to support NetBSD.
11224
11225 Wed Sep 15 22:19:22 1993  Martin Ayotte
11226
11227         * [windows/graphics.c]
11228         Added FrameRect function
11229
11230 Tue Sep 14 13:54:45 1993  Alexandre Julliard
11231
11232         * [objects/color.c] [objects/palette.c]
11233         Preliminary support for private color map.
11234
11235         * [windows/class.c]
11236         Implemented CS_CLASSDC style.
11237
11238         * [windows/dce.c]
11239         Moved DCEs to USER heap.
11240         Implemented class and window DCs.
11241
11242         * [windows/event.c]
11243         Implemented CS_DBLCLKS style.
11244
11245         * [windows/graphics.c]
11246         Bug fix in SetPixel().
11247
11248         * [windows/win.c]       
11249         Implemented CS_OWNDC style.
11250         Implemented Get/SetWindowLong().
11251
11252         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
11253           [windows/dce.c] [windows/message.c] [windows/win.c]   
11254         Moved windows from global heap to USER heap.
11255
11256 Mon Sep 13 05:00:11 1993  Eric Youngdale
11257
11258         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
11259           [loader/wine.c] [tools/build.c]
11260         Added ability to generate missing functions statistics.
11261
11262 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
11263
11264         * [WIN31-APPLETS]
11265         Added new file.
11266
11267         * [if1632/kernel.spec]
11268         Added definitions for GetProfile{Int,String} and SetHandleCount.
11269
11270         * [if1632/keyboard.spec]
11271         Created interface specification for Keyboard driver DLL.
11272
11273         * [if1632/relay.c]
11274         Added keyboard.dll to list of included DLLs.
11275
11276         * [if1632/user.spec]
11277         Added LoadAccelerators definition.
11278
11279         * [loader/resource.c]
11280         Added LoadAccelerators stub.
11281
11282         * [misc/file.c]
11283         Changed OpenFile, and added SetHandleCount (for winfile.exe)
11284
11285         * [misc/keyboard.c]
11286         Added keyboard code.
11287
11288         * [misc/profile.c] [misc/xt.c]
11289         Moved GetPrivateProfile* commands here, and added GetProfile*
11290         commands.
11291
11292 Mon Sep 13 10:24:37 1993  Andrew Bulhak
11293
11294         * [windows/utility.c]
11295         Implemented MulDiv(), OutputDebugString() and wvsprintf()
11296
11297 Fri Sep 10 09:13:30 1993  John Brezak
11298
11299         * [*/Makefile]
11300         Created patch to allow BSD make to build wine.
11301
11302         * [windows/win.c]
11303         Fixed NULL pointer reference.
11304
11305         * [windows/message.c] [misc/xt.c]
11306         Defined HZ to handle system specific timing.
11307
11308         * [windows/graphics.c]
11309         Use M_PI is PI
11310
11311         * [objects/pallete.c]
11312         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
11313
11314         * [dump.c] [ldt.c] [wine.c]
11315         ifdef'ed linux headers for linux compile.
11316
11317         * [loader/ldtlib.c]
11318         Add NetBSD system calls when compiled on that system.
11319
11320         * [loader/selector.c]
11321         Use mmap(MAP_ANON, ...) for NetBSD.
11322
11323         * [if1632/call.S]
11324         Fixed selector assumptions.
11325
11326 Thu Sep 9 20:01:37 1993  David Metcalfe
11327
11328         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
11329           [windows/win.c] [windows/class.c]
11330         Added 3D button control and tied into CreateWindow()
11331
11332 Thu Sep  9 07:35:24 1993  Scott Laird
11333
11334         * [if1632/sound.spec]
11335         Created interface specification for SOUND DLL.
11336
11337         * [if1632/win87em.spec]
11338         Added more functions to the WIN87EM DLL interface specification
11339
11340         * [misc/emulate.c]
11341         Created stubs for the new math emulation functions.
11342
11343         * [misc/sound.c]
11344         Created stubs for the SOUND DLL.
11345
11346 Sun Sep  5 21:02:10 1993  John Burton
11347
11348         * [if1632/kernel.spec]
11349         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
11350         and _lwrite.
11351
11352         * [include/windows.h]
11353         Added OF_ macros
11354
11355         * [misc/file.c]
11356         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
11357
11358 Fri Sep  3 18:47:03 1993  Alexandre Julliard
11359
11360         * [windows/dc.c]
11361         Bug fix
11362
11363         * [objects/text.c]
11364         Bug fix
11365
11366 Fri Sep  3 18:47:03 1993  Bob Amstadt
11367
11368         * [objects/linedda.c]
11369         Finished LineDDA().
11370
11371 Fri Sep  3 11:52:18 1993  Bob Amstadt
11372
11373         * [windows/timer.c]
11374         Changed to use CallWindowProc() rather directly calling callback.
11375
11376         * [windows/event.c]
11377         Implemented SetCapture() and ReleaseCapture()
11378
11379         * [windows/keyboard.c]
11380         Created stub for GetKeyState()
11381
11382         * [objects/linedda.c]
11383         Created stub for LineDDA()
11384
11385         * [if1632/callback.c]
11386         Created callback handler for LineDDA callback procedure.
11387
11388         * [if1632/callback.c]
11389         Created FreeProcInstance()
11390
11391 Fri Sep  3 08:36:52 1993  David Metcalfe
11392
11393         * [loader/signal.c]
11394         Patch to and code for INT 1A
11395
11396 Thu Sep  2 00:31:54 1993  Alexandre Julliard
11397
11398         * [objects/font.c] [objects/text.c]
11399         More text support: implemented justification and underlining.
11400
11401         * [windows/clipping.c] [objects/clipping.c]
11402         Moved low-level clipping functions to objects/clipping.c.
11403
11404         * [windows/clipping.c] [windows/event.c] [windows/message.c]
11405         Implemented window update regions.
11406
11407         * [windows/dc.c] [objects/dcvalues.c]
11408         Moved some device-independent DC functions to objects/dcvalues.c.
11409
11410         * [windows/graphics.c]
11411         Implemented InvertRect() and GetPixel().
11412
11413 Sat Aug 28 08:40:23 1993  Eric Youngdale
11414
11415         * [include/neexe.h] [loader/wine.c]
11416         Added code to handle relocation type 4.
11417
11418         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
11419         Added support for dos interrupts.
11420
11421 Thu 26 Aug 19:15:00 1993  Eric Youngdale
11422
11423         * [loader/selector.c]
11424         Fixed bug dealing with loading DLLs.
11425
11426 Thu Aug 26 19:22:40 1993  Alexandre Julliard
11427
11428         * [include/gdi.h] [objects/font.c] [windows/dc.c]
11429         Beginning of real font support.
11430
11431         * [windows/graphics.c]
11432         Implemented PatBlt().
11433
11434         * [memory/global.c]
11435         Corrected a bug with linked list handling in GlobalAlloc().
11436
11437         * [objects/bitmap.c]
11438         Corrected a bug in BITMAP_SelectObject().
11439
11440 Tue Aug 24 19:22:40 1993  David Metcalfe
11441
11442         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
11443           [controls/SmeMenuButt*]
11444         Change code to support & as a special character in menu item text.
11445
11446 Tue Aug 24 19:22:40 1993  Alexandre Julliard
11447
11448         * [include/gdi.h] [windows/dc.c]
11449         Heavily modified the DC structure for better device-independence.
11450
11451         * [objects/bitmap.c]
11452         Implemented bitmap dimensions.
11453
11454         * [windows/dc.c] [windows/dce.c]
11455         Implemented DC state saving and restoring.
11456
11457         * [windows/dc.c]
11458         Implemented ROP mode.
11459
11460         * [windows/graphics.c]
11461         Implemented FillRect().
11462
11463 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
11464
11465         * [misc/xt.c]
11466         Fixed bug in InvalidateRect().  Solitaire attempted to
11467         clear window before it was realized.
11468
11469         * [loader/resource.c]
11470         Began rewrite of LoadBitmap().
11471
11472         * [loader/wine.c]
11473         Fixed code which set Argv and Argc global variables.
11474
11475         * [loader/selector.c]
11476         Added code to set up command line arguments.
11477
11478         * [include/neexe.h]
11479         Fixed error in PSP structure.
11480
11481 Tue Aug 17 20:41:12 1993  Alexandre Julliard
11482
11483         * [include/gdi.h] [windows/dc.c]
11484         Implemented device capabilities.
11485
11486         * [objects/region.c]
11487         Implemented EqualRgn() and CombineRgn().
11488
11489         * [windows/clipping.c]
11490         Implemented Save/RestoreVisRgn().
11491
11492         * [windows/graphics.c]
11493         Implemented PaintRgn() and FillRgn().
11494
11495         * [windows/mapping.c]
11496         Implemented mapping modes.
11497
11498 Tue Aug 10 14:07:38 1993  Alexandre Julliard
11499
11500         * [if1632/user.spec] [misc/rect.c]
11501         Implemented rectangle API functions.
11502
11503         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
11504         Implemented regions.
11505
11506         * [windows/class.c]
11507         Corrected a typo in UnregisterClass().
11508
11509         * [windows/clipping.c] [windows/dc.c]
11510         Implemented DC clipping and visible region.
11511
11512 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
11513
11514         * [controls/menu.c] [windows/win.c]
11515         SetMenu(), GetMenu(), CheckMenuItem() implemented
11516
11517 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
11518
11519         * [controls/menu.c] [windows/win.c]
11520         Many improvements menus.  LoadMenu() should work.
11521
11522 Wed Aug  4 14:55:36 1993  Alexandre Julliard
11523
11524         * [objects/dib.c]
11525         Started the implementation of device-independent bitmaps.
11526
11527         * [objects/bitmap.c]
11528         Added support for multiple bitmap depths.
11529
11530         * [objects/brush.c]
11531         Implemented pattern brushes.
11532
11533         * [windows/dc.c] [windows/graphics.c]
11534         Implemented some GDI graphics primitives.
11535
11536 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
11537
11538         * [controls/menu.c] [windows/win.c] [include/menu.h]
11539         Code to load class menus from executable file.
11540
11541         * [if1632/user.spec]
11542         Fixed specification of SendMessage() and PostMessage.
11543
11544 Mon Jul 26 21:53:24 1993  Alexandre Julliard
11545
11546         * [if1632/call.S]
11547         Corrected a bug in KERNEL_InitTask().
11548
11549         * [include/windows.h]
11550         Added a lot of constants.
11551
11552         * [loader/selector.c]
11553         Corrected a bug in segment allocation in CreateSelectors().
11554
11555         * [objects/bitmap.c]
11556         Implemented SelectObject() for bitmaps.
11557
11558         * [objects/brush.c]
11559         Implemented hatched brushes and SelectObject().
11560
11561         * [objects/gdiobj.c]
11562         Removed linked list (not needed).
11563
11564         * [objects/palette.c]
11565         Implemented system palette creation and misc. palette API functions.
11566
11567         * [windows/timer.c]
11568         Implemented timers.
11569
11570         * [windows/dc.c]
11571         Implemented memory device contexts.
11572
11573 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
11574
11575         * [dos.c]
11576         Split DOS3Call() out of kernel.c.  Added support for get date
11577         and time functions.
11578
11579         * [call.S]
11580         Added function ReturnFromRegisterFunc() to allow DOS calls
11581         to return values in registers.
11582
11583         * [regfunc.h]
11584         Macros to access registers saved on stack.
11585
11586 Tue Jul 20 10:38:59 1993  Alexandre Julliard
11587
11588         * [win.c]
11589         Corrected allocation of the WM_CREATE data structure.
11590
11591         * [dce.c] [dce.h]
11592         Implemented DCE handling.
11593
11594         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
11595           [gdiobj.c] [palette.c] [pen.c]
11596         Implemented the GDI objects data structures and allocation.
11597
11598         * [windows.h]
11599         Added several structures and constants for GDI objects.
11600
11601 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
11602
11603         * [ldtlib.c]
11604         Modified system calls to match Linus' new interface for
11605         the LDT modification.
11606
11607         * [win.c]
11608         Fixed bug with WM_CREATE message.
11609
11610         * [heap.c] [kernel.spec]
11611         Completed local heap allocation functions.
11612
11613         * [global.c]
11614         Created function GlobalQuickAlloc() for easy allocation from DLLs
11615
11616 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
11617
11618         * [global.c]
11619         Completed global memory pool API
11620
11621 Sun Jul 11 16:59:52 1993  Alexandre Julliard
11622
11623         * [message.c] [user.c] [user.spec] [windows.h]
11624         Added emulation of Windows message queue.
11625
11626 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
11627
11628         * [build.c] Original by Bob Amstadt
11629         * [callback.c] Original by Bob Amstadt, updates by 
11630         Alexandre Julliard
11631         * [dump.c] Original by Bob Amstadt
11632         * [global.c] Original by Bob Amstadt
11633         * [heap.c] Original by Bob Amstadt
11634         * [kernel.c] Original by Bob Amstadt
11635         * [ldt.c] Original by Bob Amstadt
11636         * [ldtlib.c] Original by Bob Amstadt
11637         * [relay.c] Original by Bob Amstadt
11638         * [resource.c] Original by Bob Amstadt, updates by 
11639         Alexandre Juliard
11640         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
11641         * [user.c] Original by Bob Amstadt
11642         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
11643         Alexandre Julliard
11644         * [wintcl.c] Original by Regents of the University of California,
11645         updates by Peter MacDonald and Alexandre Julliard
11646         * [callback.h] Original by Bob Amstadt
11647         * [dlls.h] Original by Bob Amstadt
11648         * [heap.h] Original by Bob Amstadt
11649         * [neexe.h] Original by Bob Amstadt
11650         * [prototypes.h] Original by Bob Amstadt, updates by 
11651         Eric Youngdale
11652         * [segmem.h] Original by Bob Amstadt
11653         * [tkInt.h] Original by Regents of the University of California
11654         * [windows.h] Original by Peter MacDonald, updates by 
11655         Alexandre Julliard and Bob Amstadt
11656         * [wine.h] Original by Eric Youngdale
11657         * [kernel.spec] Original by Bob Amstadt, updates by 
11658         Alexandre Julliard
11659         * [gdi.spec] Original by Bob Amstadt, updates by 
11660         Alexandre Julliard
11661         * [shell.spec] Original by Bob Amstadt
11662         * [unixlib.spec] Original by Bob Amstadt
11663         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
11664         * [win87em.spec] Original by Bob Amstadt
11665         * [Windows.tcl] Original by Peter MacDonald, updates by 
11666         Alexandre Julliard
11667         * [build-spec.txt] Original by Bob Amstadt
11668         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale