Release 970202
[wine/multimedia.git] / ChangeLog
blobcce92fd26bb9b365fcbe049830fcc37d095e26ad
1 ----------------------------------------------------------------------
2 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [files/drive.c]
5         Fixed SetCurrentDirectory() to also change the current drive.
7         * [win32/except.c] [tools/build.c]
8         Use Win32 register functions to implement exception handling.
9         Fixed UnhandledExceptionFilter.
11 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
13         * [windows/keyboard.c]
14         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
15         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
16         or when the state has changed, out of wine.
17         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
18         by InputKeyStateTable.
20 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
22         * [loader/*resource.c][if1632/thunk.c]
23         EnumResource* added.
25         * [loader/pe_resource.] [loader/resource.c]
26         SizeofResource32(), LoadAccelerators32() added.
28         * [misc/lstr.c]
29         FormatMessage %n added.
31         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
32         _chdrive,_errno,_isctype added.
34         * [misc/cpu.c]
35         Replaced runtime_cpu by GetSystemInfo().
37         * [windows/hook.c][include/hook.h]
38         Fixed mapping of hooks to win32/unicode.
40         * [windows/keyboard.c] [windows/defwnd.c]
41         Updated to win32 standard.
42         ALT-<Menukey> fixed.
44         * [windows/queue.c]
45         GetWindowThreadProcessId() implemented.
47 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
49         * [graphics/metafiledrv/*] [graphics/x11drv/*]
50           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
51           [objects/gdiobj.c] [objects/pen.c]
52         Moved SelectObject to graphics drivers. Printer support now works
53         in a few cases but is definitely not complete. Generic/text driver
54         works. The postscript driver works if true type fonts are disabled
55         from the control panel. To enable printer support add Printer=on
56         to the wine section of your wine.conf file. This causes write not
57         to work properly. I know that several other printer drivers do not
58         work.
60         * [tools/build.c]
61         Make .stabs not used for svr4 since it doesn't use GNU assembler.
63         * [misc/fontengine.c]
64         Make sure a printf doesn't crash the system.
66 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
68         * [objects/metafile.c]
69         Fixed some problems with PlayMetaFileRecord().
71         * [objects/dc.c]
72         hClipRgn gets initialized in GetDCState().
74 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
76         * [debugger/stabs.c]
77         Handle file names beginning with '/'.
79 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
81         * [*/*]
82         Some more patches for OS/2 support.
84 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
86         * [resources/sysres_Ko.rc]
87         Updated support for Korean (Ko) language.
89 ----------------------------------------------------------------------
90 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
92         * [loader/module.c]
93         Fixed LoadModule() to always call the DLL initialization code.
95         * [windows/event.c]
96         Moved all the keyboard stuff to windows/keyboard.c
98         * [tools/build.c]
99         Fixed Win32 register functions.
101 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
103         * [tools/makedep.c]
104         Fixed bug which causes SEGV on Solaris x86.
106 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
108         * [controls/edit.c]
109         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
110         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
111         Fixed EM_SETSEL and some minor bugs (features).
112         Hence: fully functional undo and a win95 menu with the right mouse
113                 button.
115         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
116         Added a context menu for the edit control.
117         Translations, please ...
119 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
121         * [windows/event.c]
122         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
123         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
124         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
125         to make them work with any X server.
126         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
128         * [include/keyboard.h]
129         Totally replaced the file (formerly containing the vkcase definitions)
130         by the declaration of 'extern' variables contained by event.c and used
131         by keyboard.c
132         
133         * [windows/keyboard.c]
134         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
135         table keyc2vkey or X functions only.
136         ToAscii : added keypad 0-9 and . special case.
137         Changed toggle keys active mask from 0x80 to 0x1.
139         * [misc/keyboard.c]
140         File deleted. Contents moved to windows/keyboard.c.
142         * [misc/main.c]
143         Added putenv XKB_DISABLE to disable XKB extension (which, when
144         present, causes AltGr to change keyboard group instead of being a
145         modifier).
147 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
149         * [windows/event.c]
150         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
151         output of XGetModifierMapping for XK_Num_Lock.
153 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
155         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
156           [debugger/*.c]
157         General clean up.
158         Changed defines/structures to match Windows NT SDK.
160         * [loader/main.c]
161         Don't crash on empty command-line.
163         * [windows/winpos.c]
164         winpos.c made win32 clean.
166         * [misc/ntdll.c]
167         Some string conversion additions.
169         * [files/file.c]
170         GetFileAttributes/GetTempFileName fixed.
172         * [misc/ver.c]
173         VerInstallFile implemented.
175 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
177         * [tools/build.c]: Use PREFIX also in stabs messages.
179 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
181         * [graphics/win16drv/*] [include/win16drv.h]
182         Many fixes and some new features.
184         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
185           [include/x11drv.h] [objects/font.c]
186         GetTextMetrics() moved to graphics driver.
188         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
189         New dummy EngineEnumerateFont, EngineRealizeFont functions.
191         * [include/windows.h]
192         TEXTFORM16 and FONTINFO16 structure definitions moved here from
193         include/win16drv.h
195 ----------------------------------------------------------------------
196 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
198         * [controls/menu.c]
199         Updated to new Win32 types.
201         * [controls/listbox.c]
202         Fixed Winfile extended selection bug.
204         * [files/directory.c]
205         Changed DIR_SearchPath to return both long and short file names.
207         * [files/dos_fs.c]
208         Implemented VFAT ioctl to retrieve the original short filenames
209         from a VFAT filesystem (Linux only for now).
210         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
211         DOS_GetFullName().
212         Properly implemented GetShortPathName() and GetFullPathName().
213         Made all functions re-entrant.
215         * [files/file.c] [misc/main.c]
216         Replaced -allowreadonly option by -failreadonly. The default is
217         now to report success when opening a read-only file for writing.
219         * [objects/metafile.c]
220         Fixed bug in DIB bitmaps pointer calculation.
222         * [scheduler/process.c]
223         Implemented environment strings and Get/SetStdHandle with process
224         environment block.
226         * [tools/build.c]
227         Rewrote BuildContext32() to avoid instructions that may not be
228         supported by all assemblers.
229         
230 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
232         * [windows/event.c]
233         Created table keyc2vkey, which associate a vkey(+extended bit) to
234         any keycode. Changed EVENT_event_to_vkey to use this table to
235         return the correct vkey. Changed EVENT_ToAscii to get the keycode
236         from this table too.  Assigned OEM specific vkeys arbitrarily.
238 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
240         * [misc/winsock.c] [misc/winsoc_async.c]
241         Fixed svr4 header files.
242         Changed bzero() to memset().
244         * [tools/fnt2bdf.c]
245         Removed bcopy() and used memcpy() instead.
247         * [debugger/msc.c]
248         Include string.h instead of strings.h
250         * [debugger/stabs.c]
251         Include string.h instead of strings.h.
252         Define __ELF__ for svr4 systems.
254         * [loader/signal.c]
255         Use wait() instead of wait4() which doesnt exist on Unixware.
257         * [memory/global.c]
258         Use sysconf() instead of getpagesize() for svr4 systems.
260 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
262         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
263           [tools/Makefile.in] [documentation/wine_os2.txt]
264         Patches for OS/2 support. Note that it doesn't compile yet.
266 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
268         * [debugger/*]
269         Many more debugger improvements (see debugger/README for details).
271 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
273         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
274           [graphics/metafiledrv/*]
275         Moved some device dependent code into the resp. subdirs.
277         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
278         Prototypes added,
279         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
281         * [objects/region.c]
282         CreatePolyPolygonRgn32 added.
284         * [files/dos_fs.c]
285         QueryDosDevice added.
287         * [misc/lstr.c]
288         FormatMessage: broken heap management fixed.
290         * [scheduler/process.c] [scheduler/thread.c]
291         Get/SetThreadPriority/PriorityClass added.
293 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
295         * [misc/keyboard.c]
296         ToAscii : Use EVENT_ToAscii instead.
298         * [windows/event.c]
299         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
300         keypad cursor keys.
301         EVENT_event_to_vkey : New function, to transform a X keycode
302         into a MSwin vkey + extended bit.
303         EVENT_ToAscii : New function, to transform a vkey + extended bit
304         (+ key state table) into ascii char(s), using XLookupString, and
305         recognizing dead chars.
306         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
307         EVENT_event_to_vkey for keycode to vkey conversion; fixed
308         previous, context and extended bits.
310         * [windows/keyboard.c]
311         Include stddebug.h, to get -debugmsg messages.
312         GetKeyState : Handle VK_MBUTTON case.
313         GetKeyboardState, SetKeyboardState : Debugging messages added.
315         * [windows/message.c]
316         TranslateMessage : Handle dead chars.
318 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
320         * [if1632/crtdll.spec] [misc/crtdll.c]
321         C++ functions new/delete/set_new_handler implemented.
323 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
325         * [controls/edit.c] [include/windows.h]
326         Moved the edit control to 32 bits.
327         Included new (win95) message definitions in windows.h
328         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
329         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
330         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
331         Fixed some bugs, introduced a couple of others.
332         Text buffer is now initially in 32-bit heap.
334         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
335           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
336           [misc/commdlg.c]
337         Updated to work with 32-bit edit control.
339 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
341         * [loader/pe_image.c]
342         Use mmap rather then malloc. Better workaround for clean
343         segments.
345 ----------------------------------------------------------------------
346 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
348         * [controls/listbox.c]
349         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
351         * [files/dos_fs.c]
352         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
354         * [files/file.c] [files/directory.c]
355         Use Win32 kernel objects and handles for file handles.
356         Unified SearchPath() and OpenFile().
358         * [loader/builtin.c]
359         Moved to if1632/ directory.
361         * [tools/build.c] [debugger/*] [miscemu/*]
362         Win16 register functions now receive the same CONTEXT * structure
363         as Win32 functions.
365         * [include/sigcontext.h] [miscemu/instr.c]
366         Added new macros to get register values from the SIGCONTEXT
367         structure (only used for instruction emulation now).
369         * [scheduler/process.c] [scheduler/thread.c] (New files)
370         Allocate process and thread structures.
372         * [scheduler/process.c] [win32/k32obj.c]
373         Added Win32 kernel objects and handles management.
375         * [loader/task.c]
376         Create a Win32 process and thread for every Win16 task.
378         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
379         Built-in resources are now in Win32 format. This also avoids
380         16-bit callbacks for built-in dialogs.
382         * [misc/lzexpand.c]
383         Differentiate between 16-bit and 32-bit file handles.
385         * [miscemu/int*.c]
386         Moved all int emulation to msdos/ directory.
388         * [msdos/*]
389         New directory msdos/ contains all MS-DOS emulation code that can
390         also be used for Winelib; this should enable Winelib apps to use
391         DOS3Call and related functions.
393         * [rc/winerc.c]
394         A few bug fixes for Win32 resource format.
396         * [windows/winpos.c]
397         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
398         right though).
400 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
402         * [loader/pe_image.c]
403         Make sure BSS of a PE_Image is zero.
405 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
407         * [windows/scroll.c]
408         ScrollWindowEx() rewrite, ScrollDC() fix.
410         * [windows/nonclient.c] [controls/menu.c]
411         Fixed Alt-Space crashes in dialogs.
413         * [windows/event.c] [windows/message.c]
414         Some changes in mouse message generation.
416 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
418         * [debugger/stabs.c]
419         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
421 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
423         * [windows/event.c]
424         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
425         compatibility.
427 ----------------------------------------------------------------------
428 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
430         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
431         Added mapping functions.
433         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
434         Added a lot of Win32 functions.
436         * [memory/heap.c]
437         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
439         * [misc/lstr.c] [memory/string.c]
440         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
442         * [object/font.c]
443         Avoid uppercasing font names.
445         * [windows/hook.c]
446         Set ds = ss before calling hook procedure.
448 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
450         * [objects/color.c]
451         Use colors allocated by other clients. 
453         * [windows/caret.c]
454         Set default blink time to 500.
456         * [windows/win.c] [windows/event.c]
457         Delete X context before XDestroyWindow().
459         * [windows/keyboard.c]
460         Fixed GetKeyState() once more.
462 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
464         * [debugger/*.c]
465         Lots of built-in debugger improvements: parse Win32 EXEs debug
466         information, display local variables, source files and line
467         numbers, get symbols directly from the Wine executable, etc.
469 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
471         * [misc/winsock_async.c]
472         Extern declaration added for h_errno.
474 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
476         * [windows/message.c]
477         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
479 ----------------------------------------------------------------------
480 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
482         * [graphics/x11drv/bitblt.c]
483         Fixed BITBLT_StretchImage for partially covered or inverted
484         bitmaps.
486         * [objects/dib.c]
487         Fixed the upside-down bitmap problem.
489 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
491         * [if1632/user32.spec]
492         IsMenu and RemoveMenu added (use existing Win16 functions).
494         * [include/windows.h]
495         Corrections to BITMAPINFOHEADER structure.
497         * [loader/module.c] [if1632/kernel32.spec]
498         New function GetModuleFileName32A (heavily based on original
499         Win16 version).
501         * [loader/pe_image.c]
502         Hack to allow files with short PE header to be loaded (e.g.
503         COMDLG32.DLL from Win32s).
505         * [misc/winsock_async.c]
506         #if out EIDRM case (not present in FreeBSD).
508         * [tools/build.c]
509         Remove trailing comments from .s files generated by build
510         as these break assembly when not run through pre-processor.
512         * [windows/graphics.c] [if1632/gdi32.spec]
513         New function Polyline32 - based on original Polyline. Needs
514         metafile support adding still.
516 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
518         * [win32/findfile.c] [if1632/kernel.spec]
519         FindFirstFile32A(): Use dos current directory for drive prefixes.
520         FindNextFile32A(): Fill in file attribute information.
521         Implement FindFirstFile16, FindNextFile16, FindClose16.
523         * [files/drive.c]
524         GetCurrentDirectory32A - Fix problem with null 3rd character in
525         string.
527 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
529         * [windows/painting.c][windows/message.c]
530         Don't use linked lists to call SendMessage(), for it might destroy
531         the current listentry.
533         * [misc/registry.c]
534         Fixed temporary file saving (rename doesn't work across
535         partitions).
537         * [files/*.c]
538         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
539         GetVolumeInformation32W fixed.
541         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
542         LoadLibrary* updated to new naming std., *32W added.
544         * [win32/console.c] [include/wincon.h]
545         Additions for NT commandline executables.
547         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
548         GetUserName32W added, GetComputerName32W added,
549         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
551         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
552         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
554         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
555           [if1632/ntdll.spec]
556         Lot of new unicode functions added (needed for NT).
558         * [loader/pe_image.c]
559         NtCurrentTeb added.
561 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
563         * [windows/keyboard.c]
564         Rewrote function TranslateAccelerator().
566 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
568         * [windows/defwnd.c] 
569         DEFWND_SetText(): Set icon name.
571 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
573         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
574           [if1632/winsock.spec]
575         IPC resource cleanup, bugfixes.
577         * [windows/dialog.c] [windows/defdlg.c]
578         More DefDlgProc() fixes.
580 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
582         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
583           [win32/newfns.c] [windows/graphics.c]
584         Added a few WIN32 functions which needed to run some win32
585         accessories. Clock should now work almost as well as 16 bit version.
586         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
587              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
588              Polygon32
589         Fix: Polygon16 possible memory leak on error return.
591 ----------------------------------------------------------------------
592 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
594         * [configure.in]
595         Added check to see if the compiler supports building a DLL when
596         the --with-dll option is used.
598         * [controls/listbox.c]
599         Don't send LBN_SELCHANGE too often.
600         Added WM_CHARTOITEM support.
602         * [Make.rules.in] [library/Makefile.in]
603         Build winestub.o and link it with Winelib programs.
605         * [objects/text.c]
606         Added support for '&&' in DrawText().
608         * [tools/build.c]
609         Added -o option.
611 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
613         * [win32/thread.c]
614         GetCurrentThread(): return -2 (current thread pseudo-handle).
615         GetCurrentThreadId(): return GetCurrentTask().
617         * [objects/font.c] [if1632/gdi32.spec]
618         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
620         * [win32/findfile.c]
621         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
623         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
624           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
625           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
626         Hooks rewritten to support Win32.
628         * [misc/winsock.c]
629         WINSOCK_select(): need to put sockets with errors into exceptfds.
630         WINSOCK_socket(): fix error return.
632         * [windows/win.c]
633         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
635 Wed Dec  4 22:03:05 1996  Andrew Taylor <andrew@riscan.com>
637         * [files/dos_fs.c]
638         Check if buf is NULL before copying string in GetFullPathName32A().
640 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
642         * [graphics/wing.c] [if1632/wing.spec]
643         Implemented many WinG functions, but some don't seem to
644         work correctly (probably due to the one not done).
645         
646 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
648         * [misc/main.c]
649         Implemented a few more of the SystemParametersInfo() cases.
651 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
653         * [controls/button.c]
654         Improved focus rectangle painting.
656         * [windows/dialog.c] [windows/defdlg.c]
657         Fixed IE3.0 problems with DWL_MSGRESULT.
659 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
661         * [files/profile.c]
662         Changed error handling in PROFILE_SetString().
664 ----------------------------------------------------------------------
665 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
667         * [configure]
668         Re-generated with autoconf 2.11. Let me know if you have
669         problems.
671         * [controls/listbox.c] [controls/oldlbox.c]
672         Listboxes rewritten from scratch. Moved old code still used by
673         comboboxes to oldlbox.c
675         * [misc/registry.c]
676         Use temporary file when saving registry.
678         * [windows/dialog.c]
679         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
681         * [windows/winproc.c]
682         Added translation for listbox Win32 messages.
684 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
686         * [controls/widgets.c] [controls/button.c]
687         Fixed some incompatibilities with CTL3D DLL.
689         * [windows/dialog.c]
690         Made dialog windows fit into the desktop.
692         * [misc/winsock.c] [misc/winsock_async.c]
693         New Winsock engine.
695         * [windows/message.c]
696         GetMessage() fixes.
698         * [windows/queue.c] [windows/hook.c] [windows/win.c]
699         SetMessageQueue() fixes.
701 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
703         * [objects/text.c]
704         DrawText16(): Fixed return value.
706 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
708         * [files/profile.c] [*/*]
709         Added Win32 profile functions, updated to new naming standard.
711         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
712         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
713         structures.
715         * [misc/ole2nls.c] [if1632/thunk.c]
716         Added EnumSystemLocales() (winhelp.exe).
718         * [misc/registry.c]
719         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
721         * [win32/file.c]
722         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
724 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
726         * [misc/shell.c]
727         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
729         * [misc/main.c]
730         Implemented a few more of the SystemParametersInfo() cases.
732 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
734         * [include/keyboard.h]
735         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
737         * [include/windows.h]
738         New [VK_A, VK_Z] and [VK_0, VK9] macros.
740         * [misc/keyboard.c]
741         Fixes in KeyTable and ToAscii.
743         * [objects/font.c]
744         FONT_init : Give default value for MSWIN "system" font.
745         FONT_MatchFont : Do not try every size of a font family if the
746         family does not exist.
748         * [windows/event.c]
749         lastEventChar hack removed.
750         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
751         and QueueKeyStateTable (maintained in message.c).
752         EVENT_key : Corrections to the extended bit setting.
754         * [windows/message.c] [windows/keyboard.c]
755         Implementation of a new QueueKeyStateTable : table of key states
756         valid when messages are retrieved by GetMessage or PeekMessage,
757         and valid for TranslateMessage.
758         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
759         and ToAscii.
760         
761 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
763         * [graphics/Makefile.in] [graphics/wing.c]
764           [if1632/wing.spec]
765         Some functions for WinG support, mostly empty stubs.
767         * [misc/crtdll.c] [if1632/crtdll.spec]
768         Many functions added to CRTDLL, mostly calls to Unix C library.
770 ----------------------------------------------------------------------
771 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
773         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
774         Moved BitBlt operations to the new graphics driver
775         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
777         * [memory/global.c]
778         Unified MemManInfo() and GlobalMemoryStatus().
780         * [objects/text.c]
781         Fixed ExtTextOut() to always use physical coords for clip rect.
783         * [windows/dialog.c]
784         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
786         * [windows/event.c]
787         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
788         (thanks to Thomas Koenig).
790         * [windows/painting.c]
791         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
792         
793         * [windows/scroll.c]
794         Implemented Win32 version of ScrollWindow() and ScrollDC().
796 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
798         * [files/*.c] [win32/file.c]
799         Some win32 filetime conversion functions added.
800         Fixed behaviour with DOS drives pointing to UNIX /
801         SetCurrentDirectory() may also get X:\xxx paths.
802         Fixed FILE_Open when called from CreateFile().
803         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
805         * [misc/crtdll.c] [if1632/crtdll.spec]
806         Added some new functions.
808         * [if1632/user32.spec]
809         Some thunks into win16 code added.
811         * [win32/init.c]
812         Added GetSystemInfo(), removed GetModuleFileName() stub.
814         * [win32/code_page.c] [if1632/thunk.c]
815         Added EnumSystemCodePages* (untested).
817         * [objects/font.c] [if1632/thunk.c]
818         Added EnumFontFamilies32*.
819         
820 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
822         * [controls/menu.c] [windows/mdi.c]
823         Don't delete the MDI `windows' menu if it's already been deleted.
825         * [misc/exec.c]
826         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
827         and complains if it returns FALSE.
829         * [windows/winpos.c]
830         Get maximized MDI child's nonclient area redrawn after resize.
832 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
834         * [memory/global.c]
835         Use /proc filesystem for GlobalMemoryStatus() on Linux.
837 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
839         * [windows/event.c]
840         Added OffiX-style file drop handling. File paths must be
841         DOS-mappable by Wine (via wine.conf).
843         * [controls/combo.c]
844         Added WM_GETTEXT handler.
846         * [objects/palette.c]
847         Added ResizePalette() (untested).
849         * [objects/cursoricon.c]
850         Implemented icon to cursor conversion.
852         * [objects/color.c]
853         Fixed crash on startup when no colorcells are writeable.
855 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
857         * [rc/winerc.c]
858         Added support for win32 output.
860         * [library/libres.c] [include/libres.h] [loader/resource.c]
861         Renamed LIBRES_FindResource to LIBRES_FindResource16.
862         Added LIBRES_FindResource32.
864 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
866         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
867         Added the spec file for WinG, it's only stub for now, but it
868         should be easy to do by someone with Windows programming
869         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
871         * [if1632/crtdll.spec]
872         Added some string and memory functions to make sfxed95.exe (of
873         Warcraft 2) almost work.
875 ----------------------------------------------------------------------
876 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
878         * [files/dos_fs.c]
879         Added long file name mask in DOSFS_FindNext().
881         * [loader/pe_image.c] [loader/task.c]
882         Moved Win32 task startup into TASK_CallToStart().
884         * [objects/dc.c]
885         Fixed SetDCState() for memory DC (thanks to Constantine
886         Sapuntzakis for spotting this one).
888         * [windows/winpos.c]
889         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
891         * [*/*]
892         Added Win32 version for many graphics functions.
894 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
896         * [controls/button.c]
897         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
899         * [controls/edit.c]
900         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
901         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
903         * [windows/dialog.c]
904         DS_LOCALEDIT is a dialog style not an edit style.
906         * [windows/winproc.c]
907         Stop stack trashing when wndPtr->text == NULL.
909 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
911         * [windows/dce.c]
912         GetDCEx32 - The determination of whether to use the DC cache or
913         not should be independent of DCX_USESTYLE.
915 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
917         * [files/directory.c]
918         Added errno.h to #includes
920         * [tools/makedep.c]
921         Close files once they have been processed.
923 ----------------------------------------------------------------------
924 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
926         * [*/Makefile.in] [tools/makedep.c]
927         New program to generate dependencies; should be faster and more
928         portable than 'gcc -MM'.
930         * [*/*]
931         Replaced WPARAM and HDC by explicitly-sized types.
933         * [windows/hook.c]
934         Fixed bug in HOOK_GetHook16 function.
936 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
938         * [include/debug.h] [include/stddebug.h]
939         Added debug option for win16drv (-debugmsg +win16drv)
941         * [graphics/win16drv/init.c]
942         Only enable CreateDC if printer=on specified in wine section of
943         wine.conf.
944         printfs changed to dprintf_win16drv.
945         Some tidying up.
947         * [include/gdi.h] [graphics/x11drv/clipping.c]
948           [graphics/x11drv/Makefile.in]
949         Moved SetDeviceClipping into drivers.
951 ----------------------------------------------------------------------
952 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
954         * [Make.rules.in] [*/Makefile.in]
955         Made it possible to compile from a directory other than the source
956         directory.
958         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
959           [objects/metafile.c] [objects/dc.c]
960         New graphics driver for metafiles.
962         * [if1632/thunk.c]
963         Added thunks for SetWindowsHook and SetDCHook.
965         * [windows/dialog.c]
966         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
967         items.
969         * [*/*]
970         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
971         HINSTANCE, HMENU, HRGN and HTASK.
973 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
975         * [controls/edit.c]
976         Fixed EditWndProc() to fall back to DefWndProc() when the
977         edit state structure is not available.
979 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
981         * [windows/nonclient.c] [windows/mdi.c]
982         AdjustWindowRectEx16() should only take notice of the styles
983         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
984         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
986         * [controls/scroll.c]
987         Fixed typo in ShowScrollBar32().
989 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
991         * [if1632/user32.spec] [if1632/winmm.spec]
992         Added SetParent and sndPlaySoundA.
993         
994 ----------------------------------------------------------------------
995 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
997         * [controls/button.c]
998         Fixed focus rectangle size and clipping.
1000         * [controls/scroll.c]
1001         Converted to Win32 and added support for scroll page.
1002         Completed SetScrollInfo() and implemented other Win32 functions.
1004         * [files/file.c]
1005         Removed FILE_Read() (use _lread32 instead).
1007         * [objects/dce.c] [include/dce.h]
1008         Allocate DCE on the Win32 heap, and use pointers instead of
1009         handles.
1010         Implemented Win32 version of DC functions.
1012         * [windows/painting.c]
1013         Attempt to make CS_PARENTDC style work again.
1015 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
1017         * [windows/dce.c] [windows/winpos.c]
1018         Override SaveUnder attribute when painting took place
1019         in a window below. Force X to raise activated window 
1020         in seamless mode.
1022         * [misc/clipboard.c] [windows/event.c]
1023         Translation between DOS and Unix text formats and several
1024         other fixes for the sudden selection loss.
1026         * [windows/message.c]
1027         Apply "first" and "last" when checking for WM_QUIT in 
1028         MSG_PeekMessage().
1030         * [windows/win.c]
1031         Rearranged DestroyWindow() to fit "Windows Internals"
1032         description.
1034         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
1035         Misc. fixes to CBT hook calls.
1037         * [controls/menu.c] [misc/user.c]
1038         Fixup resident popup menu window so that it doesn't get
1039         destroyed by USER_AppExit().
1041         * [loader/module.c] [loader/task.c] [windows/event.c]
1042         Process "unsafe" X events outside the scheduler to prevent
1043         deadlocks.
1045         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
1046         Lots of fixes for better Win16 multitasking.
1048 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1050         * [include/windows.h]
1051         Added some missing HOOK defines.
1053         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
1054         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
1056         * [win32/console.c][include/wincon.h]
1057         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
1059         * [misc/registry.c]
1060         Some null ptr fixes.
1062         * [loader/pe_image.c]
1063         Fixed exported function lookup. (msvcrt20.dll)
1064         Add debugsyms for entrypoint, exported functions and sections.
1066         * [multimedia/mmsystem.c]
1067         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
1069         * [several]
1070         Added several missing things/stubs/simple thunks from win32
1071         to win16 code.
1073 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
1075         * [windows/property.c]
1076         Fixed debugging of 16 Bit RemoveProp().
1078         * [debugger/memory.c]
1079         Added DEBUG_checkmap_bad() for linux.
1081 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
1083         * [windows/event.c] [windows/hook.c]
1084         Use EnableHardwareInput() for JournalPlayback hook.
1086         * [controls/listbox.c]
1087         Changed handling of LB_GETITEMRECT in empty listboxes.
1089 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1091         * [misc/main.c]
1092         Fixes to X resources handling.  
1094 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1096         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
1097         Individual handle table created for each metafile. Fixed
1098         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
1100         * [windows/graphics.c] [objects/dc.c]
1101         Rectangle() changed to work better with wide pens and PS_NULL.
1102         Use JoinMiter.
1104         * [windows/winpos.c]
1105         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
1106         is set.
1108         * [windows/nonclient.c]
1109         AdjustWindowRectEx() should perform calculations even if the
1110         window is minimized.
1112         * [windows/mdi.c]
1113         Better handling of system button painting. Maximized windows can
1114         contain scroll bars. Icons now maximize properly.
1116         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
1117         Improved greying of items in system menu. WM_INITMEMUPOPUP no
1118         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
1119         menu.c.
1121 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1123         * [several files]
1124         Fix missing includes and wrong printing arguments.
1126         * [controls/listbox.c]
1127         Don't sort drives in ListBoxDirectory().
1128         
1129 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
1131         * [windows/dialog.c]
1132         Fixed handling of Shift-TAB in dialogs.
1134 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1136         * [if1632/gdi32.spec]
1137         Added SelectClipRgn - call win16 version.
1139         * [if1632/user32.spec]
1140         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
1142         * [include/wincon.h]
1143         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
1144         out of #if 0 protected portion of file.
1146         * [loader/pe_image.c]
1147         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
1148         programs now work better)
1150         * [win32/console.c]
1151         Added stub functions for GetConsoleScreenBufferInfo and 
1152         GetLargestConsoleWindowSize
1154         * [win32/findfile.c]
1155         FindFirstFile32A() - removed erroneous strcpy
1157         * [windows/keyboard.c]
1158         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
1159         specification. NB - I still have doubts about some other functions
1160         in this file.
1162 ----------------------------------------------------------------------
1163 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
1165         * [windows/event.c]
1166         Minor improvements in setting event time in MSG struct.
1168         * [windows/hook.c]
1169         Removed an useless 'unimplemented hook' message.
1171         * [windows/win.c]
1172         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
1174 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1175         * [loader/pe_image.c]
1176         Fixed imports with no name/ordinal list (MFC30.DLL).
1177         Added borland style - ordinal import (wsock32.dll).
1179         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
1180           [if1632/kernel32.spec] [include/windows.h]
1181         Win32 and Win16 code use the same filehandles/HFILEs.
1182         Added SetEndOfFile, MoveFile*, diverse *W functions.
1184         * [loader/pe_image.c]
1185         Fixed argument 2 to DllEntry.
1187         * [misc/comm.c]
1188         Adapt to filehandling changes, win32 code still broken.
1190         * [misc/registry.c]
1191         Use Wine filehandling.
1192         StartupRegistry to add startup-detected registry entries.
1194         * [miscemu/dpmi.c] [miscemu/int21.c]
1195         Some missing interrupt-functions added.
1197         * [if1632/gdi32.spec][if1632/user32.spec]
1198         Some thunks to 16 bit equivalent functions added.
1200 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
1202         * [misc/winsocket.c]
1203         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
1204         Windows fd_set structs.
1206         * [if1632/winsock.spec]
1207         Corrected arguments to select().
1209 ----------------------------------------------------------------------
1210 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1212         * [misc/commdlg.c] [if1632/commdlg.spec]
1213         Fixed some SEGPTR problems.
1215         * [windows/winproc.c]
1216         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
1217         and WM_MEASUREITEM
1218         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
1220 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1221         * [files/drive.c]
1222         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
1224         * [multimedia/audio.c]
1225         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
1226         below 4096 bytes.
1228         * [multimedia/mcistring.c]
1229         Segptr string handling fixed & enhanced.
1231         * [if1632/crtdll.spec][misc/crtdll.c]
1232         malloc,free,_strupr,_stricmp,_strcmpi added.
1234         * [if1632/wsock32.spec][misc/winsock.c]
1235         More direct thunks into unix libc and WsControl-stub added.
1237 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1239         * [objects/metafile.c]
1240         Bug fixes to both recording and playback of ExtTextOut().
1242 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
1244         * [multimedia/audio.c] [multimedia/mcianim.c]
1245           [multimedia/mcicda.c] [multimedia/midi.c]
1246         Made cdaudio, audio and midi work for FreeBSD.
1248 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1250         * [misc/crtdll.c] [if1632/crtdll.spec]
1251         Added a lot of functions.
1253         * [misc/ole2nls.c]
1254         Added ID values for all languages in GetUserDefaultLCID().
1255         
1256 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
1258         * [windows/event.c] [windows/message.c]
1259         First attempt at hook WH_JOURNALPLAYBACK.
1261 ----------------------------------------------------------------------
1262 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1264         * [controls/scroll.c]
1265         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
1267         * [graphics/driver.c] [include/x11drv.h]
1268         New files for graphics driver handling.
1270         * [if1632/relay.c] [include/registers.h] [tools/build.c]
1271         Implemented Win32 register functions. Not really tested yet.
1273         * [include/gdi.h]
1274         Added a lot of functions to the DC func table.
1276         * [loader/pe_image.c]
1277         Initialise %fs before calling out to 32-bit code.
1279         * [windows/hook.c]
1280         Fixed bug in HOOK_GetHook().
1282         * [windows/win.c]
1283         Fixed FindWindow to return an error if the class name doesn't exist.
1285 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1287         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
1288         mpr.dll specs added.
1290         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
1291         QueryPerformanceCounter(), GlobalMemoryStatus() added.
1293         * [if1632/user32.spec] [win32/error.c]
1294         SetLastErrorEx() added.
1296         * [misc/commdlg.c]
1297         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
1299         * [misc/registry.c]
1300         Some missing NULL ptr checks added, misc clean up.
1302 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
1304         * [controls/menu.c]
1305         Adjust popup menu coordinates so that it always stays within 
1306         the desktop.
1308         * [misc/main.c]
1309         Fixed GetEnvironment() return value for lpEnv == NULL case.
1311 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1313         * [misc/crtdll.c] [if1632/crtdll.spec]
1314         Added some is* functions, strlen and tolower.
1315         
1316 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
1318         * [tools/wineconf]
1319         New perl script to generate the wine.conf file.
1321 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
1323         * [if1632/gdi.spec]
1324         Lots of printer functions.
1325         
1326         * [include/callback.h]
1327         New functions for printer driver support.
1329         * [include/gdi.h]
1330         New/changed structures to support printer driver.
1332         * [misc/escape.c]
1333         New version that uses function table in DC structure.
1335         * [objects/dc.c]
1336         CreateDC copes with things other than Display.
1337         X code for CreateDC moved to graphics/x11drv directory.
1338         CreateCompatibleDC copies func table from original DC.
1340         * [objects/font.c]
1341         GetTextExtentPoint32A,GetTextMetrics16 use function table in
1342         DC and code moved to drivers directory.
1344         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
1345         New files for printer support. 
1347 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1349         * [controls/scroll.c]
1350         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
1351         code. There are a few options in which I'm probably the wrong person
1352         for the job (page size and disable bar). There are comments in the
1353         code as to what they should do.
1355         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
1356         Added 32 bit version of FONT_GetObject.
1358 ----------------------------------------------------------------------
1359 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1361         * [files/drive.c]
1362         Added 'Filesystem' option in drives configuration.
1364         * [files/dos_fs.c] 
1365         Added handling of case-insensitive filesystems.
1367         * [memory/selector.c] [include/stackframe.h]
1368         Removed MAKE_SEGPTR.
1370         * [misc/commdlg.c] [multimedia/mcistring.c]
1371         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
1373         * [objects/bitblt.c] [windows/graphics.c]
1374         Use an intermediary pixmap to avoid some BadMatch errors on
1375         XGetImage().
1377 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
1379         * [windows/message.c]
1380         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
1382         * [misc/ver.c]
1383         Fixed a bad string result in VerQueryValue[16|32A|32W].
1385 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1387         * [if1632/crtdll.spec] [misc/crtdll.c]
1388         More additions to get win95 programs further down the road.
1390         * [if1632/kernel.spec] [loader/module.c]
1391         GetModuleName() added.
1392         LoadModule(): params->showCmd can be NULL.
1394         * [if1632/kernel32.spec] [if1632/thunk.c]
1395         ThunkConnect32() stub added.
1397         * [loader/resource.c]
1398         Entries include lastentry.
1400         * [misc/shell.c] [files/file.c]
1401         Made progman work again.
1403 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1404         
1405         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
1406         Icon painting fixes.
1408         * [windows/winpos.c] [windows/painting.c]
1409         Enforce and follow hrgnUpdate more closely to cut down on
1410         redundant RedrawWindow() calls.
1412         * [windows/event.c]
1413         Process ConfigureNotify only for managed windows.
1415         * [windows/winpos.c]
1416         Do not redraw parent if the window was hidden before SetWindowPos().
1418         * [windows/nonclient.c]
1419         Omit some nonclient decoration painting for managed windows.
1421         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
1422         Implemented WM_NEXTMENU.
1424         * [controls/listbox.c]
1425         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
1427         * [misc/shell.c]
1428         Added .ICO file handling to ExtractIcon().
1430 ----------------------------------------------------------------------
1431 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1433         * [configure.in] [include/acconfig.h] [tools/build.c]
1434         Added check for underscore on external symbols.
1436         * [memory/selector.c] [memory/global.c]
1437         Fixed FreeSelector() to free only one selector.
1438         Added SELECTOR_FreeBlock() to free an array of selectors.
1440         * [objects/color.c]
1441         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
1442         hi-color displays.
1444         * [tools/build.c] [if1632/crtdll.spec]
1445         Added 'extern' type, used for external variables or functions.
1447         * [windows/winpos.c]
1448         Allow de-activating a window in WINPOS_ChangeActiveWindow().
1450         * [windows/winproc.c]
1451         Added 32-to-16 translation for button messages.
1452         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
1453         happen to be valid SEGPTRs.
1455 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1457         * [windows/message.c]
1458         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
1459         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
1461         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
1462         Introduced undocumented API function IsValidMetaFile(), plus a
1463         minor fix in last patch of CopyMetaFile().
1465         * [objects/gdiobj.c]
1466         Removed a FIXME in IsGDIObject(): added magic word check.
1468 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1470         * [controls/statuswin.c]
1471         First pass at implementing the StatusWindow class.
1473         * [include/commctrl.h]
1474         Header file for common controls.
1476         * [controls/widgets.c]
1477         Added InitCommonControls().
1479         * [if1632/comctl32.spec]
1480         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
1482         * [win32/findfile.c] [if1632/kernel32.spec]
1483         Add FindNextFile32A, FindClose.
1484         Modified FindFirstFile32A so it works with FindNextFile32A.
1486         * [include/winbase.h]
1487         Fixed WIN32_FIND_DATA structure member names.
1489 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1491         * [windows/scroll.c]
1492         Changed scrolling routines to benefit from DCE code update.
1494 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1496         * [files/file.c]
1497         SearchPath* could get NULL for lastpart argument.
1499         * [if1632/build-spec.txt] [documentation/debugging]
1500         Varargs documentation added, debugging hints updated.
1502         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
1503         Started to implement CRTDLL.
1505         * [if1632/wsock32.spec]
1506         Some thunks to standard libc functions (structures have the same
1507         elements, but perhaps wrong offset due to packing).
1509         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
1510         Merged kernel32.h into windows.h.
1512         * [misc/lstr.c]
1513         Enhanced FormatMessage().
1515         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
1516         GetVersion() updated to new naming standard.
1517         Changed language handling to support language ids.
1519         * [misc/shell.c]
1520         Enhanced FindExecutable, so it finds files in the search path too.
1522         * [win32/environment.c]
1523         GetCommandLine* updated.
1525         * [loader/resource.c] [loader/pe_resource.c]
1526         FindResourceEx32* added.
1527         Loading of messagetables added.
1528         Language handling now uses Wine default language id.
1530 ----------------------------------------------------------------------
1531 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1533         * [controls/scroll.c]
1534         Attempted to implement undocumented scroll-bar messages.
1536         * [tools/build.c] [include/callback.h] [windows/winproc.c]
1537         CallTo16_* functions now get DS from the previous 16-bit stackframe.
1539         * [if1632/thunk.c] [include/callback.h]
1540         Added thunks to implement callbacks for the emulator. Now all the
1541         Enum* functions always take a real function pointer even in the
1542         emulator.
1543         
1544         * [loader/builtin.c]
1545         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
1546         work with NULL entry points. Using linear search now.
1548         * [loader/module.c]
1549         Implemented IsSharedSelector().
1551         * [loader/task.c]
1552         Changed SwitchStackTo/Back to use the instance data to store the
1553         previous stack instead of the TDB. Also copy the local variables
1554         onto the new stack.
1555         Added GetExeVersion() and SetTackSignalProc().
1556         Implemented SetSigHandler().
1558 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1560         * [controls/menu.c]
1561         "Fixed" problem in deleting menus where win32 could get into an
1562         endless loop when it crashed. I think I've fixed the symptoms, not
1563         the original problem so it might be worth further investigation.
1565         * [debugger/registers.c]
1566         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
1567         compile wine properly.
1569         * [files/dos_fs.c]
1570         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
1571         from win32/findfile.c (q.v.).
1573         * [if1632/gdi32.spec]
1574         Added SetMapMode (call existing function)
1576         * [if1632/kernel32.spec]
1577         Added FindFirstFileA and SetFileAttributesA.
1579         * [if1632/user32.spec]
1580         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
1581         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
1582         UnhookWindowsHookEx.
1584         * [win32/file.c]
1585         Added stub function SetFileAttributes32A. It's a stub because I
1586         can't really work out what this function should do with most
1587         attributes in a Unix environment. Anyone care to expand it?
1589         * [win32/findfile.c]
1590         New file. Initial stab at FindFirstFile. This doesn't work as
1591         specified yet, though a lot of the groundwork is there. I haven't
1592         time to work on this for the next month, so if anyone wants to pick
1593         it up and run with it please do.
1595         * [win32/memory.c]
1596         Removed malloc.h from includes (covered by stdlib.h include, and
1597         gets rid of a warning in FreeBSD).
1599         * [win32/newfns.c]
1600         UnhookWindowsHookEx32A stub added.
1602         * [win32/user32.c]
1603         Added implementation of IsDialogMessage32A.
1605         * [windows/dialog.c]
1606         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
1607         SendDlgItemMessage16.
1609 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1611         * [windows/graphics.c]
1612         Removed rectangle checking (conflicted with nonstandard
1613         mapping modes). 
1615         * [windows/dialog.c]
1616         Added check for child-style dialogs to DS_ABSALIGN
1617         coordinate conversion.
1619         * [objects/color.c]
1620         Cleaned up misc. bits
1622 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1624         * [windows/focus.c] [windows/event.c] [windows/win.c]
1625           [windows/defdlg.c]
1626         Fixes to focusing and activation.
1628         * [windows/defdlg.c]
1629         Properly(?) handle DM_GETDEFID.
1631         * [controls/combo.c]
1632         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
1633         CBCheckSize: Adjust edit position.
1635 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1637         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
1638         Pass HFILEs instead of unix-fds to self-loader code.
1640 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
1642         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
1643         Implemented handling of some new metafile records (META_...)
1644         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
1645         Added functions like MF_StretchBlt() for usage in metafiles.
1646         Minor bugfix in CopyMetafile().
1648         * [objects/bitmap.c][objects/dib.c]
1649         Added check for metafile-DC in Bitmap and DIB functions:
1650         CreateCompatibleBitmap() etc.
1652 ----------------------------------------------------------------------
1653 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1655         * [loader/task.c] [include/task.h]
1656         Implemented SwitchStackTo()/SwitchStackBack().
1658         * [include/wintypes.h] [loader/main.c]
1659         Added __winelib variable to distinguish between emulator and
1660         library at run-time. Later on, this should avoid some
1661         recompilations when building Winelib.
1663         * [windows/property.c]
1664         Implemented Win32 functions for window properties.
1666 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1668         * [controls/listbox.c]
1669         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
1670         messages.
1672         * [controls/menu.c]
1673         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
1675         * [include/cursoricon.h]
1676         Moved #pragma pack(1) back to where it belongs.
1678         * [objects/palette.c]
1679         RealizeDefaultPalette() maps to system colors only.
1680         Do not broadcast palette notifications when in TrueColor.
1682         * [objects/color.c] [include/palette.h]
1683         Miscellaneous optimizations. Had to fix several
1684         "improvements" made to my patch for previous release.
1686         * [objects/dib.c]
1687         Reverse dib bits order for 24-bit SetDIBits().
1689         * [objects/dc.c]
1690         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
1692         * [windows/scroll.c]
1693         Scroll update region too.
1695         * [windows/message.c]
1696         Include QS_MOUSE into the event mask for nonclient mouse
1697         message filter. Fixes problems with Word 6 freezing when
1698         mouse hits nonclient area.
1700         * [windows/win.c] 
1701         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
1703         * [windows/winpos.c] [windows/mdi.c]
1704         Attempt to fix control menu duplication.
1706 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1708         * [files/drive.c]
1709         GetDriveType32A(): return value for CDROM fixed.
1711         * [files/file.c]
1712         SearchPath* added.
1714         * [if1632/gdi32.spec] [objects/brush.c]
1715         SetBrushOrgEx() added.
1717         * [loader/pe_resource.c]
1718         If even loading the default entry fails, we just use the first
1719         entry from the resource directory.
1721         [loader/task.c]
1722         SetSigHandler() stub added, Paradox 4.5 now starts up.
1724         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
1725         COMM functions updated to win32, not complete.
1727         * [misc/lstr.c]
1728         FormatMessageA partially implemented.
1730         * [include/miscemu.h] [memory/selector.c]
1731           [memory/global.c] [miscemu/dosmem.c]
1732         DOS memory handling changed: 1MB preallocated block, real-mode
1733         segment handling possible, SetSelectorBase into lower physical 1MB
1734         possible.
1736         * [miscemu/dpmi.c]
1737         Real-mode segments changed, real-mode int 21,ax=6506 added.
1738         AX=0x0303 added.
1740         * [multimedia/time.c]
1741         Fixed bug in killTimer.
1743         * [objects/bitmap.c]
1744         LoadImageA partially implemented.
1746 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
1748         * [include/dde_mem.h][include/dde_proc.h]
1749           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
1750           [ipc/generic_hash.h][library/miscstubs.c]
1751         Changes for error free compilation using "--with-ipc":
1752         replaced some names with *16-equivalent (e.g. MSG to MSG16),
1753         modified prototype of function DDE_GlobalFree() .
1755         * [objects/palette.c]
1756         Added check for metafile-DC in GDISelectPalette(),
1757         GDIRealizePalette(),RealizeDefaultPalette() and
1758         IsDCCurrentPalette().
1760 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1762         * [controls/edit.c]
1763         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
1764         fixes Winhelp.
1766         * [windows/dialog.c]
1767         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
1769 ----------------------------------------------------------------------
1770 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1772         * [configure.in]
1773         Generate include/config.h instead of putting everything on the
1774         command-line.
1775         Removed -with-malloc-debug option (not useful for end users
1776         anyway).
1777         Added check for memmove().
1779         * [include/wintypes.h] [*/Makefile.in]
1780         Added definition of __WINE__ symbol when compiling Wine code
1781         (emulator or library) as opposed to user programs.
1783         * [debugger/editline.c] [debugger/readline/*]
1784         Moved all the readline code into debugger/editline.c. Removed the
1785         readline subdirectory.
1787         * [files/profile.c]
1788         Added PROFILE_GetWineIniInt().
1790         * [include/stackframe.h] [loader/task.c]
1791         The 16-bit stackframe now also exists for Winelib (even though it
1792         only ever contains one frame).
1794         * [loader/module.c]
1795         Added function MODULE_CreateDummyModule() to create a dummy Win16
1796         module for Winelib and Win32.
1798         * [memory/ldt.c]
1799         Make sure the ldt entry contents will be acceptable for the Linux
1800         kernel.
1802         * [memory/selector.c]
1803         Fixed SetSelectorLimit() when the limit is in pages.
1805         * [misc/port.c]
1806         Added memmove().
1808         * [miscemu/dpmi.c]
1809         Clear the segment registers that contain the selector being freed
1810         in int31/ax=0001.
1811         Added missing break after SelectorAccessRights call.
1813         * [win32/struct32.c]
1814         Added conversions for MDICREATESTRUCT.
1816         * [windows/winproc.c]
1817         Added message conversions for WM_MDICREATE.
1819 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
1821         * [windows/class.c]
1822         Added GetExePtr() call in CLASS_FindClassByAtom().
1824 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1826         * [if1632/*.spec]
1827         Some more trivial specs added.
1829         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
1830         CreateFont32* added, changed to new naming std.
1832         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
1833         Some defines/types added.
1835         * [win32/thread.c]
1836         TlsSetValue() returns boolean.
1838         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
1839           [controls/menu.c] [objects/bitmap.c]
1840         Cleanup of the resource functions, mostly changes to new naming
1841         standard and fixing of argument types so that they agree with the
1842         win16/win32 API.
1844 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1846         * [windows/winpos.c]
1847         ShowWindow() fixes.
1849         * [windows/mdi.c]
1850         Fix reversed LPARAM in WM_MDIACTIVATE.
1852         * [wine.ini]
1853         New option AllocSystemColors tells Wine how many colors to grab
1854         from the system colormap.
1856         * [objects/bitblt.c] [objects/dc.c]
1857         Fixed pink garbage over Word buttons in PseudoColor. Added
1858         optional DSTINVERT shortcut for faster text selection.
1860         * [misc/wsprintf.c]
1861         Skip bogus segmented pointers in wsvnprintf16(). 
1863         * [objects/gdiobj.c]
1864         Added palette handling to UnrealizeObject(). 
1866         * [objects/color.c] [objects/palette.c] [windows/dce.c]
1867         Wine gets palette manager with support for more than 20 colors. 
1868         Only PseudoColor and TrueColor visuals tested so far.
1870         * [windows/winpos.c] [windows/win.c] 
1871         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
1872         use XReconfigureWMWindows() instead of XConfigureWindow() in
1873         managed mode.
1875         * [memory/global.c]
1876         Do not allocate more than 640K of DOS memory.
1878         * [misc/main.c]
1879         Do not allow -desktop and -managed together.
1881 ----------------------------------------------------------------------
1882 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1884         * [controls/scroll.c]
1885         Use Win32 heap functions to allocate scroll-bar info structure.
1887         * [debugger/dbg.y] [debugger/registers.c]
1888         Added support for FS and GS segment registers.
1889         Check that segment registers value are OK before returning from
1890         the signal handler.
1892         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
1893         Changed relay debugging for Win32 function: the relay code now
1894         passes the entry point address instead of the function name.
1896         * [tools/build.c] [miscemu/*.c]
1897         Added support for data entry points in Win32 DLLs.
1898         Added 'cdecl' function type for Win32.
1899         For 'register' function, the relay code now passes a pointer to
1900         the SIGCONTEXT structure.
1901         
1902         * [include/registers.h] [include/wine.h]
1903         Moved SIGCONTEXT structure definition in registers.h.
1905         * [loader/pe_image.c]
1906         Don't die at once if some Win32 entry points cannot be found, but
1907         set them to NULL, just like we do for Win16. This allows some
1908         programs to go further before crashing.
1910         * [loader/task.c] [loader/main.c]
1911         Moved global initializations from InitTask() to MAIN_Init(), as
1912         they no longer need a task context with the new SEGPTR heap functions.
1914         * [memory/string.c]
1915         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
1916         very convenient.
1918         * [windows/graphics.c]
1919         Partially implemented DrawEdge().
1921         * [windows/timer.c] [windows/caret.c]
1922         Implemented Win32 timer handling. Updated caret management to use
1923         Win32 timers (avoids having to use a Win16 callback).
1925         * [windows/win.c]
1926         Prevent programs from setting some style bits with
1927         SetWindowLong(). This should fix some BadMatch crashes.
1928         Link new windows at the end of the linked list.
1930         * [windows/winpos.c]
1931         Don't try to activate a child window in ShowWindow().
1933         * [windows/winproc.c]
1934         Added a 32->32 thunk to support Ansi-Unicode translation.
1936 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1938         * [files/directory.c]
1939         Additional (undocumented) return value for GetTempDrive() added.
1941         * [files/dos_fs.c] [files/file.c] [include/windows.h]
1942         GetTempFileName32* added.
1943         GetShortPathName* added.
1945         * [memory/string.c]
1946         Win16 lstrcpy() can get NULL ptrs as argument and survive.
1948         * [misc/lzexpand.c]
1949         LZOpenFile(): also try opening with compressed filename if normal
1950         open fails.
1952         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
1953         Char* added.
1954         CompareString* added.
1956 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1958         * [objects/font.c] [if1632/gdi32.spec]
1959         CreateFontIndirect32A and CreateFontIndirect32W added.
1961         * [misc/ole2nls.c]
1962         GetUserDefaultLCID return values updated for new languages.
1963         Finnish support added for GetLocaleInfoA.
1965         * [object/palette] [gdi32.spec]
1966         RealizePalette32 and SelectPalette32 added.
1967         
1968 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
1970         * [misc/shell.c]
1971         Fixup for SHELL_FindExecutable so that File->Run from progman
1972         works once more. Still needs some more fixups - grep for FIXME in
1973         this file.
1975 ----------------------------------------------------------------------
1976 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1978         * [controls/desktop.c]
1979         Use Windows file I/O routines to load the desktop bitmap.
1981         * [files/file.c]
1982         Implemented RemoveDirectory* and DeleteFile*.
1984         * [include/wine.h]
1985         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
1987         * [loader/task.c]
1988         Fixed initial breakpoint setting for Win32 tasks.
1990         * [misc/wsprintf.c]
1991         Ignore Unicode formats for wsprintf16().
1993         * [objects/font.c]
1994         Implemented Win32 version of GetTextMetrics.
1996         * [windows/winproc.c] [windows/win.c] [windows/class.c]
1997           [windows/dialog.c]
1998         Modified windows procedures to use thunks, to ensure that the
1999         procedure can be called directly from the Windows program.
2001         * [windows/win.c]
2002         Added function WIN_BuildWinArray() to make it easier to enumerate
2003         windows. Implemented Win32 version of EnumWindows() and friends.
2005 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
2007         * [controls/button.c] [windows/win.c]
2008         Operator precedence fixes.
2010         * [controls/edit.c]
2011         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
2012         Fixed word wrap with long words.
2014         * [debugger/debug.l]
2015         New alias "where" for command "backtrace".
2017         * [if1632/gdi.spec]
2018         Corrected parameter of ExtTextOut.
2020         * [loader/module.c]
2021         Corrected printing of table of modules.
2023         * [misc/spy.c]
2024         Removed superfluous \n in message name.
2026         * [windows/message.c]
2027         Declared MSG_SendMessage as static.
2028         Changed parameter of DirectedYield() from queue handle to task handle.
2029         Removed warning mesages for argument of printf.
2031         * [windows/nonclient.c]
2032         Added the flag DT_NOPREFIX when drawing window titles.
2034         * [windows/win.c]
2035         WIN_WalkWindows now prints the invalid window handle.
2036         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
2038         * [windows/winproc.c]
2039         Allows creating dialog windows with NULL as dialog function.
2041 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2043         * [windows/event.c]
2044         EVENT_key: Fixes to VK_ code generation for space bar and
2045         punctuation.
2047         * [files/file.c]
2048         GetTempFileName: first character in temporary name is "~".
2050         * [memory/heap.c]
2051         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
2053         * [objects/text.c]
2054         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
2056         * [misc/driver.c]
2057         Removed some bugs and reformatted. Actually loads drivers now.
2059         * [include/callback.h]
2060         Added CallDriverProc() and CallWindowsExitProc().
2062         * [loader/module.c]
2063         MODULE_CallWEP(): new function.
2065         * [misc/lzexpand.c]
2066         LZSeek(): return new pointer, not old one.
2068         * [misc/ver.c]
2069         find_ne_resource(): fixed dependence on LZSeek() bug.
2070         GetFileResource(): initialize reslen before using it.
2072         * [windows/class.c]
2073         SetClassWord(): add missing else.
2075         * [objects/font.c]
2076         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
2077         InitFontList: allocate one huge array of structures.
2078         FONT_MatchFont: uppercase the face name.
2080 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
2082         * [memory/heap.c]
2083         Fixed a typo in HeapReAlloc().
2085 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2087         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
2088           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
2089         GetTempPath* added
2090         GetDriveType* fixed, updated to NewNameStandard.
2091         GetCurrentDirectory* fixed (needs to prepend X:\).
2093         * [controls/listbox.c]
2094         Missing NULL check added.
2096         * [if1632/winmm.spec] [loader/builtin.c]
2097         winmm.dll (32bit mmsystem equivalent) specs added.
2099         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
2100         Rtl{Move,Zero,Fill}Memory added.
2102         * [misc/registry.c]
2103         Some NULL ptr dereference bugs fixed.
2105         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
2106         Check for NULL ptr.
2107         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
2108         Aliasing should work for all MCI devices.
2110         * [windows/win.c]
2111         Allow passing invalid window handles to CloseWindow().
2113 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2115         * [files/directory.c] [if1632/kernel32.spec]
2116         GetSystemDirectory32A and GetSystemDirectory32W added.
2118         * [misc/main.c] [if1632/kernel32.spec]
2119         Beep and SetEnvironmentVariable32W added.
2121 ----------------------------------------------------------------------
2122 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
2124         * [files/drive.c] 
2125         GetFreeDiskSpace*, GetVolumeInformation* added.
2127         * [files/file.c]
2128         FlushFileBuffers, CreateDirectory* added.
2130         * [include/winbase.h] [include/windows.h]
2131         Prototypes, defines added and fixes.
2133         * [if1632/kernel32.spec] [include/resource32.h]
2134           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
2135         Fixes to resource handling.
2137         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
2138         Specs for implemented functions added
2139         Some thunks to functions which are same as win16 equivalents.
2141         * [loader/task.c]
2142         GetAppCompatFlags() added.
2144         * [misc/registry.c]
2145         One missing else added, small hack to RegQueryValue16().
2147         * [win32/file.c]
2148         GetFileAttributesA() fixed (was using DOS path as UNIX path).
2150 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2152         * [loader/ne_resource.c]
2153         Fixed FreeResource() return value.
2155         * [objects/text.c]
2156         Fixed a bug in ExtTextOut() that was causing overlapped characters
2157         in WinWord.
2159         * [windows/winpos.c]
2160         SWP_FRAMECHANGED for top-level windows now invalidates client
2161         area as clock.exe wants.
2163 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2165         * [controls/listbox.c]
2166         Mini bugfix: 'revival' of missing scrollbar in listboxes.
2168 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
2170         * [resources/sysres_Fr.rc] [resources/TODO]
2171         Made changes for Choose_Font dialog.
2173 ----------------------------------------------------------------------
2174 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2176         * [memory/heap.c]
2177         Fixed bug in HeapRealloc (thanks to Bruce Milner).
2179         * [misc/wsprintf.c]
2180         Fixed argument size for %c format in wsprintf16().
2182         * [objects/dc.c]
2183         Don't free hFirstBitmap for saved DCs.
2185         * [windows/event.c]
2186         Added timer handling in EVENT_WaitXEvent().
2188         * [windows/message.c]
2189         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
2190         event is for the current task; if not, wake the other task.
2192         * [windows/queue.c] [include/queue.h]
2193         Added 'self' handle in queue structure.
2195         * [windows/timer.c]
2196         Added TIMER_ExpireTimers() function to mark expired timers and
2197         wake up the corresponding tasks.
2199 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
2201         * [windows/mapping.c]
2202         First point in list was mapped multiple times in DPtoLP and
2203         LPtoDP.  Other points were not mapped.
2205 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2207         * [misc/shell.c]
2208         Some fixes for ExtractIcon function family.
2210         * [documentation/user_module]
2211         Chapter about windowing and messaging subsystems.
2213 ----------------------------------------------------------------------
2214 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2216         * [debugger/break.c] [loader/signal.c]
2217         Fixed breakpoints in 32-bit code.
2219         * [include/windows.h]
2220         Added many more Win32 versions of standard structures.
2222         * [include/winreg.h] [misc/registry.c]
2223         Moved private types into registry.c.
2225         * [memory/string.c] (New file)
2226         Moved most string functions from misc/lstr.c; added Win32 version
2227         of all functions.
2229         * [misc/wsprintf.c]
2230         Implemented Win32 wsprintf functions.
2232         * [objects/bitmap.c]
2233         Implemented Win32 bitmap functions.
2235         * [windows/dialog.c]
2236         Don't set dialog procedure before the controls are created. This
2237         avoids a crash in Winhelp.
2239 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
2241         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
2242         Replace PeekMessage with PeekMessage16.
2244         * [if1632/kernel32.spec][misc/main.c]
2245         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
2246         MAIN_ParseVersion: new function, new command line option -winver.
2247         GetVersion: modified to take command line argument into account.
2249         * [if1632/kernel32.spec] [win32/process.c]
2250         FreeLibrary32: new function.
2251         TlsAlloc: initialize Tls to zero.
2252         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
2253         functions.
2255         * [if1632/kernel32.spec]
2256         SetErrorMode,GetActiveWindow: new relays to existing functions.
2258         * [if1632/kernel32.spec][win32/user32.c]
2259         PeekMessage32A,PeekMessage32W: new functions.
2261         * [include/struct32.h][include/windows.h]
2262         Moved MSG32 to windows.h.
2263         Renamed MSG to MSG16.
2264         Modified prototypes to use MSG16
2266         * [include/winbase.h]
2267         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
2269 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2271         * [if1632/Makefile.in] [loader/builtin.c]
2272         version.dll,lz32.dll added.
2274         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
2275           [misc/lzexpand.c]
2276         lz32.dll added.
2277         Modified to new function naming standard.
2279         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
2280         version.dll added (win32 version of ver.dll).
2281         Modified to new function naming standard.
2282         Use registry to look up a LOCALE langids too.
2283         (VerInstallFile,VerFindFile still stubs)
2285 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
2287         * [files/file.c]
2288         Added a warning if GetTempFileName() gets a bad drive parameter.
2290         * [misc/commdlg.c]
2291         Changed file listbox color to gray in SaveFile dialog 
2292         (just like Windows does this).
2294 ----------------------------------------------------------------------
2295 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2297         * [controls/button.c] [controls/listbox.c]
2298         Fixed wParam of WM_DRAWITEM message.
2300         * [if1632/Makefile.in] [loader/builtin.c]
2301         Remove WPROCS32 DLL, as the relay code can call Wine routines
2302         directly.
2304         * [loader/module.c] [loader/ne_image.c]
2305         Fixed initial stack layout for self-loading modules.
2307         * [tools/build.c]
2308         Fixed data segment building for Win16 modules.
2310         * [windows/defdlg.c]
2311         Implemented Win32 versions of DefDlgProc().
2313         * [windows/dialog.c]
2314         Merged Win16 and Win32 dialog code.
2315         Added support for control extra data in dialog item template.
2317         * [windows/win.c]
2318         Unified Win16 and Win32 versions of CreateWindow().
2319         Implemented Win32 version of GetWindowLong().
2321         * [windows/winproc.c]
2322         Changed the implementation of window procedures, so that 16-bit
2323         winprocs are valid segmented pointers.
2325 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2327         * [misc/registry.c]
2328         Fixed another bug in the w95 loader. Quietened some debug output.
2330 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2332         * [windows/winproc.c]
2333         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
2335 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2337         * [resources/TODO] [resources/sysres_It.rc]
2338         Updated font dialog box.
2340 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
2342         * [include/commdlg.h] [misc/commdlg.c]
2343         ChooseFont() and ChooseColor(): 
2344         Bugfixes and added more support for some CF_* and CC_* flags: 
2345         dialog templates and font size control.
2346         Bugfix in structure definition of CHOOSECOLOR definition.
2348         * [ipc/dde_proc.c] [windows/event.c]
2349         Replaced SendMessage with SendMessage16 and added inclusion of
2350         dde_proc.h for error-free compilation of ipc module.
2352 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2354         * [windows/scroll.c]
2355         Made ScrollDC to save/restore current clipping region.
2357         * [misc/clipboard.c] [windows/event.c]
2358         Implemented most of the previously missing features (not tested), 
2359         improved text pasting from/to X. 
2361         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
2362           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
2363           [windows/winpos.c] [windows/painting.c]
2364         Updated DCE code, implemented dynamic invalidation of owned DCs.
2365         This fixes a lot of problems with scrolling in WinWord. Not
2366         sure about the effect on -desktop.
2368 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2370         * [win32/time.c] [if1632/kernel32.spec]
2371         Added SetSystemTime and SetTimeZoneInformation.
2373         * [if1632/kernel32.spec]
2374         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
2376         * [include/windows.h]
2377         Added SYSTEM_POWER_STATUS structure and prototypes for
2378         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
2380         * [include/kernel32.h]
2381         Added a prototype for SetTimeZoneInformation.
2383         * [win32/environment.c] [if1632/kernel32.spec]
2384         Added GetSystemPowerStatus and SetSystemPowerState stubs.
2386 ----------------------------------------------------------------------
2387 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2389         * [controls/combo.c]
2390         Destroy the listbox and edit control when destroying the
2391         combo. This should prevent crashes on application exit.
2393         * [misc/system.c] [if1632/system.spec]
2394         Implemented InquireSystem().
2396         * [loader/task.c] [windows/message.c] [windows/queue.c]
2397         First attempt at inter-task SendMessage(). Still has a lot of
2398         problems.
2400 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
2402         * [windows/mdi.c]
2403         Fixed MDITile with iconic children.
2405 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
2407         * [misc/commdlg.c]
2408         ChooseFont dialog:
2409         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
2410           not real available font types (e.g. "Bold") can not selected
2411         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
2413         * [objects/font.c]
2414         In FONT_MatchFont perform check if "lfFaceName" is family from X11
2415         only if "lfFaceName" is a windows font family then do a call of
2416         FONT_TranslateName() : this results in better font selections in 
2417         ChooseFont() or applications like charmap.exe or write.exe.
2418         Added a ParseFontParms() call if necessary in function 
2419         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
2420         even if there isn't one...
2422         * [resources/TODO]
2423         Inventory of resource translations in sysres_??.rc
2425 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2427         * [misc/registry.c]
2428         _w95_loadreg: use offset to determine next RGDB position too.
2430 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
2432         * [controls/combo.c]
2433         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
2435         * [misc/main.c]
2436         Result of option "-fixedmap" is to turn flag on.
2438 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
2440         * [misc/shell.c]
2441         ShellExecute and FindExecutable now both use common code to
2442         determine the required executable file.
2444 ----------------------------------------------------------------------
2445 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2447         * [controls/button.c]
2448         Made ButtonWndProc a 32-bit window procedure.
2450         * [controls/desktop.c]
2451         Made DesktopWndProc a 32-bit window procedure.
2452         Added handling of WM_SETCURSOR.
2454         * [controls/menu.c]
2455         Allocate menu items and strings on the 32-bit system heap.
2456         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
2457         AppendMenu and LoadMenuIndirect.
2459         * [controls/widgets.c]
2460         Added possibility to have 32-bit built-in classes.
2462         * [files/drive.c]
2463         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
2465         * [misc/spy.c] [include/spy.h]
2466         Added support for spying Win32 messages.
2468         * [loader/builtin.c]
2469         Fixed bug in -dll option parsing.
2471         * [memory/local.c]
2472         Added back the change by Huw D. M. Davies to free the block in
2473         LocalRealloc() before allocating the new one.
2475         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
2476         Fixed bug in bitmap size that caused memory corruption for 24bpp.
2478         * [windows/defwnd.c]
2479         Implemented Win32 version of DefWindowProc().
2481         * [windows/dialog.c]
2482         Implemented Win32 version of SendDlgItemMessage,
2483         Get/SetDlgItemText and Get/SetDlgItemInt.
2485         * [windows/mdi.c]
2486         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
2487         Don't make a copy of the OBM bitmaps for every MDI window.
2489         * [windows/message.c]
2490         Implemented Win32 version of SendMessage().
2491         
2492         * [windows/winproc.c] [windows/class.c] [windows/win.c]
2493         New scheme for 32-bit window procedures to replace aliases. All
2494         32-bit window procedure get a 16-bit address pointing to a
2495         WINDOWPROC structure.
2496         Implemented Ansi<->Unicode translation for CallWindowProc().
2497         Added translation of WM_DRAWITEM between Win16 and Win32.
2499         * [windows/win.c] [include/callback.h]
2500         Added ugly hack to build CREATESTRUCT on the stack when sending
2501         WM_NCCREATE.
2502         Implemented Win32 version of Get/SetWindowWord/Long and
2503         Get/SetWindowText.
2504         
2505 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
2507         * [controls/button.c]
2508         Avoid gray text on gray background in disabled push buttons
2509         using a b/w raster and some raster operations (PatBlt,BitBlt).
2511         * [objects/text.c]
2512         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
2514 ----------------------------------------------------------------------
2515 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2517         * [*/*.c]
2518         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
2519         SIZE16. Implemented Win32 version of most functions that take
2520         these types as parameters.
2522         * [configure]
2523         Patched autoconf to attempt to correctly detect -lnsl and
2524         -lsocket. Please check this out.
2525         
2526         * [controls/button.c]
2527         Added support for Win32 BM_* messages.
2529         * [controls/menu.c]
2530         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
2531         with Excel.
2533         * [memory.heap.c] [include/heap.h]
2534         Added support for SEGPTRs in Win32 heaps. Added a few macros to
2535         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
2536         but they work with Win32.
2538         * [memory/atom.c]
2539         Implemented Win32 atom functions.
2541         * [memory/local.c]
2542         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
2544         * [win32/memory.c]
2545         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
2547         * [windows/class.c]
2548         Properly implemented the Win32 class functions.
2550         * [windows/winproc.c] (New file)
2551         New file handling the message translation between Win16 and Win32.
2553 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2555         * [windows/mdi.c] [windows/menu.c]
2556         Improved WM_MDICREATE and WM_MDICASCADE handling.
2558         * [windows/event.c] [objects/bitblt.c]
2559         Handle GraphicsExpose event for BitBlt from screen to screen.
2561         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
2562         Bunch of fixes for problems with -managed.
2564         * [windows/win.c] [windows/winpos.c]
2565         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
2566         in CreateWindow.
2568         * [windows/win.c] [windows/queue.c] [misc/user.c]
2569         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
2570         on window creation/destruction.
2572         * [objects/palette.c]
2573         Crude RealizePalette(). At least something is visible in LviewPro.
2575 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2577         * [if1632/gdi32.spec]
2578         Added Rectangle (use win16 version).
2580         * [if1632/kernel32.spec]
2581         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
2583         * [if1632/user32.spec]
2584         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
2585         versions).
2586         Added SetWindowsHookExA (empty stub for now).
2588         * [include/handle32.h]
2589         Changed #include <malloc.h> to #include <stdlib.h> to prevent
2590         hate message from FreeBSD compiler.
2592         * [win32/newfns.c]
2593         Added new function SetWindowsHookEx32A (empty stub for now).
2595         * [win32/user32.c]
2596         Removed redundant debugging printf statement.
2598 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2600         * [memory/local.c]
2601         Avoid creating adjacent free blocks.
2602         Free the block in LocalReAlloc() before allocating a new one.
2603         Fixed LocalReAlloc() for discarded blocks.
2604         
2605 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2607         * [resources/sysres_Fi.rc]
2608         ChooseFont and ChooseColor dialogs updated.
2610 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2612         * [files/drive.c,if1632/kernel.spec]
2613         GetCurrentDirectory(),SetCurrentDirectory() implemented.
2615         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
2616           [include/windows.h] [include/winreg.h] [loader/main.c]
2617           [misc/main.c] [misc/shell.c] [misc/registry.c]
2618         Registry fixes:
2619         - loads win95 registry databases,
2620         - save only updated keys on default,
2621         - now adhers to the new function naming standard,
2622         - minor cleanups.
2624 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
2626         * [combo.c]
2627         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
2628         and synchronized mine with Greg Kreider's works.
2630         * [commdlg.c]
2631         Bugfix in ChooseFont: font size handling.
2633 ----------------------------------------------------------------------
2634 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2636         * [DEVELOPERS-HINTS]
2637         Added paragraph on naming conventions for Win16/Win32/Winelib.
2639         * [controls/menu.c]
2640         Create a default system menu that is the same for all windows
2641         instead of making a copy every time.
2643         * [include/wintypes.h]
2644         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
2645         Added xx16 and xx32 definitions for most types. General clean-up.
2647         * [memory/global.c] [memory/local.c] [*/*]
2648         Renamed Global and Local heap functions to xxx16. Added all xxx32
2649         versions of the same functions.
2651         * [memory/selector.c]
2652         Mask out lower bits of selector in FreeSelector().
2654         * [misc/lstr.c]
2655         Fixed wvsprintf().
2657         * [windows/class.c]
2658         Changed the class structure to make Win32 support easier.
2660         * [windows/defwnd.c]
2661         Added handling of WM_INITMENUPOPUP for system menu to gray out
2662         invalid options.
2664         * [windows/winpos.c]
2665         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
2666         a SEGPTR.
2668 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2670         * [memory/local.c]
2671         Implementation of moveable and (rudimentary) support for
2672         discardable local memory, plus several bug fixes.
2674 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2676         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
2677         FindWindowEx() implemented (someone reported it was missing
2678         for FrameMaker 4.1).
2680         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
2681           [win32/resource.c]
2682         Misc small stubs/small functions which bring win95 binaries
2683         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
2684         Small fix in WIN32_LoadAcceleratorsA.
2686 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
2688         * [controls/edit.c] [controls/EDIT.TODO]
2689         Changed / fixed some types and typecasts.
2690         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
2691         Added heap initialization in WM_CREATE.
2693 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
2695         * [controls/combo.c] [controls/listbox.c]
2696         Pass WM_[HV]SCROLL to listbox, but not combo.
2697         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
2698         Combo box gets border.
2699         Combo box includes button (otherwise button won't trigger dropdown).
2700         Proper border around RectButton.
2701         Check size consistancy of combo, listbox, and button after resizing 
2702         or before painting.  These routines still aren't completely correct.
2703         Localize size checks in separate routines.
2704         Listboxes are white.
2706 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
2708         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
2709           [resources/sysres_De.rc][resources/sysres_En.rc]
2710         Introduced ChooseFont dialog, but needed some patches in 
2711         handling of comboboxes with edit controls.
2713 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2715         * [programs/winhelp/*]
2716         Added a help viewer and a simple `.hlp' to `.sgml' converter.
2718 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2720         * [resources/sysres_*.rc] [misc/shell.c]
2721         Modified size of "About" dialog boxes.
2723 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2725         * [if1632/Makefile.in][loader/builtin.c]
2726         crtdll.spec, ntdll.spec, wsock32.spec: new files.
2728         * [loader/pe_image.c]
2729         Fix error message if import by ordinal failed.
2731 ----------------------------------------------------------------------
2732 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2734         * [Makefile.in]
2735         Subdir memory is now also compiled for Winelib, in order to get
2736         the Win32 heap functions.
2738         * [if1632/Makefile.in]
2739         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
2740         DLL names > 8 characters.
2742         * [loader/builtin.c] (New file)
2743         Grouped all built-in DLLs code in a single file.
2745         * [memory/global.c]
2746         Use the Win32 heap code instead of malloc() to allocate linear
2747         memory. This will help test the heap code.
2749         * [memory/local.c]
2750         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
2752         * [tools/build.c] [if1632/relay.c]
2753         Removed 'id' directive in spec files. For relay debugging, the DLL
2754         entry point is now computed from the CS:IP entry point address.
2755         Added 'heap' directive to specifiy a local heap for the DLL. USER
2756         and GDI heap are now created this way.
2758         * [windows/class.c] [include/class.h]
2759         Changed the class structure to use pointers instead of handles.
2760         Changed Get/SetClassWord/Long to use a switch statement; this
2761         allows changing the layout of the CLASS structure.
2763         * [windows/win.c] [include/win.h]
2764         Use a CLASS * instead of a handle for the window class.
2766 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2768         * [if1632/kernel32.spec] [memory/global.c]
2769           [win32/memory.c] [win32/process.c]
2770         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
2771         LocalLock,SetThreadAffinityMask: new relays.
2773         * [win32/cursoricon32.c]
2774         Return same handle if a cursor is loaded multiple times.
2776 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
2778         * [resources/sysres_Ko.rc]
2779         Added support for Korean [Ko] language.
2781 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2783         * [objects/dc.c] [objects/font.c]
2784         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
2786         * [objects/metafile.c] [objects/dcvalues.c]
2787         Fixed broken SetTextAlign() on metafiles.
2789         * [objects/metafile.c]
2790         Delete objects in handle table at end of PlayMetaFile().
2792 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2794         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
2795         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
2796         [If it doesn't work for you, use -dll -ver and report it to me]
2798         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
2799           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
2800           [windows/graphics.c]
2801         Simple win32 functions, where we can just use the win16 counterpart.
2802         Misc. stubs. 
2804         * [misc/lstr.c]
2805         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
2807         * [misc/registry.c]
2808         Some alloclens were off by 1, one double fclose() fixed.
2809         Requesting value 0 of a key with no values returns an error 
2810         (should we always return a made up value NULL? what does win3.1?)
2812 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2814         * [misc/shell.c]
2815         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
2816         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
2818         * [misc/user.c]
2819         Do extensive cleanup on application exit.
2821         * [windows/hook.c] [windows/win.c] [windows/class.c]
2822         Added miscellaneous cleanup routines.
2824         * [controls/menu.c]
2825         More efficient popup menu window handling.
2827 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2829         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
2830         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
2832 ----------------------------------------------------------------------
2833 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
2835         * [resources/sysres_Fr.rc] [resources/TODO]
2836         Made changes for Choose_Color dialog.
2838 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2840         * [controls/button.c]
2841         Fixed test that got miscompiled by some old gcc versions.
2843         * [memory/local.c]
2844         Fixed the layout of handle tables so that moveable handle entries
2845         can be freed on LocalFree().
2846         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
2847         GetHeapSpaces().
2849         * [misc/main.c] [ANNOUNCE]
2850         Update the list of contributors. Please let me know if I forgot
2851         someone.
2853 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
2855         * [controls/edit.c] [controls/EDIT.TODO]
2856         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
2857         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
2858         Added WM_ENABLE implementation (gray text).
2859         Fixed buffer > 32767 bug.
2860         Fixed argument types / typecasting.
2861         Faster selection (re)drawing.
2863 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2865         * [misc/registry.c] [include/winreg.h]
2866         Changed savefile format again to human readable/editable
2867         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
2868         Has now global / local registry databases (including merging them).
2869         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
2870         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
2872         * [misc/comm.c]
2873         Allow " " as COMx: ... spec delimiter too.
2874         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
2875         remember the x).
2877 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2879         * [windows/mdi.c]
2880         Miscellaneous changes.
2882         * [windows/winpos.c] 
2883         Use BitBlt whenever possible in SetWindowPos.
2885         * [windows/painting.c]
2886         Fix incompatibilities with hrgnUpdate being 1.
2888 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2890         * [misc/commdlg.c]
2891         Many bugfixes in ChooseColor dialog.
2892         Added a user defined dialog title in FileOpen-/FileSave- dialog.
2894         * [misc/commdlg.c][include/commdlg.h]
2895           [if1632/commdlg.spec][if1632/winprocs.spec]
2896         Introduced dialog-, callback- and enum- stub functions
2897         for ChooseFont dialog
2899 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2901         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
2902         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
2903         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
2904         fixes.
2906         * [windows/winpos.c]
2907         Don't try to hide the window if it's already hidden.
2909         * [windows/message.c]
2910         Let MSG_PeekHardwareMsg fill the message queue with events if
2911         it's empty.
2913 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2915         * [resources/sysres_It.rc]
2916         Updated to support the new CHOOSE_COLOR_DIALOG.
2918 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
2920         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
2921           [include/w32sys.h] [include/dlls.h]
2922           [misc/Makefile] [misc/w32sys.c]
2923         W32SYS.DLL partially implemented.
2925 ----------------------------------------------------------------------
2926 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2928         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
2929         Made the resource loading code always use the correct Windows
2930         layout for Winelib on other CPUs.
2932         * [include/module.h] [loader/module.c]
2933         Added self handle in NE_MODULE structure, so we can use a pointer
2934         instead of a handle.
2935         Added function MODULE_GetPtr() to validate a HMODULE.
2937         * [memory/heap.c]
2938         Implemented Win32 heap management.
2940         * [memory/selector.c]
2941         Fix selector limit for huge blocks.
2943 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2945         * [objects/metafile.c]
2946         Fixed memcpy bug to allow memory based metafiles to work.
2948 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
2950         * [controls/edit.c] [controls/EDIT.TODO]
2951         Complete rewrite.  Everything changed: new features, new bugs.
2952         Main addition: WordWrap.
2954 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
2956         * [resources/sysres_It.rc]
2957         Fixed a few mistakes in the file and resized some of the controls.
2959 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
2961         * [misc/winsocket.c]
2962         Fixed broken #if defined that stopped unixware compiling.
2964         * [win32/resource.c]
2965         Added missing return to end of FindResource32.
2967 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2969         * [windows/keyboard.c] [windows/event.c]
2970         Fixed GetKeyState for mouse buttons.
2972         * [windows/message.c]
2973         WM_MOUSEACTIVATE wasn't sent in some cases.
2975 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2977         * [objects/font.c]
2978         Match slightly bigger font if height negative.
2980 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
2982         * [multimedia/mmsystem.c]
2983         Changed read's to FILE_read's in mmsystem to fix mmio bug.
2985 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
2987         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
2988         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
2989         En-,De- resources. 
2990         As written in TODO: some national language support is needed here.
2992 ----------------------------------------------------------------------
2993 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2995         * [controls/button.c] [controls/static.c]
2996         Changes to use WND * wherever possible.
2998         * [debugger/dbg.y] [debugger/debug.l]
2999         Added 'info module' and 'walk module' commands.
3001         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
3002         Added assembly code generation to call from Wine into 32-bit code.
3003         Changed all 'call32' references in 'callfrom16' to avoid confusion
3004         with Win32 routines.
3006         * [include/callback.h]
3007         Added prototypes for 32-bit callbacks.
3009         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
3010         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
3011         now generated by the build program.
3013         * [include/module.h]
3014         Added extra info to NE_MODULE for Win32 modules to point to the PE
3015         module data.
3017         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
3018         Removed the wine_files list. The PE data for a module can now be
3019         accessed with the NE_WIN32_MODULE macro.
3021         * [loader/signal.c] [miscemu/instr.c]
3022         Don't start the BIOS timer at startup, but only after an access to
3023         the 0x40 segment.
3025         * [memory/local.c]
3026         Changed LOCAL_Lock() to return a 32-bit pointer.
3028         * [misc/main.c] [include/dlls.h]
3029         Some built-in DLLs (like KERNEL) can no longer be disabled from
3030         the command-line.
3031         
3032 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
3034         * [*/*]
3035         A lot of small changes to support SCO OpenServer 5.
3037 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3039         * [controls/edit.c]
3040         Fixed GetKeyState() call to use 0x8000 convention.
3042         * [include/windows.h]
3043         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
3045 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
3047         * [if1632/except.S]
3048         Modified code to assemble on unixware.
3050 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
3052         * [objects/font.c]
3053         Implementation of a second font cache which will be updated
3054         dynamically.
3056 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
3058         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
3059           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
3060           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
3061           [resources/sysres_No.rc] [resources/TODO]
3062         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3064 ----------------------------------------------------------------------
3065 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3067         * [tools/build.c]
3068         Changed BuildSpec32Files() to generate assembly instead of C code.
3069         Unified -spec16 and -spec32 options; DLL type is now determined by
3070         the 'type' declaration in the .spec file.
3071         New -stdcall option to build all stdcall assembly relays.
3073         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
3074         Started to unify 16- and 32-bit builtin DLLs.
3076         * [loader/module.c]
3077         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
3079         * [loader/pe_image.c] [loader/resource.c]
3080         All modules now have a NE signature, and can be distinguished by
3081         the NE_FFLAGS_WIN32 flag.
3083         * [windows/alias.c]
3084         Aliases for built-in window procedures are now all created at
3085         startup in ALIAS_Init().
3087 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
3089         * [controls/combo.c]
3090         Limit rectangle to clear to size of item when painting combo, not
3091         default.  Only draw items in list when there is enough room for them.
3093         * [controls/listbox.c]
3094         Get the measure of every item that's added and store in the item's
3095         data structure.  Scroll listbox if mouse near edge of box.  Only
3096         draw items in list when there is enough room.
3098 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3100         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
3101           [windows/nonclient.c] [controls/menu.c] 
3102         Various changes for better keyboard handling. 
3104         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
3105         Proper keyboard message ordering, working GetKeyState() (finally!), 
3106         improvements in ToAscii().
3108         * [windows/win.c] [windows/message.c]
3109         Small improvements in WIN_FindWinToRepaint.
3111         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
3112         Put update region in WM_NCPAINT wParam.
3114         * [loader/task.c]
3115         Kill task timers when task is deleted, switch timers to the
3116         new queue in SetTaskQueue().
3118         * [loader/signal.c] [miscemu/dosmem.c]
3119         Added SIGALRM signal handler to increment BIOS clock. 
3121         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
3122         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
3123         MDI client.
3125         * [windows/winpos.c]
3126         Improvements in handling of owned popups. "Floating" toolboxes 
3127         work better now. 
3129 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3131         * [misc/registry.c]
3132         New file, registry rewrite including win32 extensions
3133         - Unicode
3134         - multiple valus per key
3135         - different datatypes for values
3136         - multiple rootkeys
3137         - saving and loading in different registries.
3139         * [include/winreg.h]
3140         New file, definitions and structs for registry.
3142         * [include/winerror.h]
3143         Some new error defines added... there are more, someone please
3144         check a (real-)windows winerror.h.
3145         
3146         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
3147         Registry specs added.
3149         * [if1632/relay.c]
3150         Switch internal SHELL.DLL to default 'used'.
3152         * [win32/string32.c] [include/string32.h]
3153         Some new functions added.
3154         char should be unsigned char when converting to 16bit ints.
3156         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
3157         Removed old registry functions.
3159 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3161         * [include/bitmaps/ocr_ibeam]
3162         Fixed the position of the hotspot.
3164         * [objects/text.c]
3165         Fixed a few bugs in TEXT_TabbedTextOut().
3167         * [windows/event.c]
3168         Fixed the order of the bits in the KeyStateTable.
3169         0x80 is the up/down-bit.  0x01 is the toggle bit.
3171         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
3172         Fixed the calls to GetKeyState().
3174 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
3176         * [resources/sysres_Fr.rc] [resources/TODO]
3177         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3179 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
3181         * [resources/sysres_it.rc]
3182         Added support for Italian [It] language.
3184 ----------------------------------------------------------------------
3185 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3187         * [include/win.h] [windows/*.c]
3188         Replaced next, parent, child and owner handles by pointers in WND
3189         structure. This should improve performance, and should be
3190         reasonably safe since Microsoft did the same in Win95.
3192         * [include/wintypes.h] [*/*]
3193         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
3194         allows removing a lot of unnecessary casts and NPFMTs.
3196         * [windows/caret.c]
3197         Create the caret brush upon CreateCaret(); use the bitmap
3198         dimensions for the caret.
3199         Fixed CARET_DisplayCaret() to use PatBlt().
3201 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3203         * [misc/winsocket.c]
3204         More sanity checks, fixup some erroneous return codes.
3206         * [documentation/winsock]
3207         Description of how compatible the winsock is currently.
3209 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3211         * [library/winmain.c]
3212         Set `lpszCmdParam' by concatenating arguments.
3214         * [loader/module.c]
3215         WinExec: accept Unix commands, use Wine emulator.
3217 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3219         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
3220         DeleteCriticalSection, EnterCriticalSection,
3221         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
3222         TlsFree, TlsGetValue, TlsSetValue: new functions.
3223         CRITICAL_SECTION: new structure.
3225         * [if1632/kernel32.spec][win32/code_page.c]
3226         WideCharToMultiByte: new function.
3228         * [if1632/kernel32.spec][win32/file.c]
3229         GetFileAttributesA: new function.
3231         * [if1632/kernel32.spec][misc/main.c]
3232         GetEnvironmentStringsW, FreeEnvironmentStringsA,
3233         FreeEnvironmentStringsW: new functions.
3234         
3235         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
3236         cursoricon32.c: new file.
3237         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
3238         to WIN32_*.
3239         LoadIconA, LoadIconW: modified implementation from LoadIconA32
3240         to WIN32_*.
3242         * [include/struct32.h]
3243         pragma pack inserted.
3244         CURSORICON32 structures added.
3246         * [include/winnls.h]
3247         Constants CP_* and WC_* added.
3249         * [loader/pe_image.c]
3250         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
3252 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
3254         * [misc/commdlg.c]
3255         Introduced hook function handling in file dialog.
3256         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
3258 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3260         * [if1632/gdi32.spec]
3261         Added GetNearestColor.
3263         * [if1632/kernel32.spec]
3264         Added GlobalAddAtomA.
3266         * [win32/param32.c]
3267         Added stackframe.h to includes.
3268         WIN32_GlobalAddAtomA() - new function.
3270 ----------------------------------------------------------------------
3271 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3273         * [controls/edit.c]
3274         Removed calls to memmove (not portable).
3276         * [debugger/dbg.y] [debugger/debug.l]
3277         Prefixed all token with 't' to avoid conflicts with type
3278         definitions.
3279         Added 'walk queue', 'walk class' and 'info class' commands.
3281         * [debugger/info.c]
3282         Moved queue and window information functions to windows/queue.c
3283         and windows/win.c respectively.
3285         * [loader/signal.c]
3286         Added SIGHUP handling to force entry into built-in debugger.
3287         Cleaned up a bit.
3289         * [misc/spy.c]
3290         General cleanup and performance improvements.
3292         * [windows/class.c]
3293         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
3294         debugger.
3296         * [windows/event.c]
3297         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
3298         sure if this key combination is a good choice...
3300         * [windows/message.c] [windows/queue.c] (New file)
3301         Moved message queue handling functions to windows/queue.c.
3303 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
3305         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
3306         Implemented Win32 exception functions: RaiseException(),
3307         RtlUnwind(), SetUnhandledExceptionFilter() and
3308         UnhandledExceptionFilter().
3310 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
3312         * [controls/listbox.c] [include/listbox.h]
3313         Special handling for COMBOLBOX styles introduced via extension of
3314         HEADLIST structure: lphl->dwStyle.
3316 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
3318         * [controls/combo.c]
3319         Any mouse movement within a small distance (defined by CBLMM_EDGE)
3320         of the top or bottom edge causes the window to scroll.  Also moved 
3321         some assignments so the routine works correctly.
3323         * [controls/listbox.c]
3324         Changing selection in ListBoxSetCurSel now updates PrevFocused.
3325         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
3326         and sets the standard text height.
3328 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3330         * [windows/dce.c]
3331         Fixed memory leak in DCE_ClipWindows().
3333 ----------------------------------------------------------------------
3334 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3336         * [configure.in]
3337         Quote '[' and ']' in the test program for the strength-reduce
3338         bug. This should work much better...
3340         * [files/file.c]
3341         Augmented DOS_FILE structure. Most internal functions now return a
3342         DOS_FILE* instead of a Unix handle.
3343         Added a local file array to replace the PDB list upon startup, to
3344         allow using file I/O functions before the first task is created.
3345         Added FILE_SetDateTime() and FILE_Sync() functions.
3346         
3347         * [loader/module.c]
3348         Use the DOS file I/O functions in MODULE_LoadExeHeader().
3350         * [objects/bitblt.c]
3351         Use visible region instead of GC clip region to clip source
3352         area. This fixes the card drawing bug in freecell.
3354         * [objects/region.c]
3355         Fixed CombineRgn() to allow src and dest regions to be the same.
3357 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3359         * [controls/EDIT.TODO]
3360         Updated so it reflects the current status.
3362         * [controls/edit.c]
3363         Implemented internal EDIT_WordBreakProc().
3364         Implemented ES_READONLY.
3365         Implemented WM_LBUTTONDBLCLK to select whole words.
3366         Fixed a lot of types in the function definitions.
3368 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3370         * [debugger/info.c]
3371         Added "walk window" command to walk window list. 
3373         * [windows/mdi.c]
3374         Added proper(?) WM_MDISETMENU message handling.
3376 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3378         * [if1632/callback.c][if1632/relay32.c]
3379         RELAY32_CallWindowProcConvStruct: new function.
3381         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
3382         struct32.c: new file. Moved all structure conversions into that file
3383         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
3384         renamed to STRUCT32_POINT32to16, ...
3385         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
3386         POINT32, ...
3387         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
3388         CREATESTRUCT.
3390         * [include/windows.h][misc/exec.c]
3391         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
3392         WinHelp: Reimplemented. Thanks to Peter Balch
3393         (100710.2566@compuserve.com) for his valuable research.
3395         * [win32/winprocs.c]
3396         WIN32_CallWindowProcTo16: new function, call in
3397         USER32_DefWindowProcA,...
3399 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3401         * [include/wintypes.h]
3402         Added "#define __export".
3404         * [objects/bitblt.c]
3405         Put in a few hacks to make bitblt-ing work when upside-down and/or
3406         mirrored.  BITBLT_StretchImage should really be checked over
3407         thoroughly.
3409         * [programs/progman/main.c]
3410         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
3412         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
3413         Eliminated shift/reduce conflict in style definition.
3414         Added crude error message support: "stdin:%d: parse error before '%s'".
3415         Implemented string table support to the best of my ability (it works
3416         with LoadString() calls).
3418         * [windows/nonclient.c]
3419         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
3420         bar of non-iconized window was clicked (checked for iconization).
3422 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3424         * [if1632/lzexpand.spec] [if1632/relay.c]
3425           [include/lzexpand.h][misc/lzexpand.c]
3426         LZEXPAND.DLL added.
3428 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3430         * [windows/win.c]
3431         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
3432         this prevents too early termination of EnumChildWindows().
3434 ----------------------------------------------------------------------
3435 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3437         * [controls/scroll.c]
3438         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
3439         current tracking window.
3441         * [files/file.c]
3442         Fixed two file descriptor leaks in FILE_OpenFile().
3444         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
3445           [tools/build.c]
3446         Replaced LOADEDFILEINFO structure by OFSTRUCT.
3448         * [memory/atom.c]
3449         Reload the pointer to the atom table in ATOM_GetTable() and
3450         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
3451         move in linear memory.
3453 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3455         * [include/callback.h]
3456         Added support for CallWordBreakProc().
3458         * [controls/edit.c]
3459         New caret handling (really efficient / fast).
3460         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
3461         Fixed EM_SETFONT so it now also creates a proper new caret.
3463 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
3465         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
3466         Added WM_DELETE protocol to top-level windows.
3468         * [controls/scroll.c]
3469         Fixed a problem which caused slow scrolling to continue uncontrollably.
3471         * [misc/exec.c]
3472         Implemented ExitWindows().
3474         * [windows/win.c]
3475         Set top-level owned windows to be transient.
3477 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3479         * [programs/progman/*]
3480         Added a program manager.
3482 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
3484         * [resources/sysres_Eo.c]
3485         Added support for Esperanto [Eo] language.
3487 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3489         * [if1632/user32.spec]
3490         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
3492         * [win32/init.c]
3493         Added task.h to includes. GetModuleHandleA() - return hInstance
3494         if called with NULL parameter. Freecell needs this. NOTE this
3495         may indicate a problem with differentiation between hModule and
3496         hInstance within Wine.
3498         * [win32/resource.c]
3499         FindResource32() and LoadResource32() - Removed #if 0's around
3500         conversion from hInstance to hModule. See remarks above.
3502         * [win32/string32.c]
3503         WIN32_UniLen() - removed stray semicolon.
3505 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3506         
3507         * [windows/caret.c]
3508         Set blink rate with call to GetProfileInt().
3510         * [rc/winerc.c]
3511         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
3512         instead of 0.  This seems to correspond to Borland's defaults, and
3513         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
3514         or "| NOT WS_VISIBLE" technique in the *.rc file.
3516         * [win32/time.c]
3517         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
3518         returned by gettimeofday() instead of making second call to
3519         time().  This eliminates clock jitter if the seconds change
3520         between the two calls (rare, but possible).
3522         * [include/wintypes.h]
3523         Added "#define _far" and "#define _pascal".
3525         * [windows/win.c]
3526         Added function GetDesktopHwnd().
3528         * [include/xmalloc.h]
3529         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
3530         have been removed from 'configure', and was causing redefinition
3531         warnings.
3533 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
3535         * [windows/winpos.c] 
3536         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
3537         to force a repaint when setting menu bars with different rows.
3539 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3541         * [windows/syscolors.c] [controls/scroll.c]
3542         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
3544 ----------------------------------------------------------------------
3545 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3547         * [files/profile.c]
3548         Added \r when writing profile files, for DOS compatibility.
3550         * [memory/global.c]
3551         Fixed bug in GlobalReAlloc() that caused a discarded block not to
3552         be reallocated if its size was not changed.
3554         * [memory/selector.c]
3555         Avoid setting a valid LDT entry with base and limit set to 0, as
3556         this causes the kernel to clear the entry. This fixes a crash when
3557         exiting Windows program manager.
3559         * [objects/metafile.c]
3560         Removed call to creat() instead of _lcreat() for WINELIB.
3562 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3564         * [if1632/gdi32.spec]
3565         GetTextExtentPointA now has win32 specific implementation.
3567         * [include/struct32.h]
3568         Define new structure tagSIZE32 and typedef SIZE32 to it.
3569         Define prototype for function PARAM32_SIZE16to32
3571         * [win32/param32.c]
3572         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
3574         * [win32/memory.c]
3575         Added missing file pointer parameter to fprintf.
3577 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
3579         * [windows/nonclient.c]
3580         Added more familiar icon activity, ie single click brings up
3581         system menu.
3583 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3585         * [controls/menu.c]
3586         Added calls to HideCaret() and ShowCaret() from within
3587         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
3588         MENU_TrackKbdMenuBar().  Are there any more places where this
3589         should be done?
3591         * [controls/static.c]
3592         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
3593         the previous icon.  Added a new FIXME at the point where
3594         WM_SETTEXT is handled for a SS_ICON static control.
3596         * [misc/commdlg.c]
3597         Implemented FindText() and ReplaceText()
3598         Still missing : Templates and Hooks handling / error checking
3600         * [resources/sysres_En.c]
3601         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
3602         Languages other than En should update these too, though, as well
3603         as redimension the controls because some of the text doesn't fit.
3604         Created file resources/TODO to explain this.
3606         * [windows/caret.c]
3607         Re-written.  It now uses the correct R2_XORPEN.  It resets the
3608         blink timer on SetCaretPos().  It does its own hide/show scheme
3609         when SetCaretPos() is called (should be faster).
3611 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3613         * [controls/listbox.c]
3614         Miscellaneous changes for better LBS_EXTENDEDSEL support.
3615         Removed several superfluous redrawals of item list.
3617         * [controls/scroll.c]
3618         WM_GETDLGCODE return value.
3620         * [windows/win.c]
3621         FlashWindow function.
3623         * [windows/painting.c] [windows/scroll.c]
3624         Added HideCaret/ShowCaret calls.
3626         * [objects/font.c]
3627         Added GetCharABCWidths stub.
3629         * [include/windows.h]
3630         "#define"s needed for changes mentioned above.
3632 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
3634         * [include/winsock.h]
3635         Change order of includes to get in_addr struct defined in time.
3636         (Note: Linux 1.3.66, libc 5.2.18)
3638         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
3639         Changed the -enhanced option into a -mode option, which can be
3640         either 'standard' or 'enhanced'. 'enhanced' is the default.
3642 ----------------------------------------------------------------------
3643 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3645         * [controls/desktop.c]
3646         Look for the wallpaper file in the Windows directory.
3648         * [controls/menu.c]
3649         Fixed swapped parameters in SetMenuItemBitmaps().
3650         Create a separator in MENU_SetItemData() when the string is NULL.
3652         * [file/dosfs.c]
3653         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
3655         * [files/file.c]
3656         Added a DOS_FILE structure to store per-file information (not
3657         really used yet).
3658         Fixed _lread and _hread to check the size of the buffer before
3659         calling Unix read() to avoid EFAULT error.
3661         * [misc/exec.c]
3662         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
3664         * [miscemu/instr.c]
3665         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
3666         programs that poll the BIOS counter, provided they reload the
3667         selector on every read.
3669         * [miscemu/int21.c]
3670         Re-implemented FindFirst/FindNext for FCB calls.
3672         * [windows/message.c] [windows/winpos.c]
3673         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
3675         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
3676         Added a per-window WIN_MANAGED flag; only windows that have a
3677         dialog frame or a sizing border are managed.
3679 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3681         * [if1632/Makefile.in]
3682         Added -g flag to compilation of .c files generated from *32.spec.
3684         * [if1632/gdi32.spec]
3685         Numerous additional functions implemented.
3687         * if1632/user32.spec]
3688         wsprintfA maps to vsprintf not wsprintf
3689         Numerous additional functions implemented.
3691         * [include/gdi.h] [objects/gdiobj.c]
3692         New #define MAGIC_DONTCARE added. This is used in
3693         GDI_GetObjPtr to enable getting a pointer to a GDI object of
3694         unknow type.
3696         * [win32/gdi32.c]
3697         New file.
3699         * [win32/param32.c]
3700         WIN32_MoveToEx() - handle NULL pointer argument.
3702         * [win32/user32.c]
3703         USER32_InvalidateRect - handle passing of a NULL pointer.
3704         USER32_SetTimer - New function.
3706         * [files/directory.c]
3707         Fixed DIR_Init() (off by one in allocation of space for
3708         environment variables).
3710         * [files/drive.c]
3711         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
3712         on FreeBSD).
3714 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
3716         * [controls/menu.c]
3717         Memory leak plugged.
3719         * [controls/edit.c]
3720         Erase space with function ExtTextOut(). This eliminates the use of
3721         xmalloc().  Memory leak in EDIT_WriteText plugged.
3723         * [debugger/db_disasm.c]
3724         Operand for scas now is di.
3726         * [files/profile.c]
3727         PROFILE_GetSection was copying too much data.
3728         PROFILE_GetSection now returns the correct value. It was returning
3729         the number of unused instead of used bytes.
3731         * [objects/dc.c]
3732         Corrected two typos in comments.
3734         * [objects/font.c]
3735         FONT_MatchFont didn't return if it couldn't find any font.
3737         * [objects/oembitmap.c]
3738         Free object only if it has been allocated.
3740         * [windows/scroll.c]
3741         Memory leak in ScrollDC plugged.
3743 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
3745         * [controls/edit.c]
3746         Implemented ES_NOHIDESEL style, shift+click selection,
3747         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
3748         (de)selection drawing.  Changed selection drawing to use correct
3749         system colors instead of inverting.  Fixed deleting or backspacing
3750         across a '\r\n' end of line pair.  Selection now anchors
3751         correctly. Fixed text leaking and extra garbage problem bug
3752         uncovered by change in class style in wine960131.
3754         * [controls/widgets.c]
3755         Class flags now match those of Windows.
3757 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3759         * [controls/widgets.c]
3760         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
3762         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
3763         comctl32.spec ole32.spec winspool.spec: new files.
3764         RELAY32_Init: call initialization of new DLLs.
3765         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
3766         RELAY32_MakeFakeModule: new function.
3768         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
3769         Added Win95 functions. Ordinals now differ from both NT and Win95
3770         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
3771         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
3772         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
3773         new relays.
3775         * [if1632/shell32.spec]
3776         shell32.spec: renumbered all functions to take into account ordinals.
3777         These seem to be identical between NT and Win95.
3779         * [include/dialog.h][windows/dialog.c]
3780         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
3782         * [include/handle32.h]
3783         New handle types VRANGE, HEAP, HEAPITEM.
3785         * [include/pe_image.h][loader/pe_image.c]
3786         struct w_files: new field builtin.
3787         PE_FindExportedFunction: support ordinals.
3788         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
3789         fixup_imports: support ordinals.
3790         PE_LoadImage: prefer directories over segments.
3792         * [include/resource.h][win32/resource.c]
3793         FindResource32: changed parameter from LPCTSTR to LPCWSTR
3794                 check LANG_NEUTRAL if LANG_ENGLISH fails.
3795         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
3796                 disabled because it's broken.
3797         Casted to and from LPWSTR at various places.
3799         * [include/string32.h][win32/string32.c]
3800         Changed prototypes to take const arguments where appropriate.
3802         * [include/struct32.h]
3803         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
3805         * [tools/build.c]
3806         BuildSpec32Files: generate Base value into code, generate call to
3807         RELAY32_MakeFakeModule.
3808         
3809         * [win32/heap.c]
3810         This is still not finished and needs rework.
3811         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
3812         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
3813         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
3815         * [win32/memory.c]
3816         Support for VRANGE_OBJECT. This is not yet called from any place,
3817         and needs more platform specific support
3818         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
3819         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
3821         * [win32/user32.c]
3822         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
3823         names, as in dialogs.
3824         Implemented dialog functions (see user32.spec).
3826         * [windows/caret.c]
3827         CARET_Initialize: call RELAY32_GetBuiltinDLL.
3829 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3831         * [controls/edit.c]
3832         Removed commented out #ifdefs for WINELIB.
3834         * [tools/makehtml.pl]
3835         Put in error checking when trying to open a file.
3837         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
3838         Added two new targets: hello4 and new.
3840         * [include/windows.h]
3841         Added definition of DEVMODE structure, although it's not yet used.
3842         Modified various API functions from CreateDC() to Escape(), in
3843         order to make them more compliant with the strict API definitions.
3845         * [include/wintypes.h]
3846         Added 'typedef char TCHAR'.  It probably should be defined as
3847         'short', but then we would have to support such characters.  Also did
3848         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
3849         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
3850         MFENUMPROC, and HGDIOBJ.
3852 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3854         * [misc/commdlg.c]
3855         Patched a bug that occurred in the internal COMMDLG module for the
3856         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
3857         combobox is now handled correctly.
3859 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
3861         * [resources/sysres_Cz.rc]
3862         Added support for Czech [Cz] language.
3864 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3866         * [objects/font.c]
3867         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
3868         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
3869         is -1, assume 0.
3870         CreateFontIndirect : if font parameter is NULL, issue an error message.
3871         CreateFont : null-terminate lfFaceName.
3872         ParseFontParms : debug code turned off : too verbose.
3873         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
3875         * [objects/color.c]
3876         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
3878 --------------------------------------------------------------------
3879 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
3881         * [configure.in]
3882         Added --with-dll option to build libwine.so.
3884         * [controls/listbox.c]
3885         Fixed ListBoxDirectory(), DlgDirSelect() and
3886         DlgDirList(). Hopefully their behavior is correct now.
3888         * [controls/menu.c]
3889         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
3890         ModifyMenu() for the item data, to avoid corrupting the pointer
3891         for owner-drawn items.
3893         * [controls/static.c]
3894         Attempt to load OEM icons for SS_ICON controls. Probably not
3895         entirely correct.
3896         Don't clip the text output.
3898         * [files/directory.c]
3899         Add temp dir and Windows dir to environment.
3901         * [files/dos_fs.c]
3902         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
3903         Cache last used directory in DOSFS_FindNext() to avoid quadratic
3904         search time.
3906         * [files/drive.c]
3907         New format for drives configuration in wine.conf; allows
3908         specifying the type, label and serial number of a drive.
3910         * [files/file.c]
3911         New function FILE_OpenUnixFile to make sure we don't open a
3912         directory instead of a file.
3913         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
3915         * [files/profile.c]
3916         Rewrote profile handling. Should be closer to Windows behavior now.
3917         New function PROFILE_GetWineIniString() to get a string from wine.conf.
3918         Support environment variables in wine.conf.
3920         * [loader/task.c]
3921         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
3922         corruption.
3924         * [memory/global.c]
3925         Create a discarded block on GlobalAlloc() if the size is 0; thanks
3926         to John Harvey for noticing this.
3928         * [memory/local.c]
3929         LOCAL_GetHeap: make sure the pointer is valid before checking
3930         magic number.
3932         * [misc/main.c]
3933         Moved profile and registry saving to ExitWindows(), so we don't
3934         try to save them in case of a crash.
3936         * [miscemu/int21.c]
3937         INT21_GetFreeDiskSpace: try to compute the cluster size from the
3938         filesystem size instead of hard-coding it to 64.
3939         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
3940         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
3942         * [windows/message.c]
3943         Fixed bug in linked-list handling in MSG_DeleteQueue().
3944         Simplified SetMessageQueue().
3946         * [wine.ini] [wine.man]
3947         Updated for new drives configuration format.
3949 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
3951         * [controls/edit.c]
3952         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
3953         EM_GETPASSWORDCHAR messages.
3955         * [controls/widgets.c]
3956         Adjusted class creation flags to better match values Windows uses.
3958         * [include/windows.h]
3959         Fixed ES_NOHIDESEL typo.
3961         * [loader/ne_image.c]
3962         Added detection for zero offset in RADDR fixups. Quicken
3963         was in an infinite loop here.
3965 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3967         * [files/dos_fs.c]
3968         Bugfix: range error in month value (0..11 set to 1..12).
3970         * [windows/caret.c]
3971         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
3972         appearance of the caret.
3974         * [windows/mdi.c] [include/mdi.h]
3975         Changed MDITile(): added a new parameter WORD wParam for
3976         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
3977         used in Win3.1
3979 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
3981         * [miscemu/int2f.c]
3982         Added a small bit of MSCDEX emulation.
3984         * [windows/alias.c]
3985         ALIAS_RegisterAlias was returning the hash value when it should
3986         have been returning the record number.
3987         
3988 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3990         * [include/shell.h] [include/wintypes.h]
3991         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
3992         Declared FONTENUMPROC in wintypes.h.
3994         * [include/windows.h]
3995         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
3996         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
3997         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
3998         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
3999         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
4000         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
4001         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
4002         and wsprintf().
4004         * [tools/makehtml.pl] [documentation/apiw.index]
4005         New files that scan windows.h, commdlg.h, and toolhelp.h and output
4006         an HTML sorted list with optional links to www.willows.com and a
4007         tally of unimplemented APIW functions.
4009         * [objects/cursoricon.c]
4010         Added Win32 versions of CopyIcon() and CopyCursor() for use in
4011         libwine.
4013         * [win32/resource.c] [win32/winprocs.c]
4014         Added '#include "libres.h"' and explicit declarations of windows
4015         procs in order to avoid warnings.
4017         * [windows/utility.c]
4018         Added Win32 version of MulDiv() for libwine.
4020         * [*/*] [include/windows.h]
4021         Changed several function declarations to comply more strictly to
4022         the windows API (without, hopefully, altering their functionality).
4024         * [controls/menu.c]
4025         Made the return value of CheckMenuItem be the previous state of
4026         the menu item if it was found, otherwise -1 as specified in the
4027         SDK. This conflicts with the APIW specification, which says it
4028         should return TRUE if successful, otherwise FALSE.
4030         * [include/windows.h]
4031         Added obsolete WM_SIZE message wParam names for compatibility.
4032         Added WinHelp() command constants, even though they are not yet
4033         supported.
4035         * [rc/winerc.c]
4036         Tidied up transform_binary_file().  In argument checking, flattened
4037         any invalid characters specified with the prefix argument.
4039         * [library/libres.c]
4040         Made FindResource() case-insensitive when parameter 'name' is a string.
4042 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
4044         * [files/drive.c]
4045         If root "/" is given in wine.conf, use it as last resort.
4047         * [files/file.c]
4048         Report ER_AccessDenied it disk ist not writable
4049         More Debug Output
4051         * [miscemu/int21.c]
4052         Squeezed some bugs in ExtendedOpenCreateFile
4053         
4054         * [windows/winpos.c]
4055         Some windows may not be moved or resized. We are missing some
4056         structures to be exact, but the approach should help in some cases
4057         and make things worse in much fewer.
4059 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4061         * [loader/pe_image.c]
4062         fixup_imports: Find builtins for Borland style entries, too
4064 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4066         * [controls/menu.c]
4067         LoadMenu: branch to Win32 for PE modules
4069         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
4070         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
4071         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
4072         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
4073         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
4074         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
4075         to convert parameters or naming convention
4077         * [include/kernel32.h][include/wintypes.h]
4078         moved WCHAR, defined LPWSTR
4080         * [include/string32.h][win32/string32.c][include/struct32.h]
4081         New files
4083         * [loader/module.h]
4084         LoadModule: exit after returning from PE_LoadModule
4086         * [loader/pe_image.c]
4087         my_wcstombs: isascii does not work on Linux for Unicode
4088         PE_LoadImage: Handle directories
4090         * [misc/user32.c]
4091         USER32_RECT32to16, USER32_RECT16to32: new functions
4092         implemented new user32 relays
4094         * [misc/newfns.c]
4095         WIN32_WinHelpA: new function
4097         * [win32/param32.c]
4098         New file
4100         * [win32/resource.c]
4101         GetResDirEntry: added support for named entries
4102         WIN32_LoadAcceleratorsW: invoke *32 resource functions
4103         WIN32_LoadBitmapA: convert name to unicode if appropriate
4104         WIN32_ParseMenu: new function
4105         implemented new resource functions from user32.spec
4107 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4109         * [objects/cursoricon.c]
4110         GetIconId() and LoadIconHandler() functions.
4112         * [windows/mdi.c]
4113         Better maximization support, TranslateMDISysAccel() function, 
4114         misc improvements.
4116         * [windows/defwnd.c]
4117         Fix for WM_WINDOWPOSCHANGED message handler.
4119         * [windows/winpos.c]
4120         Rewrote WindowFromPoint() function.
4122 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
4124         * [include/toolhelp.h] [misc/toolhelp.c]
4125         Added Notify(Un)Register, but no callbacks yet.
4127 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
4129         * [Makefile.in]
4130         Added target for libwine.so.1.0.
4132         * [library/winmain.c]
4133         For WINELIBDLL, _WinMain just returns hInstance instead of calling
4134         WinMain().
4136         * [misc/main.c]
4137         For WINELIBDLL, renamed main() to _wine_main() for calling from the
4138         stub main function.
4140         * [library/winestub.c] (new file)
4141         Provides a stub main() function for using libwine.so.
4143 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
4145         * [winsocket.c]
4146         Fix EPERM problem.
4148         * [global.c]
4149         Attempt to do some sanity checking in MemManInfo().
4151         * [Changelog]
4152         Fix changelog oversight for previous entry.
4154 ---------------------------------------------------------------------
4155 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
4157         * [configure.in]
4158         Added check for gcc strength-reduce bug.
4160         * [controls/listbox.c]
4161         Changed ListBoxDirectory() to use the new DOS file functions.
4163         * [controls/menu.c]
4164         Fixed parameters for DeleteMenu() call in ChangeMenu().
4166         * [debugger/stack.c]
4167         Also display current frame in back-trace.
4169         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
4170         Complete rewrite of the DOS file handling.
4171         Implemented per-task file handles.
4172         Removed default Z: drive; needs to be put explicitely in wine.ini
4173         if desired.
4175         * [loader/module.c]
4176         Fixed file descriptor leak in LoadModule().
4178         * [loader/task.c]
4179         Initialise PDB file handle table in TASK_CreateTask().
4180         Close file handles on task termination.
4181         Implemented SetErrorMode().
4183         * [misc/network.c]
4184         Fixed WNetGetConnection() to use GetDriveType().
4186         * [misc/xmalloc.c]
4187         Added function xstrdup().
4189         * [miscemu/int21.c]
4190         Many changes for new DOS file functions.
4192         * [miscemu/interrupts.c]
4193         Moved DOS_GetEquipment() function into INT_Int11Handler().
4195         * [windows/win.c]
4196         Bug fix: create system menu before sending WM_NCCREATE.
4198         * [*/*.c]
4199         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
4200         better portability.
4202 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
4204         * [include/wintypes.h]
4205         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
4206         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
4207         it should suffice.
4209         * [include/winsock.h]
4210         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
4211         out some old style internet address #define's.
4213         * [loader/task.c]
4214         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
4215         Made FreeProcInstance() do nothing #ifdef WINELIB32.
4216         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
4218         * [library/miscstubs.c]
4219         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
4220         with name="ActivateAppProc".  This hardly seems correct, but it's my
4221         best guess as to how the emulator responds.
4223 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
4225         * [if1632/kernel32.spec][win32/process.c]
4226         WIN32_GetProcAddress, LoadLibraryA: new functions
4228         * [if1632/relay32.c]
4229         RELAY32_GetEntryPoint: Removed code to load PE DLLs
4231         * [include/pe_image.h][include/pe_exe.h]
4232         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
4233         struct PE_Reloc_Block: new structure
4235         * [loader/module.c]
4236         MODULE_RegisterModule: new function
4238         * [loader/pe_image.c]
4239         PE_FindExportedFunction,PE_GetProcAddress: new functions
4240         fixup_imports: expect struct w_files* now, fill dlls_to_init,
4241                        load PE DLLs
4242         do_relocations: new functions
4243         calc_vma_size: renamed from dump_table
4244         PE_LoadImage: use malloc to allocate memory for image
4245         PE_InitDLL: expect HMODULE
4246         PE_InitializeDLLs: new function
4248         * [loader/task.c]
4249         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
4250         GetExePtr: Accept PE modules
4252         * [misc/commdlg.c]
4253         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
4255 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
4257         * [misc/port.c]
4258         New file with usleep() function for SVR4.
4260         * [configure.in]
4261         Check for usleep() function.
4263 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
4265         * [if1632/toolhelp.spec] [include/toolhelp.h]
4266           [misc/user.c] [windows/message.c]
4267         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
4269         * [winsocket.c]
4270         Fixed ENOENT error.
4272         * [miscemu/dpmi.c]
4273         Implement DPMI Get Page Size (AX=0604, INT 31)
4275         * [memory/global.c]
4276         Implement TOOLHELP.72 GetMemManInfo.
4278 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4280         * [if1632/callback.c]
4281         CallWindowProc() - When calling RELAY32_CallWindowProc, check
4282         whether lParam should be a SEGPTR, and if so convert it to one.
4284         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4285         Numerous functions added, mostly calls to original (win16)
4286         functions.  Note that some (many) of these are probably not
4287         strictly correct, but with these additions freecell will at least
4288         display its main window though it is garbled.
4290         * [if1632/winprocs.spec]
4291         Completely rewritten - all WndProcs now have win32 versions to
4292         help with the lparam SEGPTR fix in callback.c
4294         * [include/kernel32.h]
4295         LPTCSTR defined.
4297         * [include/peexe.h]
4298         Definition of PE_Export_Directory amended.
4300         * [include/resource32.h]
4301         New file.
4303         * [include/stackframe.h]
4304         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
4305         prototype for replacement function in memory/selector.c which
4306         can operate on any given memory address. This is currently
4307         required for win32 support. It is a dreadful cludge, and will
4308         certainly slow down other programs. If you are not interested
4309         in win32 development you may wish to reverse this patch.
4311         * [include/windows.h]
4312         Definition of SW_SHOWDEFAULT added.
4314         * [loader/pe_image.c]
4315         Extensive rewrites of xmmap() fixup_imports().
4316         PE_LoadImage() - initialisation of bss added, extraction of
4317         module name fixed, initialisation of DLL added.
4318         PE_InitDLL() - now does something.
4319         PE_Win32CallToStart() - initialisation of TEB pointed to by
4320         fs added.
4321         PE_InitTEB() created to perform TEB initialisation.
4323         * [memory/selector.c] 
4324         New function MAKE_SEGPTR() - see include/stackframe.h above.
4326         * [misc/user32.c]
4327         USER32_RegisterClassA(), CreateWindowExA() memory allocation
4328         method changed. This is probably now unnecessary with the
4329         new MAKE_SEGPTR handling code.
4330         USER32_DefWndProcA() removed to win32/winprocs.c
4331         USER32_TranslateMessage added.
4333         * [tools/build.c]
4334         handling of win32 spec files changed to support gcc2.6.X
4335         this requires optimisations to be disabled.
4337         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
4338         New files.
4340         * [win32/Makefile.in]
4341         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
4343         * [win32/file.c]
4344         New function W32_SetHandleCount.
4346         * [win32/init.c]
4347         WIN32_GetModuleHandle() - now returns handle of running process
4348         if called with NULL.
4349         GetStartupInfoA() - set cbReserved2 to 0.
4351         * [win32/memory.c]
4352         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
4353         it work with FreeBSD. Also check for return value. Removed extra
4354         return.
4356         * [windows/winpos.c]
4357         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
4359 ----------------------------------------------------------------------
4360 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4362         * [configure.in] [Makefile.in] [tools/install-sh]
4363         New 'install' target installs Wine binary, library and man page.
4364         Library is now more logically named libwine.a.
4365         Split toolkit/ directory into library (for library code) and
4366         libtest (for test programs).
4368         * [controls/edit.c]
4369         Quick hack to partially support EM_PASSWORD style (avoids
4370         displaying your passwords on the screen when testing programs...)
4372         * [configure.in] [controls/menu.c] [include/resource.h]
4373           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
4374         Language is now a run-time option (wine -language xx).
4376         * [debugger/dbg.y]
4377         Dump some more debugging info on crash.
4379         * [misc/profile.c]
4380         Only consider ';' as a comment if it's the first non-blank
4381         character on the line.
4383         * [miscemu/dpmi.c]
4384         More debugging info for real-mode callback.
4386         * [objects/gdiobj.c]
4387         Rewrote EnumObjects() to do the Right Thing.
4389         * [resources/sysres*]
4390         New directory containing system resources.
4392 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
4394         * [win32/file.c] [win32/memory.c]
4395         Unixware doesn't have MAP_ANON ifdefed out for now.
4397         * [misc/dos_fs.c]
4398         DOS_GetDosFileName didn't truncate paths starting ./ properly.
4400         * [tools/build.c]
4401         Produces assembly code that works with the unixware assembler.
4403 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
4405         * [miscemu/instr.c]
4406         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
4408         * [misc/dos_fs.c]
4409         DOS_readdir should always return directories, even if they don't
4410         match the file name mask.
4412 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4413         
4414         * [misc/exec.c]
4415         Give arguments to winhelp.
4417         * [miscemu/int21.c]
4418         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
4419         Created function ExtendedOpenCreateFile.
4420         Give for some Windows95 interrupts the return value 'not
4421         implemented'.
4423 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4425         * [include/kernel32.h] [include/windows.h]
4426         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
4427         include/kernel32.h to include/windows.h and declared the new Win32
4428         API functions Sleep(), GetLocalTime(), and GetSystemTime().
4429         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
4431         * [rc/rc (new file)]
4432         Created the shell script 'rc', which should simplify resource
4433         compilation.
4435         * [win32/environment.c]
4436         Kludged around an undefined reference to wine_files.  This change
4437         should be fixed some time.
4439         * [win32/time.c] [if1632/kernel32.spec]
4440         Added the functions GetSystemTime(), and Sleep().
4442         * [miscemu/int21.c]
4443         Renamed static function GetSystemTime to INT21_GetSystemTime to
4444         avoid conflicts with the API function of the same name.
4446         * [include/wintypes.h]
4447         Added the SPFMT definition for printf statements.
4449         * [misc/shell.c] [include/shell.h]
4450         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
4451         with the ones in include/winerror.h.  They should probably use the
4452         versions in winerror.h, but I'm not certain, and that can be done
4453         later.
4455         * [windows/mdi.c]
4456         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
4457         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
4458         (boolean) was discarded with this translation.  Translated handler
4459         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
4460         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
4461         false, call DrawMenuBar() if desired).
4463         * [*/*]
4464         General explicit casts and more rigid typing to remove warnings.
4466         * [include/winpos.h] [windows/winpos.c]
4467         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
4469         * [include/commdlg.h] [misc/commdlg.c]
4470         Added prototypes for ChooseColor(), CommDlgExtendedError(),
4471         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
4472         PrintDlg, and ReplaceText().
4473         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
4474         Made GetFileTitle return a short, as per the API definition.
4476         * [Makefile.in]
4477         Added line to clean and distclean that removes temporaries from
4478         the include directory.
4480 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
4482         * [controls/edit.c]
4483         Almost rewrote EDIT_GetLineMsg.
4485 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
4487         * [windows/mdi.c]
4488         Fixed MDITile() bug that occurs when 0 windows are present or all
4489         windows are minimized.
4491 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4493         * [misc/profile.c]
4494         Try harder to find files, especially in the working directory.
4495         Look in $HOME/.wine too and create it there if it isn't found.
4497 ----------------------------------------------------------------------
4498 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4500         * [misc/lstr.c]
4501         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
4502         they do the same job.
4504         * [tools/build.c]
4505         Fixed __attribute__((stdcall)) to make it compile with gcc
4506         versions under 2.7. Doesn't mean it will run OK though...
4508 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
4510         * [include/kernel32.h] [include/winerror.h]
4511         Added file attribute definitions and more error codes.
4513         * [win32/error.c]
4514         Added some rudimentary errno-to-Win32 error conversion
4515         code.
4517         * [win32/file.c]
4518         Added to GetFileInformationByHandle, filled in some known
4519         error codes, and switched to dprintf_win32.
4521         * [win32/time.c]
4522         Added GetLocalTime.
4524 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4526         * [controls/combo.c]
4527         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
4528         LRESULT _(HWND,WPARAM,LPARAM) where needed.
4530         * [include/libres.h]
4531         Restructured libres prototypes to closer match the windows API.
4533         * [include/windows.h]
4534         Changed several API prototypes' parameter types from 'short' to INT,
4535         which is #defined as short in the emulator, but is a normal int in
4536         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
4537         (This creates a lot of warnings at library-compile time, but less
4538         warnings at app-compile time.  I'll remove the warnings soon.)
4540         * [loader/resource.c]
4541         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
4542         various implementations of the LIBRES_* API functions.
4544         * [loader/signal.c]
4545         Deleted local 'i' from win_fault(), since it was unused.
4547         * [objects/bitblt.c]
4548         Mirrored changes to include/windows.h mentioned above.
4550         * [toolkit/hello3.c]
4551         Changed LoadMenuIndirect() call to LoadMenu() to test the new
4552         resource registration technique.
4554         * [toolkit/libres.c]
4555         Removed definition of 'struct resource' and fixed bugs in the resource
4556         implementation.  Implemented LIBRES_FindResource.
4558         * [windows/graphics.c]
4559         Mirrored changes to include/windows.h mentioned above.
4561 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
4563         * [controls/edit.c]
4564         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
4566         * [controls/listbox.c]
4567         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
4569         * [include/listbox.h]
4570         change HeapSel from WORD to HANDLE
4572         * [include/resource.h][rc/winerc.c]
4573         struct ResourceTable: removed
4574         struct resource: moved to header file
4575         autoregister resources if supported by compiler
4577         * [memory/local.h]
4578         LOCAL_GetHeap: expect HANDLE rather than WORD
4579         
4580         * [toolkit/Makefile.in]
4581         Add ALLCFLAGS to make hello3
4583         * [toolkit/heap.c]
4584         LocalFree, HEAP_Free: handle 0 parameter gracefully
4586 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
4588         * [misc/winsocket.c]
4589         Fixed the msgsnd and msgrcv errors that winsock programs get.
4591 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4592         
4593         * [if1632/kernel.spec]
4594         Fixed _hread and _hwrite return type
4596         * [if1632/relay32.c] [loader/pe_image.c]
4597         Hacked loading of PE-dll's in
4599         * [win32/advapi.c]
4600         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
4602         * [win32/file.c]
4603         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
4605         * [win32/process.c]
4606         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
4607         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
4608         
4609 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4611         * [include/wine.h] [misc/lstr.c]
4612         Define wine_strncpy(). This function does not pad the buffer with 
4613         zeroes like GNU strncpy(), which might break some Windows programs
4614         that pass bogus size arguments.
4616         * [loader/module.c]: GetModuleFileName(),
4617         [misc/commdlg.c]: GetFileTitle(),
4618         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
4619         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
4620         [multimedia/mmsystem.c], [objects/font.c]:
4621         Use wine_strncpy() where strings are returned to Windows programs.
4622         
4623         * [objects/metafile.c]
4624         PlayMetafile(): Clear the handle table before using it.
4626         * [misc/shell.c] [misc/main.c]
4627         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
4628         
4629         * [misc/profile.c]
4630         load(): Need to handle comments.
4631         
4632         * [toolkit/libres.c]
4633         Make it compile.
4634         
4635         * [windows/nonclient.c]
4636         Use MAKE_SEGPTR macro in two places where a user heap block used
4637         to be allocated instead.
4639 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
4641         * [windows/winpos.c]
4642         In function SetWindowPos: do not redraw the parent of
4643         a window if the specified window is placed on the top.
4644         This avoids that ShowWindow(hwnd,1) hides hwnd instead
4645         of showing it.
4647 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4649         * [windows/scroll.c]
4650         Now it can scroll children along with the client region of parent 
4651         window. Tried to optimize update region calculation. 
4653         * [windows/mdi.c]
4654         ScrollChildren function, more other features added. Basically
4655         a rewrite.
4657         * [windows/winpos.c] [windows/focus.c]
4658         Reimplemented window activation and focus handling.
4660         * [windows/nonclient.c]
4661         Added new flag WIN_NCACTIVATED.
4663         * [windows/message.c] [loader/task.c]
4664         Small changes (to maintain linked list of message queues).
4666 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
4668         * [include/options.h] [misc/main.c] [windows/defwnd.c]
4669           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
4670         Implemented a -managed option to replace the standard Windows
4671         frame of top-level windows with the window manager's decorations.
4672         If a top-level window makes its own frame, this will still show
4673         up, inside the window manager decorations (I believe ctl3dv2.dll
4674         would do this, although I can't test this).
4676 ----------------------------------------------------------------------
4677 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4679         * [configure.in] [Makefile] [misc/dos_fs.c]
4680         Got rid of autoconf.h file.
4682         * [debugger/dbg.y]
4683         More logical behavior upon syntax errors.
4685         * [include/hook.h] [windows/hook.c]
4686         Changed hook structure and rewrote most of the hook functions for
4687         better compatibility, based on investigations by Alex Korobka.
4689         * [include/message.h] [windows/message.c]
4690         Added hooks to message queue structure and made the structure
4691         layout Windows-compatible.
4692         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
4693         WH_JOURNALRECORD hooks.
4695         * [misc/main.c]
4696         Added command-line option for changing the language at run-time
4697         (not implemented yet), based on a suggestion from Michael Patra.
4699         * [objects/cursoricon.c]
4700         Fixed silly SEGPTR bug in DumpIcon().
4702 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4704         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
4705         Partial implementaion of LBS_EXTENDEDSEL style,
4706         yet more updates for drag & drop support. Now works.
4708         * [windows/defwnd.c]
4709         More message handlers.
4711         * [windows/win.c]
4712         DragObject, DragDetect, AnyPopup functions. 
4714         * [controls/listbox.c]
4715         More kludgy fixes (WM_...TOITEM, etc.).
4717         * [objects/cursoricon.c] [objects/oembitmap.c]
4718         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
4719         cursor.
4721         * [include/bitmaps/ocr*]
4722         New OEM cursors.
4724 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4726         * [toolkit/heap.c]
4727         Swapped flags and size arguments to LocalRealloc as per changes in
4728         memory/local.c by William Magro in previous release.
4730         * [include/wintypes.h]
4731         Reinstated the #define's for 'min' and 'max', since they're part of
4732         the Windows API.  I really don't think it's a wise idea, so I put
4733         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
4734         WINE code should never use these (it should use 'MIN' and 'MAX'
4735         instead).
4737         * [loader/*]
4738         Put '#ifndef WINELIB' around many things that WINElib should not need.
4740         * [controls/edit.c]
4741         Took out many '#if defined(WINELIB)' sections with the associated
4742         comment 'temporary fix, until Local memory is correctly implemented in
4743         WINELIB', since the effective translations are now in 
4744         toolkit/miscstubs.c.
4745         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
4746         file fixed (or at least postponed) the bug I had encountered.
4748         * [loader/task.c]
4749         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
4750         C:  This will probably cause a lot of trouble if this change is
4751         forgotten in the future, but it will let things like the OpenFileName
4752         dialog work for now.
4754         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
4755           [include/libres.h]
4756         Made new libres.c file, which will contain functions for supporting
4757         accessing resources by name in WINElib.  'winerc' will need to be
4758         changed.
4760         * [toolkit/heap.c]
4761         Refined memory routines to allow for differences between LocalAlloc
4762         and GlobalAlloc and between LocalSize and GlobalSize.
4764         * [windows/message.c] [include/windows.h]
4765         Defined the GetCurrentTime routine in windows/message.c, and removed
4766         the #define in windows.h.
4768 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4770         * [*/*]
4771         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
4773         * [loader/module.c]
4774         Added undocumented GetExpWinVer.
4776         * [tools/build.c]
4777         Previous code didn't pop possibly changed %esi, %edi and %edx
4778         from the stack.
4779         
4780         * [win32/advapi.c]
4781         Added GetUserNameA.
4783         * [win32/code_page.c]
4784         Added stub for MultiByteToWideChar.
4786         * [win32/console.c]
4787         Added SetConsoleCtrlHandler stub.
4789         * [win32/file.c]
4790         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
4791         Added CloseHandle.
4793         * [win32/memory.c]
4794         Changed VirtualAlloc and VirtualFree.
4796         * [win32/process.c]
4797         Added ExitProcess.
4799 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4801         * [include/windows.h]
4802         Fixed a few broken structure definitions.
4804         * [loader/resource.c]
4805         FindResource(): Need to check for '#xxx' strings here.
4807         * [miscemu/int21.c]
4808         FindNext(): Return MS-DOS filenames uppercase.
4810         * [objects/cursoricon.c]
4811         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
4812         initializers.
4813         
4814         * [misc/file.c]
4815         _lopen(): Files opened in OF_WRITE mode are truncated.
4816         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
4817         created; use read/write mode.
4818         
4819         * [misc/profile.c]
4820         load(): Rewritten.
4821         
4822         * [misc/commdlg.c]
4823         Fixed bad call to strncpy() that smashed the stack.
4825         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
4826         Operator precedence fixes. People who use gcc 2.7.1 don't need a
4827         debugger :-)
4828         
4829         * [if1632/gdi.spec] [objects/palette.c]
4830         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
4831         but sometimes that's good enough.
4833 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
4835         * [include/wine.h] [include/registers.h] [include/winsock.h]
4836         Added definitions for Unixware.
4838         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
4839         Misc. fixes for Unixware.
4841         * [loader/task.c]
4842         Made assignemts to context in InitTask for registers use the macros
4843         from registers.h to make them more portable. (Needed for Unixware)
4845         * [tools/build.c]
4846         Fixed register acces routines to work on Unixware. Bit grubby but
4847         it seems to work.
4849         * [controls/edit.c]
4850         EDIT_WM_NCCreate allocates local heap if hasn't been previously
4851         allocated.
4852         
4853         * [miscemu/int21.c]
4854         mkdir now creates directory with permission to access it.
4856         * [misc/dos_fs.c]
4857         mkdir now creates directory with permission to access it.
4858         DOS_opendir now uses linked list of dirents to avoid problems with 
4859         realloc changing address of malloced memory.
4861 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
4863         * [controls/menu.c]
4864         MENU_CalcItemSize(): Fixed handling of empty menu items.
4866 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4868         * [misc/file.c]
4869         In OpenFile, unlink should be done on the unix filename.
4871 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
4873         * [include/handle32.h]
4874         New header file containing internal Win32 kernel handle
4875         information.
4877         * [win32/file.c]
4878         Added ReadFile, CreateFile, and CloseFileHandle, and did
4879         some reorganizing to match the new handle allocation scheme.
4881         * [win32/init.c]
4882         Added CloseHandle and the creation of standard I/O handles.
4884         * [win32/object_mgt.c]
4885         New module for allocating and freeing Win32 kernel handles.
4887 ----------------------------------------------------------------------
4888 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4890         * [configure.in]
4891         Attempt to check for -li386 on NetBSD. Please test this.
4893 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4895         * [*/*]
4896         Eliminated various warnings with either explicit casts or more
4897         accurate variable/parameter declarations (e.g. INT instead of short
4898         or WORD).
4899         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
4900         macros.
4902         * [controls/edit.c] [windows/defdlg.c]
4903         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
4904         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
4905         DEFDLG_FindDefButton to avoid warnings.
4907         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
4908           [windows/message.c] [windows/nonclient.c]
4909         Converted MAKEPOINT macro call to manual conversion.
4911         * [include/windows.h]
4912         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
4913         instead of INT.  This also invalidates the macro MAKEPOINT(), which
4914         is not supported in Win32.  Also defined the POINTS structure (SHORT
4915         members) and the MAKEPOINTS macro.
4917         * [misc/commdlg.c]
4918         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
4919         find this memory bug, and this should be done anyway.
4921         * [controls/edit.c]
4922         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
4923         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
4924         it's better than bizzare memory troubles.
4926         * [toolkit/miscstubs.c]
4927         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
4928         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
4929         their current implementation seems fine.
4931 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
4933         * [objects/cursoricon.c]
4934         Fix for "broken" X servers that invert masked cursor colors.
4936 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
4938         * [windows/dialog.c] [windows/nonclient.c]
4939         Remove unnecessary items from the system menu.
4941 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
4943         * [objects/color.c] [objects/palette.c]
4944         Make GetNearestColor return a RGB value instead of a pixel value.
4946 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
4948         * [controls/desktop.c][controls/menu.c][include/menu.h]
4949         Changed WORD parameters to UINT parameters.
4951         * [include/wintypes.h]
4952         Made UINT 32bit for WINELIB.
4954         * [loader/main.c]
4955         Disabled RELAY32_Init and MODULE_Init for WINELIB.
4957         * [misc/main.c]
4958         Assume CPU386 for WINELIB.
4960         * [rc/winerc]
4961         add_popup: set MF_POPUP flag on menu item.
4963         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
4964         Add resource demo hello3 for WINELIB.
4965         New file README.resources.
4967         * [toolkit/miscstubs.c]
4968         Add a case for 17.
4970 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
4972         * [loader/module.c]
4973         Do not append .exe if the file name already has an extension.
4975         * [misc/profile.c]
4976         Avoid creating a file with a junk name if a .ini file does not
4977         exist.
4979         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
4980         Added a lot of dummy stubs for Windows Hebrew version.
4982 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
4984         * [controls/button.c]
4985         Fix for buttons with no label.
4987         * [controls/combo.c][controls/listbox.c]
4988         Fixes for scrollbar positioning.  Now disappears correctly
4989         for short lists.
4991         * [controls/edit.c]
4992         Handle memory allocation differently when building as library.
4994         * [controls/static]
4995         Don't destroy old icon before drawing new icon. (Fixes landscape/
4996         portrait toggle icon in print dialog.)
4998         * [if1632/gdi.spec]
4999         New functions SetMetaFileBits and GetMetaFileBits
5001         * [include/sysmetrics.h] [windows/sysmetrics.c]
5002         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
5004         * [include/windows.h]
5005         META_EXTTEXTOUT, not META_SETTEXTOUT
5006         define GetCurrentTime as GetTickCount (for wine library)
5008         * [loader/main.c]
5009         Don't initialize built-in modules in wine library
5011         * [memory/local.c]
5012         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
5014         * [misc/main.c]
5015         Always report CPUTYPE=4 to wine library.
5017         * [objects/dib.c]
5018         RLE8 images were missing top line when decompressed.
5020         * [objects/metafile.c]
5021         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
5022         from winhelp.  More testing needed.  Various memory leaks plugged.
5023         Various other bug fixes.  New metafile operations added in
5024         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
5025         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
5027         * [toolkit/heap.c]
5028         LocalUnLock changed to LocalUnlock
5030 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
5031         
5032         * [misc/winsock.c] 
5033         Return the correct error number, for host lookup operations.
5034         Also, correct the problem with send_message.
5036 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
5038         * [Makefile.in]
5039         Using nm's built-in sorting.
5041         * [*/*.c]
5042         Use xmalloc for malloc and xrealloc for realloc in all ungarded
5043         cases.
5045         * [debugger/dbg.y]
5046         Handle C-like expressions.  Clean-up.
5048         * [debugger/debug.l]
5049         Lots of new tokens for expressions.
5051         * [debugger/info.c]
5052         Implement "list" command for disassembling.
5054         * [misc/ole2nls.c]
5055         Implement more Danish stuff.
5057 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5059         * [loader/module.c]
5060         Updated self-loading modules to support for new 32 bit 
5061         stack frames.
5063 ----------------------------------------------------------------------
5064 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
5066         * [controls/menu.c]
5067         Fixed GetMenuString() for non-string items.
5069         * [debugger/*.c]
5070         First attempt to check validity of pointers before memory
5071         accesses. For now only segmented pointers are checked.
5073         * [debugger/dbg.y] [memory/ldt.c]
5074         Added possibility to dump only one segment with 'info segment'.
5076         * [include/bitmaps/ocr_*]
5077         Added all OEM cursors as XPM bitmaps.
5079         * [include/cursoricon.h] [objects/cursoricon.c]
5080         Rewrote all cursor and icon management to use the same memory
5081         layout as Windows, and to factor common code between icons and
5082         cursors. Implemented icon directory lookup to find the best
5083         matching icon (i.e. the color one).
5084         Implemented CopyCursor() and DumpIcon().
5086         * [loader/module.c]
5087         For disabled built-in modules, we now try to load the Windows DLL
5088         first, and if this fails we fall back to using the built-in module
5089         anyway.
5091         * [memory/global.c]
5092         Fixed GlobalHandle() to return the correct selector in the high
5093         word even if we are passed a handle in the first place.
5095         * [miscemu/instr.c]
5096         Take into account the size of the operand and of the stack segment
5097         when incrementing the stack pointer.
5098         Avoid referencing FS_reg and GS_reg on *BSD.
5100         * [objects/dib.c]
5101         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
5102         Monochrome DIBs are created as monochrome bitmap iff they are
5103         black and white.
5105         * [objects/oembitmap.c]
5106         Added support for OEM cursors, changed OBM_LoadIcon to use the new
5107         icon memory layout.
5109         * [rc/sysres_Fr.rc]
5110         Added French [Fr] language support.
5112         * [win32/environment.c]
5113         Fixed GetCommandLineA() to use current PDB.
5115         * [windows/event.c] [windows/winpos.c]
5116         Simulate a mouse motion event upon SetWindowPos() to force the
5117         cursor to be set correctly.
5119 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
5121         * [win32/*]
5122         New Win32 kernel functions: GetACP, GetCPInfo,
5123         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
5124         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
5125         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
5126         WriteFile.  Completed implementations of GetCommandLineA.
5128         * [include/kernel32.h]
5129         New file.
5131         * [loader/main.c]
5132         Call initialization function for Win32 data (doesn't currently do
5133         anything).
5135         * [misc/main.c]
5136         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
5138 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
5140         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
5141           [misc/commdlg.c]
5142         Misc. bug fixes
5144 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
5146         * [*/*]
5147         For Winelib, explicit casts have been placed where warnings were
5148         usually generated.
5149         printf formats which give the format for printing a handle as
5150         "%04x" or something similar have been changed to use the NPFMT
5151         macro defined in include/wintypes.h.  Some times, explicit casts
5152         were also necessary.
5153         Parameter, field, and variable declarations have been made more
5154         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
5155         'WORD hFont' to 'HFONT hFont'.
5156         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
5157         replaced with a call to WIN_GetWindowInstance(hwnd).
5159         * [controls/combo.c]
5160         Added WINELIB32 support in CLBoxGetCombo().
5162         * [include/dialog.h]
5163         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
5164         winelib needs the packing as well (e.g. when accessing resources
5165         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
5167         * [include/windows.h]
5168         Got rid of the F[a-k] macros, which were cluttering up the global
5169         namespace.
5171         * [include/windows.h] [windows/defwnd.c]
5172         Added Win32 messages WM_CTLCOLOR*.
5174         * [include/wintypes.h]
5175         Put in preprocessor '#define WINELIB32' if appropriate and changed
5176         the types of some typedefs (WPARAM, HANDLE) based on this.
5177         
5178         * [loader/module.c] [toolkit/miscstubs.c]
5179         Added #ifdef'd portion in LoadModule to handle loading a WINElib
5180         module (already loaded, just init values).  '#ifdef'ed out the
5181         definition for GetWndProcEntry16 and added a new version to
5182         toolkit/miscstubs.c.
5184         * [misc/shell.c]
5185         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
5186         Same amount of total storage, but much more reasonable.  Also, changed
5187         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
5188         This was a difficult bug to track down, but the AppMisc field was
5189         being initialized with the contributers text, which was much larger
5190         than 512 characters.
5192         * [toolkit/atom.c]
5193         New file for atom-handling functions.  Copied from memory/atom.c and
5194         then heavily modified.  Right now, it's just a linked list of atoms.
5195         Consider it as a hash table with just one entry.  It's easily changed
5196         later.
5198         * [toolkit/heap.c]
5199         Commented out the heap functions with a "#ifdef WINELIB16" and put in
5200         a Win32 version (which is basically a modified copy).
5202         * [toolkit/sup.c] [toolkit/miscstubs.c]
5203         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
5204         added quite a few more stubs.
5206         * [toolkit/winmain.c]
5207         Rearranged startup code in _WinMain.  I think this will work.
5209         * [toolkit/Makefile.in]
5210         Added targets for 'hello' and 'hello2' in case anyone cares to try
5211         out the sample programs.
5213 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
5214         
5215         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
5216         First attempt at support for some VxDs. Comm, Shell and Pagefile.
5218 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5220         * [misc/dos_fs.c]
5221         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
5222         starting applications like 'wine ./excel.exe')
5224 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
5226         * [configure.in]
5227         Avoid relative path for wine.ini.
5229         * [rc/sysres_Da.rc]
5230         Support for Danish [Da] language.
5232         * [misc/main.c] [miscemu/cpu.c]
5233         Return the processor we're running on correctly.
5235         * [miscemu/int2f.c]
5236         Minor stuff in int 0x2f, function 0x16.
5238 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5240         * [misc/shell.c] [misc/main.c]
5241         Implement saving and loading of the registry database (needed for
5242         OLE). Very experimental. Fixed ShellExecute().
5243         
5244         * [miscemu/int21.c]
5245         EEXIST is not a critical error condition for mkdir().
5247 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
5249         * [include/shell.h] [misc/shell.c]
5250         Implemented 4 drag/drop functions with documented functionality.
5252         * [multimedia/time.c]
5253         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
5255         * [*/*] 
5256         Added new files, more message definitions, structures, debug info,
5257         etc.  Rewrote message logging functions to produce output similar
5258         to WinSight.  Check out -debugmsg +message option.
5260         * [misc/file.c]
5261         Fixed GetDriveType return value.  
5263         * [windows/message.c] 
5264         Hooks are invoked in normal order.
5266         * [miscemu/*]
5267         Added some functions and interrupts.
5269         * [misc/shell.c]
5270         Implemented Drag... functions.
5272 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
5274         * [rc/sysres_Fi.rc] [rc/sysres.rc]
5275         First attempt at Finnish [Fi] language support.
5277 ----------------------------------------------------------------------------
5278 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5280         * [configure.in] [*/Makefile.in] [Make.rules.in]
5281         Cleaned up makefiles, added configuration option for Winelib,
5282         grouped common make rules in Make.rules.in.
5284         * [Configure]
5285         Renamed to 'Configure.old'; please use 'configure' instead.
5287         * [controls/menu.c]
5288         Fixed DestroyMenu() to avoid deleting the same menu twice.
5289         More fixes to WM_MENUSELECT, and added WM_INITMENU.
5291         * [if1632/relay.c]
5292         Fixed wrong register values displayed by RELAY_DebugCall32().
5294         * [memory/local.c]
5295         Fixed LocalLock() and LocalUnlock() to increment/decrement the
5296         lock count for moveable blocks.
5298         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
5299         Modified the generated C file so that the resource information
5300         (size, etc.) is also exported.
5301         Modified common dialogs to use the new informations.
5303         * [misc/main.c] [ANNOUNCE]
5304         Update the list of contributors. Please let me know if I forgot
5305         someone.
5307         * [rc/sysres.rc] [rc/sysres_En.rc]
5308         Moved English resources to sysres_En.rc.
5309         Changed ids from numeric to symbolic for dialogs.
5311         * [windows/dialog.c]
5312         Modified template parsing to be able to pass segmented pointers to
5313         CreateWindow().
5315         * [windows/win.c]
5316         CreateWindow() now takes segmented pointers for class and window
5317         names.
5318         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
5319         or WS_MINIMIZE bits are set.
5321 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
5323         * [controls/scroll.c]
5324         Fixed scroll-bar bugs for non-client windows.
5326 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
5328         * [include/cursor.h] [windows/cursor.c]
5329         Cursor is not mirrored any more and the hotspot is set right.
5331 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5333         * [ole.h]
5334         Misc small fixes.
5336 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
5338         * [rc/sysres_Es.rc]
5339         First attempt at Spanish [Es] language support.
5341 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
5343         * [include/alias.h][windows/alias.c][include/relay32.h]
5344         New files
5346         * [controls/widgets.c]
5347         WIDGETS_Init: register alias window procedures
5349         * [if1632/callback.c]
5350         CallWndProc: Call alias functions if necessary
5352         * [if1632/gdi32.spec]
5353         GetStockObject, TextOutA: new relays
5355         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
5356         user32.c: new file
5357         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
5358         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
5360         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
5361         PE_Win32CallToStart: new function
5362         MODULE_CreateInstance: removed static attribute
5363         LoadModule: Try loading PE image on error 21
5364         PE_LoadModule: new function
5365         PE_LoadImage: initialize pe_data with 0
5366         
5367         * [include/dlls.h][include/peexe.h]
5368         moved pe_data and w_files to peexe.h
5369         
5370         * [misc/shell.c]
5371         ShellAbout: Register AboutWndProc aliases
5373         * [miscemu/int21.c]
5374         handle 0x440A and 0xDC
5376         * [miscemu/int2f.c]
5377         handle 0x84
5379         * [objects/dib.c]
5380         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
5382         * [tools/build.c]
5383         include windows.h and relay32.h into generated Win32 relays,
5384         don't declare the implementation as int (*)();
5385         limit in WIN32_builtin was off by one
5387         * [windows/caret.c]
5388         CARET_Initialize: new function, call on strategic places
5390         * [windows/messagebox.c]
5391         MessageBox: register message box proc aliases
5393         * [if1632/advapi32.spec][if1632/comdlg32.spec]
5394         New files
5396         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
5397         added new spec files
5398         RELAY32_GetBuiltinDLL: perform lookup case insensitive
5399         RELAY32_GetEntryPoint: start name search at 0
5401         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
5402         Added stubs for new Win95 API
5404 Sat Sep 2 1995  Martin Roy
5406         * [misc/commdlg.c]
5407         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
5408         When process IDOK button in FILEDLG_WMCommand(),
5409         lpofn->nFilterIndex should be updated to current selection.
5411 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5413         * [loader/module.c] [loader/ne_image.c]
5414         Added support of self-loading modules.
5416 ---------------------------------------------------------------------
5417 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5419         * [Configure]
5420         Added compile-time option for IPC.
5422         * [configure.in]
5423         Added command-line options for language, IPC and malloc
5424         debugging.
5426         * [controls/menu.c]
5427         WM_MENUSELECT was sometimes sent to the wrong window.
5429         * [debugger/break.c]
5430         For the 'next' command, only step over instruction that require
5431         it. This allows 'next' to do the right thing with jmp and ret
5432         instructions.
5434         * [ipc/*.c] [memory/atom.c] [memory/global.c]
5435         IPC can now be configured out at compile-time.
5437         * [loader/task.c]
5438         Bug fix in TASK_Reschedule() that could cause a task to be deleted
5439         twice.
5441         * [miscemu/dosmem.c] (New file)
5442         Partial emulation of the BIOS data segment.
5444         * [miscemu/instr.c]
5445         Trap attempts to access selector 0x40 and remap the access to
5446         segment __0040H.
5448         * [tools/build.c]
5449         Fixed bug in CallTo32_LargeStack() that caused problems when
5450         compiling Wine with the -fomit-frame-pointer option.
5452         * [windows/message.c]
5453         Fixed bug in hardware event handling that could cause some events
5454         to get ignored.
5456 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
5458         * [ipc/README] [ipc/dde.tex]
5459         LaTeX documentation for the ipc and DDE stuff.
5461 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
5463         * [ipc/Imakefile] [ipc/wine_test_stub.c]
5464         Fixed IPC testing. Now it can be compiled with "make tests"
5466 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
5468         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
5469         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
5471 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5473         * [miscemu/int21.c]
5474         Misc fix to int21,ah=40 (write) to match _lwrite().
5475         AX=0x440A (check if handle is remote) added.
5477         * [multimedia/mmsystem.c]
5478         Moved mciSendString to mcistring.c.
5480         * [multimedia/mcistring.c]
5481         New file, string interface for MCI (not complete, not thoroughly
5482         tested).
5484         * [multimedia/audio.c]
5485         IOCTL prints errors; one paranoid check disabled.
5487         * [misc/file.c]
5488         Misc operator precedence fixes.
5490         * [if1632/gdi.spec] [objects/bitblt.c]
5491         Stub for FastWindowFrame (parameters not correct).
5493 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
5495         * [loader/ne_image.c]
5496         Preliminary support for iterated segments.
5498 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
5500         * [windows/mapping.c]
5501         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
5502         the absolute value of (ydim / xdim) or (xdim / ydim).
5504 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
5506         * [objects/oembitmap.c]
5507         Added some includes for Windows 95.
5509         * [include/sysmetrics.h]
5510         Added some sysmetrics for Windows 95.
5512         * [include/bitmaps/*95]
5513         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
5514         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
5516 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
5518         * [misc/shell.c] [rc/sysres*.rc]
5519         The caption of the ShellAbout dialog box is language specific and
5520         should be defined in the resources.
5522 ----------------------------------------------------------------------
5523 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5525         * [*/Makefile.in]
5526         Removed winelibclean target, as it doesn't work anyway.
5528         * [controls/button.c]
5529         Avoid drawing the focus rectangle outside of the button.
5531         * [controls/widgets.c]
5532         Fixed bug with the size of the reserved bytes for the Edit
5533         control (caused Eudora to crash).
5535         * [debugger/*] [include/debugger.h]
5536         Unified debugger address handling. Segmented and linear addresses
5537         are no grouped in a single type DBG_ADDR.
5538         All commands now accept seg:off addresses.
5539         Module entry points are now loaded upon first entry to the
5540         debugger, so that entry points of the loaded executable also
5541         appear in the symbol table.
5543         * [include/registers.h] [miscemu/*.c]
5544         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
5545         This makes code less readable, but will prevent a lot of name
5546         clashes with other definitions. It also avoids a hidden reference
5547         to the 'context' variable.
5549         * [ipc/dde_atom.c] [misc/atom.c]
5550         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
5551         to allow supporting integer atoms.
5552         Moved atom.c to memory/ directory.
5554         * [loader/task.c]
5555         Fixed environment allocation to compute the size dynamically.
5556         Added 'windir' environment variable.
5557         Fixed GetDOSEnvironment() to return the current task environment.
5559         * [windows/message.c]
5560         Fixed bug in MSG_GetWindowForEvent().
5562 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5564         * [include/ole.h]
5565         Added a lot of structures  from my Borland Manual. Neither complete,
5566         nor 100% right (check please)
5567         
5568         * [misc/shell.c]
5569         Fixed some of the Reg* functions.
5570         Enhanced ShellExecute.
5571         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
5572         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
5574         * [misc/dos_fs.c]
5575         Make umsdos mounted windows dirs work again.
5577         * [miscemu/emulate.c]
5578         Added some comments, preimplementation of subfunction 7.
5580         * [multimedia/mmsystem.c]
5581         Implemented mciSendString. not complete, not clean, not
5582         necessarily working (only checked with a program which uses
5583         'cdaudio' (one working program is cool.exe, a shareware waveditor
5584         with cdaudio play facilities.)
5586         * [multimedia/mcicda.c]
5587         Segptr fixes in DriverProc
5588         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
5589         link to your real cdrom device.
5591 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
5593         * [loader/resource.c]
5594         Don't crash in a LoadString to NULL
5596         * [loader/resource.c]
5597         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
5598         won't work unless the ALT keypress exited the menu.)
5600         * [misc/file.c]
5601         Expand a file to the current offset with an _lwrite of size zero.
5603         * [misc/file.c]
5604         Set a newly created file to read-write instead of write-only.
5605         
5606 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
5608         * [misc/main.c] [include/msdos.h]
5609         Fixed to return DOS version 6.22, and the correct byte order
5610         for Windows programs.
5612 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5614         * [include/options.h] [memory/global.c] [misc/main.c]
5615         Make the new IPC run-time selectible, disabling it by default.
5616         (I think it's only useful for libwine, anyway.)
5618         * [loader/task.c] [memory/selector.c]
5619         In FreeSelector(), walk up the stack and fix the frames.
5621         * [objects/dib.c]
5622         Missing break statement in DIB_SetImageBits_RLE8().
5623         In GetDIBits(), set the compression flag in the bitmap info to zero.
5625         * [windows/dialog.c]
5626         GetNextDlgGroupItem() needs to treat the first child as if it had
5627         an implicit WS_GROUP bit set.
5629 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
5631         * [misc/dos_fs.c]
5632         Quick'n dirty fix for the initialisation of the Z: information
5633         structure.
5635 ----------------------------------------------------------------------
5636 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
5638         * [ipc/*]
5639         New directory. This directory contains the new inter-wine
5640         communications support. It enables DDE protocols between two wine
5641         instances.  Currently it is limited to DDE, but can be enhanced to
5642         support OLE between 2 different wine instances.  This is very
5643         important for libwine.a DDE/OLE support.
5645         * [tools/ipcl]
5646         A script to delete garbage IPC handles (shared memory, semaphores
5647         and message queues).  The current inter-wine communication is not
5648         perfect, and sometimes leaves garbage behind.
5650         * [if1632/relay.c] [include/atom.h] [include/global.h]
5651         [loader/selector.c] [loader/task.c] [loader/module.c]
5652         [loader/signal.c] [memory/global.c] [misc/atom.c]
5653         [windows/class.c] [windows/message.c] [windows/win.c]
5654         [Imakefile]
5655         Hooks for inter-wine DDE support, current Global.*Atom functions
5656         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
5657         DDE communication. (The first call to these functions sets up the
5658         IPC structures - which otherwise cause unneeded overhead.
5660 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5662         * [controls/menu.c]
5663         Don't crash if a NULL string is passed to menu functions.
5665         * [memory/selector.c]
5666         We now use a bit in ldt_flags_copy to indicate free LDT entries.
5667         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
5668         overwrite valid LDT entries when growing a block.
5670         * [miscemu/instr.c]
5671         Emulate int xx instruction by storing the interrupt vector in
5672         CS:IP and returning directly. This allows a program to install an
5673         interrupt vector.
5675         * [windows/win.c]
5676         Added function WIN_GetTopParent to get the top-level parent of a
5677         window.
5679 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
5681         * [loader/resource.c]
5682         Added LoadIconHandler. It doesn't do anything yet, but now you
5683         can use borland help files with winhelp.exe.
5685 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
5687         * [misc/main.c]
5688         Fixed to return 386 Enhanced mode correctly. Also return the same
5689         type of CPU, for both Enhanced and Standard mode, namely a 386.
5691 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
5693         * [Configure] [include/options.h] [include/wineopts.h]
5694           [misc/main.c][misc/spy.c]
5695           Removed support of spy file. Redirected spy messages to stddeb.
5696           Removed -spy option. Added -debugmsg +spy option.
5698         * [debugger/dbg.y][debugger/debug.l]
5699         Enabled segmented addresses (seg:offs) for break and x commands.
5701         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
5702           [include/region.h]
5703         FrameRgn, REGION_FrameRgn: New functions
5705         * [if1632/kernel.spec]
5706         IsWinOldApTask: Return false
5708         * [if1632/mouse.spec]
5709         CplApplet: Removed
5711         * [if1632/user.spec] [windows/win.c]
5712         ShowOwnedPopups: New function
5714         * [if1632/winsock.spec] [misc/winsocket.c]
5715         inet_addr, select: New prototypes in relay code
5716         Fixed memory layout for netdb functions (getXbyY).
5717         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
5719         * [objects/clipping.c]
5720         RectVisible: Fixed call to LPToDP
5722         * [rc/winerc.c]
5723         main: Removed extra argument to getopt for Linux.
5725 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5727         * [controls/listbox.c]
5728         Yet another fix for ListBoxDirectory().
5729         
5730         * [loader/module.c] [if1632/kernel.spec]
5731         Make GetModuleHandle() accept instance handles as parameter.
5733         * [if1632/relay.c] [loader/task.c]
5734         Put a magic cookie at the bottom of the 32 bit stack, and check on
5735         each return from a 32 bit function whether it's still there. Complain
5736         if it's not.
5738         * [if1632/user.spec]
5739         Wrong entry for CloseDriver().
5741         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
5742         [miscemu/int21.c]
5743         Large parts of dos_fs.c simplified. Changed it to use one
5744         current drive/directory per task, which is set to the module path on
5745         task creation.
5746         Prevent CorelPaint from closing stdin.
5747         open() with O_CREAT set must be passed three parameters.
5748         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
5749         it's in DOS_readdir() now.
5751         * [misc/profile.c]
5752         Some badly written software (Lotus Freelance Graphics) passes a bogus
5753         size parameter that caused Wine to write off the end of a segment.
5754         Fixed. (It's probably too paranoid now.)
5755         
5756         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
5757         [multimedia/Imakefile] [if1632/winprocs.spec]
5758         16 bit entry point for MMSysTimeCallback.
5759         Split off time.c and joystick.c from mmsystem.c.
5760         
5761         * [objects/dib.c]
5762         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
5764         * [windows/cursor.c]
5765         DestroyCursor(): do nothing for builtin cursors.
5766         
5767         * [windows/mdi.c]
5768         Half of WM_MDISETMENU implemented.
5769         
5770         * [windows/win.c]
5771         EnumWindows() and EnumTaskWindows() never enumerated any windows.
5772         Fixed.
5774         * [windows/*.c]
5775         Fixed GetParent() to return correct values for owned windows.
5777         * [windows/message.c]
5778         Don't try to activate disabled top-level windows.
5780         * [windows/nonclient.c]
5781         Work around a bug in gcc-2.7.0.
5782         
5783         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
5784         [loader/task.c] [memory/selector.c]
5785         Some Visual Basic programs (and possibly others, too) expect ES to be 
5786         preserved by a call to an API function, so we have to save it.
5787         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
5788         to prevent segfaults if ES contained the selector to be freed.
5790 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
5792         * [*/*]
5793         Added missing prototypes to header files and relevant includes
5794         to reduce compile time warnings.
5796 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
5798         * [configure.in] [include/config.h] [*/Makefile.in]
5799         New configuration scheme based on autoconf.
5801 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
5803         * [miscemu/ioports.c]
5804         Revamp to have only one in- and one out- variant, both really
5805         implemented.
5807         * [miscemu/instr.c]
5808         INSTR_EmulateInstruction: Use new ioport interface.  Implement
5809         string io.  Correct instruction pointer for 32-bit code.
5811         * [include/miscemu.h]
5812         Update port function prototypes.
5814         * [include/registers.h]
5815         Defined FS and GS.
5817 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5819         * [misc/dos_fs.c]
5820         ChopOffSlash(): A path consisting off a single slash is left
5821         intact, and multiple slashes are all removed.
5823 ----------------------------------------------------------------------
5824 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5826         * [controls/scroll.c]
5827         Fixed drawing bug that caused part of a non-client scroll bar
5828         to be painted even when the scroll-bar was hidden.
5830         * [debugger/break.c] [debugger/dbg.y]
5831         Rewrote breakpoint handling to work in 16-bit mode.
5832         Implemented single-stepping ('step' and 'next' instructions).
5834         * [debugger/debug.l]
5835         Format specifier is now a separate token.
5836         Entering an empty line at the debugger prompt causes the previous
5837         command to be repeated, like under gdb.
5838         
5839         * [debugger/debug.l] [debugger/registers.c]
5840         Differentiate 16-bit and 32-bit registers without taking current
5841         mode into account ($eax is always 32-bit, $ax always 16-bit).
5843         * [debugger/stack.c]
5844         Fixed stack information routines to differentiate between 16-bit
5845         and 32-bit stacks.
5847         * [loader/task.c]
5848         Option -debug now sets a breakpoint at the first instruction of
5849         every loaded task.
5851         * [miscemu/instr.c]
5852         Added handling of lock, repe and repne prefixes.
5854         * [objects/dib.c]
5855         Changed StretchDIBits() to do the correct thing, even if it's still
5856         not really optimal.
5858         * [windows/graphics.c]
5859         Fixes in RoundRect(), thanks to Babak Masalehdan.
5861         * [windows/message.c]
5862         Tried to fix mouse event handling with respect to disabled
5863         windows.
5865         * [windows/painting.c]
5866         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
5867         infinite loops.
5869         * [windows/win.c]
5870         Fixed IsWindowVisible() to return FALSE when one of the parent
5871         windows is hidden.
5873 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
5875         * [if1632/compobj.spec][misc/compobj.c]
5876         CoGetMalloc: New function
5877         Added relay entries for COMPOBJ ordinals above 100
5878         CoInitialize: Changed parameter to DWORD
5880         * [if1632/ole2.spec]
5881         Exported implementation of OleBuildVersion
5883         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
5884         ole2disp.c: New file
5885         SysAllocString, SysReallocString, SysAllocStringLen,
5886         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
5888         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
5889         CompareStringA: New function
5891 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5892         * [objects/font.c] [if1632/gdi.spec]
5893         New stubs for CreateScalableFontResource, GetGlyphOutline.
5895 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
5897         * [misc/commdlg.c]
5898         Extensive changes and bug fixes to FileDialog handling,
5899         behaves more like native Windows.
5901 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5903         * [controls/listbox.c] [controls/combo.c]
5904         Some minor optimizations.
5905         
5906         * [memory/local.c]
5907         LOCAL_FindFreeBlock(): Never use the last one.
5908         
5909         * [memory/global.c]
5910         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
5911         
5912         * [misc/file.c]
5913         read() returns an error when length==0. This is not what Windows
5914         programs expect, so pay attention to this in _lread(). Changed this
5915         in _lwrite(), _hread(), _hwrite(), too.
5917         * [loader/resource.c]
5918         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
5919         there.
5920         
5921         * [if1632/shell.spec] [misc/shell.c]
5922         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
5923         Accept some more combinations of parameters in the Reg..() functions.
5924         
5925         * [if1632/toolhelp.spec]
5926         Make InterruptRegister() and InterruptUnregister() return false.
5928         * [windows/hook.c]
5929         CallNextHookEx() used to crash when called with a null hhook. Fixed.
5931 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5933         * [include/neexe.h][loader/ne_image.c]
5934         NE_LoadSegment: Detect iterated segments
5936         * [misc/ole2nls.c]
5937         LOCALE_SLONGDATE: fixed typo
5939         * [miscemu/int5c.c]
5940         Reordered include files to avoid conflicts with Linux libc.5.1
5942         * [rc/winerc.c]
5943         Added -b option to process binary resource files into C arrays
5945         * [include/callback.h]
5946         CallWndProc: Added dummy ds parameter for libwine
5948         * [include/gdi.h][include/user.h]
5949         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
5951         * [include/ldt.h][include/stackframe.h]
5952         defined segment conversion macros for libwine
5954         * [misc/atom.c]
5955         Defined USER_HeapSel for libwine
5957         * [misc/main.c]
5958         Disable -dll option for libwine
5960         * [misc/user.c]
5961         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
5963         * [toolkit/heap.c]
5964         fixed LocalLock prototype
5966         * [toolkit/sup.c]
5967         sync'ed load_mz_header, load_ne_header with structures
5969         * [toolkit/winmain.c]
5970         Disabled resource DLLs for libwine for now
5972 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
5974         * [misc/main.c]
5975         Fixed -enhanced option to report a 386 CPU instead of a 286.
5977 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5979         * [misc/dos_fs.c]
5980         Remove maximum open dosdirent limit (fixing the winfile.exe
5981         problem) by using telldir()/seekdir().
5982         
5983 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
5985         * [misc/profile.c]
5986         Fixed problem parsing empty lines within sections in .ini files.
5988 ----------------------------------------------------------------------
5989 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5991         * [debugger/*.c]
5992         Modified debugger to use segmented pointers everywhere.
5994         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
5995         Declared all functions that return only 16-bit as 'pascal16'.
5997         * [include/ldt.h] [memory/ldt.c]
5998         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
5999         Maintain a copy of the selector flags, removing the need to make a
6000         system call to retrieve an LDT entry.
6002         * [loader/module.c]
6003         Fixed bug with module file handle cache.
6005         * [loader/ne_resource.c]
6006         Fixed file name bug in NE_AccessResource().
6008         * [loader/resource.c]
6009         Fixed bug in LoadIcon() that caused wrong colors to be used for
6010         the icon mask.
6012         * [loader/signal.c]
6013         Moved instruction emulation to miscemu/instr.c.
6015         * [misc/dos_fs.c] [miscemu/int21.c]
6016         Lots of small fixes, thanks to Morten Welinder.
6018         * [miscemu/dpmi.c]
6019         More complete DPMI emulation.
6021         * [miscemu/instr.c]
6022         Added support for prefixes in instructions to emulate.
6024         * [miscemu/int2f.c]
6025         Use register macros instead of destroying the high part of 32-bit
6026         registers.
6028         * [objects/dc.c]
6029         Fixed bug in GetDCState() that failed to clear the new DC.
6031         * [rc/sysres.rc]
6032         Removed dialogs 11 and 12 that were never used.
6034         * [tools/build.c]
6035         'pascal16' generated functions did not save %dx.
6036         Removed use of %fs to access the stack.
6037         %ds is no longer initialized before calling a 16-bit routine.
6039         * [windows/defwnd.c]
6040         Accept a NULL pointer as window title.
6042         * [windows/mdi.c]
6043         MDICascade: skip iconic windows.
6044         Implemented CalcChildScroll().
6045         
6046         * [windows/utility.c]
6047         Fixed MulDiv() for illegal values.
6049         * [windows/win.c]
6050         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
6051         a zero width or height.
6053 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
6055         * [controls/edit.c]
6056         Fixed "uninitalized" message which -Wall couldnt see to be ok
6057         in EDIT_WriteText.
6059         * [include/debug.h]
6060         Added define for extra checks in API definitions during debugging.
6062         * [loader/ne_image.c]
6063         Added newline in NE_FixupPrologs to avoid long lines.
6065         * [misc/dos_fs.c]
6066         Added extra safety check in DOS_ValidDrive.
6068         * [misc/exec.c]
6069         Fixed definition of ExitWindows.
6070         
6071 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6073         * [controls/edit.c]
6074         Some fixes, mostly for memory management, but also for text selection
6075         and tab postitions. General cleanup. Notepad.exe now works.
6077         * [controls/combo.c]
6078         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
6079         the combo box, not the ComboLBox that belongs to it.
6081         * [controls/listbox.c]
6082         Handle itemID field correctly throughout.
6084         * [memory/local.c]
6085         Implemented flag LMEM_ZEROINIT.
6086         LocalReAlloc() could trash the heap. Fixed.
6088         * [objects/font.c]
6089         FONT_MatchFont(): don't get confused by negative widths.
6090         Fixed a segfault in EnumFonts().
6092         * [objects/text.c]
6093         DrawText(): DT_CALCRECT implies DT_NOCLIP.
6095         * [objects/dcvalues.c]
6096         MAKELONG was used with bad parameters in DC_GET_X_Y.
6098         * [windows/dialog.c]
6099         Don't show the dialog if WS_VISIBLE isn't set in the template.
6101         * [windows/utility.c]
6102         UTILITY_convertArgs(): Never pass an expression containing ++ into a
6103         macro...
6105         * [windows/win.c]
6106         SetParent() should unlink the window before changing the parent.
6108         * [windows/message.c]
6109         Don't call timer functions via CallWindowProc(), since it checks
6110         whether hwnd==0 and does not call the function in that case.
6112         * [miscemu/instr.c]
6113         Ignore interrupt 0x3D, for VBRUN300.DLL.
6115         * [misc/commdlg.c]
6116         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
6117         pointer to the item text.
6119         * [if1632/relay.c]
6120         Disable OLE and DDEML DLLs by default, since they contain nothing but
6121         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
6122         some programs may work better without them.
6123         
6124         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
6125         Begun cleaning things up a little. Replaced printfs with dprintf_
6126         macros, made functions static where possible, and some other minor
6127         changes.
6129 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6131         * [debugger/dbg.y][debugger/dbg.l]
6132         Removed special handling for FILE_IDENTIFER, because it caused
6133         problems with x/<format> statements.
6135         * [debugger/info.c]
6136         Use SC_ESP instead of SC_EIP for stack dump.
6138         * [misc/compobj.c][if1632/compobj.spec]
6139         CoBuildVersion, CoInitialize, CoUninitialize: new functions
6141         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
6142         New files ole2.c, ole2.h
6143         OleBuildVersion, OleInitialize, OleUninitialize: new functions
6145         * [if1632/ole2disp.spec]
6146         Added missing ordinals above 109
6148         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
6149         New file winnls.h
6150         GetLocaleInfoA: new function
6152         * [if1632/shell.spec]
6153         Added FindEnvironmentString as stub
6155         * [misc/olecli.c][if1632/olecli.spec]
6156         OleIsDcMeta: New function
6158         * [objects/font][misc/gdi.spec]
6159         GetKerningPairs: new function
6161         * [misc/shell.c]
6162         ShellExecute: Implemented support for starting programs
6164         * [if1632/user.spec]
6165         Inserted missing relay to GetClipCursor
6167 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6168         
6169         * [controls/edit.c]
6170         Fix a problem with the local heap.
6172         * [include/wintypes.h]
6173         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
6174         
6175         * [include/mdi.h] [windows/mdi.c]
6176         This code still assumed segmented address==linear address. Fixed.
6178         * [include/msdos.h] [misc/dos_fs.c]
6179         The filemask field of the dosdirent structure could be overrun. Fixed.
6180         If you had a file called foobar and a file called foo, trying to 
6181         FindFile(foo) could accidentally find file foobar instead. Fixed.
6182         
6183         * [misc/file.c]
6184         OpenFile(): Always return the full pathname in ofs->szPathName. This 
6185         also fixes GetModuleFilename().
6186         Prevent _lclose() from closing stderr or stdout.
6188         * [misc/profile.c]
6189         Search for .ini files in the path of the current module as well.
6190         (Needed by Lotus Organizer.)
6192         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
6193         [memory/local.c]
6194         Local heaps are now initialized by InitTask() for executables. DLLs
6195         have to call LocalInit() themselves, LocalInit() has to put the
6196         heap at the end of the segment when called with start==0. We no longer
6197         allocate the DGROUP with 64k on startup, but grow the local heap
6198         in LOCAL_GetBlock() when necessary.
6200         * [loader/module.c]
6201         LoadLibrary() should call LoadModule() in all cases, even if the
6202         DLL is already loaded, to ensure that the reference count is correct.
6204         * [loader/ne_image.c]
6205         Some changes to function prolog fixup. Does anyone know exactly how
6206         this is supposed to work? I am only guessing here.
6207         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
6208         the module itself.
6209         
6210         * [loader/task.c]
6211         Initialize instance data at the beginning of the DGROUP in InitTask().
6213         * [memory/local.c]
6214         Some fixes for moveable blocks.
6216         * [memory/selector.c]
6217         All the IsBad*Pointer() functions returned exactly the wrong boolean
6218         value in all cases!
6219         
6220         * [objects/bitblt.c]
6221         Fixed another null pointer dereference in debugging output.
6222         
6223         * [objects/font.c]
6224         Some more recovery possibilities for FONT_MatchFont() if a specified
6225         font does not exist.
6226         
6227         * [windows/win.c]
6228         The dialog code may call CreateWindowEx with an integer in windowName.
6229         This happens for static icon controls that expect a resource ID as
6230         the window name. CreateWindowEx() used to crash. Fixed.
6231         
6232         * [windows/class.c] [windows/win.c]
6233         Window classes are owned by modules, not instances. Changed
6234         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
6235         accordingly.
6237 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
6239         * [miscemu/int21.c]
6240           clock.exe was displaying incorrect year.
6242 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
6244         * [include/cursor.h] [windows/cursor.c]
6245         Implemented CreateCursorIconIndirect().
6247 ----------------------------------------------------------------------
6248 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6250         * [controls/menu.c]
6251         Fixed bug with drawing multi-column menus with vertical separator.
6253         * [debugger/debug.l]
6254         Fixed NULL-pointer reference after readline().
6256         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
6257         Added interrupt vector emulation. Allows to retrieve an interrupt
6258         vector and jump to it without crashing.
6260         * [loader/ldt.c]
6261         Moved ldt.c to memory directory.
6263         * [loader/task.c]
6264         Implemented LockCurrentTask() and GetInstanceData().
6266         * [objects/bitblt.c]
6267         Fixed a bug that caused StretchBlt() to use wrong colors when
6268         stretching a monochrome bitmap to a color display.
6270         * [objects/bitmap.c]
6271         Fixed a segmented pointer bug in CreateBitmapIndirect().
6273         * [tools/build.c]
6274         Added possibility to have arguments for register functions; used
6275         by interrupt vectors to remove the flags from the stack.
6276         Generate a new function CallTo32_LargeStack(), that allows calling
6277         a 32-bit function using the original 32-bit stack, for functions
6278         that need more that 64k of stack.
6280 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
6282         * [if1632/shell.spec] [misc/shell.c]
6283         DoEnvironmentSubst: fixed prototype
6285         * [if1632/gdi.spec] [objects/palette.c]
6286         SetSystemPaletteUse: new function
6288         * [if1632/kernel.spec] [loader/resource.c]
6289         DirectResAlloc: new function
6291         * [if1632/user.spec] [windows/keyboard.c]
6292         SetKeyboardState: new function
6294 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6295         
6296         * [tools/build.c]
6297         Prevent interrupts from destroying the args for a 32 bit function
6298         by loading the correct value into %esp directly after %ss.
6300         * [loader/ne_image.c] [loader/module.c]
6301         The new instance must be created earlier in LoadModule(), so that
6302         fixups referencing it will be handled correctly.
6303         Initialize the local heap for a DGROUP in NE_LoadSegment().
6304         
6305         * [objects/dib.c]
6306         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
6307         This used to crash Wine. Fixed.
6309         * [objects/text.c]
6310         Fix possible null pointer dereference in debugging output.
6311         
6312         * [misc/commdlg.c]
6313         Handle user input in the edit control better. Some bugs fixed.
6314         
6315         * [memory/local.c]
6316         Started implementing moveable blocks. This is unfinished (!), but
6317         at least it does not seem to break things.
6319 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6320         
6321         * [loader/module.c]
6322         LoadModule(): DLLs occasionally have a data segment, and they work
6323         much better if it is loaded :-)
6324         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
6325         FindModule(): also strip off the last backslash of the pathnames
6326         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
6327         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
6328         only better.
6329         
6330         * [loader/ne_image.c]
6331         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
6332         not really correct, it seems that all programs and DLLs try to do
6333         this themselves. But they pass weird parameters.)
6334         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
6335         
6336         * [loader/task.c] [misc/user.c]
6337         Finish global initializations in InitTask instead of InitApp, or
6338         all the DLLs will be initialized in InitTask without any available
6339         window classes!
6341 ----------------------------------------------------------------------
6342 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6344         * [debugger/hash.c] [debugger/info.c]
6345         Added support for symbolic segmented addresses. Add symbols for all
6346         built-in API entry points.
6348         * [if1632/relay.c] [include/dlls.h]
6349         Removed dll_table structure, as we now use the built-in module
6350         structures.
6352         * [if1632/relay.c] [loader/main.c]
6353         Removed winestat option, as it was no longer very meaningful.
6355         * [include/stackframe.h]
6356         New macro MAKE_SEGPTR that creates a segmented pointer to a local
6357         variable on the 32-bit stack.
6359         * [loader/module.c]
6360         Added support for multiple instances of an application.
6361         Implemented LoadModule() and FreeModule().
6363         * [loader/ne_image.c] [loader/task.c]
6364         Moved initialisation of built-in DLLs to InitTask().
6366         * [memory/global.c]
6367         Implemented discardable blocks.
6369         * [misc/file.c]
6370         Search path of current executable in OpenFile().
6371         Fixed bug with searching in Windows path.
6373         * [misc/lstr.c]
6374         Hard-coded translation tables for Ansi<->Oem.
6376         * [misc/user.c]
6377         Moved some global initializations to InitApp(), because they need
6378         a task context to be performed.
6380         * [objects/dc.c]
6381         Handle R2_BLACK and R2_WHITE specially so that they work correctly
6382         with palette displays.
6384         * [tools/build.c]
6385         Suppressed generation of the C file for DLL specs, because it's no
6386         longer needed. Output all the assembly code directly to stdout.
6387         Some changes to integrate Win32 support from Martin von Loewis. 
6389         * [windows/msgbox.c]
6390         Moved message box code from misc/ to windows/.
6392 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6394         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
6395           [misc/mmaux.c] [misc/mmsystem.c]
6396         Modify code & use pointers conversion macros.
6397         Make cdaudio & wave devices work again (only using some applets).
6399         * [misc/profile.c]
6400         Change getc() to fgetc() where needed.
6402 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6404         * [if1632/Imakefile]
6405         added entries for the new files gdi32.spec, kernel32.spec,
6406         user32.spec, shell32.spec and winprocs32.spec.
6408         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
6409           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
6410         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
6411         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
6412                 stub implementations provided 
6413         marked storage.dll,storege.sys functions as stubs
6415         * [include/pe_image.h]
6416         Added structures WIN32_builtin and  WIN32_function
6418         * [include/peexe.h]
6419         PE_Import_Directory: renamed reserved fields to 
6420                 TimeDate, Forwarder, Thunk_List
6422         * [include/winerror.h]
6423         New file.
6425         * [loader/main.c]
6426         called RELAY32_Init
6428         * [loader/pe_image.c]
6429         xmmap: map BSS anonymous
6430         dump_imports: renamed to fixup_imports, do the fixup of imported
6431                       symbols
6432         PE_LoadImage: pass raw data size to xmmap
6434         * [loader/resource.c]
6435         DumpIcon: new function
6437         * [misc/kernel32.c]
6438         New file.
6440         * [misc/main.c]
6441         make stdout and stderr unbuffered
6443         * [misc/shell.c]
6444         DoEnvironmentSubst: new function
6446         * [objects/font.c]
6447         FONT_MatchFont: try oblique if there is no italic
6449         * [rc/Imakefile][rc/parser.l]
6450         yywrap: new function
6451         Don't link with libfl.a on Linux
6453         * [tools/build.c]
6454         Added keywords stdcall, subsystem, base
6455         GenerateForWin32: new function
6456         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
6458 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6459         
6460         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
6461         Minor fixes.
6462         
6463         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
6464         Rewrote message box handling.
6465         
6466         * [windows/dialog.c]
6467         Dialogs should be invisible until after WM_INITDIALOG is seent.
6468         Don't switch to invisible dialog items on a TAB keypress.
6469         
6470         * [windows/mdi.c]
6471         Send WM_NCPAINT message in MDIRestoreChild().
6472         
6473         * [windows/painting.c]
6474         Fixed typo (&& -> &).
6475         
6476         * [windows/message.c] [if1632/user.spec]
6477         Implemented PostAppMessage().
6478         
6479         * [windows/event.c]
6480         SetCapture(0) should act like ReleaseCapture().
6482 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
6484         * [Imakefile]
6485         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
6486         Added ASFLAGS to exported variables.
6488         * [debugger/readline/Imakefile]
6489         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
6491         * [memory/local.c] [miscemu/int21.c]
6492         Added some more debugging outputs.
6494 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
6496         * [misc/message.c]
6497         Fixed a "FIXME" concerning norwegian translation.
6499 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6500         
6501         * [*/*]
6502         Removed warnings in a couple of files and deleted some obsolete code.
6504         * [controls/listbox.c]
6505         Cleanup, speed improvements & lots of bug fixes.
6507         * [controls/combo.c]
6508         Mostly rewritten. This is still very buggy, but not quite as bad as 
6509         before.
6511         * [include/commdlg.h] [misc/commdlg.c]
6512         Removed the need for sysres.dll. Small bug fixes.
6513         
6514         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
6515           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
6516         Removed sysres.dll and replaced the remaining bitmaps/icons with
6517         XPM equivalents.
6519         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
6520           [if1632/winprocs.spec]
6521         "About Wine..." now brings up a standard ShellAbout() window with
6522         the Wine icon and the list of contributors.
6523         
6524         * [misc/shell.c]
6525         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
6527         * [windows/event.c]
6528         Small hack for non-alphanumeric keys: Dont't send the ascii value in
6529         the WM_KEYDOWN message, but some unused code instead. Should be done
6530         properly by sending different codes for each key. The edit control
6531         used to get a VK_DELETE message each time the user typed '.'.
6533         * [windows/class.c]
6534         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
6535         This used to be no problem, but breaks Resource Workshop in 950403.
6536         
6537         * [objects/dib.c]
6538         New diagnostic for a bug I've been encountering. If it shows up,
6539         please report it.
6541 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
6543         * [objects/color.c]
6544         Handle situation when 'dc' exists, but palette mapping
6545         does not.  (Fixes kidpix2 demo.)
6547 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
6549         * [loader/ldt.c]
6550         LDT_Print: Only show the number of entries that the kernel
6551         returned. Make this work for NetBSD.
6553 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
6555         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
6556         Modify cs and ds selector values for NetBSD-current.
6558         * [debugger/debug.l]
6559         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6561         * [debugger/regpos.h]
6562         Modify sigcontext format for NetBSD-current.
6563         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6565         * [include/ldt.h]
6566         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
6567         value, since only 16 bits of it may have been saved.
6569         * [misc/winsocket.c]
6570         Set structure packing with `#pragma pack' to accomodate
6571         other/older compilers.
6573 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
6574         
6575         * [misc/commdlg.c]
6576         Fixed path-names so when changing directory the listboxes
6577         changes too.
6578         
6579         * [debugger/dbg.y debugger/debug.l wine.ini]
6580         Added SymbolTableFile to wine.ini so symbols can be read
6581         without standing in the directory containing wine.sym.
6582         Added the possibility to specify full name of wine.sym from
6583         the debugger prompt.
6585 ----------------------------------------------------------------------
6586 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6588         * [controls/static.c]
6589         Fixed painting of SS_*FRAME controls.
6591         * [if1632/callback.c]
6592         Pass the window instance as DS to the 16-bit window procedure.
6593         Rewrote Catch() and Throw() to make them work with multiple tasks.
6595         * [loader/main.c]
6596         New function MAIN_Init() to perform initializations before the
6597         first task is started instead of doing them in InitApp().
6598         Temporary hack to command-line parsing to load one program per
6599         command-line argument, to make testing task-switching easier.
6601         * [loader/*.c]
6602         Reimplemented modules to use a Windows-compatible layout and to
6603         allow multiple tasks and multiple module instances. Not really
6604         finished yet.
6606         * [loader/task.c] [misc/exec.c]
6607         Reimplemented tasks to use a common address space, and implemented
6608         preliminary task-switching capabilities.
6610         * [memory/global.c]
6611         Fixed bug in GlobalNext().
6613         * [misc/main.c]
6614         Updated the list of contributors. Let me know if I forgot someone.
6616         * [miscemu/int21.c]
6617         Use one DTA per task instead of a global one.
6619         * [objects/bitblt.c]
6620         Fixed bug in BitBlt() that could cause BadMatch errors.
6622         * [tools/build.c]
6623         Added new function type 'stub', that makes possible to export an
6624         unimplemented function by name as well as by ordinal. This will
6625         avoid loading errors for unimplemented functions.
6626         Generate an in-memory module layout for built-in DLLs so that the
6627         same code can be used for built-in and loaded modules.
6628         Changed relay code to make it unnecessary to save the value of the
6629         BP register.
6631         * [windows/message.c]
6632         Implemented multiple message queues and preliminary task-switching
6633         capabilities. Inter-task SendMessage() calls are not implemented
6634         yet and will probably cause crashes if used.
6636         * [windows/property.c]
6637         Reimplemented properties and allocate them on the USER heap.
6639         * [windows/win.c]
6640         Fixed bug in SetWindowWord().
6641         Reimplemented EnumWindows() and EnumTaskWindows().
6643 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6644         
6645         * [misc/main.c]
6646         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
6647         
6648         * [loader/resource.c]
6649         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
6650         control.exe.
6651         Fixed icon loading.
6652         
6653         * [objects/font.c] [include/windows.h]
6654         Fixed a bug in InitFontsList() and worked on the EnumFonts()
6655         functions to make them comprehensible.
6657         * [controls/button.c]
6658         Fixed my previous patch to handle LBUTTONUP messages.
6660 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
6662         * [misc/network.c, misc/dos_fs.c]
6663         Implemented WNetGetConnection.  All that is currently
6664         supported are drives, for which the remote name is simply
6665         the redirected UNIX directory name.
6667         * [miscemu/int2?.c]
6668         More drive number validity checking.
6670 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6671         
6672         * [controls/listbox.c]
6673         Oops, my previous change to ListBoxDirectory broke the Borland
6674         file open dialog. Fixed.
6676 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6678         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
6679         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
6680         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
6682 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6683         
6684         * [memory/global.c] [memory/local.c] [include/windows.h]
6685         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
6686         LocalReAlloc(): Same for LMEM_MODIFY.
6687         
6688         * [controls/listbox.c]
6689         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
6690         Check for errors in some more places.
6692         * [if1632/gdi.spec] [if1632/user.spec]
6693         16 bit callback functions should be passed as segptrs.
6694         
6695         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
6696         [loader/library.c]
6697         Prevent a DLL from being initialized twice (Borlands Resource
6698         Workshop used to do this).
6699         Provide an additional flag for each w_file that indicates whether
6700         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
6701         
6702         * [controls/button.c]
6703         Handle LBUTTONUP messages even if the button no longer has the
6704         capture (for WinHelp).
6705         
6706         * [include/wintypes.h]
6707         FARPROC is now a segptr for the emulator and a function
6708         pointer for the library.
6709         
6710         * [misc/commdlg.c] [misc/commdlg.h]
6711         Cleaned the file dialogs up a little. They now work reasonably well,
6712         although there are still some problems (e.g. files are initially
6713         invisible).
6715         * [windows/class.c] [if1632/user.spec] [include/windows.h]
6716         GetClassInfo() must take a segptr, as it checks whether the
6717         highword is zero.
6718         GetClassName() called the wrong atom function. No surprise it didn't
6719         find anything.
6721         * [misc/lstr.c]
6722         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
6723         Removed some warnings.
6725         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
6726         New spec file for the 3.1 DDEML DDL. 
6728         * [controls/menu.c]
6729         Small fix to ChangeMenu - mask out the obsolete flags
6730         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
6731         problems with the MF_BYPOSITION flag.
6733         * [windows/message.c]
6734         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
6735         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
6736         stack for speed reasons.
6737         
6738         * [windows/hook.c] [include/windows.h]
6739         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
6740         they have slightly different semantics.
6741         MS Hearts now works somewhat, if you disable the new builtin DDEML.
6742         The graphics are completely messed up, though.
6744 ----------------------------------------------------------------------
6745 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6747         * [Configure] [if1632/Imakefile]
6748         Removed new build and short names options.
6750         * [if1632/*.c] [tools/build.c]
6751         Implemented compiled call-back functions for better performance;
6752         all the relay code is now done in assembly code generated by the
6753         build program.
6754         Relay code is no longer dependent on being loaded below 64K.
6756         * [loader/resource.c]
6757         Fixed memory leak in LoadString(). A fix will also be needed for
6758         other resources.
6760         * [memory/global.c]
6761         Implemented global heap arenas, so we can store informations about
6762         global blocks, like lock counts or owner handle.
6763         Implemented FarGetOwner() and FarSetOwner().
6764         Implemented global heap TOOLHELP functions.
6766         * [memory/selector.c]
6767         Bug fix: it was not possible to re-use a free selector.
6769 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
6771         *  [controls/listbox.c]
6772         Major work on listbox code
6773          - Many bugs fixed (still many bugs)
6774          - More messages supported
6775          - Code simplified
6777 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
6779         * [controls/edit.c]
6780         Lots of bug fixes related to diappearing text, lost carets,
6781         highlighting, segmentation faults, occurance of random
6782         characters, insertion of characters over selection, misplaced
6783         caret location, display corruption, end of line behavior, etc.
6785         * [controls/widgets.c]
6786         EDIT class doesn't want to use CS_PARENTDC flag.
6788 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6789         
6790         * [loader/selector.c]
6791           FixupFunctionPrologs() should also handle multiple data modules.
6792           (this bug only became visible because MakeProcInstance() was fixed
6793           in 950319)
6794         
6795         * [misc/dosfs.c]
6796           Simplified DOS_SimplifyPath.
6797           Small fix to DOS_opendir to reuse an entry if an open directory
6798           is opened again, to prevent "too many open directories" messages.
6800 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
6802         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
6803         CoDisconnectObject: new stub function
6805         * [include/msdos.h]
6806         fix DOSVERSION
6808         * [loader/ne_image.c]
6809         NE_FixupSegment: Be more generous on additive fixups
6811         * [if1632/user.spec][misc/network.c]
6812         Add more WNet* stubs
6814 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6816         * [controls/listbox.c]
6817           DlgDirList(): send segptr instead of linear pointer 
6818           in message to static control
6819         * [controls/menu.c]
6820           Tried to implement ownerdrawn menuitems. Doesn't work.
6821         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
6822           Provide a stub for GetRasterizerCaps()
6823         * [loader/selector.c]
6824           Pass end address instead of length to LocalInit() in 
6825           CreateSelectors()
6826         * [memory/local.c]
6827           LocalInit(): If there's already a local heap in the segment, do
6828           nothing and return TRUE
6829         * [objects/linedda.c]
6830           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
6831           now.
6832         * [windows/cursor.c]
6833           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
6834           more work still.
6836 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6838         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
6839           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
6840           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
6841           [windows/nonclient.c] [misc/message.c]
6842           Added a new builtin DLL that provides 16 bit entry points for all
6843           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
6844           again.
6845         * [misc/shell.c]
6846           RegOpenKey()/RegCreateKey() bugs fixed.
6847         * [loader/ne_image.c]
6848           Skipping the initialization of a DLL when CS == 0 was broken.
6850 ----------------------------------------------------------------------
6851 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6853         * [*/*]
6854         Implemented a new memory mapping scheme. There's no longer a
6855         one-to-one mapping between 16-bit and 32-bit pointers. Please see
6856         file DEVELOPERS-HINTS for technical details.
6858         * [controls/scroll.c]
6859         Fixed bug when dragging mouse in horizontal scrollbars.
6861         * [tools/build.c] [if1632/*.spec]
6862         Removed support for C callback functions and for re-ordering
6863         of the 32-bit arguments, as these were never used. This should
6864         allow a more efficient callback scheme to be implemented.
6866         * [if1632/olecli.spec]
6867         Reduced the number of entries to make the 16-bit code fit in 64k.
6868         This limitation will soon be removed.
6870         * [loader/ldt.c]
6871         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
6873         * [memory/global.c]
6874         Rewrote Global*() routines to use the new selector allocation
6875         mechanism.
6877         * [memory/local.c]
6878         Rewrote local heap handling to use a Windows-compatible layout
6879         (not really finished yet).
6880         Implemented TOOLHELP heap-walking routines.
6882         * [memory/selector.c]
6883         Implemented LDT manipulation API functions.
6885 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
6887         * [windows/defdlg.c]
6888         Fixed problem where dialogs closed using the System menu 
6889         ('Close' item or double click on close box) would
6890         hang Wine.
6892 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
6894         * [controls/listbox.c]
6895         Removed most of the statements for sending a notification message
6896         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
6897         code; Borland's standard file open dialog will work now.
6898         
6899         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
6900         Added support for new command line option "-allowreadonly". If set
6901         an attempt to open a read only file in write mode will be converted 
6902         to opening it read only (many programs try to open all files in 
6903         read/write mode even if they only intend to read it - this might 
6904         cause a few under problems under an unix-like environment where most 
6905         files are read only for a "normal" user)
6907         * [loader/selector.c]
6908         GetMemoryReference(): Added support for __AHIncr and __AHShift
6910         * [misc/dos_fs.c]
6911         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
6912         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
6913         match(): rewritten
6914         
6915         * [objects/text.c]
6916         TEXT_NextLine(): Removed a bug in the handling of LF's
6918         * [miscemu/int21.c]
6919         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
6921 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6923         * [controls/menu.c]
6924         ChangeMenu: defaults to MF_INSERT
6925         InsertMenu: allow insertion even if position is one after last item
6927         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
6928           [if1632/storage.spec] [include/dlls.h]
6929         Added stubs for STORAGE.DLL and COMPOBJ.DLL
6931         * [if1632/user.spec] [windows/message.c]
6932         InSendMessage: new function
6934         * [include/neexe.h][include/ne_image.c]
6935         NE_FixupSegment: fixed handling of additive records
6937         * [loader/selector.c]
6938         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
6940         * [loader/signal.c]
6941         win_fault: Enter debugger on SIGFPE, too
6943 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
6945         * [miscemu/int*.c]
6946         Various minor modifications to the clock tick counter,
6947         FindFirst/FindNext funcs, and DPB handling.
6949 ----------------------------------------------------------------------
6950 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6952         * [loader/resource.c] [objects/oembitmap.c]
6953         Removed sysres bitmap code; you need libXpm to compile now.
6954         Implemented LoadIcon() for OEM icons.
6956         * [include/bitmaps/oic_*]
6957         Added OEM icons in XPM format.
6959         * [objects/dib.c]
6960         Bug fix in DrawIcon().
6962         * [rc/sysresbm.rc]
6963         Removed; all bitmaps are stored in XPM format now.
6965 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
6967         * [controls/edit.c]
6968         Small patch to fix edit-control when it's created with text.
6970 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
6972         * [tools/make_debug]
6973         The created macros won't have side effects anymore when used in
6974         an "if-else" structure. No more warnings from the compiler when
6975         compiled without defining DEBUG_RUNTIME.
6977 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
6979         * [controls/listbox.c]
6980         ListBoxDeleteString(): Fixed
6982         * [loader/selector.c]
6983         GetMemoryReference(): When special segments are referenced by
6984         pseudo-functions like __0040H, a reference to a "normal" segment
6985         will be returned preventing the program from crashing as soon
6986         as the referenced segment is actually accessed.
6988 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
6990         * [Configure]
6991         Ask for OLE stubs and malloc debugging
6993         * [Imakefile]
6994         link with libmcheck.a if necessary
6996         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
6997         Add OLE stubs, increase number of builtins
6998         dll_name_table_entry_s: new field dll_is_used
7000         * [loader/library.c]
7001         GetModuleHandle,ModuleNext: Check dll_is_used
7003         * [loader/ne_image.c]
7004         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
7005         to mean, anyway?)
7007         * [misc/olecli.c][misc/olesvr.c]
7008         New files. Add to misc/Imakefile
7010         * [misc/dos_fs.c]
7011         DOS_GetUnixFileName: make a copy of the input parameter to 
7012         prevent overwriting
7014         * [misc/main.c]
7015         MAIN_ParseDLLOptions: new function
7016         MAIN_ParseOptions: treat -dll command line flag
7017         main: add support for malloc debugging
7019 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
7021         * [loader/signal.c]
7022         Small patch for people using FreeBSD-2.1.0.
7024 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
7026         * [toolkit/sup.c]
7027         Added return values to the Call* routines
7029         * [toolkit/winmain.c]
7030         Load the resource file properly for WineLib applications.
7032 ----------------------------------------------------------------------
7033 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7035         * [if1632/call.S]
7036         Only save the lower 16-bits of SP and BP.
7038         * [if1632/callback.c]
7039         When calling to 16-bit code, restore DS from its previous value on
7040         entry to the 32-bit code, instead of from the code segment owner.
7042         * [if1632/relay.c] [include/stackframe.h]
7043         Use a structure to represent the 16-bit stack frame layout
7044         instead of hard-coded offsets.
7045         
7046         * [rc/Imakefile]
7047         Use y.tab.c for bison output file for compatibility with yacc.
7049         * [tools/build.c]
7050         Small optimization for calls to 32-bit code.
7052 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7054         * [tools/build.c]
7055         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
7057 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
7059         * [debugger/dbg.y]
7060         Remove unnecessary sym-table loading when stopped in 16-bit mode.
7062         * [include/segmem.h] [loader/selector.c]
7063         Added dynamic alloction of selectors.
7064         Fixed some problems with large programs SIGSEGV-ing while
7065         running out of selectors.
7067         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
7068           [memory/global.c] [memory/heap.c] [memory/linear.c]
7069         Use __AHSHIFT and __AHINCR instead of 3 and 8.
7071 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
7073         * [misc/dos_fs.c]
7074         Better relative path handling when converting filenames between
7075         dos and unix, allowing '.' to be used in the Windows path.
7076         Startup working dir is now based on current working dir.
7078 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
7080         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
7081         Squeezed data structure that references internal dll's (mostly
7082         "struct dll_table_entry_s"). Caused 20% reduction in executable
7083         code size.
7085 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
7087         * [Imakefile]
7088         make wine.sym only when making emulator
7090         * [misc/file.c]
7091         OpenFile(): report as not implemented for WINELIB
7093         * [misc/winsock.c]
7094         Fix CONVERT_HOSTENT and friends for use with WINELIB
7096         * [rc/Imakefile][rc/rc.y][rc/parser.c]
7097         Rename rc.y to parser.y
7098         Use flex and bison on Sun
7100         * [toolkit/sup.c]
7101         CallWindowProc: fix parameter type
7103         * [windows/event.c]
7104         Commented #ifdef sparc
7106 ----------------------------------------------------------------------
7107 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7109         * [windows/nonclient.c] [windows/winpos.c]
7110         Implemented maximized windows.
7111         Implemented icon positioning and ArrangeIconicWindows().
7112         Bug fixes in SetWindowPos().
7114         * [windows/painting.c]
7115         Implemented GetControlBrush().
7116         Window frame is no longer contained in the update region.
7118         * [windows/win.c]
7119         Destroy owned windows upon DestroyWindow().
7121 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
7123         * [controls/edit.c]
7124         Changed line terminator to \r\n to be compatible with
7125         Windows.  Fixed bug in text selection.
7127 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7129        * [misc/shell.c]
7130        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
7131        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
7132        These functions now work somewhat more the way Windows programs expect
7133        them to work.
7135 ----------------------------------------------------------------------
7136 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7138         * [loader/resource.c] [objects/dib.c]
7139         Fixed icon loading and drawing, now that BitBlt() works correctly.
7140         
7141         * [objects/clipping.c] [objects/region.c]
7142         Implemented elliptic regions with a set of rectangle. This greatly
7143         simplifies the region code and should boost clipping performance.
7145         * [objects/color.c]
7146         Fixed bug that caused seg-fault on 24bpp displays.
7148         * [objects/bitblt.c]
7149         Fixed bug when shrinking a bitmap to more than half its size.
7151         * [windows/graphics.c]
7152         Fixed bugs in PaintRgn() and Polyline().
7154         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
7155         Fixed some problems with window background painting.
7157 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
7159        * [tools/build.c]
7160        * [tools/newbuild.c]
7161        * [Imakefile]
7162        * [include/wine.h]
7163        * [loader/call.S]
7164        * [loader/selector.c]
7165        * [include/segmem.h]
7166        * [misc/main.c]
7167        Changed selector code and 16/32 bit xfer code so that wine
7168        no longer has to be loaded low in memory.  Changed wine
7169        to work with ELF binary formats under Linux.
7170        
7171 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
7173         * [debugger/db_disasm.c]
7174         New instruction disassembler - borrowed from Mach kernel.  Has a
7175         BSD style of license as opposed to the gdb code we were previously
7176         using which was under the GPL.
7178 ----------------------------------------------------------------------
7179 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7181         * [Imakefile]
7182         Compiling with -Wall flag.
7184         * [*/*]
7185         Fixes to minimize the number of compilation warnings.
7187         * [objects/bitblt.c]
7188         Fixed BitBlt() and used the same code to rewrite PatBlt() and
7189         StretchBlt(). The three *Blt() functions should now be correct in
7190         every case (famous last words).
7192         * [objects/brush.c] [objects/dither.c]
7193         Merged the two files into brush.c
7195         * [objects/dc.c]
7196         Fixed bug when the Windows programs forget to re-select the
7197         original bitmap in a memory DC.
7199         * [objects/font.c]
7200         Tty to use 'fixed' font when the system font can't be found.
7202         * [windows/dialog.c]
7203         Tentative fix to make dialogs look better when using fixed-width
7204         fonts.
7206         * [windows/graphics.c]
7207         Partially implemented the PS_INSIDEFRAME pen style.
7209         * [windows/nonclient.c]
7210         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
7211         without the WS_DLGFRAME style.
7213 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
7215         * [memory/global.c]
7216         GlobalCompact should now return the correct value when the
7217         largest run of free blocks includes the last block.
7219         * [windows/mdi.c]
7220         Tiling and cascading windows without any MDI children should
7221         no longer crash (assuming no-op is the correct thing to do).
7223 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
7225         * [objects/font.c]
7226         GetTextExtentPoint: fixed debug output, str is counted string, not
7227         zero terminated.
7229         * [if1632/relay.c]
7230         DLLRelay: when debugging_stack got segv, added upper bound for
7231         stack dump.
7233 ----------------------------------------------------------------------
7234 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7236         * [*/Imakefile]
7237         All objects files are now kept in their respective directory.
7239         * [README]
7240         Rewrote most of it.
7242         * [objects/bitblt.c]
7243         Rewrote BitBlt() to look right in every case, while minimizing
7244         the impact on performance. Not really finished yet.
7246         * [objects/bitmap.c] [objects/dc.c]
7247         Fixed bug with pattern brushes.
7249         * [objects/clipping.c] [windows/painting.c]
7250         Fixes for logical coordinates.
7252         * [objects/color.c] [windows/graphics.c]
7253         Fixed GetPixel() to return the correct color, and made it faster.
7255         * [objects/region.c]
7256         Fixed bug in CombineRgn() when one of the region is empty.
7258 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
7260         * [Configure]
7261         Don't assume that expr handles '==', use '=' instead.
7262         Give a (hopefully informative) message if imake fails.
7264 ----------------------------------------------------------------------
7265 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7267         * [controls/listbox.c]
7268         Fixed problems due to new scroll-bar code.
7270         * [loader/signal.c] [miscemu/ioports.c]
7271         Handle I/O opcodes that use an absolute address.
7273         * [objects/text.c]
7274         Implemented TabbedTextOut().
7276 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
7278         * [objects/metafile.c]
7279         Implemented GetMetafile().
7280         Fixed bug in PlayMetaFile() when reading disc based metafile records.
7281         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
7282         PlayMetaFileRecord().
7283         
7284 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7286         * [Imakefile]
7287         wine.sym: Remove gcc2_compiled and friends
7289         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
7290           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
7291         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
7293         * [if1632/call.S]
7294         CallToLibMain: New function
7296         * [if1632/relay.c][include/options.h][misc/main.c]
7297           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
7298         removed Options.relay_debug
7300         * [include/heap.h]
7301         HEAP_OWNER: Use ds instead of cs:ip
7303         * [loader/ne_image.c]
7304         LoadNEImage: Remember current exe, handle nodata dlls
7305         InitNEDLL: handle nodata dlls, call CallToLibMain
7307         * [loader/selector.c]
7308         CreateSelectors: Initialize auto_data_sel with 0
7310         * [memory/heap.c]
7311         HEAP_CheckHeap: Check prev
7312         HEAP_CheckLocalHeaps: new function
7314         * [misc/profile]
7315         Remember and dump only changed profiles
7317         * [tools/makedebug]
7318         Introduce debugging_xxx flags
7320 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
7322         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
7323         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
7324         pe_image.h selectors.h wintypes.h]
7325         Added.
7327         * [*/*]
7328         - Commented all 'static char copyright statements', see misc/main.c
7329         - moved prototypes to headers files, fixed wrong prototypes.
7330         - *please* add a header file for each .c if you need to export
7331           things.
7333         * [misc/main.c]
7334         Added one static string which list the names of the contributors.
7336 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
7338         * [Configure]
7339         Made the support for multiple languages more automatic.  Added
7340         a [fonts] section to the wine.conf file.  Made the defaults
7341         better.  Generally cleaned it up.
7343         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
7344         Norwegian resources and small fixes to the german resources.
7346 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7348         * [debugger/break.c]
7349         bark(), toggle_next(), should_continue(): New functions
7350         insert_break(): Fixed, adds write access to page before writing
7351         wine_bp.next_addr: new structure field
7353         * [debugger/dbg.y]
7354         Changed symbol's value to be it's value instead of the value
7355         pointed to by the symbol.
7356         Changed SIGTRAP handling to allow continuation after break point
7358         * [misc/shell.c]
7359         ShellAbout(): Load resource from memory
7361 ----------------------------------------------------------------------
7362 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7364         * [controls/scroll.c] [include/scroll.h]
7365         Rewritten most of scroll-bar code for better Windows look & feel.
7366         Implemented EnableScrollBar().
7367         Preliminary keyboard support.
7369         * [objects/bitblt.c]
7370         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
7371         bits from outside the visible region.
7373         * [objects/oembitmap.c] [include/bitmaps/obm_*]
7374         Use XPM symbolic colors to load bitmaps. This allows the colors
7375         of the bitmaps to depend on the system colors.
7377         * [tools/make_debug]
7378         Made the make_debug script more robust.
7380         * [windows/dialog.c]
7381         Fixed CheckRadioButton().
7383         * [windows/nonclient.c]
7384         A few changes to scroll-bar drawing and tracking.
7386         * [windows/winpos.c]
7387         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
7388         avoid confusion, and optimized it somewhat.
7390 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
7392         * [misc/audio.c]
7393         * [misc/mcianim.c]
7394         more coding but nothing spectacular.
7396         * [misc/mmaux.c]
7397         some coding to access '/dev/mixer'.
7399         * [misc/midi.c]
7400         some coding to read .MID files, but it's not playing yet.
7402 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
7404         * [objects/dib.c]
7405         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
7406         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
7407         includes some bitmaps output by Paint Shop Pro.  Implementation is
7408         possibly now too lax.  Please see the notes on the function about
7409         why.
7411         * [controls/desktop.c]
7412         The desktop pattern should be painted if the wallpaper doesn't
7413         cover the whole screen width OR the whole screen height.
7415 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
7417         * [objects/dib.c]
7418         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
7419         now work.
7421         * [loader/ne_resource.c] [include/resource.h]
7422         Some cleanup.
7424 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7426         * [Configure]
7427           [rc/sysres.rc]
7428         Primitive compile-time support for multiple languages
7430         * [rc/sysres_De.rc]
7431         New file
7433         * [loader/resource.c]
7434         LoadBitmap: Recognize end of sysresbm properly
7436         * [rc/Imakefile]
7437         Rules to compile resources simplified, dependencies changed
7439         * [rc/sysresbm.rc]
7440         Don't use sysresbm if using XPM
7442         * [windows/dialog.c]
7443         CreateDialogIndirectParam: Reverse Z-order of controls
7445         * [windows/message.c]
7446         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
7448         * [windows/winpos.c]
7449         NextWindowFromPoint: New function
7451         * [controls/button.c]
7452         WM_NCHITTEST: Group Box is HTTRANSPARENT
7453         BUTTON_CheckAutoRadioButton: New function
7454         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
7456 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
7458         * [objects/text.c]
7459         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
7460         is too long to break.
7462         * [objects/font.c]
7463         Don't assume helvetica if there is no font family; let the other
7464         font attributes decide what font to use.
7466         * [controls/widgets.c]
7467         Listboxes and combo boxes need to be notified of double-clicks.
7469         * [controls/listbox.c]
7470           [include/listbox.h]
7472         scrolling to bottom of list box should display last item at the
7473         bottom, not at the top.
7474         
7475         list boxes need to allocate a separate heap for their item data,
7476         rather than using the user heap.  Otherwise, it's very easy to run
7477         out of memory for list box items.
7479         removed redundant code in ListBoxAddString().  Implemented simple
7480         version of LBS_SORT.
7482         Don't put [.] in the list box when using DDL_DIRECTORY.
7484         * [controls/combo.c]
7485         Combos should pass CBS_SORT onto their list box.
7487         * [windows/win.c]
7488         If window creation is aborted, remove the window from the
7489         linked lists.
7491         * [controls/static.c]
7492         static controls with SS_ICON were always returning 0 from
7493         WM_NCCREATE.
7495         Make sure static controls have text to draw before drawing it.
7497 ----------------------------------------------------------------------
7498 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7500         * [objects/oembitmap.c]  (New file)
7501         Added possibility to use .xpm files for OEM bitmaps.
7503         * [include/bitmaps/obm*]  (New files)
7504         Redrawn all OEM bitmaps in xpm format.
7506         * [objects/font.c]
7507         Add space for internal leading when using a negative font height.
7508         Stubs for AddFontResource() and RemoveFontResource().
7509         Fix in FONT_Init() for uninitialised default font.
7511         * [windows/dialog.c]
7512         Make font height negative as it is really a point size and not a
7513         pixel size; dialogs using 8-point fonts look better now.
7515         * [windows/graphics.c]
7516         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
7518         * [windows/nonclient.c]
7519         A few changes for new OEM bitmaps.
7521 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7523         * [windows/class.c]
7524         The names of local classes have to be stored using GlobalAtom*.
7525         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
7527         * [if1632/call.S]
7528         CallTo16(cx): It's possible to set the contents of the cx-register.
7530         * [loader/ne_image.c]
7531         InitNEDLL(): The size of the local heap is now passed in the cx-
7532         register when initializing a DLL.
7534         * [memory/heap.c]
7535         LocalInit(): The case start==0 is now handled in the way it should.
7537         * [windows/win.c]
7538         GetWindowLong(): If the adress of the windows function is requested
7539         it's no longer returned if it's within the Wine code (and therefore
7540         unreachable by a windows program). This makes Borland's OWL happy.
7542         * [controls/edit.c]
7543         EDIT_GetStr(): Added handling for off<0.
7545 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
7547         * [loader/library.c]
7548         Fixed infinite loop bug when two DLLs refer to each other (fixes
7549         hangup of Quicken during loading).
7551 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7553         * [misc/dos_fs.c]
7554         Bug fix: The size of a disk an the available space
7555         is now returned in bytes instead of (incorrectly)
7556         KBytes.
7558 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
7560         * [windows/graphics.c]
7561         Bug fix: Pie segments are now filled with correct brush.
7563 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
7565         * [Imakefile]
7566         generate rc.o before loader.o
7568         * [controls/menu.c]
7569         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
7571         * [include/resource.h]
7572         Add struct ResourceTable
7574         * [loader/bitmap.h]
7575         Load system bitmaps from sysresbmTable
7577         * [misc/clipboard.c]
7578           [windows/event.c]
7579         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
7580         
7581         * [rc/Imakefile]
7582         generate rc.o from sysres.o and sysresbm.o. Added -lfl
7584         * [rc/rc.y]
7585         change style handling to allow ( S1 | S2 ) | S3
7587         * [rc/sysres.rc]
7588           [rc/sysresbm.rc]
7589         Put bitmaps and icons to sysresbm, everything else to sysres
7591         * [rc/winerc.c]
7592           [rc/winerc.h]
7593         Added -o, -c flags. New function set_out_file. Output to files.
7595         * [windows/dialog.c]
7596         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
7598         * [windows/nonclient.c]
7599         Create AboutWine dialog from template pointer
7601 ----------------------------------------------------------------------
7602 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7604         * [controls/static.c]
7605         Bug fix for SS_ICON controls.
7607         * [if1632/Imakefile]
7608         Fixed call.o dependencies.
7610         * [objects/clipping.c] [objects/dc.c]
7611         Fixed visible region handling. hVisRgn is always non-null now.
7613         * [windows/dce.c]
7614         Bug fix in GetDCEx for CS_OWNDC windows.
7616         * [windows/nonclient.c] [windows/painting.c]
7617         Fixes to icon window drawing.
7619         * [windows/winpos.c]
7620         A few fixes in SetWindowPos().
7622 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7624         * [objects/bitblt.c]
7625         BitBlt(): BitBlt is now able to handle any raster operation. If
7626         the request can't be passed to XWindows directly, it's quite
7627         slow, though.
7629         * [*/*.c]
7630           [misc/main.c]
7631         Improvements of the system for handling debug messages. Options are
7632         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
7633         *debugoptions: +xxx there if you want to have turn messages xxx on).
7635         * [controls/menu.c]
7636         DestroyMenu(): The whole window won't be destroyed as a sideeffect
7637         any longer.
7639         * [misc/file.c]
7640         OpenFile(): Fixed bug in searching in system/window-directory.
7642 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
7644         * [include/windows.h]
7645         Bug fix for window related structures.
7646         DCB and COMSTAT are affected. They must be packed.
7648         * [misc/comm.c]
7649         Bug fix for COM ports:
7650         Dial and dialog window in terminal.exe now works.
7651         Non sequential COM assignments in wine.conf should not break now.
7652         Baudrate can be specified in wine.conf to overcome baudrate limitation
7653         in mswindow. See sample wine.ini
7655         * [include/comm.h]
7656         add baudrate field to DosDeviceStructre
7658         * [object/font.c]
7659         Bug fix for font assignment.
7660         Use pairs of foundry and family fontnames in X11 to correspond with
7661         window's fonts.
7662         Put font assignment ini wine.ini.
7664         * [wine.ini]
7665         Adding optional baudrate after port name in "serialports" section
7666         Add new section, "fonts".
7667         "default" is special key in "fonts" to match any unmatch window font.
7669 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
7671         * [if1632/relay.c]
7672         * [if1632/commdlg.spec]         New file.
7673         * [misc/commdlg.c]                      New file.
7674         * [include/commdlg.h]           New file.
7675         Begin of an emulated COMMDLG DLL, built-in for now.
7676         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
7677         thing you need to do is to put the real/dummy name in file relay.c)
7679         * [controls/scroll.c]
7680         * [controls/combo.c]
7681         * [controls/listbox.c]
7682         Few bug fixes and/or cosmetic.
7684         * [misc/audio.c]
7685         * [misc/mmaux.c]
7686         bug fixes and flags returned to emulate SB16.
7688         * [misc/midi.c]                         New file.
7689         skeleton for 'Midi' MMSYSTEM & MCI driver.
7691         * [misc/mcianim.c]                      New file.
7692         skeleton for 'Animation1' MCI driver.
7694         * [windows/win.c]
7695         Add new stub for GetLastActiveWindow().
7697 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
7699         * [if1632/call.S] [tools/build.c]
7700            Support for ELF format. (Not complete)
7702 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
7704         * [if1632/user.spec]
7705         Add stubs for ArrangeIconicWindows(), etc.
7707         * [if1632/kernel.spec]
7708         Add IsBad*Ptr() functions.
7710         * [loader/signal.c]
7711         Add test_memory(), for use with IsBad*Ptr().
7713         * [windows/winpos.c]
7714         Add stubs for TileChildWindows(), etc.
7716         * [windows/win.c]
7717         IsWindow() shouldn't crash if it's given a bad handle.
7718         Add stub for GetLastActivePopup().
7720         * [memory/global.c]
7721         Implement the IsBad*Ptr() functions.
7723         * [controls/listbox.c]
7724         Return the full longword of the item data in LB_GETITEMDATA.
7726         * [controls/edit.c]
7727         Don't let the user select an area past the end of the text.
7729         * [objects/text.c]
7730         In DrawText(), the code to delete crlfs also removed multiple
7731         consecutive newlines.  Also, using DT_CALCRECT didn't return
7732         the right height, and the width wasn't returned at all.
7733         This caused MessageBoxes to be missing much of their text.
7735         * [windows/scroll.c]
7736         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
7738 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
7740         * [miscemu/int21.c]
7741         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
7743         * [misc/property.c]
7744         Fixed inverted logic in EnumProps(), and changed CallBack16()
7745         call to use new arg format.
7747         * [windows/win.c]
7748         Fixed CallBack16() call in Enum[Child]Windows to use new arg
7749         format; this fixes crashes in enum procedures.
7751 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
7753         * [misc/clipboard.c]
7754           [windows/event.c]
7755           [windows/message.c]
7756         Added cut and paste between Wine and other X clients via
7757         the PRIMARY selection. Text only this time.
7759         * [controls/edit.c]
7760         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
7762         * [windows/defwnd.c]
7763         Send WM_SYSCOMMAND to overlapped ancestor window, 
7764         not the receiver of WM_SYSKEYDOWN
7766 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7768         * [controls/edit.c]
7769         ClientWidth()/ClientHeight() macros: return 0 if size would
7770         be negative
7771         EDIT_StrLength(): takes unsigned char* instead of char*
7773         * [controls/listbox.c]
7774         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
7775         case instead of in each place required (it was omitted in
7776         some places causing problems!)
7778         * [controls/menu.c]
7779         MENU_CalcItemSize(): don't try to find size of a text item
7780         if the pointer is NULL
7782         * [include/heap.h]
7783         added definition of HEAP_LocalInit()
7785         * [include/msdos.h]
7786         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
7787         instead)
7789         * [loader/selector.c]
7790         IPCCopySelector(): added missing flags to shmget() call
7791         ? does this break linux - I added these flags in a previous
7792         patch but they were missing in the corresponding release ?
7794         * [loader/signal.c]
7795         win_fault(): added missing definitions of i, dump for those
7796         not running NetBSD or linux
7798         * [misc/dos_fs.c]
7799         DOS_GetCurrentDir(): made temp[] static so it can be safely
7800         returned
7802         * [miscemu/int21.c,int25.c,int26.c]
7803         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
7804         segmem.h where necessary.
7806         * [windows/dialog.c]
7807         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
7808         HEAP_LocalInit(), removed redundant variables
7810 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
7812         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
7813           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
7814           [objects/bitblt.c] [objects/metafile.c]
7815         Rewritten more printf's to use the new debugging system, and
7816         made wine less verbose per default. Use "-debugmsg +module"
7817         to get (almost) the same behavior as before.
7819 ----------------------------------------------------------------------
7820 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7822         * [controls/button.c]
7823         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
7824         BM_SETSTATE.
7825         Implemented default button painting.
7826         Optimised redrawing.
7827         Fixed owner-draw buttons.
7829         * [controls/static.c]
7830         Implemented WM_SETFONT.
7831         A few optimisations in painting code.
7832         Bug fix for SS_SIMPLE controls.
7834         * [if1632/callback.c]
7835         Preliminary GetCodeHandle().
7837         * [if1632/gdi.spec]
7838         Changed 'pascal' to 'pascal16' everywhere it's needed.
7840         * [include/windows.h]
7841         Fixed a few data structures.
7843         * [memory/heap.c]
7844         Bug fix in HEAP_ReAlloc().
7846         * [misc/cursor.c]
7847         Fixed SetCursor().
7849         * [objects/bitblt.c]
7850         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
7852         * [objects/font.c]
7853         Better font mapping code.
7854         Implemented GetTextFace().
7856         * [objects/region.c]
7857         Bug fix in REGION_MakePixmap().
7858         Faster region copying.
7860         * [objects/text.c]
7861         Implemented ExtTextOut().
7862         Implemented DT_NOCLIP style for DrawText().
7864         * [windows/dc.c]
7865         Free the bitmap when deleting a memory DC.
7867         * [windows/dce.c]
7868         Added support for windows that have no associated X window.
7869         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
7871         * [windows/defdlg.c]
7872         Implemented default push button handling and DM_SETDEFID.
7873         Implemented WM_NEXTDLGCTL.
7875         * [windows/dialog.c]
7876         Implemented default push button handling.
7877         Beginning of a keyboard interface in dialogs
7878         (does not really work yet).
7879         Fixed dialogs that use a special font.
7881         * [windows/event.c] [windows/focus.c]
7882         Added support for non-X windows.
7884         * [windows/graphics.c]
7885         Rewritten FloodFill() and implemented ExtFloodFill().
7887         * [windows/message.c]
7888         Cleaner hardware messages and X events handling.
7890         * [windows/defwnd.c] [windows/painting.c]
7891         Implemented WM_SETREDRAW.
7893         * [windows/win.c]
7894         Only create an X window for top-level windows, or for the desktop.
7895         Child windows now use their parent's drawable.
7897         * [windows/winpos.c]
7898         Beginning of support for non-X windows (still somewhat broken).
7899         Implemented *DeferWindowPos().
7901         * [*/Imakefile]
7902         Cleaned up some Imakefiles.
7903         Moved dc.c from windows/ to objects/.
7904         Moved cursor.c from misc/ to windows/.
7906 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
7908         * [include/debug.h]
7909           [include/stddebug.h]
7910           [*/*.c]
7911         Rewritten all the calls to printf for displaying debug-information
7912         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
7913         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
7914         all these messages on, "-debugmsg -dll" will turn all messages 
7915         concerning DLLs off.
7917         * [controls/combo.c]
7918         Added some handling for combo controls with ownerdraw-styles
7919         (just creating and passing the necessary messages to the 
7920         corresponding listbox control; the edit-control needs to be
7921         replaced with something else).
7923         * [controls/edit.c]
7924           [windows/dialog.c]
7925         Added support for use of global heap memory in dialogs with 
7926         edit controls.
7928         * [controls/listbox.c]
7929         Added support for item data.
7930         ListBoxInsertString(): Fixed bug for elements which are not inserted
7931         after the currently last element.
7932         
7933         * [misc/dos_fs.c]
7934           [miscemu/int21.c]
7935         DOS_ValidDirectory(): Checks whether a given string is in fact the
7936         valid name of a directory.
7938 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
7940         * [Imakefile]
7941         generate wine.sym after creating wine
7943         * [debugger/dbg.y]
7944         load "wine.sym" when entering debugger
7946         * [debugger/info.c]
7947         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
7949 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
7951         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
7952         Files created
7954 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
7956         * [misc/spy.c]
7957         Exclude and Include no longer requires a terminating ';' to
7958         register the last component.
7960 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
7962         * [Configure]
7963         Rewrote much of it.  Added capability to generate a wine.ini
7964         file.  Commented out the processor emulator options until that
7965         becomes interesting.  Gives a warning if it sees any *.rej
7966         files.  I hope I haven't assumed to much about the shell/OS so
7967         that it breaks under *BSD.
7969         * [misc/dos_fs.c]
7970         Removed/changed calls to ToUnix() (which calls tolower()) so
7971         that the part of the pathname which correspond with the drive
7972         letter on DOS no longer will be mapped to lowercase.  This
7973         means that it should be possible to have uppercase letters in
7974         the [drives] section of wine.ini.
7976         * [LICENSE]
7977         Cosmetic changes so that it displays better in the window you
7978         get from pressing "Credit_License" in the "About WINE" window.
7980 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
7982         * [controls/menu.c]
7983         LoadMenu() moved to loader/resource.c.
7985         * [misc/main.c]
7986         Added stub for FileCDR().
7988         * [include/peexe.h]
7989         Added, from Eric's pe-test.
7991         * [include/resource.h]
7992         Added.
7994         * [loader/resources.c]
7995         Removed duplicated code in *Resource() functions.
7996         Moved NE-program specific functions into ne_image.c.
7997         Moved NE-fileformat functions to ne_resource.c.
7999         * [pe_image.c] [pe_resource.c]
8000         Added. Nothing implemented to run PE-executables, resource
8001         loading only.
8003         * [misc/file.c]
8004         Changed OpenFile() to use macros.
8006         * [misc/shell.c]
8007         Added NULL-ptr checks to ShellAbout().
8009         * [miscemu/int21.c]
8010         Fixed a few typos.
8012         * [miscemu/kernel.c]
8013         Added _DI = _DS, to put the caller's instance in DI. Doesn't
8014         work properly if caller changed DS :-(
8016 ----------------------------------------------------------------------
8017 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
8019         * [include/win.h]
8020         Removed seperate X window for icon, added icon width,height.
8022         * [include/windows.h]
8023         Commented out the old SW_xxx emum and added defines since
8024         they aren't enumerated.
8026         * [windows/dce.c]
8027         Removed some older IsIconic checks from GetDCEx(), functionality
8028         is now in nonclient and generic wine window handling code.
8029         Lots of thanks to Alexandre Julliard all the hints and
8030         help...
8032         * [windows/defwnd.c]
8033         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
8034         WM_PAINTICON now calls NC_HandleNCPaint.  
8036         * [windows/event.c]
8037         Removed IsIconic checks.
8039         * [windows/icon.c]
8040         Removed everything in this file for now... could be used later.
8041         Icon functionality is now handled by the generic wine windows
8042         handling functions.
8043         
8044         * [windows/mdi.c]
8045         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
8046         show up when deiconified.  Removed IsIconic checks.
8048         * [windows/message.c]
8049         Removed old icon routines from hardware_event().
8051         * [windows/nonclient.c]
8052         Changed NC_HandleNCCalcSize() so it doesn't change the size
8053         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
8054         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
8055         on an Iconic window always send a SC_RESTORE message.
8057         * [windows/painting.c]
8058         Changed RedrawWindow() so it doesn't redraw an iconic window
8059         unless it has to (no icon for this class).
8060         
8061         * [windows/win.c]
8062         Removed creation of seperate icon window from CreateWindowEx().
8063         
8064         * [windows/winpos.c]
8065         Added saving and restoring of window rectangle during
8066         iconification/deiconification to ShowWindow().  Added
8067         functions to recursively hide and show children... called
8068         by ShowWindow during iconification/deiconification.
8070 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
8072         * [windows/message.c]
8073         WaitMessage(): Fixed handling of wm_timer-messages
8075         * [miscemu/int21.c]
8076         FindNextFCB(): Rewritten to support other functions than just
8077         returning the volume label
8079         * [misc/file.c]
8080         OpenFile(): Fix in handling of OF_CREATE
8082 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8084         * [if1632/user.spec]
8085         Added SetParent.
8087         * [windows/win.c]
8088         Added SetParent.
8090 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8092         * [loader/selector.c]
8093         Many changes throughout file to correct handling of shared memory
8094         function return codes. FreeBSD and SunOS shm functions return
8095         -1 not 0 on error. If Linux is different, these changes
8096         will have to be backed out.
8097         CleanupSelectors(): this is a new (internal) call to free
8098         up all selectors (and shm handles/memory) for use on exit.
8100         * [include/segmem.h]
8101         Change comment to reflect new use of shm_key
8103         * [misc/main.c]
8104         called_at_exit(): add call to CleanupSelectors()
8106 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8108         * [controls/button.c]
8109         Use OBM_CHECKBOXES to draw check boxes with correct colors.
8110         Fixed bug with WM_SETTEXT handling.
8111         A few drawing optimisations.
8113         * [controls/menu.c]
8114         Implemented correct \t and \a handling in menu items.
8115         Implemented help items (flush right) on menu bar.
8116         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
8118         * [controls/static.c]
8119         Fixed SS_ICON controls and implemented STM_SETICON message
8120         handling.
8122         * [controls/widget.c]
8123         Set cursor to IDC_ARROW for built-in classes.
8125         * [include/options.h] [misc/main.c]
8126         Backing store is now off by default.
8128         * [objects/region.c]
8129         Use X regions for rectangle and polygon regions: *major* speed
8130         improvement.
8132         * [windows/dialog.c]
8133         Fixed the fix for integer ids in controls. SS_ICON controls in
8134         dialogs should work now.
8135         Implemented DS_ABSALIGN style.
8137         * [windows/graphics.c]
8138         Implemented InvertRgn().
8139         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
8140         than with CreateCompatibleDC() + BitBlt().
8142         * [windows/message.c]
8143         Determining the window for a mouse message is now done at
8144         GetMessage() time.
8145         Modified PeekMessage() handling to avoid needlessly flushing the
8146         output queue.
8148         * [windows/timer.c]
8149         Check for restart of a timer (SetTimer call with the same hwnd and
8150         id than an existing timer).
8152 ----------------------------------------------------------------------
8153 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
8155         * [misc/file.c]
8156         OpenFile(): Completly rewritten.
8158         * [miscemu/int21.c]
8159         CreateFile(): Fixed wrong mode in call to open.
8160         OpenExistingFile(): Implemented file sharing.
8161         FindNext(): Fixed.
8162         CreateNewFile(): Fixed wrong mode in call to open.
8163         fLock(): Added to handle record locking.
8164         GetFileAttribute(): Added.
8165         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
8167         * [miscemu/int2f.c]
8168         AH = 0x10: SHARE installation check
8170         * [loader/resource.c]
8171         AccessResource(): Fixed. A new file descriptor will be returned by
8172         every call to AccessResource().
8174         * [windows/utility.c]
8175         wvsprintf(): Fixed.
8177         * [controls/menu.c]
8178         FindMenuItem(): Fixed (handling for nPos == -1 added).  
8180         * [windows/win.c]
8181         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
8183         * [Configure]
8184         Added two options for a processor emulator that might be
8185         plugged in later..
8187         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
8188         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
8189         Added TaskFirst(), TaskNext(), TaskFindHandle().
8191         * [memory/global.c]
8192         Added stub for MemManInfo().
8194         * [objects/text.c]
8195         Added stub for GetTabbedTextExt().
8197         * [miscemu/*]
8198         Changed all references to registers. Please don't access
8199         the context structure.
8200         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
8202         * [misc/lstr.c]
8203         Fixed bug in AnsiUpper() & AnsiLower().
8205         * [misc/winsocket.c]
8206         bugfix in getsockopt()/setsockopt(): winsock uses different values
8207         than unix.
8209         * [objects/dib.c]
8210         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
8212 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
8214         * [controls/edit.c]
8215         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
8217         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
8218         Modified dialog code to create new heap for edit controls
8219         unless DS_LOCALEDIT style is set.
8221 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8223         * [controls/button.c] [controls/edit.c] [controls/static.c]
8224         Removed unneeded GlobalUnlock() calls.
8226         * [controls/menu.c] [include/menu.h]
8227         Lots of changes, fixed a lot of old bugs and introduced a lot of
8228         new ones :-)
8229         - Changed message loop to use MSG_GetInternalMessage().
8230         - Fixed a bug that caused the main window to lose activation when
8231           displaying a menu.
8232         - Correctly send initialisation messages (WM_INITMENUPOPUP).
8233         - Implemented EndMenu() and LookupMenuHandle().
8234         - Changed internal structures to be as compatible as possible with
8235           MS-Windows.
8236         - Allocated everything on the USER heap instead of the global heap.
8237         - Prefixed all internal function names with MENU_ and declared
8238           them static.
8239         - Moved "About Wine..." handling to NC_HandleSysCommand().
8240         - Multi-line menus should now work correctly.
8242         * [loader/resource.c] [objects/bitmap.c]
8243         Added the possibility to create OEM bitmaps directly as X bitmaps.
8245         * [objects/dcvalues.c] [windows/dc.c]
8246         Fixed GetDCOrg() to return screen coordinates.
8248         * [windows/message.c]
8249         Fixed double-click checks when the message is not removed from the
8250         queue.
8251         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
8253         * [windows/nonclient.c]
8254         Bug fix in system menu hit-test calculation.
8255         A few changes for new menu functions.
8257 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8259         * [controls/edit.c]
8260         Bug fix in Edit_NCCreateMessage
8261         es->textlen was being used before being set
8263         * [controls/menu.c]
8264         Bug fix in MENU_DrawMenuItem
8265         don't try to write text if NULL pointer passed
8267 ----------------------------------------------------------------------
8268 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
8270         * [windows/message.c]
8271         Implemented WaitMessage() (USER.112).
8273         * [if1632/user.spec]
8274         Added WaitMessage.
8276         * [windows/defwnd.c]
8277         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
8279         * [miscemu/int{13,21,2a}.c]
8280         * [miscemu/Imakefile]
8281         * [signal/loader.c]
8282         Added a few basic disk information and diagnostic functions to
8283         prevent programs using this function from crashing. All drives
8284         are claimed to be remote ones, so direct I/O isn't allowed.
8286         * [controls/edit.c]
8287         EDIT_WriteText(): Added code to correctly erase the remaining space
8288         of the edit-control if the size of the control has changed sinced it's
8289         creation.
8291 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
8293         * [if1632/mouse.spec]
8294         Added mouse.dll entry, no functions.
8296         * [loader/resource.c]
8297         Bug fix in AccessResource(). 
8299         * [misc/keyboard.c], added [include/keyboard.h]
8300         Changed functions to return more useful values.
8302         * [windows/dialog.c]
8303         Hacked DIALOG_GetControl() to support resources which
8304         have 0xff00 - 0xffff as id. ** Needs to be done properly by
8305         someone who knows the NE fileformat **
8307 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8309         * [windows/event.c]
8310         Add new stub for EnableHGardwareInput() function.
8312         * [windows/message.c]
8313         Add coding for HWND_BROADCAST in PostMessage().
8315         * [misc/file.c]
8316         Add coding for OpenFile() also search in WindowPaths.
8318         * [misc/mmsystem.c]
8319         * [misc/audio.c]
8320         * [misc/mmaux.c]
8321         * [misc/mcicda.c]
8322         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
8323         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
8324         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
8325 ----------------------------------------------------------------------
8326 Mon Jul 18 23:55:13 MET DST 1994
8328         * [if1632/call.S]
8329         CallTo16(): added `mov %eax,%edx' just before lcall,
8330         to make sure that DX contain the DLL's hinstance when
8331         initialised.
8333         CallTo32_16() added, equal to CallTo32() except for
8334         one thing: it saves DX and 
8336         * [tools/build.c]
8337         Added some code to support 16 and 32 bit return values.
8339         * [1632/{kernel,user}.spec]
8340         Changed most of the `pascal' style to pascal_16 when
8341         function returned a 16bit value.
8343 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8345         * [controls/menu.c]
8346         Reorganized sizing and drawing code to implement multi-line menus.
8347         Implemented MENUBREAK style.
8348         Use system colors to draw menus.
8350         * [objects/color.c]
8351         Bug fix in COLOR_IsSolid().
8353         * [objects/font.c]
8354         Bug fix in FONT_GetMetrics(): calculate average character width
8355         only on existing chars (dialogs look much better).
8357         * [objects/text.c]
8358         Bug fix in DrawText(): use text color to underline mnemonic.
8360         * [windows/nonclient.c]
8361         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
8363         * [windows/syscolor.c]
8364         Added system objects for menu colors.
8366 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
8368         * [controls/menu.c]
8369         Fixed bug in SelectPrevItem that caused seperators to not be
8370         skipped when using the up arrow key.
8372 ----------------------------------------------------------------------
8373 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
8375         * [Configure]
8376         Autodetects Linux version (if running Linux).
8378         * [loader/signal.c]
8379         New signals for Linux.
8381         * [loader/ldtlib.c]
8382         New structure field in sys call.
8384 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
8386         * [load/resource.c] 
8387           fixed Memory (Resource) Leak.
8389         * [load/main.c] 
8390           fixed a printf.
8392 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8394         * [controls/desktop.c]
8395         Implemented desktop wallpaper (only 16 colors for now).
8397         * [controls/menu.c] [windows/nonclient.c]
8398         Preliminary work to allow multi-line menus.
8400         * [misc/main.c]
8401         No backing store on desktop window (not useful).
8403         * [objects/text.c]
8404         A few fixes to DrawText() to make underlines under mnemonic
8405         letters to look better.
8407         * [windows/graphics.c]
8408         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
8409         Implemented PolyPolygon() (partially working).
8411         * [windows/winpos.c]
8412         New function WINPOS_SendNCCalcSize().
8413         Cleaned up SetWindowPos() and added preliminary support for
8414         multi-line menus.
8416 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
8418         * [controls/edit.c]
8419         Changes to work as a library.
8421         * [if1632/callback.c] 
8422         Ifdefed module.
8424         * [if1632/relay.c]
8425         Changes to allow linking with WineLib.
8427         * [include/windows.h]
8428         Added macro WINELIB_UNIMP
8430         * [loader/library.c]
8431         When compiling WineLib, GetProcAddress is not implemented yet.
8433         * [loader/main.c]
8434         Added empty InitDLL when using WineLib.
8436         * [loader/ne_image.c]
8437         Some parts of the loader are needed for WineLib, ifdefed correctly
8439         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
8440         Disable compilation of module when compiling WineLib.
8442         * [toolkit/heap.c]
8443         Fixed small bug.  When passed an invalid handle WineLib would
8444         crash, now return NULL.
8446         * [toolkit/winmain.c]
8447         Call CreateNewTask in _WinMain.
8449 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
8451         * [controls/edit.c] [controls/widget.c]
8452         More changes to improve compatibility with Windows' edit
8453         control.  Finished off tab stop support.
8455 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
8457         * [if1632/relay.c]
8458         # of ordinals in shell.dll changed to 103.
8460         * [loader/signal.c]
8461         sti, cli will now be ignored.
8463         * [objects/brush.c]
8464         Added stub for GetSysColorBrush().
8466 ----------------------------------------------------------------------
8467 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
8469         * [controls/edit.c]
8470         Bug fixes and tidying up.  Preliminary tab stop support
8471         (doesn't work yet).
8473         * [windows/dialog.c]
8474         Reversed order of buttons in CheckRadioButtons so that all
8475         buttons are now displayed.
8477 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8479         * [include/options.h] [misc/main.c] [windows/win.c]
8480         Removed nosaveunders option, replaced by handling
8481         the CS_SAVEBITS flag.
8483         * [windows/class.c]
8484         Modified the fix for negative size in class extra bytes to
8485         avoid modifying the caller's data.
8487         * [windows/dc.c]
8488         Bug fix: system font must be a proportional font.
8489         Fixed a bug that caused the default pen to not be selected
8490         correctly in a DC.
8492         * [windows/graphics.c]
8493         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
8494         noticing it.
8496         * [windows/painting.c]
8497         Removed incorrect selecting of default objects in BeginPaint()
8498         (no longer needed because of the fix in dc.c).
8500 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8502         * [misc/mmsystem.c]
8503         * [misc/audio.c]
8504         Add more code to interface '/dev/dsp'.
8506         * New file [misc/mcicda.c]
8507         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
8509         * New file [misc/mmaux.c]
8510         Stubs to make a future driver connected to '/dev/mixer'.
8512         * [windows/win.c]
8513         Temporary patch to CreateWindowEx() for reseting negative
8514         coordinates to 0,0 ; because 'soundrec.exe' give negative values
8515         and I need it to work on MMSYSTEM ... :-)
8517         * [miscemu/int2f.c]
8518         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
8520 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
8522         * include/comm.h
8523         New file -- some definitions that were in comm.c now need to
8524         be shared with misc/dos_fs.c
8526         * misc/comm.c
8527         Some definitions moved into include/comm.h
8529         * misc/dos_fs.c (DOS_GetEquipment):
8530         Fixed error in equipment -- bitwise or of two values should
8531         be used instead of logical or.  Also added code to correctly
8532         report the number of serial and parallel devices.
8534 ----------------------------------------------------------------------
8535 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
8537         * [objects/bitmap.c]
8538         Allow negative bitmap sizes.
8540 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
8542         * [controls/edit.c]
8543         Improved selection display.  Added processing for WM_SETFONT,
8544         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
8545         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
8546         application's local heap.
8548         * [windows/graphics.c]
8549         Corrected bug in Rectangle().  XFillRectangle has the same
8550         width as Rectangle, but XDrawRectangle is one pixel wider
8551         for the same co-ordinates.
8553         * [memory/heap.c] [include/heap.h]
8554         Added HEAP_LocalSize function.
8556         * [windows/event.c] [windows/keyboard.c]
8557         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
8558         Added supporting code to GetKeyState and GetAsyncKeyState and
8559         merged mouse button states into GetKeyboardState.
8561         * [loader/resource.c] [include/accel.h]
8562         Added recognition of SHIFT, CONTROL and ALT keys to
8563         TranslateAccelerator.
8565         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
8566         A bit more metafile support.
8568 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
8570         * [loader/resource.c]
8571         SizeofResource() and AllocResource() added, AccessResource() updated.
8573         * [if1632/kernel.spec]
8574         FreeLibrary() used for FreeModule().
8576         * [windows/graphics.c]
8577         Rectangle(): swap left & right corners when right < left,
8578         swap top & bottom when botton < top.
8580 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8582         * [controls/combo.c]
8583         Fix bug in window style of the associated listbox.
8585         * [controls/menu.c]
8586         Skip separators in keyboard navigation by using new internal 
8587                 functions SelectPrevItem() & SelectNextItem(),
8589         * [misc/profile.c]
8590         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
8591                 IntBuf must be alloc to (5+1)=6. char instead of 5.
8593         * [misc/main.c]
8594         Put code in functions SetEnvironment() & GetEnvironment().
8596         * [misc/shell.c]
8597         Start putting some code in ExtractIcon() function.
8599         * [misc/mmsystem.c]
8600         Some code for MMTimer functions & timers list.
8602         * [miscemu/int31.c]
8603         Few stubs for DPMI interrupt calls. Nothing work yet.
8605 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
8607         * include/win.h (tagWND):
8608         Added icon fields icon, hIcon and rectClientSave to 
8609         the tagWND struct.
8611         * windows/Imakefile
8612         Added icon.c to the list of files to compile
8614         * windows/dce.c (GetDCEx):
8615         Added some checks for iconic mode and pass icon window as drawable,
8616         not the real window.
8618         * windows/defwnd.c (DefWindowProc)
8619         Added PAINTICON default windows procedure.
8621         * windows/event.c (EVENT_Expose)
8622         Added check for iconic window expose. If iconic window is exposed
8623         send a WM_PAINTICON message
8625         * windows/icon.c 
8626         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
8628         * windows/mdi.c (DefMDIChildProc)
8629         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
8631         * windows/message.c (hardware_event)
8632         Looks for icon as well as window now.
8634         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
8635         Added iconify/deiconify in NC_HandleSysCommand, new function
8636         NC_DoNCPaintIcon which paints an icon.
8638         * windows/painting.c (BeginPaint)
8639         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
8640         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
8641         windows behavior.
8643         * windows/win.h (CreateWindowEx)
8644         Set the default background color of a window to be white.
8645         Create icon window, turn off MINIMIZE if it is on, since
8646         I don't know what to do with it as of yet... register
8647         the icon with the hwnd of its window so we can identify where
8648         icon messages are coming from.
8650 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
8652         * windows/event.c: Added a hack to define XPointer when using
8653         X11R4. 
8655         * toolkit/hello.c: Test application for WineLib. To compile you'll
8656         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
8657         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
8659         * toolkit/heap.c: Extended the size of the block size per chunk.
8661         * misc/stress.c (GetFreeFileHandles): Fixed typo.
8663         * misc/main.c (main): Changes to allow compilation under SunOS. 
8665         * loader/library.c: Changed some ifdefs to compile WineLib.
8667 ----------------------------------------------------------------------
8668 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
8670         * loader/selector.c (GetCurrentPDB): 
8671         Added trivial function GetCurrentPDB() which returns the program
8672         segment prefix selector.
8674         * memory/heap.c (HEAP_Free): 
8675         If free list is empty, make the freed block the free list.
8677 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
8679         * controls/edit.c (EDIT_SetTextMsg): 
8680         Do not append a newline at the end of the last line.
8682         * windows/event.c (SetCapture): 
8683         Set winHasCursor if mouse capture succeeds.
8685 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8687         * [controls/listbox.c]
8688         Fix bug in listbox : InsertString should call AddString if -1.
8690         * [controls/menu.c]
8691         New function GetMenuState().
8693         * [controls/scroll.c] [windows/nonclient.c]
8694         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
8696         * [objects/text.c]
8697         Add Stub for TabbedTextOut(), which temporarely call Textout().
8699         * [windows/keyboard.c] [windows/event.c]
8700         New function GetKeyBoardState() with an KeyStateTable array
8701                 & associated handling in function EVENT_key().
8703 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
8705         * [controls/menu.c]
8706         IsMenu() added.
8708         * [loader/library.c]
8709         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
8710         added.
8712         * [object/gdiobj.c]
8713         IsGDIObject() added.
8715         * [miscemu/int2[56].c]
8716         bugfix: both didn't leave flags pushed on 16bit-stack.
8717         (winfile gets a bit further)
8719         * [miscemu/int16.c]
8720         Added (empty).
8722 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
8723         * windows/event.c:
8724         Added code to drop redundant motion Events in the XEvent queue.
8726 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
8728         * [misc/main.c misc/message.c include/texts.h]
8729         Removed the text-constants from message.c into variables
8730         which may be changed from X-resources.
8732         * [misc/main.c misc/message.c]
8733         added <locale.h> and setlocale() to main.c, used toupper() in message.c
8735 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
8737         * controls/button.c ( [CR]B_LButton* ) 
8738         left rc.right at full window width so click on label also 
8739         activates the control (MSWin behavior)
8741 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
8743         * include/windows.h:
8744           functions pointers can not be packed.
8745           (annoying warnings with forthcomming gcc-2.6.x)
8746         
8747         * loader/main.c (InitDLL): 
8748           Fixed a printf statement. (for control.exe) 
8750           (InitializeLoadedDLLs): 
8751           deleted shadow definition of  *wpnt.
8752           (Breaks many programs, because now COMMDLG will be
8753            initialized :-(
8755         * windows/win.c (SetWindowText): 
8756           added missing breaks; (PENSATE starts) 
8758         * windows/graphics.c (FloodFill): 
8759           Proper boundarys. (BANGBANG starts) FloodFile_rec should
8760           be rewritten.
8762         * objects/font.c (FONT_GetMetrics): 
8763           TYPO: use font->perchar only if it is defined. (WRITE starts)
8765 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
8766         controls/scroll.c:
8767         Fixes for improved behaviour when dragging thumb;
8768         Added SB_THUMBPOSITION message when thumb is released.
8770 ----------------------------------------------------------------------
8771 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
8773         * loader/selector.c (FixupFunctionPrologs): 
8774         New function to fixup loaded DLL function prologs.  It replaces the
8775         do nothing code with code that loads DS with the appropriate data
8776         segment for the DLL.
8778         * misc/cursor.c (LoadCursor): 
8779         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
8780         the possibility of multiple cursors in a single directory.  Also,
8781         it should check to see if the cursor is the right size.
8783         * objects/font.c (EnumFonts): 
8784         Checked for lpLogFontList[i] == NULL
8786         * objects/gdiobj.c (SetObjectOwner): 
8787         Removed stub.  Replaced with simple return in gdi.spec.  This
8788         function is not defined for the retail version of Windows.
8790         * memory/heap.c (WIN16_LocalHandleDelta): 
8791         New function.  This is really a dummy that imitates the proper
8792         return values.
8794         * loader/library.c (GetProcAddress): 
8795         Fixed definition of IS_BUILTIN_DLL() macro.
8797 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
8799         * miscemu/int21.c (SeekFile): 
8800         Needed to return current position in DX:AX.
8802         * windows/utility.c (windows_wsprintf): 
8803         Added support for '#' in format, and fixed bug with "ptr" being
8804         incremented too many times.
8806         * miscemu/int21.c (OpenExistingFile): 
8807         Add code to handle opening files read-only and write-only.
8809         * loader/wine.c:
8810         Segment fixups now done in LoadImage instead of _WinMain.  This
8811         is necessary to support LoadLibrary().
8813 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
8815         * [loader/*]
8816                 - fixed: GetModuleHandle() sometimes returned
8817                   a wrong handle.
8818                 - don't init dlls when cs == 0 (lzexpand, doesn't
8819                   seem to have a init function)
8820                 - LoadLibrary & LoadImage now return error instead
8821                   of stopping wine.
8822                 - moved most of NE-functions into one file.
8823                 - LoadLibrary() uses w_files list instead of its
8824                   own list.
8825                 - NE exectables are now fixed-up and initialised when
8826                   loaded instead of only once before calling InitTask.
8828         * [miscemu/int15.c] [miscemu/int31.c]
8829         Added.  
8831         * [loader/selector.c]
8832         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
8834         * [misc/main.c]
8835         Stub added for IsRomModule().
8837         * [miscemu/int21.c]
8838         Some cleanup, added heap for returning data.
8840 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8842         * [tools/build.c]
8843         Change MAX_ORDINALS     define to higher value, 1299 entries.
8844         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
8846         * [windows/utility.c]
8847         Bug fix in windows_wsprintf(), (twice increments ...).
8849         * [windows/winpos.c]
8850         Bug fix in SetWindowPos(), redraw was done if flag
8851                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
8853         * [misc/message.c] [controls/combo.c]
8854         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
8856         * [windows/win.c]
8857         In CreateWindowEx(), do SetMenu() calls after window creation,
8858                 just before sending to WM_NCCALCSIZE.
8860         * [controls/menu.c]
8861         In function SetMenu(), now use SetWindowPos() with 
8862                 flags SWP_FRAMECHANGED to readjust menu area.
8863         Function MenuBarCalcSize() redone.
8865 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
8867         * [objects/text.c]
8868         Fixed problems associated with DT_WORDBREAK flag.  String length
8869         was not being properly decremented when lines were folded, and
8870         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
8871         both on in addition to DT_WORDBREAK.  Windows does wrapping in
8872         this case, and now so does wine.
8874 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
8876         * [edit.c]
8877         cp1 was uninitialized iff lineno == 0
8879         *  FindFile tests for existance of file even if a full
8880            filename was supplied. What about unix file names?
8882         * [controls/listbox ]
8883         wndPtr was uninitialized for LB_SETTOPINDEX
8885         * [misc/property.c]     
8886         Do not free lpProp. Is it really allocated by malloc?
8887         {edited by Bob Amstadt: changed free() to GlobalFree()}
8889 ----------------------------------------------------------------------
8890 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
8892         * miscemu/int21.c (OpenExistingFile): 
8893         OpenExistingFile needed to return handle in AX register instead
8894         of the BX register.
8896         * miscemu/int21.c (ioctlGetDeviceInfo): 
8897         Added a little code to give a fake result for normal files.
8899 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
8901         * [memory/global.c]
8902         return value from GlobalSize was completely wrong.
8904         * [miscemu/int21.h]
8905         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
8906         dta correctly.
8908         * [tools/build.c]
8909         fixed creation of pop.h to guarantee that flags are restored correctly.
8911         * [misc/comm.c]
8912         changed all occurance of strncmp() to strncasecmp().
8913         BuildCommDCB() should not require that OpenComm() be called first.
8915         * [loader/selector.c]
8916         Heap initialized to size of full segment less stack size and 
8917         automatic data size.
8919 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
8921         * [controls/listbox.c]
8922         Correct typos in ListBoxResetContent where lpls variable is
8923         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
8924         twice on the same handle if hData and hMem are the same.
8926         * [debugger/opcodes/i386-dis.c]
8927         Add new name array names_rmw for table driven decoding of the
8928         16-bit mod/rm field.  Omit large case statement in OP_E and
8929         replace with array reference to match existing coding style.
8930         Add new static variable machine with value 286 or 386 to
8931         correctly decode mod/rm field in either 16 or 32 bit modes.
8932         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
8933         to decode mod/rm.  While the code was correct for 16 bit code,
8934         it was improperly decoding mod/rm fields on word prefixed
8935         32 bit instructions.
8937         * [debugger/debug.l]
8938         Recognize new token ABORT.   Recognize single letters 'p'
8939         and 'q' as tokens.
8941         * [debugger/dbg.y]
8942         Add new token ABORT.  Allow print command to be invoked by
8943         'p' and quit command by 'q', ala GDB.  Change lots of '};'
8944         to just '}'.  Add static dummy_regs to wine_debug so that
8945         wine_debug(0, NULL) doesn't core dump with qmagic.
8947         * [debugger/info.c]
8948         Correct syntax of break command in helptext and omit former
8949         comment about probable bugginess of the disassembly since it
8950         is now correct.  Change fprintf of first backtrace stack
8951         frame to match that of the second and subsequent frames.
8953         * [loader/selector.c]
8954         Change construction of command line in CreatePSP from creating
8955         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
8956         PSP command line looks like " arg1 arg2\r" with the length not
8957         including the trailing "\r" but that is not how Windows does it.
8959         * [loader/library.c]
8960         Change uses of %s to print strings in GetModuleHandle to %x so
8961         that string IDs don't cause a core dump with qmagic.  Handle
8962         converting a string id to a literal module handle.  For
8963         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
8964         it is a real module handle.
8966         * [misc/message.c]
8967         In MessageBox, translate a NULL title argument to the string "Error".
8969         * [misc/profile.c]
8970         In GetSetProfile translate a NULL Default argument to "".  Any
8971         caller whose Default argument is NULL is buggy, but CHARMAP does it
8972         anyway.
8974         * [objects/font.c]
8975         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
8977 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
8979         * New options/resourses nosaveunders and nobackingstore.  By 
8980         default backingstore and saveunders are now enabled, these use 
8981         more memory but avoids those slow (sometimes multiple) redraws 
8982         caused be exposure events.
8984 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8986         * [misc/driver.c] New file
8987         Skeleton for 'Installable Wine Drivers' functions. :-)
8988         * [misc/audio.c] New file
8989         Skeleton for basic 'Audio Driver' functions.
8990         * [misc/network.c] New file
8991         Stubs for few networking functions.
8993         * [misc/mmsystem.c]
8994         More coding ... a dust in a galaxy ...
8995         * [misc/shell.c]
8996         Some coding for 'RegXXX' functions ... a dust in the wind ...
8998         * [misc/profile.c]
8999         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
9001         * [objects/gdi.c]
9002         New function CreateDiscardableBitmap(), it just calling 
9003         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
9005         * [controls/listbox.c]
9006         * [controls/combo.c]
9007         New font member assigned to SYSTEM_FONT as default.
9008         Added processing for WM_SETFONT message;
9011 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
9013         * [windows/event.c]
9014         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
9016         * [windows/keyboard.c]
9017         Implemented beginning of GetAsyncKeyState.
9019 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9021         * [objects/metafile.c] [include/metafile.h]
9022           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
9023           [windows/dc.c]
9024         Further metafile support.
9026 ----------------------------------------------------------------------
9027 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
9029         * [loader/selector.c]
9030         Allocate heap and stack segments as 64k.
9032 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
9034         * [loader/selector.c]
9035         Correct typos where memcpy is used instead of memset.
9037         * [loader/resource.c]
9038         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
9039         by calculating the value when the bitmap is not compressed.
9041         * [miscemu/int21.c]
9042         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
9044         * [loader/resource.c]
9045         New function type_match to handle string resource types as
9046         well as IDs.  In addition, compare only low 4 bits of type_id
9047         when both numbers are IDs so that 0x0002 matches 0x8002.
9048         In FindResourceByNumber and FindResourceByName use type_match
9049         instead of comparing numbers.  In FindResource handle the
9050         "#number" syntax and empty strings in both the resource and
9051         type names.
9053 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
9055         * [windows/dialog.c]
9056         Fix inadvertent printing of string IDs as strings.
9058 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9060         * [controls/menu.c]
9061         New functions GetMenuItemCount(), GetMenuItemID().
9062                 GetMenuString() & HiliteMenuItem().
9063         Bug fix in CheckMenuItem().
9064         Function SetMenu() now make client area recalc if menu removed.
9066         * [windows/winpos.c]
9067         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
9068                 windows with initial width or height equal zero.
9070         * [objects/gdiobj.c]
9071         New function EnumObjects(), using new lpPenBrushList buildup
9072                 from calls to new function GDI_AppendToPenBrushList().
9073                 ('pbrush.exe' don't show its face yet ! ... :-( )
9074         New EMPTY STUB for function SetObjectOwner(),
9075                 ('mplayer.exe' call it via GetProcAddress() ...)
9077         * [objects/font.c]
9078         New internal functions ParseFontParms() & InitFontsList().
9079         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
9080         FONT_MatchFont now make retries to find closest-smallest font.
9081                 ('charmap.exe' can now show the differents fonts available)
9083         * [windows/nonclient.c]
9084         Use small dos OBM_OLD_CLOSE button for MDI windows.
9086         * [windows/graphics.c] [objects/bitmap.c]
9087         Start to remove obsolete globals such XT_screen ...
9089         * [loader/library.c]
9090         Make function GetProcAddress() working also with builtin DLLs.
9092 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
9094         * [if1632/system.spec] [if1632/toolhelp.spec]
9095         system.dll & toolhelp.dll added.
9097         * [loader/library.c]
9098         Modified GetModuleFileName() to return the full
9099         filename.
9100         Added a check to LoadLibrary() to prevent loading
9101         built in dlls. (eg. user.exe)
9102         Added a check to FreeLibrary() to prevent built-in
9103         dlls from being freed.
9104         Modified GetProcAddress() to support builtin dlls.
9106         * [loader/signal.c] [miscemu/int2f.c]
9107         Added => pifedit runs.
9109         * [misc/dos_fs.c]
9110         Added a NULL-ptr check to DOS_closedir().
9112 ----------------------------------------------------------------------
9113 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
9115         * [windows/dce.c]
9116         Fixed bug with dce initialization that was causing dialog boxes to not
9117         be displayed.
9119         * [if1632/callback.c]
9120         Better fix for bug found by Martin.
9122 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
9124         * [ memory/heap.c ]
9125         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
9127 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9129         * [objects/font.c]
9130         Make EnumFonts() calling a callback with dummy fonts ... :-)
9132         * [objects/text.c]
9133         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
9135         * [if1632/callback.c]
9136         Temporarely go around bug in CallWindowProc(), you will see printfs.
9138         * [controls/edit.c]
9139         Make EDIT controls focused by a mouse click.
9141         * [misc/property.c]
9142         Bug Fix in function EnumProps(), better use of CallBack16().
9144         * [misc/mmsystem.c]
9145         Basic Skelton's for MCI messages dispatching function.
9147 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
9149         * [windows/utility.c]
9150         Added windows_wsprintf() for the emulator, wsprintf() is
9151         for libwine.
9153 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
9155         * [misc/cursor.c]
9156         Fix pointer problems in LoadCursor leading to heap corruption.
9158         *  [ controls/menu.c ]
9159         Fix two NULL dereferencing bugs.
9161 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
9163         * [objects/font.c]
9164         Fix NULL pointer dereferencing bug in GetCharWidth.
9166         * [loader/resource.c]
9167         Fix under-allocation of memory in LoadAccelerators.
9169         * [windows/class.c]
9170         Ignore negative sizes for extra fields in RegisterClass.
9172 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
9174         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
9175           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
9176           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
9177           [windows/dc.c] [windows/mapping.c]
9178         Beginnings of metafile support.
9180         * [misc/file.c]
9181         Corrected spelling of _lcreat.
9183         * [controls/edit.c]
9184         Minor bug fixes.
9185 ----------------------------------------------------------------------
9186 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9188         * [controls/scroll.c]
9189         Make thumbtrack button disappear if scroll box ratio < 3:1.
9190         Make arrow buttons rectangular if scroll box ratio < 2:1.
9191         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
9192                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
9193         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
9195         * [loader/library.c] [loader/task.c] [misc/exec.c]
9196         Continue playing around trying to get a second task running.
9198         * [windows/mdi.c]
9199         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
9201         * [everywhere]
9202         Adding previous works of the Apr 25, 94.
9204 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
9206         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
9207         Added Martin's mmsystem.dll stubs.
9209         * [misc/sound.c]
9210         Added remaining stubs for sound.dll.
9212         * [if1632/shell.spec] [misc/shell.c]
9213         Fixed prototypes (I found them in BC 4) and added ShellAbout()
9214         and AboutDlgProc().
9216 ----------------------------------------------------------------------
9217 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9219         * [loader/signal.c]
9220         Add XUngrabPointer() & XUngrabServer() in wine_fault().
9222 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9224         * [objects/bitblt.c]
9225         color_stretch() rewritten to use ints only. *fast!*
9226         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
9227         use color_stretch().
9229 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
9231         * [controls/menu.c]
9232         SetSysMenu() added.
9234         * [misc/cursor.c]
9235         GetCursor() added.
9237         * [misc/main.c]
9238         SwapMouseButton() added, (NOP).
9240         * [windows/win.c]
9241         GetDesktopHwnd() added.
9243         * [if1632/*spec]
9244         Added not implemented functions defs as comment.
9246         * [misc/winsocket.c]
9247         Change WSAGetXbyY() functions to non-blocking ones,
9248         Added WSAAsyncSelect(). 
9249         (WSA functions can't be canceled yet).
9251 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
9253         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
9254         path when given a simple file name.  Fixed GetSetProfile to allow
9255         enumerating all key names when KeyName is null.
9257 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9259         * [objects/bitblt.c]
9260         Add protection to BitBlt() & StretchBlt() for width or height = 0.
9262         * [windows/nonclient.c]
9263         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
9264         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
9266         * [windows/win.c]
9267         CreateWindowEx() & DestroyWindow() now call respectively
9268                 AddWindowToTask() & RemoveWindowFromTask().
9269         New empty stub for function AnyPopup().
9271         * [loader/library.c]
9272         Bug Fix : GetModuleFileName() now return full path filename.
9274         * [include/menu.h] [controls/menu.c]
9275         Add hText handle and remove obsolete MENUITEM struct members.
9276         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
9277         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
9279         * [misc/file.c]
9280         GetTempFilename() now create a file.
9281         _lcreate() use unix open (name, mode, perm), with perm=O666.
9283         * [if1632/relay.c]
9284         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
9286         * New file [misc/mmsystem.c]
9287         * New file [include/mmsystem.h]
9288         * New file [if1632/mmsystem.spec]
9289         Many, many empty stubs ... :-)
9291 ----------------------------------------------------------------------
9293 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
9295         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
9296         Fixed bug for non-Linux systems.
9298 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9300         * [windows/win.c]
9301         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
9302         New empty stub for function SetSysModalWindow().
9304         * [misc/exec.c]
9305         New empty stub for function ExitWindows().
9307         * [objects/font.c]
9308         New empty stub for function EnumFonts().
9310         * New file [misc/property.c]
9311         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
9313         * New file [misc/shell.c]
9314         New empty stubs for function RegisterShellProc(), 
9315                         ShellExecute() & ShellProc().
9317         * New files [loader/task.c] & [include/task.h]
9318         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
9319                 from 'loader/library.c'.
9321         * [if1632/user.c] [if1632/kernel.c]
9322         Put Atoms functions entries.
9324         * [controls/combo.c]
9325         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
9327         * [controls/listbox.c]
9328         New functions DirDlgSelect() & DirDlgList().
9330 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
9332         * [objects/test.c]
9333         GrayString() added.
9335         * [if1632/callback.c]
9336         CallGrayStringProc() added.
9338         * [if1632/relay.c] [if1632/mmsystem.spec]
9339         Added.
9341         * [if1632/kernel.spec] [if1632/user.spec]
9342         Added forgotten specs for atom functions.
9344 ----------------------------------------------------------------------
9345 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
9347         * misc/spy.c (SpyInit): Added more message types
9349         * [windows/mdi.c] [include/mdi.h]
9350         Maximizing and restoring child windows.
9351         Tiling of child windows.
9353 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9355         * [windows/winpos.c]
9356         Revert focus and activation to previous window when hiding a window.
9358         * [windows/syscolor.c]
9359         Implemented system color objects (brushes and pens created at
9360         SetSysColor() time for better performance).
9362         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
9363         Changed painting code to use system color objects.
9365         * [windows/message.c]
9366         New function MSG_InternalGetMessage() for internal messages
9367         loops (e.g. for dialogs or menus).
9369         * [windows/hook.c] [include/hook.h]  (New files)
9370         Beginning of the window hooks implementation.
9372         * [windows/dialog.c]
9373         Use new function MSG_InternalGetMessage() in DialogBox().
9375         * [if1632/callback.c]
9376         Added function CallHookProc().
9378 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9380         * [windows/event.c]
9381         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
9383         * [misc/exec.c]
9384         Nothing much more than a stub for LoadModule(), I saw there a lot
9385                 to be done in that corner, I will come back later ...
9387         * [loader/library.c]
9388         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
9389                         and associated modules & tasks linked-lists.
9390         (it's only an 'emerging bud', more to come next weeks).
9392         * [loader/wine.c]
9393         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
9395         * [control/menu.c]
9396         You can now click outside menu region without problem.
9397         Keyboard navig more smootly, even if a child has the focus.
9398         Bug fix in InsertItem(), (bad linklist when insert point not found).
9399         change Realloc for Free & Alloc in ModifyItem().
9400         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
9401                 done by DrawText(), (maybe it should done in DrawText() itself ?).
9403 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
9405         * [misc/profile.c]
9406         .INI files will now be stored in / loaded from the windows dir
9407         if no path is supplied.
9409         * [if1632/kernel.spec]
9410         Fixed GetDriveType's prototype.
9412         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
9413         Fixed prototypes: winsock uses a word as socket handle not an int.
9415         * [misc/winsocket.c]
9416         Added heap allocation for returned structures.
9417         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
9419         * [loader/wine.c]
9420         Added IsDLLLoaded(), used in LoadImage() to prevent loading
9421         a dll multiple times.
9422         Directory is added to wine's path when a fullpath is supplied when
9423         starting wine.
9424         LoadImage(): DLL filename used instead DLL's own internal name,
9425         fixes 'Bad DLL name' errors.
9427 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
9429         * [controls/edit.c] [controls/widgets.c]
9430         First release of edit control.
9432 ----------------------------------------------------------------------
9433 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
9435         * [include/mdi.h] [windows/mdi.c]
9436         Use WM_PARENTNOTIFY messages to activate children.
9437         Generate WM_CHILDACTIVATE messages.
9438         Beginnings handler for maxmized child window.
9439         Clean up when children are destroyed.
9441         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
9442         Removed code add 94/03/26.
9444 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9446         * [control/menu.c]
9447         Make mouse menu navigation working again. :-))
9448         (be carefull, clicking outside menus (ie.: clientrect) 
9449         not resolved yet)
9451         * [windows/nonclient.c]  [controls/scroll.c]
9452         Bugs fix in NCTrackScrollBars().
9454         * [misc/dos_fs.c]
9455         Bug fix in 'ToDos()' in conversion for '/',
9456                 (example: '/window/' was translated to 'WINDOWs').
9458         * [miscemu/int21.c]
9459         Function ChangeDir() extract possible drive before DOS_ChangeDir().
9461         * [loader/library.c]  [loader/wine.c]
9462         Playing around moving function GetProcAddress() and put some code in.
9464 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
9466         * [misc/main.c]
9467         Better explanation of command-line options.
9469         * [objects/dib.c]
9470         Implemented SetDIBitsToDevice().
9472         * [windows/dc.c]
9473         Bug fix in SetDCState().
9475         * [windows/event.c]
9476         Removed WS_DISABLED handling (now done in message.c).
9478         * [windows/message.c]
9479         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
9480         Use WindowFromPoint() to find the window for mouse events, taking
9481         into account disabled windows.
9483         * [windows/painting.c]
9484         Bug fix in BeginPaint() to allow calling it at other times than
9485         on WM_PAINT (Solitaire needs it...)
9487         * [windows/win.c]
9488         Implemented FindWindow().
9489         Rewritten EnableWindow() to behave more like Windows.
9491         * [windows/winpos.c]
9492         Rewritten WindowFromPoint() to also search child windows.
9494 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
9496         * [include/int21.h] -> [msdos.h]
9497         renamed.
9499         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
9500         new, added for int 10, 25 and 26.
9502         * [miscemu/ioports.c]
9503         new, added to allow win apps to use ioports.
9505         * [loader/signal.c]
9506         Added support for in, inb, out, outb instructions.
9508 ----------------------------------------------------------------------
9509 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
9511         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
9513 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
9515         * [windows/mdi.c]
9516         Window list properly updated.
9518         * [windows/message.c]
9519         Call WINPOS_ChildActivate() when mouse pressed.
9521         * [windows/nonclient.c]
9522         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
9523         NC_HandleNCPaint().
9525         * [windows/winpos.c]
9526         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
9528 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
9530         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
9531         (DeleteMenu): Many bug fixes.
9533         * [controls/menu.c]
9534         Created function FindMenuItem().
9536 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
9538         * [windows/win.c]
9539         Removed incorrect MDI handling code from CreateWindowEx().
9541         * [controls/menu.c]
9542         MF_STRING items needed to allocate a private copy of string.
9544         * [controls/menu.c]
9545         Fixed buggy calls to GlobalFree().
9547         * [memory/global.c]
9548         Eliminated some redundant code with function call.
9550 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
9552         * [windows/timer.c]
9553         timer list pointers looped in InsertTimer
9555 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
9557         * [misc/cursor.c]
9558         A few changes for desktop window support.
9560         * [misc/main.c]
9561         Added -depth option.
9563         * [misc/rect.c]
9564         Yet another bug fix in SubtractRect().
9566         * [objects/bitmap.c]
9567         Changes to use only one depth (specified with -depth)
9568         for color bitmaps.
9570         * [objects/brush.c]
9571         Added support for dithered solid brushes.
9573         * [objects/color.c]
9574         Use the same 20 system colors as in Windows.
9575         System palette initialisation now done in COLOR_InitPalette().
9576         Added support for a color mapping table to map logical color
9577         indexes to X colormap entries.
9578         Implemented GetNearestColor() and RealizeDefaultPalette().
9580         * [objects/dib.c]
9581         Added support for color mapping table.
9583         * [objects/dither.c]  (New file)
9584         Implemented solid color dithering.
9586         * [objects/palette.c]
9587         Implemented GetSystemPaletteEntries() and SelectPalette().
9589         * [windows/class.c]
9590         Make a copy of the menu name in RegisterClass().
9592         * [windows/dc.c]
9593         Fixed device caps when using a desktop window.
9594         Added support for the color mapping table in DCs.
9596         * [windows/event.c]
9597         Added ConfigureNotify handler on desktop window.
9599         * [windows/message.c]
9600         Removed call to XTranslateCoordinates() on every mouse motion
9601         New function MSG_Synchronize() to synchronize with the X server.
9603         * [windows/syscolor.c]
9604         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
9606         * [windows/winpos.c]
9607         Added synchronization on window mapping. Solves the double redraw
9608         problem when starting Solitaire.
9610 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9612         * [control/menu.c]      * [windows/defwnd.c]
9613         Make keyboard navigation working with menubar,
9614         but temporarely inserted a bug in menubar mouse handling ... :-((
9615         (it will be fix next week !)
9617         * [windows/defwnd.c]
9618         Connect VK_MENU to menubar navigation.
9620         * [loader/library.c]
9621         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
9623 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
9625         * [misc/main.c]
9626         Added Copy(). Added a check for `-h' to show usage.
9628         * [misc/dos_fs.c]
9629         Fixed bug in FindFile(), to load directories as dlls.
9631         * [misc/dos_fs.c]
9632         Fixed ToUnix() and ToDos() again, as my previous patch
9633         didn't make it.
9635         * [misc/dos_fs.c] [miscemu/int21.c]
9636         Bug fixes, should be able to handle all winfile and progman int21
9637         requests now except for a few small things.
9639 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
9641         * [memory/heap.c]
9642         Implemented GetFreeSystemResources().
9644 ----------------------------------------------------------------------
9645 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
9647         * controls/menu.c (GetSubMenu): Function did not return correct value
9649         * [windows/mdi.c]
9650         Beginnings of menu handling.
9652 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
9654         * [objects/font.c]
9655         if font.width equals zero use asterix instead.
9657 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9659         * [objects/bitmap.c]
9660         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
9662         * [objects/brush.c]
9663         Some changes with pattern brushes because of the new bitmap code.
9665         * [objects/color.c]
9666         Added function COLOR_ToPhysical for better color mapping.
9668         * [objects/dib.c]
9669         Heavily optimized SetDIBits().
9671         * [windows/dc.c]
9672         Opimized SetDCState() and DC_SetupGC*() functions.
9673         Added stub for CreateIC().
9675 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9677         * [misc/message.c]
9678         Call SetFocus() after closing box to give back focus to previous owner.
9680         * [misc/files.c]
9681         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
9683         * [control/scroll.c]
9684         Calls to BitBlt() replace by StretchBlt().
9686         * [control/menu.c]
9687         Call SetFocus() to previous owner after closing Popups. 
9688         Fill stub DeleteMenu().
9690         * [control/listbox.c]
9691         * [control/combo.c]
9692         Use SetFocus() in WM_LBUTTONDOWN.
9693         Close ComboBox List upon WM_KILLFOCUS.
9694         Early development of WM_MEASUREITEM mecanism.
9696         * [windows/defwnd.c]
9697         Early development of WM_MEASUREITEM mecanism.
9699 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
9701         * [misc/atom.c]
9702         Fixed sintaxis problem when building the library.
9704 ----------------------------------------------------------------------
9705 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
9707         * [include/windows.h]
9708         Added message types and structures for MDI
9710         * [include/mdi.h]
9711         Created internal structures for handling MDI
9713         * [windows/mdi.c]
9714         Began creating MDI support
9716 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
9718         * [loader/wine.c] [include/wine.h]
9719         Added new field to "struct w_files" to hold the "name table"
9720         resource for Windows 3.0 programs
9722         * [loader/resource.c]
9723         Added code to handle programs with a "name table" resource.
9724         LoadResourceByName() modified to check for the existence of
9725         this resource.
9727 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9729         * [objects/color.c]
9730         Added installing the private colormap on the desktop window.
9732         * [windows/event.c]
9733         Cleaned up focus event handling (see focus.c).
9734         Use GetFocus() to direct key events to the correct window.
9736         * [windows/focus.c]
9737         Rewritten SetFocus() to:
9738         - only set X focus on top-level windows
9739         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
9740         - prevent setting focus to disabled windows
9741         - install private colormap so -privatemap option works again
9743         * [windows/message.c] [windows/timer.c]
9744         Changed timer management to no longer use PostMessage(), but
9745         to generate timer messages on the fly. Also fixed a related bug
9746         in GetMessage() which could cause busy-waiting.
9748         * [windows/win.c]
9749         Only select focus events on top-level windows.
9751         * [windows/winpos.c]
9752         Added some sanity checks for desktop window.
9754 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
9756         * [misc/dos_fs.c]
9757         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
9758         Support for tilde symbol added for rootdirectories in [drives]
9759         section of wine's configfile.
9761         * [misc/file.c]
9762         hread(), hwrite() added.
9764         * [misc/main.c]
9765         hmemcpy() added.
9767         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
9768         Added STRESS.DLL, an useless dll used to stress a windows system.
9770         * [*/*]
9771         Added missing #includes, fixed prototypes for prototype checking.
9773         * [include/prototypes.h]
9775         Added prototypes for loader/*c, if1632/*c.
9777 ----------------------------------------------------------------------
9778 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
9780         * [Configure]
9781         Added reminder to set WINEPATH, if it is not set.
9783         * [Imakefile]
9784         Removed #elif's
9786         * [controls/button.c]
9787         Added BN_CLICKED notification for owner-draw buttons.
9789         * [if1632/kernel.spec] [memory/heap.c]
9790         Changed Local* functions to WIN16_Local* to prevent unconcious use
9791         of these functions.
9793         * [if1632/relay.c]
9794         Push old Stack16Frame on stack before setting.
9796         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
9797         Added multiple local heap handling in Atom* functions.
9799         * [include/regfunc.h] [miscemu/int21.c]
9800         Rewrote DOS3Call() use context frame that is already on the stack.
9802         * [misc/profile.c]
9803         Fixed to allow leading ";" to mark comments.
9805         * [misc/spy.c]
9806         Fixed bugs and added support for "include" and "exclude" filters.
9808         * [misc/user.c]
9809         Rearranged calls in InitApp().
9811         * [misc/font.c]
9812         Fixed font handling to create system fonts, if they are used.
9814         * [windows/dc.c]
9815         If text drawn on window with no font specified, then default the
9816         font to the system font.
9818 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9820         * [controls/desktop.c]
9821         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
9822         Implemented SetDeskPattern().
9824         * [misc/main.c]
9825         Added -desktop option to get a large desktop window with
9826         everything inside it.
9827         Added -name option.
9829         * [misc/rect.c]
9830         Bug fix in SubtractRect().
9832         * [objects/*.c]
9833         Replaced the DefaultRootWindow() macro by the rootWindow variable.
9835         * [windows/event.c] [windows/message.c]
9836           [windows/nonclient.c] [windows/win.c]
9837         A few changes to accomodate the new desktop window.
9839  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
9841         * [toolkit/arch.c] --New file-- 
9842         Routines for converting little endian data structures to
9843         big-endian data structures, currently only BITMAP structures are 
9844         converted.
9846         * [misc/atom.c]
9847         When used as part of the WineLib, the code is much simpler.
9848         Doesn't depend on alignement.
9850         * [loader/wine.c]
9851         Ifdefed Emulator dependent code if compiling WineLib.
9853         * [loader/resource.c]
9854         Moved misc/resource.c to loader/resource.c.
9856         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
9857         Ifdefed whole code if compiling WINELIB.
9859         * [include/winsock.h]
9860         Added compilation define to allow compilation on SunOS.
9862         * [include/wine.h]
9863         Removed load_typeinfo and load_nameinfo prototypes, they belong
9864         to neexe.h
9866         * [include/neexe.h]
9867         Added load_typeinfo and load_nameinfo prototypes.
9869         * [include/arch.h]
9870         Fixed some bugs in the conversion routines.
9871         Added macros for Bitmap loading.
9873 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
9874         
9875         * [if1632/kernel.spec] [memory/global.c]
9876         Implemented GetFreeSpace()
9878         * [if1632/user.spec] [loader/resource.c]
9879         Implemented CreateIcon()
9881 ----------------------------------------------------------------------
9882 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
9884         * [Configure] [*/Imakefile]
9885         Created configure script to handle different types of Wine builds.
9887         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
9888         Added ability to compile Wine on systems with 14-char filename limit.
9890         * [if1632/relay.c] [include/options.h] [misc/main.c]
9891         Added -relaydbg option to command line if DEBUG_RELAY is defined.
9893         * [loader/selector.c]
9894         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
9896         * [memory/heap.c]
9897         Fixed LocalInit() to work correctly.
9899         * [misc/user.c]
9900         Added code to call loaded DLLs' initialization routines.
9902 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9904         * [windows/dce.c]
9905         Added clipping of child windows by their parent's client area.
9907         * [windows/nonclient.c]
9908         Bug fix in NC_DoNCPaint().
9910         * [windows/painting.c]
9911         Bug fix in RedrawWindow().
9913 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9915         * [mem/atom.c]
9916         Bug fix again in ATOM_DeleteAtom() : 
9917                 change LocalFree() by USER_HEAP_FREE().
9918         (Previous patch done Feb 13th had been lost)
9920         * [controls/scroll.c]
9921         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
9923         * [windows/class.c] (sorry Alex ...)
9924         There was no bug there "in RegisterClass() : 
9925                 WNDCLASS->lpszClassName was reset to NULL."
9926                               ^^^^^
9928         * [misc/clipboard.c]    --- New File ---
9929         New function EnumClipboardFormats().
9930         New function OpenClipboard().
9931         New function CloseClipboard().
9932         New function EmptyClipboard().
9933         New function GetClipboardOwner().
9934         New function GetClipboardViewer().
9935         New function CountClipboardFormats().
9936         New function IsClipboardFormatAvailable().
9937         New function OpenClipboard().
9938         New function GetClipboardData().
9939         New function SetClipboardViewer().
9940         New function EnumClipboardFormats().
9941         New function RegisterClipboardFormat().
9942         New function ChangeClipboardChain().
9943         New function SetClipboardData().
9944         New function GetOpenClipboardWindow().
9945         New function GetPriorityClipboardFormat().
9946         New function GetClipboardFormatName().
9948 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
9950         * [misc/comm.c]
9951         bugfix in OpenComm().
9953 ----------------------------------------------------------------------
9954 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
9956         * [include/winsock.h]
9957         The sockproto struct is already defined in <sys/socket.h>
9959         * [misc/winsock.c]
9960         Need to include <netinet/in.h> for struct in-addr.
9961         Use sys_errlist[] instead of strerror[].
9963         *[toolkit/heap.c]
9964         ANSI C specifies that the malloc functions are defined in stdlib.h,
9965           so we don't need to include malloc.h.
9967         *[loader/ldtlib.c]
9968         Print informative error message about probable cause of i386_set_ldt()
9969           failure and then exit.
9971         *[Imakefile]
9972         For systems that don't use gmake by default, set the MAKE variable
9973           to gmake and propagate it on recursive makes.
9974         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
9975           can be built with the FreeBSD 1.0.2 compiler.
9977 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
9979         * [objects/bitblt.c]
9980         Added in three functions to do stretching and compression
9981         for WHITEONBLACK, BLACKONWHITE, and color copies.
9983 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
9985         * [windows/graphics.c]
9986         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
9987         inefficent, but should suffice for now.
9989         * [include/windows.h]
9990         Changed the x,y paramaters for the FloodFill prototype 
9991         from ints to shorts
9993 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9995         * [windows/widgets.c]
9996         Added desktop window class.
9998         * [windows/painting.c]
9999         Bug fix in RedrawWindow().
10000         Implemented ExcludeUpdateRgn().
10002         * [windows/win.c] [windows/winpos.c]
10003         Implemented desktop window.
10005         * [controls/desktop.c]
10006         Preliminary desktop window procedure.
10008 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10010         * [controls/menu.c]
10011         New function LoadMenuIndirect().
10012         New function GetMenuCheckMarkDimensions().
10014         * [if1632/user.spec]
10015         Entry for DefDlgProc().
10017         * [windows/class.c]
10018         Fix bug in RegisterClass() : 
10019                 WNDCLASS->lpszMenuName was reset to NULL.
10021         * [windows/win.c]
10022         In CreateWindowEx(), if hMenu == 0 then use 
10023                 wndclass->lpszMenuName to load Menu from resource;
10025 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
10027         * [loader/library.c] [loader/wine.c]
10028         Fixed runing DLL's as main executable problem.
10030         * [misc/dos_fs.c]
10031         Added wildcard support in DOS_readdir().
10033         * [misc/winsocket.c]
10034         Added proper error handling of BSD winsocket functions.
10036         * [miscemu/int21.c]
10037         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
10039         * [main/main.c]
10040         Added functions for GetVersion, GetWinFlags and GetTimerResolution
10041         for libwine.a, SystemParametersInfo() partly implemented.
10043 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
10045         * [toolkit/winmain.c]
10046         Added _WinMain function. Setups the library (calls USER_InitApp).
10048         * [toolkit/sup.c]
10049         Added load_mz_header, load_ne_header, load_type_info and
10050         load_name_info functions.
10052         * [toolkit/heap.c] 
10053         Code cleanup. 
10055         * [misc/user.c]
10056         Moved from loader/misc.c. I hope to put back all the loader
10057         functions in the ~loader subdirectory in the future. CUrrently is
10058         needed since it has USER_InitApp.
10060         * [misc/resource.c]
10061         Since WineLib will probably need DLLs (currently it needs
10062         Sysres.dll). WineLib will be using much code of the loader again.
10063         So I removed some ifdefs that were used by WineLib.
10065         Added load_typeinfo and load_nameinfo (and the corresponding
10066         functions in [toolkit/sup.c]
10068         Added integer convertion functions in the needed places.
10070         Added very ugly patch (includes wine.c). In the next release I
10071         plan to move back all the loader routines to ~/loader. In the
10072         meantime I needed this patch. It doesn't affect any of the
10073         emulator code (its ifdefed for WineLib).
10075         * [misc/main.c]
10076         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
10077         Ifdefed argument number checking when compiling the library.
10079         * [loader/wine.c]
10080         Modified to use load_(mz|ne)_header instead of doing a direct
10081         read.  When compiling the emulator it still uses the direct read
10082         for performance. 
10084         * [include/wine.h]
10085         Prototypes for loading routines.
10087         * [include/class.h]
10088         Added WINE_PACKED macro instead of __attribute__ ((packed))
10090         * [include/arch.h]
10091         Macros for converting integers (Little endian to big-endian).
10092         Needed in the Sun to allow loading of DLL files.
10094 ----------------------------------------------------------------------
10095 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10097         * [windows/clipping.c]
10098         Moved everything into windows/painting.c and removed this file.
10100         * [windows/message.c]
10101         Removed calls to memmove() in MSG_RemoveMsg().
10103         * [windows/nonclient.c]
10104         Added WM_GETMINMAXINFO support for window resizing.
10106         * [windows/painting.c]
10107         Implemented RedrawWindow().
10109         * [windows/scroll.c]
10110         Bug fix in ScrollWindowEx().
10112         * [windows/win.c]
10113         Moved UpdateWindow() to windows/painting.c.
10115 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
10116         
10117         * [loader/wine.c] [misc/dos_fs.c]
10118         getenv() eq NULL bugfixes.
10120         * [misc/comm.c]
10121         cfmakeraw changed for SunOS.
10123 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10125         * [mem/atom.c]
10126         Bug fix in ATOM_DeleteAtom() : 
10127                 change LocalFree() by USER_HEAP_FREE().
10129         * [misc/message.c]
10130         New function FatalAppExit().
10132         * [objects/font.c]
10133         New empty stub SetMapperFlags().
10135         * [controls/menu.c]
10136         Better CheckMark & other bitmaps placement.
10138         * [windows/graphics.c]
10139         New function RoundRect() : calc.exe now working...
10141 Tue Feb 15 14:29:37 1994  John Richardson
10143         * [objects/bitblt.c]
10144         Fixed StretchBlt so it works quicker and faster.  It still doesn't
10145         use the StretchMode bits for bitmap compression, but that will
10146         come soon.
10148 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10150         * [include/windows.h,dialog.h,gdi.h]
10151         Changed __atribute__ ((packed)) for WINE_PACKED. 
10152         When compiling the library this is defined as nothing. This gets
10153         rid with all the problems compiling under SunOS. Also 
10155         * [windows/utility.c]
10156         Added DebugPrintString.
10158         * [toolkit/sup.c]
10159         Added hSysRes = 1 definition to resolve externals.
10160         Added CallLineDDAProc function (toolkit version).
10161         Added toy, and hi ineficient memmove until code in message.c get
10162         rewritten.
10164         * [objects/gdiobj.c]
10165         Ifdefed linux/emulator-dependent code to allow compilation of
10166         WineLib.
10168         * [misc/winsocket.c]
10169         Added ifdef to allow compilation under SunOS.
10171         * [misc/resource.c]
10172         When compiling the library, the resource file is expected to be in
10173         a file called $argv[0].Res. Also the information of the resource
10174         is expected to be at offset 0 of the .Res file.
10176         * [misc/main.c]
10177         Call WinMain with arguments if compiling WineLib.
10178         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
10179         Call sync_profiles to preserve changes to .INI files.
10181         * [misc/comm.c,dos_fs.c]
10182         removed call to atexit(Comm_DeInit)
10183         removed call to atexit(DOS_DeInitFS)
10184         Shutdown functions are now called from the return of WinMain
10186         * removed memorylib subdirectory
10188         * moved memory/atom.c    to misc/atom.c
10189           moved memorylib/heap.c to toolkit/heap.c
10191         * [loader/wine.c]
10192         Moved DebugPrintString to windows/utility.c
10194         * [include/winsock.h]
10195         Define SO_DONTLINGER only if it has not been previously defined.
10197         * [include/windows.h]
10198         added definition for DLGPROC.
10199         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
10200         When compiling WineLib WNDPROC is defined with all the parameters
10201         to avoid compilation problems.
10203         * [include/user.h]
10204         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
10205         calls are translated to the library allocation routines.
10207         * [include/gdi.h,user.h]
10208         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
10209         translated to the library allocation routines.
10211         * [include/atom.h]
10212         Defined LocalAlign. When compiling the emulator it's translated as
10213         a call to LocalAlloc (the original code), when compiling WineLib
10214         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
10215         (atom.c needs aligned data on a 4 byte boundary).
10217         * [misc/file.c]
10218         Renamed KERNEL_* functions and fixed prototypes.
10220         * [if1632/kernel.spec]
10221         Renamed KERNEL_* functions in order to be used by applications
10222         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
10223         _llseek, _lopen, _lwrite).
10225         * [Makefile]
10226         Create library instead of executable when building target
10227         libwine.a 
10229 ----------------------------------------------------------------------
10230 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
10232         * [Makefiles]
10233         Use $(CC) instead of cc.
10234         Added libwine target.
10236         * [include/prototypes]
10237         #ifdefed section for WineLib
10239         * moved loader/cursor.c   to misc/cursor.c
10240           moved loader/resource.c to misc/resource.c
10241           moved misc/emulate.c    to miscemu/emulate.c
10242           moved misc/int1a.c      to miscemu/int1a.c
10243           moved misc/int21.c      to miscemu/int21.c
10244           moved misc/kernel.c     to miscemu/kernel.c
10245           moved misc/user.c       to miscemu/user.c
10247         * [memorylib/heap.c]
10248         Heap management for WineLib
10250         * [misc/comm.c]
10251         Modified to allow compilation under SunOS (#include errno, SunOS
10252         doesn't have atexit ()).
10254         * [misc/dos_fs.c]
10255         Modified to allow compilation under SunOS (#include vfs.h)
10257         * [misc/file.c]
10258         Modified to allow compilation under SunOS (OPEN_MAX constant,
10259         #include unistd.h)
10261         * [objects/palette.c]
10262         Modified to allow compilation under SunOS (#include limits)
10264         * [toolkit/sup.c]
10265         WineLib version of CallWindowProc.
10267         * [windows/event.c]
10268         Typedef XPointer under X11R4 (OpenWindows).
10270         * [windows/win.c]
10271         When compiling WineLib, use direct callbacks instead of the
10272         windows supplied callbacks.
10274 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
10276         * [loader/cursor.c]
10277         New function CURSOR_SetWinCursor(), for internal use, to set
10278         the cursor of a specific window more reliably than with SetCursor().
10280         * [windows/nonclient.c]
10281         Better window management. Moving and resizing from the system
10282         menu should work now.
10283         Added scroll-bar mouse tracking.
10285         * [windows/win.c]
10286         Moved scroll-bar creation and destruction to defwnd.c.
10288 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10290         * [windows/nonclient.c]
10291         Call to StdDrawMenuBar() during NC's drawing.
10292         New NC_TrackMouseMenuBar() function which call 
10293                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
10295         * [controls/menu.c]
10296         New ChangeMenu() function.
10297         Remove permanently old Xt menu code.
10298         Make common functions MenuButtonDown(), MenuButtonUp()
10299                 & MenuMouseMove() for both popups & menubar.
10300         
10301         * [controls/combo.c]
10302         Paint OBM_COMBO directly in combo client.
10304         * [controls/listbox.c]
10305         Fix bug in multicolumns calculations.
10307         * [controls/Makefile]
10308         Remove rules for old file 'caption.c'.
10310         * [misc/kernel.c]
10311         Remove empty stub GetModuleFileName().
10313         * [loader/library.c]
10314         New GetModuleHandle() function.
10315         New GetModuleUsage() function.
10316         New GetModuleFileName() function.
10318         * [loader/resource.c]
10319         Try to find the bug a missing menu loading ... Not found yet !
10321         * [windows/win.c]
10322         Remove old menubar creation.
10324 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
10326         * [misc/winsocket.c]
10327         More functions added.
10329         * [if1632/winsock.spec] [misc/winsocket.c]
10330         Added John Brezak's winsock.dll stuff.
10332 ----------------------------------------------------------------------
10333 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
10335         * [loader/selector.c]
10336         Added function CreateNewSegments().  Modified IPCCopySelector
10337         to allow aliasing to any arbitrary memory space.
10339         * [memory/global.c]
10340         Fixed potential bug in GlobalGetFreeSegments().
10342         * [memory/linear.c]
10343         Created functions GlobalLinearLock() and GlobalLinearUnlock().
10345 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
10347         * [controls/widgets.c]
10348         Removed CAPTION window class.
10350         * [loader/cursor.c]
10351         Bug fix in LoadCursor(): don't allocate memory every time for
10352         built-in cursors.
10354         * [windows/clipping.c]
10355         Invalidate child windows in InvalidateRgn().
10357         * [windows/defwnd.c]
10358         Added repaint of the caption when changing window text.
10360         * [windows/event.c]
10361         Modified SetCapture() to allow keyboard events while capturing.
10363         * [windows/message.c]
10364         New function MSG_GetHardwareMessage(), to do mouse tracking
10365         without returning control to the Windows program.
10367         * [windows/nonclient.c]
10368         A couple of changes in frame drawing for DLGMODALFRAME windows.
10369         Rewritten window moving code, to use MSG_GetHardwareMessage()
10370         instead of non-client mouse events (this is the way Windows
10371         does it), and to send WM_ENTERSIZEMOVE messages.
10372         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
10374         * [windows/win.c]
10375         Allocate temporary structures on the USER heap instead of
10376         using GlobalAlloc().
10378         * [windows/winpos.c]
10379         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
10381 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10383         * [windows/nonclient.c]
10384         Call to StdDrawScrollBar() during NC's drawing.
10385         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
10386         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
10387         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
10389         * [controls/menu.c]
10390         New GetSubMenu() function.
10391         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
10393         * [controls/listbox.c]
10394         Start changes to satisfy recent changes in scrollbars/windows.
10396         * [loader/resource.c]
10397         Put some code in LoadAccelerators() stub.
10398         New TranslateAccelerator() function.
10400         * [windows/win.c]
10401         Remove GetMenu() & SetMenu() functions.
10402         Call to NC_CreateScrollBars() if required by CreateWindow().
10404 ----------------------------------------------------------------------
10405 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
10407         * [window/win.c]
10408         Added functions EnumWindows, EnumChildWindows, and helper
10409         WIN_EnumChildWin.  EnumWindows won't list all wine windows
10410         because GetDesktopWindow isn't complete.  However, the code
10411         is in place for it to work correctly and only needs 
10412         GetDesktopWindow to do so.  
10414 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
10416         * [windows/defwnd.c]
10417         Added handling of activation messages (WM_ACTIVATE,
10418         WM_NCACTIVATE, WM_MOUSEACTIVATE)
10420         * [windows/event.c]
10421         De-activate the window when losing input focus.
10423         * [windows/focus.c]
10424         Bug fix in SetFocus().
10426         * [windows/message.c]
10427         Added activation of the window on mouse-clicks.
10429         * [windows/nonclient.c]
10430         Changed non-client area painting to use the correct colors
10431         depending upon the activation state.
10432         Added WM_NCACTIVATE message handling.
10433         Fixed a couple of bugs in window moving and resizing.
10435         * [windows/winpos.c]
10436         Implemented Get/SetActiveWindow().
10437         Implemented SWP_NOACTIVATE flag in SetWindowPos().
10439 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10441         * [misc/message.c]
10442         MessageBox has a CaptionBar for his title except for
10443                 MB_SYSTEMMODAL with MB_ICONHAND.
10445         * [windows/nonclient.c]
10446         Call to NC_TrackSysMenu on SysMenu button mouse click.
10448         * [windows/defwnd.c]
10449         Call to NC_TrackSysMenu on Alt key (VK_MENU).
10451         * [controls/menu.c]
10452         New GetSystemMenu() function.
10453         New CopySystemMenu() internal function.
10454         New NC_TrackSysMenu() internal function.
10456         * [include/windows.h]
10457         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
10459 ----------------------------------------------------------------------
10460 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
10462         * [window/win.c]
10463         Added functions EnableWindow, IsWindowEnabled, and helper 
10464         WIN_SetSensitive.
10465         
10466         * [window/event.c]
10467         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
10468         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
10469         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
10470         button presses beep for a disabled window.  
10471         If anyone finds better places for these checks, please tell me.
10473 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10475         * [misc/message.c]
10476         Cleanup on buttons answer value returned.
10478         * [control/combo.c]
10479         Now use OBM_COMBO bitmap dropdown button.
10481 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
10483         * [misc/comm/c]
10484         A few bugfixes.
10486 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
10488         * [loader/cursor.c]
10489         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
10491         * [include/options.h] [misc/main.c]  (New files)
10492         Rewrote main() function to get rid of Xt application context,
10493         and added command-line option parsing.
10495         * [objects/color.c]
10496         Use of a private map now configurable with command-line option.
10498         * [windows/defwnd.c]
10499         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
10501         * [windows/event.c]
10502         Removed ConfigureNotify event handler (no longer needed).
10504         * [windows/message.c]
10505         Send WM_SETCURSOR message on mouse events.
10507         * [windows/nonclient.c]
10508         Use OEM bitmaps for the drawing of the non-client area.
10509         Added caption bar buttons handling, and moving and resizing of
10510         the window via the window frame (bypassing the window manager).
10512         * [windows/painting.c]
10513         Bug fix in BeginPaint().
10515         * [windows/win.c]
10516         Set the override_redirect flag for windows (to bypass window
10517         manager).
10519         * [windows/winpos.c]
10520         Implemented WindowFromPoint(), ChildWindowFromPoint(),
10521         BringWindowToTop(), Get/SetInternalWindowPos(),
10522         Get/SetWindowPlacement().
10524 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
10526         * [memory/heap.c]
10527         Added support for multiple local heaps.
10529 ----------------------------------------------------------------------
10530 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
10532         * [window/caret.c]
10533         Modified code to use system timer.
10535 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10537         * [windows/win.c]
10538         Windows create if required new XLIB MenuBar & CaptionBar.
10540         * [windows/defwnd.c]
10541         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
10542         (I'm not sure it's the good place for it, but it work...)
10544         * [loader/resource.c]
10545         optimize in FindResourceByNumber, make lseek() if next type ...
10547         * [controls/scroll.c]
10548         scrollbar buttons are now using system resources bitmaps.
10550         * [controls/caption.c] - new file ...
10551         captionbar showing title, close button with SysMenu,
10552         and other buttons using system resources bitmaps.
10554         * [controls/menu.c]
10555         New functions: SetMenuItemBitmaps() with 'glues',
10556         Make new version of LoadMenu() & ParseMenu(),
10557         ( put #define USE_POPUPMENU ).
10558         Implementation of MenuBar functions.
10559         
10560         * [sysres.dll]
10561         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
10562         New SYSMENU menu, it don't work yet ! :-((
10564 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
10566         * [memory/atom.c]
10567         Fixed a bug that could cause atoms to be case-sensitive.
10569         * [misc/rect.c]
10570         Bug fix in SubtractRect().
10572         * [objects/clipping.c]
10573         Bug fix when setting the clip mask to an empty region.
10575         * [windows/dce.c]
10576         Bug fix in ReleaseDC().
10578         * [windows/dialog.c]
10579         Call AdjustWindowRectEx() before creating the dialog window.
10580         Added support for DS_MODALFRAME style.
10582         * [windows/event.c]
10583         Cleaned up event handling and removed old Xt stuff.
10584         Moved double-click handling to windows/message.c
10586         * [windows/focus.c]
10587         Bug fix: only set the X focus when the window is viewable.
10589         * [windows/graphics.c]
10590         Rewritten DrawReliefRect() to use brush instead of pen, and
10591         to use the system colors.
10593         * [windows/message.c]
10594         Implemented WM_NCHITTEST message sending, and non-client
10595         mouse messages.
10596         Cleaned up double-click handling, and removed the Xt code.
10598         * [windows/nonclient.c]  (New file)
10599         Implemented AdjustWindowRect().
10600         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
10602         * [windows/painting.c]
10603         Added sending of the WM_NCPAINT message in BeginPaint().
10605         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
10606         Implemented system metrics.
10608         * [windows/win.c]
10609         Bug fix in setting the parent and owner in CreateWindow().
10610         Removed the Xt code.
10612         * [windows/winpos.c]
10613         Added sending of the WM_NCPAINT message in SetWindowPos().
10614         Removed the Xt code.
10616 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
10618         * [windows/class.c]
10619         Implemented GetClassName and GetClassInfo.
10621         * [windows/caret.c]
10622         Various improvements to text caret code.
10624 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
10626         * [misc/comm.c]
10627         Patches to work with NetBSD.
10629 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
10631         * [objects/bitblt.c] Added StretchBlt().
10633 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
10635         * [misc/user.c]
10636         Added creation of system message queue.
10638         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
10639         Added DC size fields into DC structure.         
10641         * [objects/clipping.c]
10642         Bug fix in CLIPPING_IntersectRect().
10644         * [windows/class.c]
10645         Allocate a DCE instead of a DC for CS_CLASSDC classes.
10647         * [windows/clipping.c]
10648         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
10650         * [windows/dce.c]
10651         Implemented GetDCEx() and GetWindowDC().
10653         * [windows/defwnd.c]
10654         Implemented WM_WINDOWPOSCHANGED handling.
10656         * [windows/event.c]
10657         Preliminary support for Xlib event handling instead of Xt callbacks.
10658         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
10660         * [windows/message.c]
10661         Preliminary support for multiple message queues.
10662         Implemented hardware_event() to store messages into the system queue.
10663         Implemented Get/SetTaskQueue().
10664         Better WM_PAINT and WM_TIMER handling.
10665         Changes to use Xlib instead of Xt for events.
10667         * [windows/painting.c]
10668         Use GetDCEx() to retrieve the DC, to get a correct visible region.
10670         * [windows/timer.c]
10671         Moved the timer procedure callback into DispatchMessage().
10672         Changed implementation to get rid of Xt timeouts.  Timer checking
10673         is now done inside GetMessage().
10675         * [windows/win.c]
10676         Allocate a DCE instead of a DC for CS_OWNDC windows.
10677         Replaced Xt calls with Xlib calls.
10678         Moved window positioning functions into windows/winpos.c
10680         * [windows/winpos.c]  (New file)
10681         Rewritten most of the window positioning functions.
10682         Implemented SetWindowPos() and MapWindowPoints().
10684 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10686         * [if1632/user.spec]
10687         Bad arguments description for function SetDlgItemText.
10689         * [objects/text.c]
10690         Function DrawText now handle DT_CALCRECT request.
10692         * [misc/message.c]
10693         Message boxes now use DrawText with DT_CALCRECT.
10695         * [windows/graphics.c]
10696         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
10698         * [windows/win.c]
10699         Bug fix for flags in function ShowWindow.
10700         More accurate WM_SIZE generated by function ShowWindow.
10702         * [controls/listbox.c]
10703         More code for LBS_MULTIPLESEL.
10704         More code for LBS_MULTICOLUMN.
10706         * [include/windows.h]
10707         Bad define for MF_SEPARATOR.
10709         * [controls/menu.c]
10710         New functions: PopMenuWndProc() with 'glues',
10711         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
10712         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
10713         Code in stubs: CreateMenu(), DestroyMenu(). 
10715 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
10717         * loader/wine.c: Added support for relocation types 5 and 6.
10719 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
10721         * [misc/comm.c]
10722         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
10723         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
10724         GetCommError(), SetCommEventMask(), GetCommEventMask(),
10725         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
10726         WriteComm().
10728 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
10730         * [windows/caret.c]
10731         Implemented text caret functions.
10733 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
10735         * [loader/wine.c]
10736         Bug fix in LoadImage().
10738         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
10739           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
10740         Modified graphics calls to take into account the DC origin.
10742         * [windows/defwnd.c]
10743         Added preliminary WM_NCCALCSIZE handling.
10745         * [windows/event.c]
10746         Send WM_NCCALCSIZE message on resize event.
10748         * [windows/win.c]
10749         Send WM_NCCALCSIZE message in CreateWindow().
10750         Realize widgets at creation time (should prevent problems with
10751         unrealized widgets).
10753 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10755         * [controls/static.c]
10756         Send mouse & keyboard message received to its parent.
10758         * [controls/scroll.c]
10759         Send keyboard message received to its parent.
10761         * [controls/listbox.c]
10762         Add Navigation keys .
10763         ListBox now use VSCROLL & HSCROLL instead of children.
10764         Alpha version of LBS_MULTIPLESEL.
10765         Alpha version of LBS_MULTICOLUMN.
10767         * [controls/combo.c]
10768         Add Navigation keys on closed ComboBox.
10769         Remove useless 'COMBOBOX_CreateComboBox' function.
10771 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
10773         * [loader/wine.
10774         LoadImage() modified to use FindFile().
10776         * [misc/file.c]
10777         SetErrorMode added
10779         * [misc/dos_fs.c]
10780         bug fixes.
10782 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10784         * [memory/global.c]
10785         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
10787         * [sysres.dll]
10788         preliminary version of a 'glass of wine' bitmap
10790         * [windows/event.c]
10791         New function 'GetCapture'.
10793         * [controls/scroll.c]
10794         Remove useless 'SCROLLBAR_CreateScrollBar' function.
10796         * [controls/listbox.c]
10797         Remove useless 'LISTBOX_CreateListBox' function.
10799 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
10801         * [objects/font.c]
10802         Corrected bugs in GetCharWidth().
10804         * [windows/event.c]
10805         Modified EVENT_key to send Windows virtual key codes for
10806         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
10807         for printable characters.
10809 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
10811         * [windows/graphics.c]
10812         Added Polyline and Polygon
10814 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
10816         * [controls/listbox.c]
10817         ListBoxDirectory() modified to use dos_fs.c's functions to
10818         access files&|drives.
10820 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
10822         * [misc/dos_fs.c]
10823         Added FindFile() to search a file in a dos/unix style path.
10824         
10825         * [misc/file.c]
10826         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
10827         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
10828         GetDriveType.                      
10830         * [misc/int21.c]
10831         Modified.
10833 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10835         * [misc/profile.c]
10836         The Profile functions now return the correct values. They now
10837         implement all the features described in the SDK.
10839 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
10841         * [loader/selector.c]
10842         Rewrote selector aliasing routines to use System V IPC
10843         routine to alias memory segments.
10845 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10847         * [controls/listbox.c]
10848         More consistency in functions using wIndexes
10850         * [controls/scroll.c]
10851         New function : ShowScrollBar().
10853         * [loader/cursor.c] ... New file
10854         Move cursor functions from [loader/resource.c].
10855         New function : ClipCursor().
10856         New function : GetClipCursor().
10857         New function : CreateCursor().
10858         SetCursor() now working using gloabal variable 'winHasCursor'.
10860         *[object/palette.c]
10861         New stub only : SelectPalette().
10862         New stub only : RealizePalette().
10864         *[win/event.c]
10865         New function : EVENT_enter_notify(),
10866                 update 'winHasCursor' and send WM_SETCURSOR.
10868         *[win/defwnd.c]
10869         Add processing of WM_SETCURSOR message.
10871         *[win/win.c]
10872         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
10873         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
10874         New function ClientToScreen().
10875         New function ScreenToClient().
10877 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
10879         * [files.h / regfunc.h / misc/dos.c]
10880         Removed.
10882         * [misc/dos_fs.c]
10883         Added support for loading dosdrive cfg from wine.ini.
10885         * [misc/int21.c]
10886         Modified.
10889 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
10891         * [include/atom.h] [memory/atom.c]
10892         Implemented atoms.
10894         * [windows/class.c]
10895         Modified RegisterClass() to use atoms.
10896         Implemented CS_GLOBALCLASS style.
10898         * [windows/message.c]
10899         Implemented RegisterWindowMessage().
10901         * [loader/resource.c]
10902         Bug fix in LoadResource().
10904         * [windows/dialog.c]
10905         Modified CreateDialogParam() to use Find/LoadResource().
10907 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
10909         * [windows/scroll.c]
10910         Preliminary implementations of ScrollWindow, ScrollDC and
10911         ScrollWindowEx.
10913 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10915         * [controls/listbox.c]
10916         Optimization of redraw during 'Add' or 'Insert'.
10918         * [controls/scroll.c]
10919         Optimization of WM_PAINT during 'thumbtracking'.
10921         * [controls/button.c]
10922         Add of beta implement of 'BS_OWNERDRAW'
10924         * [controls/static.c]
10925         Style 'SS_ICON' new supported.
10927         * [misc/message.c]
10928         Begin of implemantation of MB_XXX styles.
10930         * [loader/resource.c]
10931         Function LoadIcon() : now prepare transparency Bitmap mask.
10932         Function LoadCursor() : now prepare a 'X pixmapcursor'.
10933         New function SetCursor() : not finished.
10934         New function ShowCursor() : not finished.
10935         New function AccessResource() : stub.
10937         * [obj/dib.c]
10938         Function DrawIcon(): deugging phase of icon transparency mask.
10940         * [loader/library.c]
10941         new file for news functions LoadLibrary() & FreeLibrary().
10943         * [sysres.dll]
10944         Resources only 16bits DLL for System Resources, icons, etc...
10946 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
10948         * [include/dialog.h] [windows/dialog.c]
10949         Simplified dialog template parsing.
10950         Implemented DialogBoxIndirect().
10952         * [windows/win.c]
10953         Fixed bug in CreateWindow() when aborting window creation.
10954         Modified UpdateWindow() to only update visible windows.
10955         Implemented IsWindow().
10957 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10959         * [controls/listbox.c]
10960         Listbox control window : new messages.
10962         * [controls/combo.c]
10963         Combo box control window : new messages.
10965         * [misc/message.c]
10966         Moved stub MessageBox() to this new file.
10967         Implemented of a callback, now MessageBox show a window.
10969         * [loader/resource.c]
10970         New function DestroyIcon()
10971         New function DestroyCursor()
10972         Filled stub LoadIcon()
10973         Filled stub LoadCursor()
10974         Bug fixed in FindResourceByName() : missing lseek().
10976         * [obj/dib.c]
10977         New function DrawIcon()
10979         * [windows/win.c]
10980         New function CloseWindow()
10981         New function OpenIcon()
10982         New function IsIconic()
10983         New Function FindWindow()
10985 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10987         * [loader/selector.c]
10988         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
10990 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
10992         * [loader/selector.c]
10993         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
10995 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
10997         * [loader/resource.c]
10998         Wrote FindResource(), LoadResource(), LockResource(),
10999         and FreeResource()
11001         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
11002         Changed selector allocation method.
11004 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
11006         * [if1632/callback.c if1632/call.S if1632/user.spec] 
11007         added Catch (KERNEL.55) and Throw (KERNEL.56)
11008         
11009 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11011         * [controls/scroll.c]
11012         Scroll bar control window
11013                 Bug resolved : Painting message before scroll visible.
11015         * [controls/listbox.c]
11016         Listbox control window
11017                 Destroy cleanup.
11019         * [controls/combo.c]
11020         Combo box control window
11021                 Destroy cleanup.
11023         * [controls/button.c]
11024                 GetCheck Message now return is state.
11026         * [windows/win.c]
11027         New function IsWindowVisible()
11029 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
11031         * [if1632/user.spec]
11032         Removed some duplicate entries.
11034         * [include/dialog.h] [windows/dialog.c]
11035         Implemented dialog units and fonts.
11036         Added preliminary loading of dialog resources.
11037         Preliminary implementation of DialogBox().
11038         Implemented Get/SetDlgItem* functions.
11040         * [windows/win.c]
11041         Implemented WM_PARENTNOTIFY message.
11042         Implemented CreateWindowEx() and GetWindow().
11043         Completed DestroyWindow().
11045 Mon Nov  1 18:19:34 1993  Erik Bos
11047         * [loader/signal.c]
11048         Added support for int 0x11 & 0x12.
11050         * [loader/int21.c]
11051         Improved function handling.
11053 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
11055         * [objects/font.c]
11056         Implemented GetCharWidth().
11058 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
11060         * [Makefile]
11061         Use GNU malloc.
11063         * [include/int21.h include/wine.h]
11064         Change sc_eflags to sc_efl .
11066         * [include/wine.h]
11067         Fix misplaced #endif
11068         Include <signal.h> for NetBSD
11070         * [loader/int21.c]
11071         Don't include <sys/vfs.h> in NetBSD
11072         Do include <sys/mount.h> in NetBSD
11073         Cleanup some lint.
11075 Mon Oct 26 17:59:01 1993  Erik Bos
11077         * [include/int21.h]
11078         Added.
11080         * [loader/int21.c]
11081         Added support for many dos ints.
11083         * [misc/file.c] [include/files.h]
11084         Moved OPEN_MAX and DosDriveStruct to files.h.
11086 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
11088         * [controls/button.c]
11089         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
11090         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
11091         a preliminary USERBUTTON control.
11093         * [objects/text.c]
11094         Corrected bugs in TEXT_NextLine() and added handling of prefix
11095         character.
11097         * [controls/button.c]
11098         Disabled focus handling by commenting out SetFocus() calls until
11099         serious bug can be found.
11101 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11103         * [controls/listbox.c]
11104         Listbox control window
11105                 Painting cleanup, new messages processed.
11107         * [controls/scroll.c]
11108         Scroll bar control window
11109                 Painting cleanup.
11111         * [controls/combo.c]
11112         Combo box control window
11113                 Painting cleanup.
11115 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
11117         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
11118         Better support for the private color map.
11119         Using a private map is now the default.
11121         * [windows/win.c]
11122         Bug fix.
11124         * [include/dialog.h] [windows/dialog.c]
11125         Implemented CreateDialog*() and IsDialogMessage().
11127         * [misc/xt.c] [windows/defwnd.c]
11128         Moved DefWindowProc() to defwnd.c.
11129         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
11131         * [windows/defdlg.c]
11132         Started the implementation of DefDlgProc().
11134         * [windows/win.c]
11135         Added WM_NCCREATE and WM_NCDESTROY messages.
11136         Implemented IsChild().
11138 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
11140         * [windows/focus.c]
11141         Implemented GetFocus() and SetFocus().
11143         * [windows/event.c]
11144         Added processing of FocusIn and FocusOut events.
11146         * [windows/graphics.c]
11147         Added DrawFocusRect().
11149 Sat Oct  9 14:36:57 1993  Erik Bos
11151         * [loader/int1a.c]
11152         Added more function handling.
11154 Wed Oct  6 12:21:22 1993  Erik Bos
11156         * [loader/signal.c]
11157         Split signal.c into int1a.c, int21.c and signal.c.
11159 Tue Oct  5 22:12:40 1993  David Metcalfe
11161         * [controls/static.c] [control/widgets.c]
11162         Static control class.
11164         * [objects/text.c]
11165         Added processing of additional DT_ flags to DrawText().
11167         * [windows/win.c] [misc/xt.c]
11168         Added SetWindowText() and WM_SETTEXT processing.
11170 Tue Oct  5 22:12:40 1993  Martin Ayotte
11172         * [controls/listbox.c]
11173         Listbox control window
11175         * [controls/scroll.c]
11176         Scroll bar control window
11178         * [controls/combo.c]
11179         Combo box control window
11181         * [include/combo.h]
11182         Combo box definitions
11184         * [include/listbox.h]
11185         Listbox definitions
11187         * [include/scroll.h]
11188         Scroll bar definitions
11190 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
11192         * [if1632/callback.c]
11193         Fixed bug in MakeProcInstance().
11195         * [debugger/info.c]
11196         Changed x/w and x/b to display in hex.
11198         * [debugger/i386-pinsn.c]
11199         Added code to properly unassemble 16-bit indexing.
11201 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
11203         * [loader/files.c] [misc/profile.c]
11204         System initialization file is now called "wine.ini" and can
11205         be located in the current directory, the user's home directory,
11206         or any directories specified in the WINEPATH environment variable.
11208         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
11209         Changed register function stack to match sigcontext structure.
11211 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
11213         * [loader/files.c]
11214         Created function to search a path for files to load.
11216         * [loader/wine.c]
11217         Modified exe and dll file loading to search through path
11218         specified by the environment variable WINEPATH.
11220 Thu Sep 30 22:30:21 1993  Eric Youngdale
11222         * [loader/signal.c]
11223         Bug fix.
11225 Thu Sep 30 22:30:21 1993  John Brezak
11227         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
11228           [debugger/obstack.h]
11229         Updates to allow debugger to function under NetBSD.
11231 Tue Sep 28 19:59:21 1993  David Metcalfe
11233         * [windows/win.c]
11234         Implemented support for windows with no borders.  Added
11235         GetParent(), GetDlgCtrlID(), GetWindowText() and
11236         GetWindowTextLength() functions.
11238         * [misc/xt.c]
11239         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
11240         to DefWindowProc and Implemented MessageBeep().
11242         * [windows/syscolor.c]
11243         Added preliminary system color support.
11245         * [controls/button1.c]
11246         Mods to new button control and integration with Wine.
11248 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
11250         * [controls/button1.c]
11251         New button control using GDI functions.
11252         
11253 Tue Sep 28 19:59:21 1993  Eric Youngdale
11255         * [debugger/*]
11256         Added debugging capabilities to Wine
11258 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
11260         * [objects/region.c]
11261         Bug fix
11263 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
11265         * [tools/build.c]
11266         Changed the entry point code to reduce the standard entry
11267         point size from 22 bytes to 10 bytes.  This leaves about
11268         4000 free entry points instead of the 800 in version 0.4.2.
11270         * [loader/resource.c]
11271         Rewrote functions to allow loading of resources from any
11272         DLL.
11274         * [loader/wine.c] [include/wine.h]
11275         Added functions GetFilenameFromInstance() and GetFileInfo()
11276         to search for a loaded file based on its instance handle.
11277         Added a field in struct w_files to make searching by an instance
11278         handle faster.
11280 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
11282         * [misc/profile.c]
11283         Implementation of .INI file handling
11285 Mon Sep 20 10:54:32 1993  David Metcalfe
11287         * [misc/profile.c.old]
11288         Implementation of .INI file handling
11290 Mon Sep 20 10:54:32 1993  John Brezak
11292         * [controls/WinButton.c]
11293         Bug fix with call to XtVaSetValues.
11295 Mon Sep 20 10:54:32 1993  Alexandre Julliard
11297         * [windows/win.c]
11298         Quick patch to get colormaps to work with button widget.
11300 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
11302         * misc/keyboard.c: 
11303         Ifdefed out some bogus Ansi<->Oem conversion functions
11305         * misc/lstr.c: 
11306         New file with string functions like lstr* IsChar* *Ansi* 
11308 Wed Sep 15 20:35:10 1993  John Brezak
11310         * [loader/signal.c]
11311         Additional changes to support NetBSD.
11313 Wed Sep 15 22:19:22 1993  Martin Ayotte
11315         * [windows/graphics.c]
11316         Added FrameRect function
11318 Tue Sep 14 13:54:45 1993  Alexandre Julliard
11320         * [objects/color.c] [objects/palette.c]
11321         Preliminary support for private color map.
11323         * [windows/class.c]
11324         Implemented CS_CLASSDC style.
11326         * [windows/dce.c]
11327         Moved DCEs to USER heap.
11328         Implemented class and window DCs.
11330         * [windows/event.c]
11331         Implemented CS_DBLCLKS style.
11333         * [windows/graphics.c]
11334         Bug fix in SetPixel().
11336         * [windows/win.c]       
11337         Implemented CS_OWNDC style.
11338         Implemented Get/SetWindowLong().
11340         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
11341           [windows/dce.c] [windows/message.c] [windows/win.c]   
11342         Moved windows from global heap to USER heap.
11344 Mon Sep 13 05:00:11 1993  Eric Youngdale
11346         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
11347           [loader/wine.c] [tools/build.c]
11348         Added ability to generate missing functions statistics.
11350 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
11352         * [WIN31-APPLETS]
11353         Added new file.
11355         * [if1632/kernel.spec]
11356         Added definitions for GetProfile{Int,String} and SetHandleCount.
11358         * [if1632/keyboard.spec]
11359         Created interface specification for Keyboard driver DLL.
11361         * [if1632/relay.c]
11362         Added keyboard.dll to list of included DLLs.
11364         * [if1632/user.spec]
11365         Added LoadAccelerators definition.
11367         * [loader/resource.c]
11368         Added LoadAccelerators stub.
11370         * [misc/file.c]
11371         Changed OpenFile, and added SetHandleCount (for winfile.exe)
11373         * [misc/keyboard.c]
11374         Added keyboard code.
11376         * [misc/profile.c] [misc/xt.c]
11377         Moved GetPrivateProfile* commands here, and added GetProfile*
11378         commands.
11380 Mon Sep 13 10:24:37 1993  Andrew Bulhak
11382         * [windows/utility.c]
11383         Implemented MulDiv(), OutputDebugString() and wvsprintf()
11385 Fri Sep 10 09:13:30 1993  John Brezak
11387         * [*/Makefile]
11388         Created patch to allow BSD make to build wine.
11390         * [windows/win.c]
11391         Fixed NULL pointer reference.
11393         * [windows/message.c] [misc/xt.c]
11394         Defined HZ to handle system specific timing.
11396         * [windows/graphics.c]
11397         Use M_PI is PI
11399         * [objects/pallete.c]
11400         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
11402         * [dump.c] [ldt.c] [wine.c]
11403         ifdef'ed linux headers for linux compile.
11405         * [loader/ldtlib.c]
11406         Add NetBSD system calls when compiled on that system.
11408         * [loader/selector.c]
11409         Use mmap(MAP_ANON, ...) for NetBSD.
11411         * [if1632/call.S]
11412         Fixed selector assumptions.
11414 Thu Sep 9 20:01:37 1993  David Metcalfe
11416         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
11417           [windows/win.c] [windows/class.c]
11418         Added 3D button control and tied into CreateWindow()
11420 Thu Sep  9 07:35:24 1993  Scott Laird
11422         * [if1632/sound.spec]
11423         Created interface specification for SOUND DLL.
11425         * [if1632/win87em.spec]
11426         Added more functions to the WIN87EM DLL interface specification
11428         * [misc/emulate.c]
11429         Created stubs for the new math emulation functions.
11431         * [misc/sound.c]
11432         Created stubs for the SOUND DLL.
11434 Sun Sep  5 21:02:10 1993  John Burton
11436         * [if1632/kernel.spec]
11437         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
11438         and _lwrite.
11440         * [include/windows.h]
11441         Added OF_ macros
11443         * [misc/file.c]
11444         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
11446 Fri Sep  3 18:47:03 1993  Alexandre Julliard
11448         * [windows/dc.c]
11449         Bug fix
11451         * [objects/text.c]
11452         Bug fix
11454 Fri Sep  3 18:47:03 1993  Bob Amstadt
11456         * [objects/linedda.c]
11457         Finished LineDDA().
11459 Fri Sep  3 11:52:18 1993  Bob Amstadt
11461         * [windows/timer.c]
11462         Changed to use CallWindowProc() rather directly calling callback.
11464         * [windows/event.c]
11465         Implemented SetCapture() and ReleaseCapture()
11467         * [windows/keyboard.c]
11468         Created stub for GetKeyState()
11470         * [objects/linedda.c]
11471         Created stub for LineDDA()
11473         * [if1632/callback.c]
11474         Created callback handler for LineDDA callback procedure.
11476         * [if1632/callback.c]
11477         Created FreeProcInstance()
11479 Fri Sep  3 08:36:52 1993  David Metcalfe
11481         * [loader/signal.c]
11482         Patch to and code for INT 1A
11484 Thu Sep  2 00:31:54 1993  Alexandre Julliard
11486         * [objects/font.c] [objects/text.c]
11487         More text support: implemented justification and underlining.
11489         * [windows/clipping.c] [objects/clipping.c]
11490         Moved low-level clipping functions to objects/clipping.c.
11492         * [windows/clipping.c] [windows/event.c] [windows/message.c]
11493         Implemented window update regions.
11495         * [windows/dc.c] [objects/dcvalues.c]
11496         Moved some device-independent DC functions to objects/dcvalues.c.
11498         * [windows/graphics.c]
11499         Implemented InvertRect() and GetPixel().
11501 Sat Aug 28 08:40:23 1993  Eric Youngdale
11503         * [include/neexe.h] [loader/wine.c]
11504         Added code to handle relocation type 4.
11506         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
11507         Added support for dos interrupts.
11509 Thu 26 Aug 19:15:00 1993  Eric Youngdale
11511         * [loader/selector.c]
11512         Fixed bug dealing with loading DLLs.
11514 Thu Aug 26 19:22:40 1993  Alexandre Julliard
11516         * [include/gdi.h] [objects/font.c] [windows/dc.c]
11517         Beginning of real font support.
11519         * [windows/graphics.c]
11520         Implemented PatBlt().
11522         * [memory/global.c]
11523         Corrected a bug with linked list handling in GlobalAlloc().
11525         * [objects/bitmap.c]
11526         Corrected a bug in BITMAP_SelectObject().
11528 Tue Aug 24 19:22:40 1993  David Metcalfe
11530         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
11531           [controls/SmeMenuButt*]
11532         Change code to support & as a special character in menu item text.
11534 Tue Aug 24 19:22:40 1993  Alexandre Julliard
11536         * [include/gdi.h] [windows/dc.c]
11537         Heavily modified the DC structure for better device-independence.
11539         * [objects/bitmap.c]
11540         Implemented bitmap dimensions.
11542         * [windows/dc.c] [windows/dce.c]
11543         Implemented DC state saving and restoring.
11545         * [windows/dc.c]
11546         Implemented ROP mode.
11548         * [windows/graphics.c]
11549         Implemented FillRect().
11551 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
11553         * [misc/xt.c]
11554         Fixed bug in InvalidateRect().  Solitaire attempted to
11555         clear window before it was realized.
11557         * [loader/resource.c]
11558         Began rewrite of LoadBitmap().
11560         * [loader/wine.c]
11561         Fixed code which set Argv and Argc global variables.
11563         * [loader/selector.c]
11564         Added code to set up command line arguments.
11566         * [include/neexe.h]
11567         Fixed error in PSP structure.
11569 Tue Aug 17 20:41:12 1993  Alexandre Julliard
11571         * [include/gdi.h] [windows/dc.c]
11572         Implemented device capabilities.
11574         * [objects/region.c]
11575         Implemented EqualRgn() and CombineRgn().
11577         * [windows/clipping.c]
11578         Implemented Save/RestoreVisRgn().
11580         * [windows/graphics.c]
11581         Implemented PaintRgn() and FillRgn().
11583         * [windows/mapping.c]
11584         Implemented mapping modes.
11586 Tue Aug 10 14:07:38 1993  Alexandre Julliard
11588         * [if1632/user.spec] [misc/rect.c]
11589         Implemented rectangle API functions.
11591         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
11592         Implemented regions.
11594         * [windows/class.c]
11595         Corrected a typo in UnregisterClass().
11597         * [windows/clipping.c] [windows/dc.c]
11598         Implemented DC clipping and visible region.
11600 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
11602         * [controls/menu.c] [windows/win.c]
11603         SetMenu(), GetMenu(), CheckMenuItem() implemented
11605 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
11607         * [controls/menu.c] [windows/win.c]
11608         Many improvements menus.  LoadMenu() should work.
11610 Wed Aug  4 14:55:36 1993  Alexandre Julliard
11612         * [objects/dib.c]
11613         Started the implementation of device-independent bitmaps.
11615         * [objects/bitmap.c]
11616         Added support for multiple bitmap depths.
11618         * [objects/brush.c]
11619         Implemented pattern brushes.
11621         * [windows/dc.c] [windows/graphics.c]
11622         Implemented some GDI graphics primitives.
11624 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
11626         * [controls/menu.c] [windows/win.c] [include/menu.h]
11627         Code to load class menus from executable file.
11629         * [if1632/user.spec]
11630         Fixed specification of SendMessage() and PostMessage.
11632 Mon Jul 26 21:53:24 1993  Alexandre Julliard
11634         * [if1632/call.S]
11635         Corrected a bug in KERNEL_InitTask().
11637         * [include/windows.h]
11638         Added a lot of constants.
11640         * [loader/selector.c]
11641         Corrected a bug in segment allocation in CreateSelectors().
11643         * [objects/bitmap.c]
11644         Implemented SelectObject() for bitmaps.
11646         * [objects/brush.c]
11647         Implemented hatched brushes and SelectObject().
11649         * [objects/gdiobj.c]
11650         Removed linked list (not needed).
11652         * [objects/palette.c]
11653         Implemented system palette creation and misc. palette API functions.
11655         * [windows/timer.c]
11656         Implemented timers.
11658         * [windows/dc.c]
11659         Implemented memory device contexts.
11661 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
11663         * [dos.c]
11664         Split DOS3Call() out of kernel.c.  Added support for get date
11665         and time functions.
11667         * [call.S]
11668         Added function ReturnFromRegisterFunc() to allow DOS calls
11669         to return values in registers.
11671         * [regfunc.h]
11672         Macros to access registers saved on stack.
11674 Tue Jul 20 10:38:59 1993  Alexandre Julliard
11676         * [win.c]
11677         Corrected allocation of the WM_CREATE data structure.
11679         * [dce.c] [dce.h]
11680         Implemented DCE handling.
11682         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
11683           [gdiobj.c] [palette.c] [pen.c]
11684         Implemented the GDI objects data structures and allocation.
11686         * [windows.h]
11687         Added several structures and constants for GDI objects.
11689 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
11691         * [ldtlib.c]
11692         Modified system calls to match Linus' new interface for
11693         the LDT modification.
11695         * [win.c]
11696         Fixed bug with WM_CREATE message.
11698         * [heap.c] [kernel.spec]
11699         Completed local heap allocation functions.
11701         * [global.c]
11702         Created function GlobalQuickAlloc() for easy allocation from DLLs
11704 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
11706         * [global.c]
11707         Completed global memory pool API
11709 Sun Jul 11 16:59:52 1993  Alexandre Julliard
11711         * [message.c] [user.c] [user.spec] [windows.h]
11712         Added emulation of Windows message queue.
11714 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
11716         * [build.c] Original by Bob Amstadt
11717         * [callback.c] Original by Bob Amstadt, updates by 
11718         Alexandre Julliard
11719         * [dump.c] Original by Bob Amstadt
11720         * [global.c] Original by Bob Amstadt
11721         * [heap.c] Original by Bob Amstadt
11722         * [kernel.c] Original by Bob Amstadt
11723         * [ldt.c] Original by Bob Amstadt
11724         * [ldtlib.c] Original by Bob Amstadt
11725         * [relay.c] Original by Bob Amstadt
11726         * [resource.c] Original by Bob Amstadt, updates by 
11727         Alexandre Juliard
11728         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
11729         * [user.c] Original by Bob Amstadt
11730         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
11731         Alexandre Julliard
11732         * [wintcl.c] Original by Regents of the University of California,
11733         updates by Peter MacDonald and Alexandre Julliard
11734         * [callback.h] Original by Bob Amstadt
11735         * [dlls.h] Original by Bob Amstadt
11736         * [heap.h] Original by Bob Amstadt
11737         * [neexe.h] Original by Bob Amstadt
11738         * [prototypes.h] Original by Bob Amstadt, updates by 
11739         Eric Youngdale
11740         * [segmem.h] Original by Bob Amstadt
11741         * [tkInt.h] Original by Regents of the University of California
11742         * [windows.h] Original by Peter MacDonald, updates by 
11743         Alexandre Julliard and Bob Amstadt
11744         * [wine.h] Original by Eric Youngdale
11745         * [kernel.spec] Original by Bob Amstadt, updates by 
11746         Alexandre Julliard
11747         * [gdi.spec] Original by Bob Amstadt, updates by 
11748         Alexandre Julliard
11749         * [shell.spec] Original by Bob Amstadt
11750         * [unixlib.spec] Original by Bob Amstadt
11751         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
11752         * [win87em.spec] Original by Bob Amstadt
11753         * [Windows.tcl] Original by Peter MacDonald, updates by 
11754         Alexandre Julliard
11755         * [build-spec.txt] Original by Bob Amstadt
11756         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale