Release 980913
[wine/multimedia.git] / ChangeLog
blob2b00865dc9a26c9973309ef7d42563fc742f1cb5
1 ----------------------------------------------------------------------
2 Fri Sep 11 13:14:35 1998  Andreas Mohr <100.30936@germany.net>
4         * [files/file.c] [include/file.h]
5         Fixed SetFilePointer to allow negative positions as in DOS.
7         * [graphics/ddraw.c]
8         Added some methods to IDirect3D.
10         * [ole/compobj.c] [if1632/compobj.spec]
11         Added/implemented CoCreateStandardMalloc16,
12         CoGetClassObject, CoCreateInstance,
13         LookupETask, SetETask, CoGetState16.
15         * [loader/task.c]
16         MakeProcInstance: return 0 if func == NULL.
18         * [*/*] [tools/winapi-check]
19         Added zillions of missing WINAPI's and __cdecl's.
20         (oops, several caused by myself)
21         Wrote script for automated checking.
23         * [if1632/compobj.spec]
24         Many stub names.
26         * [misc/ddeml.c] [ole/compobj.c]
27         Some stubs.
29 Tue Sep  9 21:36:48 1998  Anders Carlsson <anders.carlsson@linux.nu>
31         * [dlls/comctl32/Makefile.in] [dlls/comctl32/commctrl.c]
32           [dlls/comctl32/tab.c] [include/commctrl.h] [include/tab.h]
33         Added preliminary tab control support.
35 Sat Sep  5 16:27:20 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
37         * [graphics/psdrv/*]
38         More changes to the PostScript driver:
39         Implemented pens and solid brushes.
40         Colour/greyscale for fonts, pens and brushes.
41         To get coloured output you need to have *ColorDevice set to true
42         in your PPD, otherwise you'll get greyscale.
43         Landscape mode now works, as does non-A4 page sizes.
44         Encoding of fonts to ANSI is better, Symbol works again.
46         * [objects/dc.c] [include/gdi.h] [*/*]
47         Moved dc->w.{text,background}Pixel to X11DRV_PDEVICE where they
48         belong.
50 Sat Sep  5 05:12:09 1998  Ove Kaaven <ovek@arcticnet.no>
52         * [include/dosexe.h] [include/miscemu.h] [include/msdos.h]
53           [loader/dos/dosvm.c] [loader/dos/module.c] [msdos/dpmi.c]
54           [msdos/int2f.c] [msdos/interrupts.c]
55         Fixed portability. Adapted some code to make it easier to
56         integrate the DOS subsystem with the DPMI subsystem, made
57         the DPMI simulated real-mode interrupts be handled the V86
58         way. Added support for .COM files. Made int2f DPMI check
59         fail, to avoid pkunzip crashing in attempting to use DPMI.
60         Generally moved stuff around a little.
61         It is now technically possible to load several DOS programs
62         into the same memory space. Not tested, though.
64 Fri Sep  4 21:40:45 1998  Marcus Meissner <marcus@jet.franken.de>
66         * [if1632/kernel.spec]
67         Changed 500-53x stubnames accordingly to nt3.51 krnl386.exe.
69         * [win32/except.c]
70         Fixed one bad program behaviour, (deleting SEH while in 
71         first walk). RtlUnwind is broken too I think (it should unwind
72         on success, not while walking the exception chain).
74         * [ole/ole2nls.c]
75         Get*DefaultLCID  returns 0x400|id. expected by one application.
77         * [if1632/snoop.c]
78         Handle non-standard SP returns more graceful.
80         * [windows/class.c]
81         hinstances are mostly irrelevant for win32.
83         * [memory/string.c] [misc/registry.c]
84         lstrcmpi32W: use toupper for characters < 0x100. (speedup hack
85         for registry.c)
86         Some small speedup hacks for registry.c
88 Thu Sep  3 20:40:16 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
90         * [Makefile.in][configure][configure.in][dlls/Makefile.in]
91           [dlls/comctl32/Makefile.in]
92         Created dlls/comctl32 and moved the common controls stuff to it.
94         * [misc/version.c]
95         Removed COMCTL32_DllGetVersion. The fixed function is part
96         of the common controls stuff.
98         * [dlls/comctl32/*.c][include/commctrl.h]
99         Added structure size tests.
101         * [dlls/comctl32/toolbar.c]
102         Fixed a bug in TOOLBAR_GetMaxWidth().
104         * [dlls/comctl32/animate.c][include/animate.h]
105           [dlls/comctl32/comboex.c][include/comboex.h]
106           [dlls/comctl32/hotkey.c][include/hotkey.h]
107           [dlls/comctl32/listview.c][include/listview.h]
108           [dlls/comctl32/commctrl.c][include/commctrl.h]
109         New files. Added Animation, ComboBoxEx, Hotkey and
110         Listview control dummies.
112         * [dlls/comctl32/tooltips.c]
113         Fixed a display bug and font selection.
115         * [dlls/comctl32/comctl32undoc.c][include/commctrl.h]
116         Added missing DPA functions. Fixed bugs and published the
117         function prototypes.
119         * [documentation/common_controls]
120         Updated.
122 Wed Sep  2 15:43:45 1998  Patrik Stridvall <ps@leissner.se>
124         * [AUTHORS] [include/authors.h]
125         Added myself as a Wine author.
127         * [memory/virtual.c] [objects/dc.c]
128         Fixed runtime errors for Solaris.
130         * [misc/ddeml.c] [objects/gdiobj.c]
131         Minor fixes.
133         * [win32/device.c]
134         Added stubs for IFSMgr VxDCall and
135         a partial implementation of IFSMgr DeviceIo.
137         * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/imm32.spec] 
138           [relay32/msnet32.spec] [relay32/oledlg.spec]
139         Added new spec files for IMM32.DLL, MSNET32.DLL, OLEDLG.DLL.
141         * [misc/Makefile.in] [misc/imm.c] [include/imm.h]
142         Added news files for implementation of IMM32.DLL. 
143         All functions return 0 as is correct for all Western Languages.
145         * [ole/Makefile.in] [ole/oledlg.c] [include/oledlg.h]
146         Added new files for implementation of OLEDLG.DLL.
147         Added stubs with FIXME:s for all functions.
149 Wed Sep  2 10:50:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
151         * [dlls/shell32/contmenu.c][dlls/shell32/shellole.c]
152           [dlls/shell32/shlfolder.c][dlls/shell32/shlview.c]
153           [documentation/shell32][include/shell.h]
154         Clean up, bugfixes.
155         
156         * [dlls/shell32/enumidlist.c]
157         Fileattributes implemented.
158         
159         * [dlls/shell32/pidl.c]
160         Class pidlmgr splited into functions, structures changed, 
161         some functions rewritten.
163         * [dlls/shell32/shell32_main.c]
164         Small changes and bugfixes SHGetFileInfoA, SHGetSpecialFolderLocation.
165         
166         * [dlls/shell32/shellord.c][relay32/shell32.spec]
167         Parameter documented, implemented SHCloneSpecialIDList.
168         Stub improved ShellExecuteEx32A.
169         New stubs SHFind_InitMenuPopup, FileMenu_InitMenuPopup, 
170         FileMenu_Create, FileMenu_TrackPopupMenuEx, SHWinHelp,
171         SHRunConrolPanel, DAD_ShowDragImage, FileMenu_Destroy,
172         SHGetDataFromIDListA, SHFileOperationA.
173         
174         * [include/winnls.h][include/ole2nls.c]
175         TIME_FORCE24HOURFORMAT, TIME_NOTIMEMARKER implemented
176         in OLE_GetFormatA, GetTimeFormat32A.
177         
178         * [win32/code_page.c]
179         WideCharToMultiByte: parameter checking and returning of strlen
180         implemented.
181         
182         * [windows/keyboard.c][windows/defwnd.c]
183         Debug messages added.
184         
185         * [windows/win.c]
186         WIN_SetWindowLong GWL_STYLE and GWL_EXSTYLE implemented.
188         * [controls/menu.c]
189         Missing line added.
191         * [include/winerror.h]
192         Macros for SUCCEEDED and FAILED added.
194 Mon Aug 31 00:55:31 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
196         * [loader/module.c]
197         Bugfix: LoadModule16 should *not* call LoadModule32.
199         * [files/dos_fs.c]
200         Bugfix: don't crash if given directory doesn't exist.
202 Sat Aug 29 15:00:49 1998  Turchanov Sergey <turchanov@usa.net>
204         * [include/mmsystem.h][multimedia/mmsystem.c][relay32/winmm.spec]
205         Almost completed implementation of [snd]PlaySound (except
206         flags SND_ALIAS_ID and SND_APPLICATION).
208         * [if1632/user.spec][windows/winpos.c]
209         Added SetWindowRgn16 stub.
211 Sat Aug 29 02:53:31 1998  Alexander Lukyanov <lav@long.yar.ru>
213         * [files/drive.c]
214         GetDriveType32A: return DRIVE_DOESNOTEXIST in case of non
215         existent drive.
217         * [msdos/int21.c]
218         INT21_FindFirstFCB: check drive validity to prevent oops.
220         * [win32/file.c]
221         CreateFile32A: duplicate STD_{INPUT,OUTPUT}_HANDLE.
223         * [files/dos_fs.c]
224         Make DOSFS_OpenDir treat "" as "/".
225         DOSFS_OpenDevice: duplicate STD_{INPUT,OUTPUT}_HANDLE.
227         * [windows/dialog.c]
228         GetNextDlgTabItem32: use last/first item instead of first/last
229         when hwndCtrl==0. This fixes initial focus.
231 Sat Aug 29 02:46:32 1998  Adrian Harvey <adrian@select.com.au>
233         * [include/process.h] [include/process.c]
234         Renamed PROCESS_SELF to CURRENT_PROCESS_PSEUDOHANDLE in line
235         with thread constant, and Win32 documentation (which calls it
236         a pseudohandle.)  Made GetCurrentProcess actually use this
237         constant instead of the value.
239         * [include/process.h] [include/thread.h] [scheduler/thread.c]
240           [scheduler/process.c] [scheduler/handle.c]
241         Modify HANDLE_GetObjPtr to understand about
242         CURRENT_THREAD_PSEUDOHANDLE and CURRENT_PROCESS_PSEUDOHANDLE.
243         This allows DuplicateHandle to do the correct thing with these
244         handles.  Removed now duplicate functionality from THREAD_GetPtr
245         and PROCESS_GetPtr.
247         * [loader/ne/segment.c]
248         Fixed two places where HFILE32s were being created and passed to
249         16-bit code. This should unbreak NE self-loading code.
250         Added two casts to remove compile time warnings.
252 Fri Aug 28 21:04:13 1998  Joseph Pranevich <knight@baltimore.wwaves.com>
254         * [msdos/dosmem.c] [msdos/int2f.c]
255         Added beginnings of DOS error table.
257         * [msdos/int1a.c]
258         Stub for subfunction 0xb0.
260         * [msdos/int10.c] [loader/dos/dosvm.c]
261         INT 10 support completely rewritten and lots of debugging
262         added. Now, DOS apps that use INT 10 to write to the screen will
263         work. (Beyond Zork does, at least. Somewhat.)
265         * [include/miscemu.h] [msdos/dosmem.c] [msdos/int21.c]
266         Another shot at getting MS's generic error message facility
267         right.
269         * [msdos/int21.c]
270         Command.Com wanted to set its own PSP address. I let it.
272 Wed Aug 26 12:26:20 1998  Matthew Toseland <Matthew.Toseland@btinternet.com>
274         * [include/file.h] [misc/lzexpand.c]
275         Fixed LZCopy16 by fixing HFILE16/HFILE32 convertor macros so don't
276         convert lzw handles.
278 Tue Aug 25 22:22:55 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
280         * [misc/registry.c]
281         In RegEnumvalue, ivalue == 0 is a legal request and should
282         return the first entry.
284         * [msdos/int21.c]
285         Add handling for Int21-48/49 in Win16. Makes blinker demo work.
287         * [windows/winproc.c]
288         Add Msg32A<->Msg32W translation for LB_ADDSTRING.
290 Tue Aug 25 21:03:31 1998  Kristian Nielsen  <kristian.nielsen@risoe.dk>
292         * [windows/win.c]
293         Fix for SetParent(): MS Windows 3.11 does not clear the WS_CHILD
294         flag when a child window is reparented to the desktop window.
296 Mon Aug 24 20:55:22 1998  Berend Reitsma <berend at asset-control dot com>
298         * [controls/menu.c]
299         Menus created with SetMenuItemInfo and InsertMenuItem should
300         work now.
302 Sun Aug 23 23:23:23 1998  Alex Korobka <korobka@ams.sunysb.edu>
304         * [controls/combo.c]
305         Added CB_GETITEMHEIGHT.
307         * [windows/winpos.c] 
308         WM_NCHITTEST, SWP_FRAMECHANGED bugfixes.
310 Sat Aug 22 21:15:29 1998 Alex Priem <alexp@sci.kun.nl>
312         * [files/profile.c] [include/windows.h]
313         Added GetPrivateProfileSectionNames[AW],GetPrivateProfileSectionW,
314         GetPrivateProfileStructW, GetProfileSectionW,
315         WriteProfileSection[AW], WritePrivateProfileStructW. 
317 ----------------------------------------------------------------------
318 Sat Aug 22 17:46:19 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
320         * [include/dosexe.h] [include/module.h] [include/pe_image.h] 
321           [include/process.h] [include/windows.h] [loader/dos/module.c]
322           [loader/module.c] [loader/ne/module.c] [loader/pe_image.c]
323           [scheduler/process.c] [win32/process.c]
324         Partially implemented CreateProcess32.
326         * [win32/device.c] [relay32/kernel32.spec] [scheduler/k32obj.c]
327           [misc/registry.c] [win32/file.c]
328         Partially implemented VxDCall (VMM registry services).
330         * [files/dos_fs.c]
331         DOSFS_FindNext made thread-safe.
333         * [include/sig_context.h] [include/syslevel.h] [loader/signal.c]
334           [scheduler/syslevel.c] [tools/build.c]
335         Replaced CALLTO16_Current_fs by SYSLEVEL_Win16CurrentTeb.
337         * [win32/kernel32.c]
338         Bugfix: QT_Thunk/FT_Thunk should return 'long' in DX:AX, not EAX.
340         * [if1632/relay.c] [relay32/builtin32.c] [windows/msgbox.c]
341           [msdos/int20.c] [msdos/int21.c]
342         Use ExitProcess instead of TASK_KillCurrentTask.
344         * [include/task.h] [include/thread.h] [loader/task.c] 
345           [scheduler/thread.c] [include/queue.h] [windows/message.c] 
346           [windows/queue.c] [windows/win.c]
347         Prevent Win32 threads from entering the TASK_Reschedule loop.
348         (Note: Win32 messaging still doesn't work correctly; this patch
349         is just preventing the system from crashing when Win32 threads
350         call messaging functions. Messages will probably still get lost.)
352         * [scheduler/critsection.c]
353         Deactivated the use of SEM_UNDO for the SYSTEM_LOCK semaphore;
354         for some reason, this leads to problems after threads terminate... 
356 Sat Aug 22 15:00:00 1998  Jürgen Schmied <juergen.schmied@metronet.de>
358         * [include/authors.h]
359         New file, includes all names of the developer (former shell.c)
361         * [Makefile.in][configure][configure.in][dlls/Makefile.in]
362           [dlls/shell32/Makefile.in][shres.rc]
363         Created dlls/shell32 and moved the shell32 stuff in it.
364         Started to create internal resources.
366         * [dlls/shell32/*]
367         Split the shell32 implementation into smaller files.
368         New classes: IContextMenu, IExtractIcon, IShellView.
369         Implemented Shell_GetImageList().
370         shell32 links to comctl32 now dynamically so it can use
371         internal/external implementations.
373         * [documentation/internal-dll] [documentation/shell32]
374         New, could anybody do a spellcheck?
376         * [include/commctrl.h]
377         Many new LV constants, structures, functions.
379         * [controls/comctl32undoc.c]
380         Rewrote the DSA* functions.
382         * [windows/winpos.c]
383         SetShellWindow32, GetShellWindow32.
385 Sat Aug 22 14:02:15 1998  Alexander Lukyanov <lav@long.yar.ru>
387         * [loader/resource.c]
388         Mark last accelerator as such in LoadAccelerators32W.
390         * [relay32/shell32.spec] [misc/shell.c]
391         Add stubs for SHGetSpecialFolderPath[AW].
393 Sat Aug 22 02:07:42 1998  Adrian Harvey <adrian@select.com.au>
395         * [include/file.h] [file/file.c] [msdos/int21.c] [msdos/vxd.c]
396           [misc/lzexpand.c] [win32/kernel32.c] [documentation/filehandles]
397         Fixed file handle handling.  Created universal HFILE16 to HFILE32
398         translation macro from msdos/int21 code by Ove Kaaven.
399         Used macro in all Win16 functions so that win32 handles are translated
400         to avoid DOS/Win16 stdxx handles.
401         Removed handle translation from int21.c where Win16 functions are
402         called.  Changed remaining calls to use new macro names.
403         Documented filehandle handling and differences between win 16 & 32.
405 Fri Aug 21 20:32:49 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
407         * [server/process.c] [server/thread.c]
408         Implemented object wait queues and synchronization.
410 Fri Aug 21 18:40:02 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
412         * [graphics/psdrv/*]
413         DEVMODE dmPaper{Width|Length} fields are in 0.1mm.
414         Select a 100 pixel default font in CreateDC.
416 Thu Aug 20 22:47:39 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
418         * [objects/bitmap.c]
419         Handle bits=32 in SetBitmapBits32 and GetBitmapBits32.
421         * [msdos/int21.c]
422         Add handling of Int21 0A and 37.
424         * [misc/commdlg.c]
425         Use MapHModuleLS and MapHModuleSL when translating HINSTANCE16 to
426         HINSTANCE32 and vice versa.
428         * [win32/file.c]
429         CreateFile32A: Abort if filename == NULL.
431 Thu Aug 20 12:28:31 1998  Marcus Meissner <marcus@jet.franken.de>
433         * [*/*]
434         Lots of missing prototypes added, some parameter types adapted to match
435         SDK.
437         * [debugger/stabs.c]
438         Don't loop forever if we don't find wine or one of the libxxx.so.
440         * [loader/ne/module.c]
441         Implemented MapHModuleLS,MapHModuleSL,MapHinstLS,MapHinstSL.
443         * [misc/network.c]
444         Implemented WNetGetUser32A.
446         * [misc/shellord.c]
447         Implemented ILRemoveLastID.
449         * [multimedia/dsound.c]
450         Fixed StarCraft memory leak.
452         * [graphics/ddraw.c]
453         Removed some unnecessary simple relaying functions, tried polishing
454         up the Xlib implementation (still doesn't work), temp. removed Xshm
455         code (to be remerged with working Xlib code).
457 Tue Aug 18 22:29:17 1998  Ove Kaaven <ovek@arcticnet.no>
459         * [multimedia/mmio.c] [multimedia/mmsystem.c]
460         Fixed most mmio bugs, fully implementing mmioSetBuffer
461         buffering, ability to read memory files, and the
462         sndPlaySound() SND_MEMORY flag. Most mmio-using programs
463         now work fine.
465         * [include/dosexe.h] [include/miscemu.h] [include/module.h]
466           [loader/module.c] [loader/task.c] [msdos/dosmem.c]
467         Improved DOS VM flexibility and portability somewhat. (Did
468         I get the #ifdefs right this time, BSD-ers?)
470         * [msdos/int21.c]
471         Made "Get Current PSP address" work as expected in a DOS VM.
473         * [loader/dos/*]
474         Began improving flexibility and portability somewhat. It
475         should be easier to add DPMI RMCB callbacks now. The
476         DOS VM no longer leaves big files lying around in /tmp
477         after a crash.
479 Tue Aug 18 12:38:31 1998 Turchanov Sergey <turchanov@usa.net>
481         * [relay32/winmm.spec]
482         This patch allows WinAmp to play WAV files (at least in PCM
483         format).
485 Sun Aug 16 05:34:13 1998  Pablo Saratxaga <srtxg@chanae.alphanet.ch>
487         * [windows/keyboard.c]
488         Corrected keyboard code to properly handle keys : ? ~ and "
489         on non US keyboards.
491 Sat Aug 15 18:47:14 1998  Brian Craft <bcboy@dorothy.wanglab.brandeis.edu>
493         * [windows/win.c]
494         Fixed severe bug in EnumChildWindwos().
496 Thu Aug 13 21:05:35 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
498         * [controls/tooltips.c]
499         Fixed some bugs. Added subclassing support.
501         * [controls/toolbar.c]
502         Improved tooltip integration. Fixed some bugs.
504         * [controls/commctrl.c]
505         Changed control registration and added some documentation.
506         Fixed ShowHideMenuCtl.
508         * [controls/rebar.c][include/rebar.h][include/commctrl.h]
509         Improved rebar implementation (still no display).
511         * [controls/pager.c][include/pager.h][include/commctrl.h]
512         Improved pager implementation (still no display).
514         * [misc/imagelist.c]
515         Fixed a bug.
517         * [documentation/common_controls]
518         Updated.
520 Sun Aug  9 19:50:20 1998  James Juran <jrj120@psu.edu>
522         * [Makefile.in] [documentation/Makefile.in] 
523           [programs/Makefile.in] [programs/*/Makefile.in]
524         Added uninstall rules, cleaned up install rules a little bit.
526 ----------------------------------------------------------------------
527 Sun Aug  9 13:21:35 1998  Andreas Mohr <100.30936@germany.net>
529         * [loader/ne/module.c] [if1632/kernel.spec]
530         Added the undocumented HIWORD of GetModuleHandle (hFirstModule).
532         * [loader/ne/segment.c]
533         Wine forgot to set some NE_SEGFLAGS_*.
534         Combined with another loader change, this fixed the
535         "BLINKER -- error in loading module" or ghost MessageBox problem
536         that about 1% of all Windows programs have.
537         Some BLINKER programs still don't work, though.
538         But I'm working on it, with great help from Blinkinc.
540         * [loader/task.c]
541         InitTask needs to decrement the SP register by two as Win95 does.
543 Sun Aug  9 02:41:28 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
545         * [if1632/kernel.spec] [relay32/kernel32.spec] [scheduler/syslevel.c]
546           [loader/main.c] [win32/ordinals.c] [include/syslevel.h] 
547           [scheduler/Makefile.in]
548         Implemented Win95 'syslevel' routines (including Win16Lock).
550         * [if1632/relay.c] [if1632/thunk.c] [tools/build.c] [loader/task.c]
551           [loader/ne/segment.c] [win32/kernel32.c] [memory/selector.c]
552           [include/stackframe.h] [include/thread.h]
553         16-bit %fs handling revised.  Use Win16Lock where appropriate.
555         * [include/thread.h] [scheduler/synchro.c] [windows/message.c] 
556           [windows/queue.c] [win32/process.c]
557         Implemented MsgWaitForMultipleObjects.
559         * [files/change.c] [files/Makefile.in] [scheduler/k32obj.c] 
560           [win32/newfns.c]
561         Implemented (dummy) file change notification objects.
563         * [debugger/dbg.y] [scheduler/process.c] [scheduler/thread.c]
564           [include/process.h] [include/thread.h]
565         Suspend all threads except current when hitting debugger break point.
567         * [objects/dib.c]
568         Bugfix for CreateDIBSection.
570 Sat Aug  8 19:11:46 1998  Marcus Meissner <marcus@jet.franken.de>
572         * [*/*]
573         Added some missing WINAPI and some missing prototypes for
574         functions.
576         * [controls/static.c]
577         Got rid of the MODULE32_LookupHMODULE error showing up for every
578         message box.
580         * [windows/winproc.c]
581         WM_NOTIFY 16->32 mapping (AOL Instant Messenger or however it is called).
583         * [misc/winsock.c]
584         hostent/servent/protoent should not use the same static buffers.
585         (has broken nt3.15 finger.exe which does hp=gethostbyname(), then
586         getservbyname("finger","tcp") and the references hp->h_addr_list[0]).
588 Sat Aug  8 13:21:24 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
590         * [include/server.h] [tools/make_requests] [server/request.c]
591           [server/trace.c]
592         Automated part of the client/server request code generation.
593         Added tracing of client/server communication.
595         * [scheduler/*.c] [server/process.c]
596         Added support for server-side handles.
598         * [scheduler/thread.c]
599         Added DLL_THREAD_ATTACH/DETACH notifications.
601         * [configure.in]
602         Added check for -lsocket.
604         * [windows/winproc.c]
605         Return the thunk address in WINPROC_GetProc if the function types
606         don't match.
608 Sat Aug  8 02:44:04 1998  Douglas Ridgway  <ridgway@winehq.com>
610         * [windows/winproc.c][windows/win.c][windows/message.c]  
611         Documentation for CallWindowProc, SetWindowLong, DispatchMessage,
612         WaitMessage, GetMessage, and PeekMessage.
614 Sat Aug  8 01:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
616         * [controls/commctrl.c][controls/widgets.c][include/builtin32.h]
617           [include/commctrl.h][relay32/builtin32.c][relay32/comctl32.spec]
618           [tools/build.c] [relay32/shell32.spec]
619         Added the functionality of the LibMain function. The common 
620         controls are properly initialized now.
622         * [controls/treeview.c][memory/atom.c][scheduler/thread.c][windows/class.c]
623           [windows/msgbox.c][windows/win.c]
624         Put TRACE in, put SetLastError() in.
626         * [include/interfaces.h]
627         Added IClassFactory::LockServer.
629         * [include/ole2.h]
630         Added struct for LPOLEMENUGROUPWIDTHS32, HOLEMENU32.
632         * [include/shell.h][include/shlobj.h][misc/shell.c][ole/folders.c]
633         Reorganized and many structs and classes (IShellBrowser,IShellView)
634         added. shell32.dll should work in many cases now.
635         Started SHGetFileInfoA implementeation, rewrote SHGetPathFromIDList32A.
636         New Shell32LibMain started ShellIconCache Implementation.
638         * [misc/shellord.c]
639         Rewrote ILCombine, ILGetSize
640         New stubs SHFind_InitMenuPopup, FileMenu_Create, ShellExecuteEx,
641         SHSetInstanceExplorer, SHGetInstanceExplorer, SHFreeUnusedLibraries.
643         * [include/winerror.h]
644         Class and window related error codes added.
646         * [memory/heap.c]
647         Changed lstrlen32A to strlen to get rid of milions of TRACE lines.
649         * [misc/ddeml.c]
650         First lines for DdeCreateStringHandle32A / DdeFreeStringHandle32.
652         * [misc/network.c][relay32/mpr.spec]
653         Fixed some bugs, changed ordinals.
655         * [windows/class.c]
656         Workarounds for incorrect hInstance handling. Fixes parts of
657         MSWord95/Excel95 and Money95.
659 Thu Aug  6 21:05:35 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
661         * [windows/nonclient.c][misc/tweak.c][include/tweak.h]
662           [documentation/win95look]
663         Removed some tweak variables. They are no longer needed.
665         * [files/dos_fs.c]
666         Added check for null pointer in DOSFS_GetDevice().
668         * [controls/tooltips.c][include/commctrl.h]
669         Improved tooltips.
671         * [controls/status.c][include/commctrl.h]
672         Cleaned up code and added tooltip support.
674         * [controls/toolbar.c][include/commctrl.h]
675         Added tooltip support.
677         * [documentation/common_controls]
678         Updated.
680 Thu Aug  6 00:05:22 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
682         * [include/ver.h] [misc/ver.c]
683         Write VIF_BUFFTOOSMALL, not VIF_BUFTOSMALL.
685         * [debugger/hash.c] [debugger/stabs.c]
686         Make debug output more friendly for posting.
688         * [files/file.c]
689         Partial implementation of OF_SHARE_EXCLUSIVE.
690         Needed for Quicklogic/QuickChip (InstallShield).
692         * [files/profile.c]
693         When a cached-only entry is found, return it.
695         * [graphics/x11drv/xfont.c]
696         Accept a space as delimiter for a fontname and inhibit overrun
697         (Make xplasim.ex from the Phillips Coolrunner CPLD suite proceed).
699         * [miscemu/main.c]
700         Delay setting IF1632_CallLargeStack after loading the executables.
701         Stops fpgaexp.exe from the Viewlogic FPGA suite from crashing when
702         showing the Blinker error Message Box.
704         * [misc/network.c]
705         Make WNetGetConnection16 recognise a CDROM as a local drive.
707         * [multimedia/mmsystem.c]
708         Preliminary check for MCI_ALL_DEVICE_ID in MCI_Close by a FIXME.
711 Tue Aug 4 21:15:23 1998  James Juran <jrj120@psu.edu>
713         * [ole/ole2nls.c]
714         Fixed bug in CompareString32A.  strcmp() doesn't necessarily
715         return -1, 0, or 1, which the previous code depended on.
716         Changed name of is_punctuation to OLE2NLS_isPunctuation.
717         Made NORM_IGNOREWIDTH not print a FIXME message in 
718         LCMapString32A.
719         Other debugging messages, documentation, and code cleanups.
721         * [objects/font.c] [relay32/gdi32.spec] [include/winerror.h]
722         Added stub for GetFontData32, and added GDI_ERROR constant 
723         to winerror.h.
725 Tue Aug  4 07:44:43 1998  Ove Kaaven <ovek@arcticnet.no>
727         * [multimedia/mmio.c]
728         Implemented mmioSetBuffer, mmioAdvance, mmioAscend, and
729         mmioCreateChunk to the best of my knowledge. But watch out,
730         there's bound to be bugs in there...
732         * [include/mmsystem.h] [multimedia/mmsystem.c]
733         Hacked in support for 32-bit multimedia function callbacks.
735         * [AUTHORS] [misc/shell.c]
736         Selfishly credited my authorship. Hopefully I'm excused.
738         * [include/dosexe.h] [include/module.h] [loader/dos/*]
739           [loader/module.c] [loader/task.c] [Makefile.in]
740           [configure.in] [Makefile.in]
741         Added DOS EXE (MZ) loader and virtual machine. Task
742         structure integration thanks to Ulrich Weigand.
744         * [files/dos_fs.c]
745         Work around a null pointer dereference if ioctlGetDeviceInfo-ing
746         a FILE_DupUnixHandle'd file (i.e. GetStdHandle'd).
748         * [include/miscemu.h] [include/winnt.h] [loader/main.c]
749           [memory/global.c] [msdos/dpmi.c] [msdos/dosmem.c]
750         Added support for DOS memory images, and added
751         DOSMEM_ResizeBlock() and DOSMEM_Available().
753         * [msdos/int21.c]
754         Added support for the DOS virtual machine, tweaked handle
755         assignment to avoid stdio clashes, forced INT21_FindNext to exit
756         wildcardless searches after finding one entry, added AH=7, 8, 9,
757         C, 48, 49, 4A, and 7160 CL=1 (Get Short Filename), and made the
758         long filename calls only respond if running with with -winver
759         win95.
761         * [objects/cursoricon.c]
762         DestroyCursor32 and DestroyIcon32 should now free the objects
763         (hopefully) correctly.
765 Sun Aug  2 21:42:09 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
767         * [graphics/psdrv/*] [include/psdrv.h]
768         Added PPD file parsing - at the moment it reads a file called
769         default.ppd from the directory in which you start Wine. Page sizes
770         other than A4 should now work (landscape may not). All fonts that are
771         present on your printer (according to the PPD) should be available,
772         providing you have the AFM files. Fonts should now be the correct size.
773         Graphics is still basically lines only. See graphics/psdrv/README .
775         * [misc/printdrv.c]
776         Yet more Drv[Get/Set]PrinterData fixes.
778 Fri Jul 31 21:33:22 1998  Per Lindström <pelinstr@algonet.se>
780         * [relay32/crtdll.spec] [misc/crtdll.c]
781         Added stub for freopen, _findfirst, _findnext, _fstat and _read.
783         * [files/directory.c]
784         Modified warning message.
786 Wed Jul 29 11:25:28 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
788         * [objects/font.c]
789         Added stub for GetFontData.
791         * [multimedia/msvideo.c]
792         Created this file to hold the msvideo.dll calls (and maybe also
793         msvfw32.dll). 
795         * [objects/cursoricon.c]
796         Added search in Global Heap for cursor when trying to destroy it
797         with DestroyCursor16. This test should be done in many (all?)
798         other functions that use FreeResource.
800         * [controls/treeview.c] [include/commctrl.h]
801         Minor correction in name and addition of many placeholders for TVM
802         messages in TREEVIEW_WindowProc.
804         * [msdos/dpmi.c]
805         Fixed a bug in DPMI_xrealloc where in a copy of a memory region
806         "A" of size "a" to a region "B" of size "b", "b" bytes were being
807         copied, instead of "a", as the new version does. This both
808         increases speed, as well as avoids segfaults.
810 ----------------------------------------------------------------------
811 Sat Jul 25 19:45:45 1998  Juergen Schmied <juergen.schmied@metronet.de>
813         * [include/shlobj.h][misc/shell.c][misc/shellord.c][ole/folders.c]
814         [shell32.spec]
815         Added SHFILEOPSTRUCT32[A|W] and constants, prototypes.
816         Implemented SHGetSpecialFolderLocation, SHGetPathFromIDList32[A].
817         Many IShellFolder, pidl, shell -related changes.
819         SHChangeNotifyRegister, SHChangeNotifyDeregister,
820         SHShellFolderView_Message, SHMapPIDLToSystemImageListIndex,
821         SHAddToRecentDocs32, SHFileOperation, SHChangeNotify, 
822         SHCreateShellFolderViewEx stubs.
824 Sat Jul 25 17:16:25 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
826         * [files/profile.c]
827         Fix return value of PROFILE_GetSection().
829 Fri Jul 24 22:45:19 1998  Ove Kaaven <ovek@isflak.arcticnet.no>
831         * [controls/edit.c]
832         Killed the modified flag on WM_SETTEXT. Eudora should no longer
833         bother asking whether you want to save an unchanged message.
835 Fri Jul 24 21:21:35 1998  Andreas Mohr <100.30936@germany.net>
837         * [controls/menu.c]
838         Fixed bug in GetMenuState32.
839         Doesn't fix Free Agent 32 :((
841         * [documentation/debugging]
842         Hints added.
844         * [files/dos_fs.c] [include/msdos.h] [msdos/int21.c]
845         Enhanced DOS device support.
847         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/rasapi16.spec]
848           [relay32/Makefile.in] [relay32/builtin32.c] [relay32/rasapi32.spec]
849         Added RASAPI16/32.DLL.
851         * [misc/aspi.c] [relay32/wnaspi32.spec]
852         Implemented GetASPI32SupportInfo.
854         * [multimedia/mmsystem.c]
855         Implemented mmTaskCreate.
857 Fri Jul 24 20:55:31 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
859         * [controls/toolbar.c]
860         Fixed some bugs and added new features.
862         * [controls/tooltips.c][include/tooltips.h]
863         Added more messages and started display code.
865         * [misc/shell.c][misc/shellord.c][relay32/shell.spec]
866         Fixed StrToOleStrN (SHELL32_79) and added OleStrToStrN (SHELL32_78).
867         Added some new stubs.
869         * [objects/cursoricon.c][misc/imagelist.c][include/windows.h]
870         Fixed GetIconInfo and removed the GetIconInfo hack from the
871         image list code.
873         * [controls/pager.c][include/pager.h][controls/treeview.c]
874           [include/treeview.h]
875         Added some messages.
877         * [misc/tweak.c][winows/nonclient.c][documentation/win95look]
878         Removed unused tweak variables.
880         * [documentation/common_controls]
881         Updated.
883 Fri Jul 24 18:36:32 1998  James Moody <013263m@dragon.acadiau.ca>
885         * [objects/font.c]
886         Fixed a bug in GetTextFace.
888 Fri Jul 24 17:09:33 1998  Marcus Meissner <marcus@jet.franken.de>
890         * [misc/commdlg.c]
891         Fixed stacksmashing bug due to invalid specified function
892         pointers.
894         * [files/dos_fs.c]
895         Small change in case handling... be able to create files with
896         uppercase in them (like Program Files/).
898         * [graphics/ddraw.c]
899         XF86DGA support made threadsafe, added more Xlib dependent stuff
900         (create Window using CreateWindow(), draw into it). xlib support
901         is not satisfying.
903         * [scheduler/critsection.c]
904         Don't recurse on HeapLock with semaphore id 0.
906         * [win32/user32.c][windows/message.c][windows/event.c]
907         Moved win32 *Message functions where they belong.
908         Removed some potential races between XPending and XNextEvent by
909         a bit more locking.
911 Fri Jul 24 13:58:19 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
913         * [loader/pe_image.c] [loader/ne/segment.c]
914         Use bogus pointer value instead of NULL for unresolved externals.
916         * [memory/selector.c]
917         Clear saved_fs on selector free.
919         * [msdos/cdrom.c] [configure.in]
920         Added check for linux/ucdrom.h.
922         * [scheduler/client.c] [server/socket.c]
923         Fix for missing struct cmsghdr.
924         Attempt to support msg_accrights fd passing (completely untested).
926         * [windows/event.c]
927         Do not grab the pointer in SetCapture (Win32 behavior).
929 Tue Jul 21 22:28:13 1998  James Juran  <jrj120@psu.edu>
931         * [Make.rules.in]
932         Changed $(MKDIR) macro to use -p option (make parent directories
933         if they don't already exist.  This fixes an error in 'make install'
934         if /usr/local/include doesn't already exist.
936 Tue Jul 21 13:37:04 Rein Klazes <rklazes@casema.net>
938         * [include/heap.h]
939         Replaced macro SEGPTR_GET by inline function to avoid *lots*
940         of wrong use of this macro.
942         * [relay32/comdlg32.spec]
943         Corrected GetSaveFileNameW entry.
945         * [relay32/advapi32.spec] [win32/advapi.c]
946           [relay32/ole32.spec] [ ole/moniker.c]
947         Added stubs for SetFileSecurity[AW] and CreateFileMoniker32
949         * [graphics/x11drv/graphics.c]
950         Finished implementation of bezier drawing code.
952 Tue Jul 21 11:00:51 1998  Claus Fischer <cfischer@td2cad.intel.com>
954         * [files/drive.c]
955         Remove label trailing blanks in GetVolumeInformation32A.
957         * [documentation/cdrom-labels]
958         Added documentation on how to find out a CD-ROM label.
960 Sun Jul 19 23:16:41 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
962         * [include/windows.h]
963         Added some DM_* and DISP_CHANGE_* flags.
965         * [relay32/user32.spec] [windows/user.c]
966         Added stub for ChangeDisplaySettingA.
968         * [ole/ole2nls.c]
969         is_punctuation: reuse information from another table.
971 Sun Jul 19 22:04:46 1998  Douglas Ridgway  <ridgway@winehq.com>
973         * [Make.rules.in]
974         Updated automatic documentation rules.
976         * [graphics/path.c] [misc/aspi.c] [misc/ntdll.c] [misc/winsock_dns.c]
977         [ole/ole2dsp.c] [relay32/user32.spec]
978         Comment format futzing to keep c2man happy.
980         * [documentation/README.documentation]
981         Updated description of automatic documentation.
983 Wed Jul 15 19:10:09 1998   Andrew M. Bishop <amb@gedanken.demon.co.uk>
985         * [files/profile.c]
986         Cache the 10 most recently used .ini files.
988 Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@chanae.alphanet.ch>
990         * [misc/commdlg.c]
991         Makes PrintDlg32A() return TRUE even if it is an empty
992         stub, so most programs are happy and run anyway instead of
993         aborting at startup.
995         * [graphics/x11drv/xfont.c]
996         Increased the maximum font families as (X11) font aliases
997         eated up a lot of families causing wine to stop reading fonts.
999 ----------------------------------------------------------------------
1000 Sun Jul 12 16:23:36 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1002         * [server/*] [scheduler/client.c] (new files)
1003           [scheduler/sysdeps.c] [scheduler/thread.c] [scheduler/process.c]
1004         Beginnings of client/server communication for inter-process
1005         synchronisation.
1007 Sat Jul 11 19:45:45 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1009         * [include/bitmap.h] [objects/bitmap.c] [objects/dib.c] 
1010           [objects/oembitmap.c]
1011         Speed up DIB section handling by using pre-allocated colormap and 
1012         XImage. Moved DIB section data out of general BITMAPOBJ structure.
1013         Bugfix: GetDIBits32 would overwrite one byte beyond bitmap data.
1015         * [if1632/shell.spec] [if1632/kernel.spec] [win32/kernel32.c]
1016         More verbose error message if ThunkConnect fails.
1017         Implemented KERNEL_475.
1019         * [files/profile.c] [ole/ole2nls.c]
1020         Minor bugfixes.
1022         * [if1632/builtin.c] [if1632/kernel.spec] [include/task.h]
1023           [loader/ne/module.c] [loader/task.c]
1024         Implemented KERNEL.THHOOK.
1026         * [if1632/wprocs.spec] [include/process.h] [msdos/dpmi.c] [msdos/vxd.c]
1027         Implemented Win32s VxD services (W32S.386).
1029 Sat Jul 11 17:52:23 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
1031         * [graphics/x11drv/xfont.c] [graphics/x11drv/text.c] 
1032           [include/x11font.h]
1033         Improve handling of rotated X11 fonts. Metrics/extents should now be
1034         correct. ExtTextOut should behave better (still doesn't handle lpDx).
1036         * [graphics/painting.c]
1037         DrawFocusRect32: Don't do anything if width or height are zero.
1039 Sat Jul 11 15:21:35 1998  Andreas Mohr <100.30936@germany.net>
1041         * [files/profile.c] [include/windows.h]
1042         The length arguments of *Profile*() need to be treated
1043         as UINTxx instead of INTxx.
1045         * [graphics/env.c] [graphics/win16drv/init.c] [include/print.h]
1046           [misc/printdrv.c]
1047         Many printer driver fixes/changes (many thanks go to Huw !).
1048         Most printers should work again ;)
1050         * [memory/atom.c]
1051         Fixed ATOM_AddAtom to store atoms exactly like Windows.
1053         * [*/*]
1054         Fixed misc compiler warnings.
1056 Fri Jul 10 15:58:36 1998  Marcus Meissner <marcus@jet.franken.de>
1058         * [files/drive.c]
1059         Fixed GetDriveType16 to return DRIVE_REMOTE again.
1061         * [loader/pe_image.c][loader/module.c]
1062         Look for modules that have the same modulename or the same
1063         filename (they sometimes differ).
1064         Fixed up fixup_imports, removed one of the loops.
1066         * [windows/winpos.c]
1067         Added some NULL ptr checks. Needs more.
1069         * [graphics/ddraw.c]
1070         Some stubs added.
1072         * [if1632/snoop.c]
1073         Updated, made WINELIB compatible.
1075 Fri Jul 10 04:39:56 1998  Douglas Ridgway  <ridgway@winehq.com>
1077         * [objects/enhmetafile.c] [relay32/gdi32.spec]
1078         Small tweaks for documentation system.
1080 Thu Jul  9 22:00:18 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
1082         * [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
1083         Fixed GetEffectiveClientRect, CreateToolbarEx and CreateMappedBitmap.
1084         Added stub for ShowHideMenuCtl. Added some documentation.
1086         * [documentation/common_controls]
1087         Added and updated some information.
1089         * [controls/toolbar.c][include/toolbar.h]
1090         Added string support.
1092         * [misc/shell.c][misc/shellord.c][relay32/shell.spec]
1093         Changed names of undocumented functions to their real names and
1094         fixed the export table.
1096         * [controls/imagelist.c][relay32/comctl32.spec]
1097         Added stub for ImageList_SetFilter.
1098         Fixed some minor bugs and typos.
1100         * [objects/font.c][include/windows.h][relay32/gdi32.spec]
1101         Added stubs for GetCharacterPlacement32[A/W].
1103         * [objects/region.c][relay32/gdi32.spec]
1104         Added stub for UNDOCUMENTED GetRandomRgn.
1106         * [controls/commctrl.c][controls/*.c][include/*.h]
1107         Added dummy listview, pager, rebar, tooltips, trackbar and
1108         treeview control. This keeps some programs from complaining.
1110 Thu Jul  9 11:23:58 1998  Rein Klazes <rklazes@casema.net>
1112         * [graphics/painting.c] [graphics/*/init.c]
1113           [graphics/x11drv/graphics.c] [relay32/gdi32.spec]
1114           [if1632/gdi.spec] [include/gdi.h] [include/x11drv.h]
1115         Implemented drawing bezier curves: PolyBezier16/32 and
1116         PolyBezierTo16/32.
1118         * [graphics/x11drv/graphics.c]
1119         Improved accuracy of several graphic routines, especially the
1120         drawing of pie's.
1122         * [include/windows.h] [misc/spy.c]
1123         Added 25 window messages related to programs based on MFC and/or OLE.
1125 Wed Jul  8 22:00:00 1998  James Juran  <jrj120@psu.edu>
1127         * [documentation/wine.man]
1128         Updated manpage.
1130         * [wine.ini]
1131         Added section for Win95Look=true (commented out by default).
1133 Wed Jul  8 06:23:19 1998  Matthew Becker <mbecker@glasscity.net>
1135         * [misc/registry.c]
1136         Fixed a crash in RegEnumValue32A when the dwType parameter is
1137         NULL.
1139         * [programs/regtest/regtest.c]
1140         Improved the printing of errors.
1142         * [misc/ntdll.c]
1143         Added stub for RtlFormatCurrentUserKeyPath.
1145         * [win32/console.c]
1146         Added stub for ScrollConsoleScreenBuffer.
1148 Mon Jul  6 16:41:47 1998  Per Lindström <pelinstr@algonet.se>
1150         * [include/windows.h] [relay32/kernel.spec] [win32/newfns.c]
1151         Added stubs for SleepEx and TerminateProcess.
1153         * [rc/README]
1154         Corrected a grammatical error.
1156 Mon Jul  3 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
1158         * [misc/shellord.c]
1159         Put some TRACE in.
1161         * [memory/string.c]
1162         Deleted unused variable in lstrcmpi32A.
1164         * [include/windows.h][memory/string.c]
1165         Added functions WideCharToLocal32 LocalToWideChar32 for
1166         OLE-strings
1168         * [include/shlobj.h][include/winerror.h][misc/shell.c]
1169           [ole/folders.c]
1170         Added definition of internal class pidlmgr.
1171         Changed definitions of EnumIDList, IShellFolder.
1172         Added some OLE error constants.
1173         Implemented EnumIDList, IShellFolder, IClassFactory,
1174         PidlMgr, SHELL32_DllGetClassObject, SHGetDesktopFolder,
1175         SHGetSpecialFolderLocation (half), SHGetPathFromIDList
1176         (!!This stuff is not finished yet!!)
1178         * [include/windows.h][misc/network][reley32/mpr.spec]
1179         Added stubs for WNetConnectionDialog32[A|W|API].
1180         Added struct LPCONNECTDLGSTRUCT32[A|W] and some constants.
1181         Added some SetLastError(WN_NO_NETWORK) to the stubs.
1182         Fixed bufferhandling in WNetCancelConnection
1183         Added stub for MultinetGetErrorText[A|W]
1185         * [ole/ole2nls.c]
1186         Rewrote GetTimeFormat32A.
1188 Fri Jul  3 10:27:30 1998  Michael Poole <poole+@andrew.cmu.edu>
1190         * [graphics/ddraw.c] [tsx11/X11_calls]
1191         Implement IDirectDrawPalette_GetEntries.
1192         Use CopyColormapAndFree to avoid erasing previously-set
1193         palette entries.
1195         * [graphics/ddraw.c] [include/ddraw.h]
1196           [tools/make_X11wrappers] [tsx11/X11_calls]
1197         Provide a preliminary, not-yet-working framework for doing
1198         DirectDraw via Xlib or XShm as well as DGA.
1200 Tue Jun 30 00:16:09 1998  Marcel Baur <mbaur@g26.ethz.ch>
1202         * [ole/nls/*.nls]
1203         Added remaining 22 locales (including arabic locales).
1205 ----------------------------------------------------------------------
1206 Sun Jun 28 18:37:02 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1208         * [if1632/signal.c] [miscemu/instr.c] [memory/virtual.c]
1209         Moved page-fault handling to INSTR_EmulateInstruction.
1211         * [scheduler/thread.c]
1212         Added locking and check for own thread in Suspend/ResumeThread.
1214 Sat Jun 27 21:25:21 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1216         * [objects/dib.c] [objects/bitmap.c] [objects/oembitmap.c] 
1217           [graphics/x11drv/bitblt.c] [include/bitmap.h]
1218         Improved DIB section handling using page fault handlers.
1219         (Note: This patch includes code contributed by Matthew J. Francis.)
1221         * [memory/virtual.c] [if1632/signal.c] [include/global.h]
1222         Page Fault handler support added.
1224         * [if1632/signal.c] [loader/signal.c] [tools/build.c] [misc/system.c]
1225           [misc/winsock_dns.c] [include/sig_context.h] [include/thread.h]
1226         16-bit %fs handling improved: Always preserve 16-bit %fs value,
1227         always restore 32-bit %fs value for signal handlers.
1229         * [if1632/thunk.c] [loader/module.c] [misc/callback.c] [windows/user.c]
1230           [loader/ne/resource.c] [include/callback.h] [include/module.h]
1231           [if1632/kernel.spec] [if1632/wprocs.spec]
1232         Resource Handler function pointer stored as 16-bit SEGPTR.
1234         * [loader/task.c] [windows/win.c] [windows/winpos.c] [if1632/user.spec]
1235           [if1632/kernel.spec] [loader/ne/module.c]
1236         Some minor incompatibilities fixed (Win32s relies on those):
1237         GetExePtr, IsWindow16 should set ES on return; WINPOS_SendNCCalcSize
1238         should cope with having the WINDOWPOS structure trashed;
1239         the OFSTRUCT in the NE module image should be placed *last*.
1241         * [include/windows.h]
1242         Missing prototype for FlushViewOfFile.
1244         * [loader/task.c]
1245         Bugfix: Command line should *not* start with a blank.
1246         
1247         * [loader/ne/segment.c]
1248         Bugfix: Fixups to offset 0 were never applied.
1250         * [misc/lstr.c]
1251         Use debugstr_a in OutputDebugString16.
1253         * [msdos/dpmi.c]
1254         Stub for int 31 BL=2f AX=7a20 (NetWare: Get VLM Call Address) added.
1256         * [msdos/int21.c]
1257         Stub for int 21 AX=440d CL=6f (get drive map information) added.
1259 Fri Jun 26 18:08:30 1998  Rein Klazes <rklazes@casema.net>
1261         * [windows/winpos.c]
1262         Fix small buglet that mixed up maximized and minimized windows.
1264         * [include/x11drv.h] [objects/dc.c] [graphics/x11drv/pen.c]
1265           [graphics/x11drv/graphics.c]
1266         Fix some bugs with lines joining styles. Draws rectangles
1267         with thick pens now correctly.
1269 Fri Jun 26 16:22:23 1998  James Juran <jrj120@psu.edu>
1271         * [misc/shell.c]
1272         Fixed bug I introduced last release in InternalExtractIcon.
1274         * [win32/file.c]
1275         Added documentation for CreateFile32A.
1277         * [documentation/wine.man]
1278         Updated manpage.        
1280         * [ChangeLog]
1281         Added my entry from last release.
1283 Fri Jun 26 13:33:30 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
1285         * [graphics/psdrv/*] [if1632/wineps.spec] [include/psdrv.h]
1286           [include/print.h] [objects/gdiobj.c]
1287         First stages of an internal Postscript driver. See
1288         graphics/psdrv/README . Should print text (badly) from win3.1 notepad,
1289         write and winword6.
1291         * [documentation/printing]
1292         Some notes on printing.
1294         * [controls/edit.c]
1295         Strip off WS_BORDER in WM_NCREATE, edit draws its own rectangle.
1296         EC_USEFONTINFO seems to be used as a left/right value for EM_SETMARGINS
1297         and not as an action as the docs say. This actually makes more sense.
1298         Scroll the caret back to zero after a WM_SETTEXT.
1300 Fri Jun 26 10:56:25 1998  Marcus Meissner <marcus@jet.franken.de>
1302         * [if1632/snoop.c]
1303         Added win16 inter-dll snooping.
1305         * [win32/ordinals.c]
1306         KERNEL_485 is GetProcessDword.
1308         * [include/xmalloc.h][include/bitmap.h][misc/xmalloc.c]
1309         Added xcalloc so we 0 initialize XImages. 
1310         Fixes/Hides the 'junk around MOPYFish'.
1312         * [misc/ntdll.c]
1313         Some stubs added.
1315 Thu Jun 25 15:22:43 1998  Adrian Harvey <adrian@select.com.au>
1317         * [scheduler/thread.c] 
1318         Implemented SuspendThread and ResumeThread.
1320 Thu Jun 25 00:55:03 1998  Peter Hunnisett <hunnise@nortel.ca>
1322         * [include/debug.h,dplay.h,dsound.h][multimedia/dsound.c,dplay.c]
1323           [relay32/dplayx.spec,dplay.spec][multimedia/Makefile.in]
1324           [documentation/status/directplay]
1325         Added preliminary support for DirectPlay & DirectPlayLobby. Moved the
1326         preliminary stubs put in the dsound files into two new files
1327         dplay.h and dplay.c.
1328         Added new debug channel (dplay) for this.
1329         Created new document to keep track of implementation.
1331         * [include/winioctl.h][win32/device.c]
1332         Added some framework in DeviceIoControl to, in the future, support
1333         the "builtin" windows dwIoControlCodes. Added new header file
1334         winioctl.h . 
1336         * [multimedia/mmsystem.c]
1337         Added slightly improved debugging information for PlaySound.
1339 Wed Jun 24 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de> 
1341         * [files/profile.c][graphics/x11drv/xfont.c][loader/module.c]
1342         Changed lstrcmpi32A to strcasecmp, lstrncmpi32A to strncasecmp,
1343         lstrcpy32A to strcpy, lstrlen32A to strlen, lstrcmp32A to strcmp
1344         because it's not necessary to support locale on such places.
1345         It causes a huge overhead and even fails sometimes 
1347         * [include/oleauto.h][include/winerror.h]
1348         Added some ole-related constants.
1350         * [misc/shell.c]
1351         SHELL32_DllGetClassObject, SHGetSpecialFolderLocation,
1352         SHGetPathFromIDList improved the stubs
1354         * [ole/folders.c]
1355         IShellFolder* functions rewrote the stubs so don't crash and give
1356         something sensible back, started implementation of.
1358         * [ole/typelib.c][relay32/oleaut32.spec]
1359         LoadTypeLib32, RegisterTypeLib stub.
1361         * [ole/ole2nls.c]
1362         Fixed a buffer overrun in CompareString32A.
1363         Test for a bad pointer in LCMapString32A (happens
1364         in winhlp32 while building a index for searching). 
1366         * [relay32/oleaut32.spec] [ole/typelib.c]
1367         Added stub for LoadTypeLib (ole32) to make excel95 happy.
1369 Tue Jun 23 22:47:09 1998  Alex Priem <alexp@sci.kun.nl>
1371         * [files/profile.c] [relay32/kernel32.spec]
1372         Added WritePrivateProfileStructA, GetPrivateProfileStructA,
1373         GetPrivateProfileSectionNames16.
1375 Tue Jun 23 01:34:43 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
1377         * [ole/ole2nls.c]
1378         GetStringTypeEx32A: Implemented CT_CTYPE2 and CT_CTYPE3 cases.
1379         LCMapString32A: Map final '\0' for '\0'-terminated strings.
1381         * [misc/shellord.c] [files/profile.c] [graphics/driver.c] 
1382           [loader/module.c] [msdos/int21.c] [windows/driver.c] [files/drive.c]
1383         Changed lstrcmpi32A -> strcasecmp.  Should be OK in these places.
1385 Sat Jun 20 23:40:00 1998  Bertho Stultiens <bertho@akhphd.au.dk>
1387         * [tools/wrc/]
1388         Wrc version 1.0.2 (20-Jun-1998). Please revert to 
1389         the file tools/wrc/CHANGES for details.
1391 Sat Jun 20 14:58:00 1998  Marcel Baur  <mbaur@g26.ethz.ch>
1393         * [ole/ole2nls.c] [ole/nls/*]
1394         Added the first 57 nls files, most are not yet complete.
1396 Wed Jun 17 11:16:54 1998  David Luyer <luyer@ucs.uwa.edu.au>
1398         * [relay32/relay386.c] [if1632/relay.c]
1399         Move debug_relay_(include|exclude)_list handling into
1400         seperate function RELAY_ShowDebugmsgsRelay().  Include
1401         checking of this for 16 bit calls (originally only
1402         32-bit calls).
1404         * [relay32/snoop.c] [misc/main.c]
1405         Add debug_snoop_(include|exclude)_list as per the relay stuff.
1406         Fix typo and add information on -debugmsg +/-relay=... in
1407         help on -debugmsg.  Refer to availability of snoop too.
1409 Tue Jun 10 22:00:18 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
1411         * [controls/header.c][include/header.h][include/commctrl.h]
1412         Added owner draw support.
1414         * [windows/nonclient.c][windows/sysmetics.c]
1415         Fixed menu bar height for Win95 look.
1416         Split NC_AdjustRect95() into NC_AdjustRectOuter95() and
1417         NC_AdjustRectInner95 to fix a menu bar bug.
1418         Improved Win95 look.
1420         * [controls/progress.c]
1421         Improved drawing code. Borders will be drawn by non-client code.
1423         * [controls/updown.c]
1424         Changed memory allocation and fixed some bugs.
1426         * [controls/toolbar.c]
1427         Fixed TB_BUTTONSTRUCTSIZE bug in MFC programs.
1428         Several improvements.
1430         * [misc/shell.c]
1431         Added stub for BrowseForFoldersA().
1433         * [misc/shellord.c]
1434         Added stub for SHELL32_147().
1436         * [controls/comctl32undoc.c]
1437         Minor changes.
1439         * [documentation/common_controls]
1440         New File: Documentation about development status, undocumented
1441         features and functions of the common controls.
1443 ----------------------------------------------------------------------
1444 Sun Jun 15 10:30:35 1998  Andreas Mohr <100.30936@germany.net>
1446         * [files/dos_fs.c] [files/file.c] [if1632/wprocs.spec]
1447           [misc/aspi.c]
1448         Added support for scanners that need Adaptec's ASPI2DOS.
1450         * [graphics/env.c] [misc/printerdrv.c] [graphics/win16drv/init.c]
1451           [if1632/gdi.spec] [include/gdi.h]
1452         Enhanced printer support (especially Win95):
1453         Drv[GS]etPrinterData, [GS]etEnvironment; added AbortProc handling.
1455         * [misc/tapi32.c] [relay32/tapi32.spec]
1456         Added some stubs.
1458         * [configure.in] [graphics/fontengine.c] [include/windows.h]
1459           [misc/comm.c] [misc/w32skrnl.c] [misc/win32s16.c]
1460         Made Wine compile on HP-UX (just for fun ;)
1462         * [controls/menu.c] [include/windows.h]
1463         Complete rewrite of EnableMenuItem32.
1464         Free Agent 32 still doesn't work :(
1466         * [misc/version.c] [if1632/kernel.spec] [include/winbase.h]
1467         Implemented GetVersionEx16.
1469         * [misc/network.c] [if1632/user.spec]
1470         Fixed arguments of WNetGetPropertyText.
1472         * [misc/version.c] [relay32/comctl32.spec] [relay32/oleaut32.spec]
1473         Implemented COMCTL32_DllGetVersion, OaBuildVersion.
1475         * [win32/file.c]
1476         Fixed UNC handling of CreateFile32.
1478 Sat Jun 13 22:35:12 1998  Douglas Ridgway  <ridgway@winehq.com>
1480         * [Makefile.in] [Make.rules.in]
1481         Added pattern for CVS merge files to 'make clean'
1483         * [ole/olecli.c] [windows/scroll.c] [windows/grahics.c]
1484         Add some DC handle unlocking. (When hdc's are always unlocked,
1485         they can be made moveable.)
1487         * [documentation/wine.texinfo] 
1488         Started a Wine Design chapter with discussion of 
1489         graphics driver model.
1491 Sat Jun 13 11:19:25 1998  David Luyer <luyer@ucs.uwa.edu.au>
1493         * [misc/main.c] [relay32/relay386.c]
1494         Added new option -debugmsg +relay=.... or -debugmsg -relay=...
1496 Fri Jun 12 22:56:09 1998  Marcus Meissner <marcus@jet.franken.de>
1498         * [relay32/snoop.c][relay32/builtin.c][loader/pe_image.c]
1499         Added inter win32 dll snooping. Use -debugmsg +snoop.
1500         Number of arguments and string references are autodetected.
1501         Some small bugfixes in the PE loader.
1503         * [misc/system.c]
1504         Disabled SystemTimers. They do not work with the current
1505         %fs handling in the 32->16 relaycode. (helps labview)
1507         * [msdos/dpmi.c][msdos/int2f.c][files/drive.c]
1508         Added a monoton linear increasing memory allocator for DPMI (required
1509         for LabView, HAFAS, ...)
1510         mscdex handling in emulated realmode interrupts (for mcicda.drv)
1511         allocate logical drives only once. (helps Myst)
1513         * [files/profile.c]
1514         Handle ^Z as space. Found on CDROMS (helps Myst Installer).
1516         * [multimedia/mmio.c]
1517         mmio* partially updated to win32. No funny additions.
1519         * [windows/driver.c]
1520         Added win32 driver handling (will be used for win32 multimedia/
1521         msvideo drivers).
1523         * [win32/device.c]
1524         Added device handling (K32OBJ_DEVICE_IOCTL). Implemented 
1525         VTDAPI.5 (used by win95' WINMM.timeGetTime())
1527 Fri Jun 12 18:01:18 1998 Rein Klazes <rklazes@casema.net>
1529         * [ole/compobj.c relay32/ole32.spec]
1530         Add a stub for CoLockObjectExternal32.
1532         * [objects/clipping.c]
1533         Fix in IntersectClipRect(), when there is no initial clipping
1534         region.
1536         * [graphics/x11drv/graphics.c]
1537         Corrected several "one-off" errors for the Ellipse, Rectangle
1538         and RoundRectangle (especially small ones) draw routines. 
1539         Arc and friends still have to be done.
1541 Fri Jun 12 06:23:19 1998  Matthew Becker <mbecker@glasscity.net>
1543         * [misc/ntdll.c]
1544         Fixed some of the parameter counts.
1546         * [misc/registry.c]
1547         General cleanup, documentation.
1548         Standard keys are allowed to be 'closed' and succeed.
1550         * [misc/shell.c]
1551         Check for correct return values from Reg* functions.
1553         * [win32/newfns.c]
1554         Added stubs for OpenDesktopA, SetThreadDesktop, and
1555         SetUserObjectInformationA.
1557 Wed Jun 10  20:28:08 1998  James Juran  <jrj120@psu.edu>
1559         * [debugger/break.c]
1560         Fixed bug introduced in 980503 that broke the -debug command 
1561         line option for PE executable files.
1563         * [configure.in] [include/acconfig.h] [include/debugtools.h]
1564           [documentation/debug-msgs]
1565         Added 'configure' options to compile out debugging messages.
1566         Use --disable-debug to disable all debugging messages, and
1567         --disable-trace to just disable TRACE messages.  This results
1568         in a stripped executable that is 15-20% smaller.  This option
1569         is very much untested--don't expect it to work.
1571         * [documentation/debug-msgs] [documentation/debugging]
1572         Minor updates.
1574         * [*/*.c]
1575         Fixed some compile warnings.  This also includes the
1576         compile_warnings_trivial patch from WineHQ.
1578 Tue Jun 10 22:00:18 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
1580         * [windows/sysmetrics.c][include/sysmetrics.h]
1581         Fixed some Win95 values.
1583         * [windows/nonclient.c][include/windows.h]
1584         Fixed some Win95 drawing bugs.
1585         Added extended window style flags (WS_EX_xxx).
1587         * [misc/printdrv.c][relay32/winspool.spec]
1588         Added stubs for DeletePrinterDriver32A, DeleteMonitor32A
1589         and DeletePort32A.
1591         * [windows/mdi.c][include/windows.h][relay32/user32.spec]
1592         Added stubs for CascadeWindows and TileWindows.
1594         * [controls/toolbar.c][include/toolbar.h]
1595         Fixed a few bugs and implemented new features.
1597         * [misc/shellord.c][relay32/shell32.spec]
1598         Added stubs for SHELL32_60, SHELL32_61 and SHELL32_184.
1600         * [controls/comctl32undoc.c][relay32/comctl32.spec]
1601         New file comctl32undoc.c. Contains undocumented functions
1602         of COMCTL32.DLL. These functions are needed to run EXPLORER.EXE
1603         IEXPLORE.EXE and TASKMAN.EXE.
1605         * [controls/status.c]
1606         Added text alignment.
1608 Tue Jun  8 22:00:00 1998  Bertho Stultiens <bertho@akhphd.au.dk>
1610         * [programs/*/Makefile.in]
1611         Changed the rules to use wrc as resource compiler but
1612         passing the source through gcc first for macro expansion.
1614         * [programs/*/*.rc]
1615         Added #include "windows.h" for the resource compiler in the
1616         appropriate files.
1618         * [tools/wrc/wrc.[ch]] [tools/wrc/writeres.c]
1619         Added commandline option -A for autoregister code.
1620         Corrected the underscore problem by checking the proper define
1621         from config.h.
1623 Sun Jun  7 22:09:29 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
1625         * [ole/ole2nls.c] [memory/string.c]
1626         Improved LCMapString32A, and changed CompareString32A,
1627         lstrcmp, lstrcmpi to use it.
1629 Sat Jun  6 19:00:50 1998  Martin Strömberg <ams@ludd.luth.se>
1631         * [include/winnt.h]
1632         Added typedefs for security and tokens.
1634 Sat Jun  6 12:26:31 1998  Morten Welinder  <terra@diku.dk>
1636         * [objects/text.c]
1637         Use debugstr_an in DrawText16.
1639         * [loader/resource.c]
1640         Use debugres_w in FindResourceEx32W.  Avoid crashing during
1641         debug when wm is NULL.
1643         * [if1632/relay.c]
1644         In RELAY_DebugCallTo16, send output to the right place and
1645         avoid side effects in macro arguments.
1647 Wed Jun  3 20:56:03 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
1649         * [controls/scroll.c] [windows/nonclient.c]
1650         Fix several off by one errors in scrollbar painting.
1652 Tue Jun  2 23:58:59 1998  Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
1654         * [graphics/dsound.c]
1655         Rewrote mixer code to handle panning and volume for 16->16, 16->8,
1656         8->16, and 8->8 bit mixes.  Conforms to DirectX's "logarithmic
1657         hearing scale" as specified in M$VC docs.  Still does not handle
1658         mixing of different frequencies (I am still working on that). 
1659         Tested 16->16 extensively with StarCraft.  Other mixing combinations
1660         untested but should work fine.  Still kind of a work in progress,
1661         so be warned.
1663 Tue Jun  2 03:31:33 1998  Alexander V. Lukyanov <lav@long.yar.ru>
1665         * [tools/wrc/utils.c]
1666         dup_basename: fix to strip directory.
1668 Mon Jun  1 20:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
1670         * [include/windows.h] [objects/cursoricon.c] [relay32/user32.spec]
1671         Added stubs LoadCursorFromFileW and LoadCursorFromFileA.
1673 ----------------------------------------------------------------------
1674 Sun May 31 13:40:13 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1676         * [if1632/signal.c]
1677         Added display of exception name.
1679         * [loader/task.c]
1680         Yet another attempt at fixing SwitchStackTo/SwitchStackBack.
1682         * [memory/selector.c] [relay32/builtin32.c] [tools/build.c]
1683           [win32/kernel32.c]
1684         Generate an assembly stub for Win32 register functions to make
1685         their names available at link time.
1687         * [programs/*/Makefile.in]
1688         Added hacks to support old resource compiler.
1690 Fri May 29 16:27:14 1998  Marcus Meissner <marcus@jet.franken.de>
1692         * [tools/testrun]
1693         Merge of my testscripts at home into one single perl program
1694         (tested with perl5). Works only on Linux due to 'ps' and 'ipcs'
1695         magic.
1697         * [controls/menu.c]
1698         Added some DefaultMenuItem stubs.
1700         * [debugger/stabs.c]
1701         Fixed stabs loading, now supports (int,int) typeinfo format used
1702         by gcc-2.8 and egcs-1. If it still crashes, please mail me.
1704         * [if1632/][relay32/]
1705         Added msvideo.dll (stubs only)
1706         Replaced some ptr by str for stringcases
1707         Added some new stubs (VxDCall, FindCloseNotif....)
1709         * [misc/network.c]
1710         Some argument fixes.
1712         * [misc/registry.c][misc/cpu.c]
1713         Registry initialization partially rewritten and enhanced.
1715         * [scheduler/*.c]
1716         Some additions so we don't do kill(0,SIGUSR1) (kill processgroup
1717         instead of targeted thread)
1718         Added SetThreadContext.
1720 Thu May 28 23:59:59 1998  Bertho Stultiens <bertho@akhphd.au.dk>
1722         * [tools/wrc/*]
1723         New resource compiler version 1.0.0 (28-May-1998)
1725         * [Make.rules.in] [Makefile.in]
1726         Changed and added rc rules to point to tools/wrc/wrc.
1728         * [configure.in] [include/config.h.in]
1729         Added check for function 'stricmp'.
1731         * [include/resource.h]
1732         Commented out the old resource structure to catch references.
1733         It also includes wrc_rsc.h.
1735         * [include/wrc_rsc.h]
1736         New file. Definitions for the resources generated with wrc.
1738         * [include/windows.h]
1739         Added #ifdef RC_INVOKED to exclude stdarg.h.
1740         Added SS_NOTIFY flag.
1742         * [include/winnls.h]
1743         Added SUBLANG_* definitions and corrected some defaults.
1745         * [loader/libres.c]
1746         Changed the sysres load functions to support wrc generated
1747         resources.
1749         * [resource/sysres_*.rc]
1750         Added #include <windows.h>
1752         * [resource/sysres.c]
1753         Changed declarations to match wrc's output
1755         * [resource/Makefile.in]
1756         Changed rules to work with wrc.
1758         * [tools/makedep.c]
1759         Changed generation of .rc file dependencies to .s target.
1761 Thu May 28 22:28:39 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
1763         * [files/file.c][include/windows.c][relay32/kernel32.spec]
1764         Implemented GetFileAttributesEx32A/W.
1766         * [misc/imagelist.h][include/commctrl.h][relay32/comctl32.spec]
1767         Added ImageList_Read and ImageList_Write stubs.
1768         Added ImageList_AddIcon function.
1769         Added ImageList_LoadImage. It is the same as ImageList_LoadImage32A.
1771         * [controls/header.c]
1772         Fixed bitmap drawing bug.
1773         Added full bitmap support.
1775         * [include/commctrl.h]
1776         Added missing header macros.
1778         * [controls/toolbar.c][include/toolbar.h][include/commctrl.h]
1779           [controls/commctrl.c] [relay32/comctl32.spec]
1780         First implementation of toolbar control.
1781         Implemented CreateToolbar, CreateToolbarEx and CreateMappedBitmap.
1783         * [controls/progress.c][controls/status.c]
1784         Some code cleanup.
1786         * [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
1787         Removed CreateStatusWindow16 and DrawStatusText16.
1788         CreateStatusWindow is the same as CreateStatusWindow32A.
1789         DrawStatusText is the same as DrawStatusText32A.
1791 Thu May 28 16:01:28 1998  Matthew J. Francis  <asbel@dial.pipex.com>
1793         * [objects/bitmap.c] [objects/bitmap.h] [objects/oembitmap.c]
1794           [objects/dc.c] [graphics/x11drv/bitblt.c]
1795         Added partial implementation of CreateDIBSection, with great thanks
1796         to Ulrich Weigand <weigand@informatik.uni-erlangen.de> for
1797         contributing the bulk of the patch.
1799 Wed May 27 19:04:31 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1801         * [win32/kernel32.c] [if1632/thunk.c] [include/flatthunk.h]
1802         ThunkConnect16 and related functions moved to emulator.
1804         * [loader/ne/segment.c]
1805         Call DllEntryPoint with correct arguments.
1807         * [relay32/builtin32.c]
1808         Bugfix: Relay debugging did not work for multiple processes.
1810         * [controls/menu.c]
1811         Bugfix: dwItemData was not set for MF_OWNERDRAW menus.
1813         * [if1632/relay.c] [relay32/relay386.c]
1814         Relay messages converted to use DPRINTF.
1816         * [controls/desktop.c] [relay32/user32.spec]
1817         Implemented PaintDesktop.
1819         * [files/profile.c] [if1632/kernel.spec] [misc/network.c]
1820           [misc/printdrv.c] [relay32/winspool.spec] 
1821           [win32/ordinals.c] [relay32/kernel32.spec]
1822         Some stubs added.
1824         * [relay32/mpr.spec]
1825         All ordinals were off by one.
1827 Tue May 26 13:32:57 1998  Bill Hawes <whawes@star.net>
1829         * [misc/lstr.c] [include/casemap.h] [tools/unimap.pl]
1830         Added Unicode case conversion routines towupper/towlower,
1831         with mapping tables casemap.h created by tools/unimap.pl.
1833         * [misc/ntdll.c] [include/winnls.h] [relay32/ntdll.spec]
1834           [relay32/advapi.spec]
1835         Minimal implementation of IsTextUnicode, just enough to get
1836         NT4 notepad to open ascii/unicode files.
1838         * [Make.rules.in] [resources/sysres_En.rc]
1839         Added include file dlgs.h for building resource files, so that
1840         resources can refer to defined values (e.g. pshHelp).
1842         * [misc/crtdll.c] [relay32/crtdll.spec]
1843         Use towupper/towlower for 32W case conversions.
1845         * [memory/string.c]
1846         Use towupper for 32W case conversions.
1848         * [ole/ole2nls.c]
1849         Use towupper for 32W case conversions; fix mem leak; minor cleanup
1851         * [controls/edit.c]
1852         Added soft break flag to edit state. Print unknown action values
1853         for WM_VSCROLL (action 190 occurs when running NT4 notepad.)
1855 Mon May 25 22:42:40 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1857         * [files/file.c]
1858         Care for a pathological case in SetFilePointer.
1860         * [graphics/x11drv/xfont.c]
1861         Handle longer Font names in LFD_ComposeLFD and try to catch errors.
1863         * [loader/pe_image.c]
1864         Unload Dummymodule when PE_LoadLibraryEx32A fails with
1865         PE_LoadImage (makes Encarta 98 installer proceed).
1867         * [misc/registry.c]
1868         Move a check for a special case in RegCreateKeyEx32W after the
1869         check for existence.
1871 Tue May 25 20:18:26 1998  Matthew Becker <mbecker@glasscity.net>
1873         * [misc/ntdll.c]
1874         Added some stubs, just guessing at the size of their param lists.
1876         * [misc/registry.c]
1877         Added stubs for RegUnLoadKey, RegSetKeySecurity, RegSaveKey,
1878         RegRestoreKey, and RegReplaceKey
1880         * [programs/regtest/regtest.c]
1881         Updated registry testing program.
1883 Sun May 24 18:11:40 1998  Alex Priem <alexp@sci.kun.nl>
1885         * [file/profile.c]
1886         Added flag 'return_values' to PROFILE_GetSection.
1888 Sun May 24 13:41:10 1998  James Juran <jrj120@psu.edu>
1890         * [misc/shell.c] [files/directory.c]
1891         Documentation/debugging info additions.
1893         * [*/*.c] [include/*.h]
1894         Moved many extern function definitions to appropriate header files.
1895         Cleaned up a few compile warnings.
1896         If #include "debug.h" is present, removed #include <stdio.h>.
1897         debug.h includes stdio.h, so it is not necessary to include both.
1899         * [graphics/*.c] [if1632/signal.c] [ipc/*.c] [scheduler/*.c]
1900           [win32/*.c] [windows/*.c]
1901         Final patch to convert fprintf statements to new debugging interface.
1902         Some fprintfs are still left, especially in the debugger/ directory.
1903         However, IMHO, it's not worth the effort to change the rest.
1905 Fri May 22 21:58:35 1998  Morten Welinder  <terra@diku.dk>
1907         * [windows/keyboard.c]
1908         Correct handling of keys "`-=[]\;',./".
1910 Fri May 22 12:06:00 1998  Per Lindström <pelinstr@algonet.se>
1912         * [include/windows.h] [relay32/kernel32.spec] [win32/console.c]
1913         Added stub for ReadConsoleOutputCharacter32A.
1915 Thu May 21 16:45:48 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
1917         * [ole/ole2nls.c]
1918         Began better implementation of LCMapString32A.
1919         Not very well tested yet, and still need improvements.
1921         * [controls/scroll.c]
1922         Documented functions.
1924 Wed May 20 21:37:56 1998  Peter Hunnisett <hunnise@nortel.ca>
1926         * [include/windows.h][misc/main.c]
1927         Change SystemParameterInfo to support SPI_GETHIGHCONTRAST. Also
1928         include some missing SPI_ definitions.
1930         * [include/dsound.h][multimedia/dsound.c][relay32/dplayx.spec]
1931         Added stubs for DirectPlayLobbyCreate[AW]. Not sure if these
1932         should go into a new files dplayx.c? Anyone care?
1934         * [include/winnls.h]
1935         Added two missing flags for the CompareString32 functions.
1937 ----------------------------------------------------------------------
1938 Sun May 17 16:23:56 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1940         * [file/profile.c]
1941         Fix the return value of PROFILE_GetSection
1943         * [misc/crtdll.c]
1944         Do _getdrive, fix _chdrive.
1946         * [misc/commdlg.c]
1947         First cut at ChooseColor[WA].
1949         * [misc/network.c]
1950         Do something sensible for WNetGetDirectoryType16.
1952 Sun May 17 10:21:35 1998  Andreas Mohr <100.30936@germany.net>
1954         * [controls/menu.c]
1955         Fixed disabled sub menus with MF_BYPOSITION that were not disabled.
1957         * [misc/crtdll.c] [relay32/crtdll.spec] [include/winerror.h]
1958         Implemented fscanf, fsetpos, _access, _fpreset (thanks to Uwe Bonnes),
1959         and _ltoa. 
1961         * [loader/task.c]
1962         MakeProcInstance: must use CURRENT_DS if hInst == NULL.
1964         * [misc/shell.c]
1965         SHELL_GetResourceTable, InternalExtractIcon: fixed broken .ICO handling
1967         * [windows/winpos.c]
1968         DeferWindowPos: removed "same parent" requirement.
1969         Which doc states that this is required ?
1971 Sat May 16 20:08:11 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1973         * [loader/module.c] [loader/ne/module.c]
1974         More NE module cleanups.
1976         * [loader/task.c]
1977         Fixed SwitchStackBack().
1979 Fri May 15 10:04:27 1998  Marcus Meissner <marcus@jet.franken.de>
1981         * [configure.in][inlcude/acconfig.h]
1982         Fixed broken OSS check, added check for working sigaltstack,
1983         fixed broken statfs checks on some linux systems.
1985         * [files/directory.c][loader/pe_image.c][relay32/builtin.c]
1986           [loader/module.c]
1987         Added handling of win32 module pathnames.
1989         * [relay32/wnaspi32.spec]
1990         New file.
1992         * [misc/lzexpand.c]
1993         LZCopy auto-decompresses LZ compressed files, even if they are not
1994         specially flagged. Fixes some InstallShield problems.
1996         * [misc/registry.c]
1997         Some fixes for RegQueryInfoKey (reference program monkey.exe
1998         from Win32 SDK works now better). Probably still has faults.
2000 Fri May 15 08:58:58 1998  Martin Boehme <boehme@informatik.mu-luebeck.de>
2002         * [graphics/mapping.c] [include/dc.h] [include/gdi.h] [objects/dc.c]
2003         Reworked the way world transformations and mapping modes are handled
2004         so that both of these transformations can be computed in a single
2005         step.
2007         * [graphics/painting.c] [graphics/path.c] [include/path.h]
2008         More GDI path support.
2010         * [graphics/x11drv/graphics.c]
2011         Fixed the return value of GRAPH_DrawArc for the zero height /
2012         zero width case to reflect Windows' behaviour.
2014         * [include/windows.h] [relay32/gdi32.spec] [objects/dc.c]
2015         Implemented ModifyWorldTransform and CombineTransform.
2017 Tue May 14 18:03:46 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
2019         * [controls/commctrl.c][relay32/comctl32.spec]
2020           [controls/*.c][include/*.h]
2021         Implemented InitCommonControlsEx (dll version 4.72 compatible).
2022         InitCommonControls calls ImageCommonControlsEx.
2023         Registering code of the common controls had to be changed
2024         (see XXXX_Register functions).
2026         * [controls/status.c][include/commctrl.h][include/status.h]
2027         Implemented most new features and fixed the look and feel.
2029         * [contols/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
2030         Implemented MenuHelp (incomplete).
2032         * [controls/status.c][controls/progress.c]
2033         Changed allocation strategy for control specific memory.
2035         * [controls/header.c][include/header.h][include/commctrl.h]
2036         First implementation of header control.
2038         * [windows/defwnd.c][windows/syscolors.c]
2039         Fixed default control colors for Win95 look.
2041         * [windows/nonclient.c]
2042         Fixed off by one error for Win95 look. Top border of child windows
2043         should be visible.
2045         * [misc/imagelist.h]
2046         Improved documentation and fixed some bugs.
2048 Thu May 14 15:42:21 1998  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
2050         * [relay32/crtdll.spec]
2051         Added hypot,j0,j1,jn and ceil.
2053 Wed May 13 19:10:10 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
2055         * [controls/listbox.c]
2056         Item height is now exactly font height.
2057         Wine listboxes now behave like Windows' when they are 
2058         created without WS_VSCROLL but the program subsequently 
2059         calls ShowScrollBar or SetScrollInfo.
2061 Wed May 13 18:33:01 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2063         * [relay32/relay386.c]
2064         Restore ES also in the non-debug case.
2066         * [windows/event.c]
2067         Bugfix: Blocking TSXNextEvent could deadlock Wine.
2069         * [win32/process.c] [windows/message.c]
2070         Silly stubs for MsgWaitForMultipleObjects / PostThreadMessage
2071         that make some programs run better.
2073         * [windows/winproc.c]
2074         WINPROC_MapMsg32Ato16/16To32A: added WM_NOTIFY.  
2076         * [win32/kernel32.c]
2077         Added 16->32 thunking and improved 32->16 thunking functions.
2079         * [tools/build.c]
2080         Added new variant of CallFrom16 stub for use with Win95 thunks.
2082         * [if1632/kernel.spec] [if1632/builtin.c] [win32/kernel32.c]
2083         Added a few undocumented KERNEL functions.
2085         * [loader/ne/module.c] [loader/ne/segment.c]
2086         Call DllEntryPoint for 16-bit DLLs with subsystem >= 4.0.
2088         * [win32/kernel32.spec] [win32/wow32.spec] [win32/ordinals.c]
2089         Use names from the Oct 94 beta release for undoc. functions.
2091 Wed May 13 14:18:26 1998  Matthew Becker <mbecker@glasscity.net>
2093         * [misc/registry.c]
2094         Code cleanup.
2096         * [misc/cpu.c]
2097         Commented out the registry puts temporarily.
2099         * [programs/regtest/*]
2100         New registry testing program.
2102 Tue May 12 22:54:03 1998  Michael Mess <michael@kawo2.rwth-aachen.de>
2104         * [multimedia/audio.c]
2105         ioctl's do not commute in /dev/dsp initialization.
2107 Tue May 12 20:11:42 1998  Karl Garrison <karlos@eznet.net>
2109         * [win32/console.c]
2110         Implemented SetConsoleTextAttribute, FillConsoleOutputCharacter.
2111         Improved cursor positioning.
2112         This allows for text colors in an xterm, rxvt, or console.
2114 Tue May 12 17:57:52 1998  Petter Reinholdtsen <pere@td.org.uit.no>
2116         * [Makefile.in]
2117         Create prefix/{bin|lib} directories if missing during install.
2119 Sun May 10 19:37:51 1998  Jan Willamowius <jan@janhh.shnet.org>
2121         * [multimedia/mmio.c]
2122         Have mmioSetBuffer return success (0), so Corel Draw 4
2123         keeps working. (IO is still unbuffered)
2125 Wed May  6 16:57:55 1998  James Juran <jrj120@psu.edu>
2127         * [Makefile.in] [Make.rules.in]
2128         Changed "make clean" to remove `textedit` backup files (*%)
2130         * [controls/menu.c][graphics/x11drv/xfont.c][include/libres.h]
2131           [loader/main.c][loader/ne/module.c][scheduler/synchro.c]
2132           [win32/time.c][windows/winpos.c][include/windows.h]
2133         Fixed miscellaneous compilation warnings.
2135         * [misc/main.c][miscemu/main.c][include/main.h]
2136         Moved prototypes to new include file main.h, various cleanups.
2138 Tue May  5 21:05:06 1998  Morten Welinder  <terra@diku.dk>
2140         * [misc/winsock.c]
2141         Don't refer to __FreeBSD__ when HAVE_STRERROR is meant.
2143         * [misc/debugstr.c]
2144         For debug_dumpstrSend, send strings to stderr.
2146 Tue May  5 21:47:40 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2148         * [objects/region.c]
2149         Fix for REGION_RegionOp() if newReg is one of the source regions.
2151 Tue May  5 18:27:32 1998  Jim Peterson <jspeter@roanoke.infi.net>
2153         * [misc/main.c]
2154         Add '-h/-help' option and print WINE_RELEASE_INFO with usage message.
2156         * [misc/spy.c]
2157         Realign trace messages.
2159 Tue May  5 15:46:47 1998  Donnie V. Savage <dsavage@cisco.com>
2161         * [graphics/ddraw.c]
2162         Fixed compile warnings
2164         * [misc/winsock.c]
2165         Warnings should not be errors.
2167 Tue May  5 13:40:42 1998  Jim Peterson <jspeter@roanoke.infi.net>
2169         * [*/*]
2170         Remove many warnings through explicit casts, added #include's,
2171         and corrected printf formats.
2173 Tue May  5 05:18:12 1998  Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
2175         * [graphics/ddraw.c]
2176         Kept unchanged portion of old palette when changing only a few
2177         palette entries.  Really should only deallocate the changed cells.
2178         This make StarCraft work almost perfectly (sound overflows still
2179         cause static).
2181 Mon May  4 15:04:57 1998  Alexander V. Lukyanov <lav@long.yar.ru>
2183         * [misc/lstr.c]
2184         FormatMessage: terminate string on %0, undo linefeed strip.
2186 ----------------------------------------------------------------------
2187 Thu Apr 30 16:28:12 1998  James Juran <jrj120@psu.edu>
2189         * [scheduler/process.c]
2190         Implemented GetExitCodeProcess.  The code is a direct translation
2191         of GetExitCodeThread.
2193 Mon Apr 27 22:20:25 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2195         * [loader/pe_image.c]
2196         Unload dummy module when PE_LoadLibraryEx32A fails with
2197         PE_LoadImage (makes Encarta 98 installer proceed).
2199         * [files/drive.c]
2200         Make GetDriveType16 return DRIVE_REMOVABLE for TYPE_CDROM.
2201         Make GetCurrentDirectory32 behave like the code does and not
2202         like the help describes.
2204         * [files/profile.c]
2205         Revoke recent change in PROFILE_GetSection and try better 
2206         handling of special case.
2208         * [include/windows.h]
2209         Change definition of ACCEL32.
2211         * [misc/commdlg.c]
2212         Replace the GetXXXFilename32 macros by normal code.
2213         Fix two reported bugs in my changes to commdlg.
2215         * [windows/win.c]
2216         Add a hook to catch bogus WM_SIZE messages by emitting a warning
2217         in the appropriate case.
2219         * [objects/bitmap.c]
2220         Reject unreasonbable large size arguments in
2221         CreateCompatibleBitmap32 and add an fixme for that situation.
2223 Sun Apr 26 18:30:07 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
2225         * [include/ldt.h] [debugger/*.c] [miscemu/instr.c]
2226         Added IS_SELECTOR_SYSTEM and IS_SELECTOR_32BIT macros.
2227         Make instruction emulation support system selectors.
2229         * [loader/*.c]
2230         Started moving NE specific functions to the new loader/ne
2231         directory.
2233         * [memory/environ.c]
2234         Enforce the 127 chars limit only when creating the environment of
2235         a Win16 process.
2237 Sun Apr 26 12:22:23 1998  Andreas Mohr <100.30936@germany.net>
2239         * [files/file.c]
2240         Fixed an incredible typo in CopyFile32A that made it unusable
2241         since a rewrite in 970112 (!!).
2243         * [files/directory.c]
2244         Fixed GetTempPath32A/W to include trailing backslash.
2246         * [misc/ver.c]
2247         Make find_pe_resource "work" with corrupt files.
2249         * [misc/wsprintf.c]
2250         Altered WPRINTF_ParseFormatA/W to treat invalid format chars
2251         as normal output, too.
2253         * [msdos/dpmi.c]
2254         Implemented "Allocate/Free real mode callback" (0x0303/0x0304).
2255         Cross your fingers if you need to use it ;) (completely untested)
2256         Implemented "Call real mode proc with far return" (0x0301, tested).
2258         * [msdos/int21.c]
2259         Fixed ioctlGenericBlkDevReq/0x60.
2261         * [relay32/dplayx.spec] [relay32/builtin32.c] [relay32/Makefile.in]
2262         Added built-in DPLAYX.DLL. 
2264         * [windows/win.c]
2265         Fixed GetWindowWord()/GWW_HWNDPARENT to return the window's owner
2266         if it has no parent (SDK).
2268 Sat Apr 25 15:09:53 1998  M.T.Fortescue  <mark@mtfhpc.demon.co.uk>
2270         * [debugger/db_disasm.c]
2271         Fixed disassemble bug for no-display option and 'lock',
2272         'repne' and 'repe' prefixes.
2274         * [debugger/registers.c]
2275         Added textual flag description output on 'info regs'.
2277 Sat Apr 25 14:18:26 1998  Matthew Becker <mbecker@glasscity.net>
2279         * [*/*.c]
2280         Added stubs and/or documentation for the following functions: 
2281         LookupPrivilegeValue, OpenService, ControlService, RegGetKeySecurity, 
2282         StartService, SetComputerName, DeleteService, CloseServiceHandle, 
2283         OpenProcessToken, OpenSCManager, DeregisterEventSource, 
2284         WaitForDebugEvent, WaitForInputIdle, RegisterEventSource,
2285         SetDebugErrorLevel, SetConsoleCursorPosition, ChoosePixelFormat,
2286         SetPixelFormat, GetPixelFormat, DescribePixelFormat, SwapBuffers,
2287         PolyBezier, AbortPath, DestroyAcceleratorTable, HeapWalk,
2288         DdeInitialize, DdeUninitialize, DdeConnectList, DdeDisconnectList,
2289         DdeCreateStringHandle, DdePostAdvise, DdeGetData, DdeNameService,
2290         DdeGetLastError, WNetGetDirectoryType, EnumPrinters, RegFlushKey,
2291         RegGetKeySecurity, DllGetClassObject, DllCanUnloadNow, CreateBitmap,
2292         CreateCompatibleBitmap, CreateBitmapIndirect, GetBitmapBits,
2293         SetBitmapBits, LoadImage, CopyImage, LoadBitmap, DrawIcon,
2294         CreateDiscardableBitmap, SetDIBits, GetCharABCWidths, LoadTypeLib,
2295         SetConsoleCtrlHandler, CreateConsoleScreenBuffer, ReadConsoleInput,
2296         GetConsoleCursorInfo, SetConsoleCursorInfo, SetConsoleWindowInfo,
2297         SetConsoleTextAttribute, SetConsoleScreenBufferSize,
2298         FillConsoleOutputCharacter, FillConsoleOutputAttribute,
2299         CreateMailslot, GetMailslotInfo, GetCompressedFileSize,
2300         GetProcessWindowStation, GetThreadDesktop, SetDebugErrorLevel,
2301         WaitForDebugEvent, SetComputerName, CreateMDIWindow.
2303 Thu Apr 23 23:54:04 1998  Douglas Ridgway  <ridgway@winehq.com>
2305         * [include/windows.h] [objects/enhmetafile.c] [relay32/gdi32.spec]
2306         Implement CopyEnhMetaFile, Get/SetEnhMetaFileBits, other fixes.
2308         * [include/windows.h] [objects/metafile.c] [relay32/gdi32.spec]
2309         32-bit metafile fixes, implement EnumMetaFile32, GetMetaFileBitsEx.
2311         * [objects/font.c] [graphics/x11drv/xfont.c] [graphics/x11drv/text.c]
2312         Some rotated text support for X11R6 displays.
2314         * [win32/newfns.c] [ole/ole2nls.c]
2315         Moved GetNumberFormat32A.
2317 Wed Apr 22 17:38:20 1998  David Lee Lambert <lamber45@egr.msu.edu>
2319         * [ole/ole2nls.c] [misc/network.c]
2320         Changed some function documentation to the new style.
2322         * [misc/network.c] [include/windows.h] [if1632/user.spec]
2323           [relay32/mpr.spec] [misc/mpr.c]
2324         Added stubs for some Win32 network functions;  renamed some 
2325         16-bit ones with 32-bit counterparts,  as well as
2326         WNetGetDirectoryType;  moved the stubs in misc/mpr.c (three of
2327         them!) to misc/network.c.
2329         * [ole/compobj.c] [ole/storage.c] [ole/ole2disp.c] 
2330           [ole/ole2nls.c] [ole/folders.c] [ole/moniker.c] [ole/ole2.c]
2331           [graphics/fontengine.c] [graphics/ddraw.c] [graphics/env.c]
2332           [graphics/driver.c] [graphics/escape.c]
2333         Changed fprintf's to proper debug-macros.
2335         * [include/winnls.h]
2336         Added some flags (for internal use).
2338         * [ole/ole2nls.c] 
2339         Added the Unicode core function, and worked out a way to hide
2340         the commonality of the core.
2342         * [relay32/kernel32.spec]
2343         Added support for GetDate/Time32A/W.
2345 Wed Apr 22 09:16:03 1998  Gordon Chaffee  <chaffee@cs.berkeley.edu>
2347         * [win32/code_page.c]
2348         Fixed problem with MultiByteToWideChar that was introduced in
2349         last release.  Made MultiByteToWideChar more compatible with Win32.
2351         * [graphics/x11drv/graphics.c]
2352         Fixed problem with drawing arcs.
2354 Tue Apr 21 11:24:58 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
2356         *  [ole/ole2nls.c]
2357         Move stuff from 0x409 case to Lang_En. 
2359         *  [relay32/user32.spec] [windows/winpos.c]
2360         Added stubs for GetWindowRgn32 and SetWindowRgn32. Makes Office
2361         Paperclip happy.
2363 Tue Apr 21 11:16:16 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
2365         *  [loader/pe_image.c]
2366         If image is relocated, TLS addresses need to be adjusted.
2368         * [debugger/*.c]
2369         Generalized tests for 32-bit segments.
2371 Tue Apr 21 02:04:59 1998  James Juran  <jrj120@psu.edu>
2372         
2373         * [misc/*.c] [miscemu/*.c] [msdos/*.c] [if1632/*.c] 
2374           [include/*.h] [loader/*.c] [memory/*.c] [multimedia/*.c] 
2375           [objects/*.c]
2376         Almost all fprintf statements converted to appropriate 
2377         debug messages.
2379         * [README]
2380         Updated "GETTING MORE INFORMATION" section to include WineHQ.
2382         * [documentation/debugger]
2383         Fixed typo.
2385         * [windows/defwnd.c]
2386         Added function documentation.
2388 Sun Apr 19 16:30:58 1998  Marcus Meissner <marcus@mud.de>
2390         * [Make.rules.in]
2391         Added lint target (using lclint).
2393         * [relay32/oleaut32.spec][relay32/Makefile.in][ole/typelib.c]
2394           [ole/ole2disp.c]
2395         Added oleaut32 spec, added some SysString functions.
2397         * [if1632/signal.c]
2398         Added printing of faultaddress in Linux (using CR2 debug register).
2400         * [configure.in]
2401         Added <sys/types.h> for statfs checks.
2403         * [loader/*.c][debugger/break.c][debugger/hash.c]
2404         Started to split win32/win16 module handling, preparing support
2405         for other binary formats (like ELF).
2407 Sat Apr 18 10:07:41 1998  Rein Klazes <rklazes@casema.net>
2409         * [misc/registry.c]
2410         Fixed a bug that made RegQueryValuexxx returning
2411         incorrect registry values.
2413 Fri Apr 17 22:59:22 1998  Alexander V. Lukyanov <lav@long.yar.ru>
2415         * [misc/lstr.c]
2416         FormatMessage32*: remove linefeed when nolinefeed set;
2417         check for target underflow.
2419 Fri Apr 17 00:38:14 1998  Alexander V. Lukyanov <lav@long.yar.ru>
2421         * [misc/crtdll.c]
2422         Implement xlat_file_ptr for CRT stdin/stdout/stderr address
2423         translation.
2425 Wed Apr 15 20:43:56 1998  Jim Peterson <jspeter@birch.ee.vt.edu>
2427         * [controls/menu.c]
2428         Added 'odaction' parameter to MENU_DrawMenuItem() and redirected
2429         WM_DRAWITEM messages to GetWindow(hwnd,GW_OWNER).
2431 Tue Apr 14 16:17:55 1998  Berend Reitsma <berend@united-info.com>
2433         * [graphics/metafiledrv/init.c] [graphics/painting.c] 
2434           [graphics/win16drv/init.c] [graphics/x11drv/graphics.c]
2435           [graphics/x11drv/init.c] [include/gdi.h] [include/x11drv.h]
2436           [relay32/gdi32.spec]
2437         Added PolyPolyline routine.
2439         * [windows/winproc.c]
2440         Changed WINPROC_GetProc() to return proc instead of &(jmp proc).
2442 ----------------------------------------------------------------------
2443 Sun Apr 12 12:22:23 1997  Andreas Mohr <100.30936@germany.net>
2445         * [files/drive.c]
2446         Fixed "no free space" problem with partition sizes between 1 and 2 GB
2447         (cluster_sectors may not exceed 0x40).
2449         * [windows/msgbox.c] [if1632/user.spec] [include/windows.h]
2450         Implemented MessageBoxIndirect16, corrected MSGBOXPARAMS16.
2452         * [loader/task.c]
2453         DOS environment strings may never exceed 127 chars
2454         -> truncate Unix environment strings if necessary.
2456 Sun Apr 12 02:51:44 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
2458         * [files/*.c]
2459         All fprintf statements were converted to appropriate debug
2460         messages.
2462         * [tools/find_debug_channels]
2463         Updated comments at the beginning of the file.
2465 Sat Apr 11 15:27:21 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
2467         * [loader/module.c] [loader/task.c] [scheduler/process.c]
2468         Moved some code around to prepare the ground for CreateProcess().
2470         * [memory/environ.c] [loader/task.c]
2471         Moved Win32 environment strings functions to environ.c.
2472         Unified Win16 and Win32 environment management.
2474         * [scheduler/handle.c] [scheduler/k32obj.c] [scheduler/*.c]
2475         Implemented handle inheritance and DuplicateHandle().
2477         * [scheduler/thread.c]
2478         Create a 16-bit stack for all threads.
2480         * [windows/dialog.c]
2481         Implemented DIALOGEX resource format.
2483 Fri Apr 10 20:21:51 1998  Marcus Meissner <marcus@mud.de>
2485         * [configure.in][include/acconfig.h][*/*][multimedia/*]
2486         Cleaned up the OSS detection stuff, added some more checks for
2487         headerfiles/functions.
2488         Removed a lot of OS specific #ifdefs.
2489         Lots of dependend multimedia cleanups.
2491         * [loader/pe_image.c]
2492         Enhanced comment, added missing reference count increase.
2494         * [ole/compobj.c]
2495         Replaced broken StringFromGUID2 by working one.
2497         * [misc/winsock.c]
2498         SO_LINGER uses unsigned 16 bit in Win16 and Win32, but unsigned
2499         int (32bit) for UNIX.
2501         * [memory/global.c]
2502         Allow realloc for lockcount 1 too.
2504 Fri Apr 10 15:27:34 1998  Morten Welinder  <terra@diku.dk>
2506         * [graphics/x11drv/text.c]
2507         Handle control characters in trace.  Ignore terminating newline.
2509         * [multimedia/init.c]
2510         (MULTIMEDIA_Init): Correct allocations.
2512         * [tools/examine-relay]
2513         Tidy up.
2515         * [windows/syscolor.c]
2516         Change highlight colour from lightblue to lightgray.  This
2517         looks correct for menus.
2519 Fri Apr 10 01:49:58 1998  Douglas Ridgway  <ridgway@winehq.com>
2521         * [configure.in] [Make.rules.in]
2522         Add check for c2man before using it.
2524 Fri Apr 10 02:59:21 1998  Douglas Ridgway  <ridgway@winehq.com>
2526         * [DEVELOPERS-HINTS]
2527         Simple description of adding API calls.
2529         * [include/wintypes.h] [include/windows.h]
2530         Get rid of Winelib16, avoid declaring some illegal functions in
2531         Winelib, add prototypes for some enhanced metafile functions, fix
2532         GetTextExtentPoint32 declarations.
2534         * [relay32/gdi32.spec] [objects/enhmetafile.c]
2535         Cosmetic and functional improvements.
2537         * [include/wincon.h] [programs/view/*]
2538         Fixes, improved compatibility with native compilers.
2540 Thu Apr  9 15:48:49 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2542         * [win32/kernel32.c]
2543         Implemented FT_Thunk / FT_Prolog / FT_Exit / FT_PrologPrime.
2544         Fixed Common32ThkLS thunk function.
2546         * [tools/build.c] [relay32/relay386.c] [if1632/relay.c]
2547         Changed relay code to allow register functions to modify stack layout.
2549         * [memory/selector.c]
2550         Implemented AllocMappedBuffer / FreeMappedBuffer.
2552         * [relay32/kernel32.spec] [if1632/kernel.spec] [win32/ordinals.c]
2553         Added names for undocumented functions.
2555         * [loader/module.c]
2556         Bugfix: LoadLibrary16 should *not* silently load 32-bit DLL.
2558 Thu Apr  9 03:54:58 1998  Jim Peterson <jspeter@birch.ee.vt.edu>
2560         * [windows/keyboard.c]
2561         Fix an erroneous test in TranslateAccelerator{16,32} for the end
2562         of the accelerator table.
2564 Thu Apr  8 20:36:28 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> 
2566         * [misc/crtdll.c]
2567         Implement getenv.
2569         * [misc/commdlg.c]
2570         Make Get[Save/Open]FileName work in most situations.
2572         * [misc/lstr.c]
2573         Use wvsprintf32A instead of vsprintf in FormatMessage32X
2575         * [misc/version]
2576         Make NT3.50 a recognised version
2578         * [graphics/x11drv/graphics.c]
2579         Change the algorithme to draw arcs
2581         * [loader/resource.c]
2582         Return an empty buffer in LoadString32A if no resource found.
2584         * [win32/code_page.c]
2585         Try harder to get the right size in MultiByteToWideChar.
2587         * [win32/process.c]
2588         Call WinExec32 for CreateProcess32A.
2590         * [windows/user.c]
2591         Install default Int0 Handler in InitApp().
2593 Thu Apr  8 19:29:48 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
2595         * [misc/imagelist.c]
2596         Preliminary fix for drawing selected images.
2597         Various improvements.
2599         * [controls/progress.c][include/progress.c][include/commctrl.h]
2600         Added progress bar messages and styles for IE4.01 (dll version 4.72)
2601         compatibility.
2602         Fixed led size problem.
2604         * [controls/updown.c][include/commctrl.h]
2605         Added UDM_GETRANGE32 and UDM_SETRANGE32.
2607         * [objects/oembitmaps.c][include/windows.h][include/bitmaps/*]
2608         Added Win95 icons and fixed Win95 cursor and restore button bug.
2609         Now they should be visible. Sorry!!!
2611         * [relay32/comctl32.spec]
2612         Added most missing function names.
2614 Tue Apr  6 18:48:36 1998  Matthew Becker <mbecker@glasscity.net>
2616         * [objects/font.c] [if1632/gdi.spec]
2617         GetOutlineTextMetrics: stub
2619         * [objects/text.c]
2620         GetTextCharset should just call GetTextCharsetInfo.
2622         * [misc/mpr.c] [relay32/mpr.spec]
2623         WNetCachePassword: stub
2625         * [scheduler/thread.c] [relay32/user32.spec]
2626         AttachThreadInput: stub
2627         Updated documentation.
2629         * [objects/palette.c]
2630         Updated documentation.
2632 Tue Mar 31 17:06:30 1998  James Juran <jrj120@psu.edu>
2634         * [*/*.c]
2635         Finished fixing USER32 ordinal numbers in function documentation.
2637 Mon Mar 30 20:27:38 1998  Morten Welinder  <terra@diku.dk>
2639         * [misc/debugstr.c] [include/debugstr.h]
2640         Moved _dumpstr from relay32/relay386.c.  Improved control
2641         character handling.
2643         * [msdos/int21.c]
2644         Implement 215E00 -- get machine name.
2646         * [windows/winpos.c]
2647         SetWindowPos32: Make an extra sync when mapping managed
2648         windows.  This makes sure the reconfigure event has been
2649         handled.  See Mshearts' what's-your-name window.
2651 Mon Mar 30 01:13:50 1998  Alexander V. Lukyanov <lav@long.yar.ru>
2653         * [Makefile.in]
2654         Install includes from TOPSRCDIR.
2656 ----------------------------------------------------------------------
2657 Sun Mar 29 15:18:57 1998  Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de>
2659         * [msdos/int21.c]
2660         More verbose Trace messages
2662 Sun Mar 29 15:03:30 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
2664         * [loader/ne_image.c]
2665         Terminate relocation chains on 0 offset.
2667 Sun Mar 29 02:35:45 1998  James Juran  <jrj120@psu.edu>
2669         * [windows/caret.c] [windows/class.c] [windows/clipboard.c]
2670         Fixed more USER32 ordinal numbers in function documentation.
2672 Sat Mar 28 22:40:23 1997  Andreas Mohr <100.30936@germany.net>
2674         * [controls/desktop.c]
2675         Return 1 for WM_NCCREATE in DesktopWndProc.
2677         * [controls/menu.c]
2678         Fixed crash when destroying a top popup win that was only created
2679         but not shown.
2681         * [ole/typelib.c] [if1632/typelib.spec]
2682         Implemented OABuildVersion.
2684         * [windows/win.c]
2685         Finally fixed ugly bug in GetParent32 that affected window placement:
2686         Didn't return 0 for windows that have neither WS_POPUP nor
2687         WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;)
2689 Sat Mar 28 02:26:43 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
2691         * [DEVELOPERS-HINTS] [documentation/debug-msgs]
2692         Updated documentation on debug messages
2694         * [include/button.h] [controls/button.c] [include/windows.h]
2695         [include/combo.h] [controls/combo.c] [controls/commctrl.c]
2696         [controls/icontitle.c] [controls/listbox.c]     [controls/menu.c]
2697         [controls/scroll.c] [controls/widgets.c] 
2698         Changed some 16-bit code to 32-bit code. I am positive this will
2699         not break anything.
2701         * [controls/uitools.c] 
2702         Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_
2703         to reflect the fact that they implement Win95 look. Maybe we will
2704         have a UITOOLS31_ in the future. Anyhow, the change is completely
2705         internal to this file.
2707         * [*/*.c]
2708         Changed a lot of [f]printf into appropriate debug messages.
2710 Fri Mar 27 19:56:12 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2711         * [documentation/status/]
2712         Added directdraw and directsound status.
2714         * [if1632/thunk.c][ole/*.c][win32/kernel32.c]
2715         Added some documentation.
2716         Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk
2717         (calling conventions and the like still unknown).
2719 Fri Mar 27 09:59:32 1998  Morten Eriksen  <mortene@pvv.org>
2721         * [loader/resource.c][windows/keyboard.c]
2722         Implemented CopyAcceleratorTable() and CreateAcceleratorTable().
2723         
2724         * [include/compobj.h][ole/compobj.c][relay32/ole32.spec]
2725         Added implementation of StringFromGUID2(). 
2727 Tue Mar 26 23:12:05 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
2729         * [misc/imagelist.c][relay32/comctl32.spec]
2730         Implemented new debugging interface.
2731         Added missing functions (some are empty stubs).
2732         Changed ordinals in comctl32.spec (now dll version 4.72 comatible).
2734         * [objects/oembitmaps.c][include/windows.h]
2735           [include/bitmaps/*]
2736         Added missing restore bitmaps for Win95 look.
2737         Added missing Win95 cursors.
2739 Thu Mar 26 10:18:20 1998  Douglas Ridgway  <ridgway@winehq.com>
2741         * [programs/view/Makefile.in] [programs/view/view.c]
2742         Fix compilation, Aldus placeable metafile loading.
2744         * [graphics/metafiledrv/init.c] [relay32/gdi32.spec] 
2745           [objects/metafile.c]
2746         Implemented various 32 bit versions of regular metafile API.
2748         * [objects/enhmetafile.c]
2749         Implemented rendering of a couple of dozen records.
2751 Tue Mar 24 20:06:39 1998  Matthew Becker <mbecker@glasscity.net>
2753         * [memory/*.c]
2754         Updated documentation for API manpages.
2756 Mon Mar 23 09:09:00 1998  Alex Korobka <alex@pharm.sunysb.edu>
2758         * [misc/winsock.c]
2759         Fixed 32-bit DNS lookup.
2761 Mon Mar 23 23:54:47 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
2763         * [multimedia/init.c]
2764         New code for the initialization and gathering of information about
2765         the MIDI devices, for future use.
2767 Thu Mar 19 00:59:29 1998  Jim Peterson <jspeter@nospam.birch.ee.vt.edu>
2769         * [windows/win.c]
2770         Eliminated inaccurate setting of cs->hMenu in
2771         WIN_CreateWindowEx, along with superfluous SetMenu32 call.
2773 Mon Mar 16 17:40:53 1998  Petter Reinholdtsen <pere@td.org.uit.no>
2775         * [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in]
2776         Install wine.sym in $(exec_prefix)/lib and make sure the debugger
2777         finds it.
2779 Sun Mar 15 22:36:35 1998  Michael Veksler <mveksler@tx.technion.ac.il>
2781         * [dummy.c] [if1632/gdi.spec]
2782         Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
2784 ----------------------------------------------------------------------
2785 Sun Mar 15 03:46:50 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
2787         * [*/*]
2788         Fixed some dprintf_ such that there is one and only one
2789         new line for each dprintf and that new line occurs at the end.
2790         Transformed some fprintfs into proper debug statements.
2791         Removed much redundancy from most of the debug statements. The
2792         redundancy appeared because now the component and function
2793         name is output automatically. Most debug statements also used to
2794         output the name of the function.
2795         All these changes prepared the source to switch completely to
2796         the new debugging interface.
2797         For more info, refer to ./documentation/debug-msg
2799 Sat Mar 14 19:45:23 1997  Andreas Mohr <100.30936@germany.net>
2801         * [misc/shell.c] [if1632/kernel.spec]
2802         Changed parameters of FUNC004() to fix a crash.
2803         Not sure if this fix is correct (doc wanted).
2805         * [windows/user.c] [if1632/user.spec] [include/user.h]
2806         Implemented UserSeeUserDo.
2808         * [msdos/int21.c] [include/msdos.h]
2809         Added "GET LIST OF LISTS" (INT 21/52h).
2811 Sat Mar 14 15:48:02 1998  Douglas Ridgway <ridgway@gmcl.com>
2813         * [include/windows.h] [relay32/gdi32.spec] [objects/enhmetafile.c]
2814         Beginnings of enhanced metafile support.
2816 Fri Mar 13 20:53:09 1998  John Richardson <jrichard@zko.dec.com>
2818         * [win32/console.c]
2819         Restart interrupted console writes.
2821 Fri Mar 13 18:59:24 1998  Matthew Becker <mbecker@glasscity.net>
2823         * [*/*.c]
2824         Updated documentation for API manpages.
2826         * [windows/dce.c]
2827         ReleaseDC16: Fixed cast.
2829         * [include/windows.h] [memory/virtual.c]
2830         VirtualQuery{Ex} should return DWORD instead of BOOL32.
2832 Fri Mar 13 13:03:06 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2834         * [README][documentation/status/]
2835         README updated, added lzexpand,version and multimedia
2836         status notes to new documentation/status directory.
2838         * [ole/*.c][if1632/typelib.spec]
2839         Added typelib stubs, several small additions and fixes.
2841         * [loader/pe_image.c]
2842         Fixed a small bug (fixup_imports got passed the wrong hModule in a
2843         remapcase).
2845         * [loader/signal.c][if1632/signal.c][misc/winsock_dns.c]
2846           [loader/module.c]
2847         Fixed some recursive debugger crashes (caused by invalid FS).
2849         * [misc/registry.c]
2850         Two bugs fixed.
2852 Fri Mar 13 04:55:01 1998  David Lee Lambert <lamber45@egr.msu.edu>
2854         * [include/winnt.h] [include/winnls.h]
2855         Moved LANG_xxx flags to winnls.h
2857         * [include/winnls.h]
2858         Added flags for GetDateFormat(); fixed validity of
2859         LOCALE_SYSTEM_DEFAULT.
2861         * [include/windows.h] 
2862         Added GetTimeFormat() prototypes.
2864         * [ole/ole2nls.c]
2865         Implemented ASCII date- and time-functions,  using an
2866         optimized common core;  added stubs for Unicode versions;  
2867         started work on a Unicode core.
2869         * [AUTHORS]
2870         Added my name.
2872 Mon Mar  9 20:10:15 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
2874         * [relay32/comctl32.spec] [include/imagelist.h]
2875           [include/commctrl.h] [misc/imagelist.c] [misc/Makefile.in]
2876         First attempt at implementing ImageLists.
2878 Sun Mar  8 20:19:49 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
2880         * [files/dos_fs.c] [configure.in]
2881         Try to get FileTimeToLocalFileTime,FileTimeToSystemTime and
2882         SystemTimeToFileTime right.
2883         Use timegm() where available.
2885         * [misc/lstr.c]
2886         Fix an off by one error in FormatMessage and handle the case 
2887         when args = NULL (used by programs to get the length of the 
2888         string).
2890         * [win32/console.c]
2891         Actual display a per-process Title string, better working
2892         attempt for WriteConsole32W and ReadConsole32W.
2894 Fri Mar  6 20:33:45 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
2896         * [include/config.h.in][configure.in][multimedia/audio.c]
2897           [multimedia/dsound.c]
2898         Added check for FreeBSD sound system.
2900 Sun Mar  1 17:40:10 1998  Jason Schonberg <schon@mti.sgi.com>
2902         * [controls/edit.c] [include/ole.h] [include/shlobj.h]
2903         Removed final commas in enum types.
2905 Mon Feb 23 07:52:18 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
2907         * [multimedia/time.c]
2908         Workaround to avoid infinite recursion inside timeGetTime.
2910         * [multimedia/audio.c]
2911         WODM_GETNUMDEVS and WIDM_GETNUMDEVS only return 1 now if the
2912         SOUND_DEV can be opened, or if it's busy.
2914 ----------------------------------------------------------------------
2915 Sun Mar  1 10:45:23 1998  Andreas Mohr <100.30936@germany.net>
2917         * [loader/ne_image.c]
2918         Fixed problem with weird DLLs (NE_FFLAGS_SINGLEDATA && DGROUP = 0).
2920         * [msdos/dosmem.c]
2921         Export address for __0000H, too.
2923         * [msdos/dpmi.c]
2924         Changed MemAlloc functions to return less fragmented addresses.
2926 Sat Feb 28 18:50:12 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
2928         * [scheduler/process.c] [scheduler/sysdeps.c]
2929         Don't use %fs register before threading initialization.
2931 Sat Feb 28 14:04:56 1998  Kristian Nielsen  <kristian.nielsen@risoe.dk>
2933         * [configure.in] [include/acconfig.h]
2934         Autoconf macro to check for non-reentrant X libraries.
2936         * [windows/winpos.c]
2937         In SetWindowPos32(), do not cause WM_SIZE messages when the
2938         SWP_NOSIZE flag is specified. This fixes the division-by-zero in
2939         Borland C++ 4.0 "Open Project" menu item.
2941 Sat Feb 28 13:11:26 1998  James Moody  <013263m@dragon.acadiau.ca>
2943         * [ole/ole2nls.c]
2944         Changed "English" values from German to English.
2946         * [files/dos_fs.c]
2947         Fixed off-by-one month bug.
2949 Fri Feb 27 22:12:01 1998  Douglas Ridgway  <ridgway@winehq.com>
2951         * [windows/win.c]
2952         Fix winelib class menu loading bug.
2954         * [include/module.h] [loader/module.c]
2955         LoadModule32 should be implemented in terms of CreateProcess.
2957         * [programs/view/*]
2958         Metafile viewer sample program.
2960         * [documentation/wine.texinfo] [documentation/Makefile.in]
2961         Improvements and additions, HTML target.
2963 Fri Feb 27 04:27:48 1998  Dimitrie O. Paun <dimi@cs.toronto.edu>
2965         * [*/*]
2966         Switched to the new debug messages interface. For more information
2967         please refer to documentation/debug-msgs. Because the new scheme
2968         introduces a new semantic level, I had to manually do through
2969         about 530 dprintf_xxx!  The rest of about 2400 where transformed
2970         via a script.  Because of the large number of changes that I had
2971         to do, some may have not come out as nicely as I wanted them.  If
2972         this is the case, please let me know. There is a lot of work left
2973         to do: -- a few hundred printf's to be converted -- about 2300
2974         fprintf's to be converted -- about 600 FIXME's to be transformed
2975         The problem is that in the above mentioned cases, a lot of manual
2976         intervention is required because a lot of the information is
2977         missing.  There are also a lot of other things to be done to the
2978         interface and so forth. I have now ideas for a at least a month
2979         worth of full time work :) I will proceed with many changes in the
2980         next few releases, so please do not start modifing things because
2981         there will be a hell of a lot of conflicts. If you have ideas that
2982         you want to integrate or you want to work on different things,
2983         please coordinate with me.
2985 Thu Feb 26 13:04:29 1998  David Lee Lambert <lamber45@egr.msu.edu>
2987         * [ole/ole2nls.c] [include/windows.h]
2988         First try at OLE date- and time-formatting functions.
2990 Wed Feb 25 11:20:35 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2992         * [files/*.c]
2993         Changed dos device handling, added 'CON' devicehandling.
2995         * [graphics/ddraw.c]
2996         Bug fixes, some additions.
2998         * [if1632/builtin.c][loader/module.c][library/winestub.c]
2999         Small hack so we don't need a dummy BUILTIN_LoadModule
3000         in winestub.c.
3002         * [ole/*][relay32/ole32.spec][if1632/storage.spec]
3003         storage.dll started. winword loads documents (saving
3004         doesn't work yet, dunno why).
3005         Several ole additions, some cleanups and bugfixes.
3006         IMalloc16 implemented.
3008         * [loader/pe_image.c]
3009         Added some comments, fixed circular dll references,
3010         fixed modref ordering, fixed tls allocation.
3012         * [memory/global.c]
3013         Added validity checks before every GET_ARENA_PTR.
3014         (several functions rely on Global* return values
3015          on invalid handles, like IsTask).
3016         Implemented GlobalUnlockFree16.
3018         * [memory/virtual.c]
3019         Replaced dprintf_virtual by fprintf, so we can
3020         do 'info map' again in the debugger. Increase read
3021         linesize for Linux2.1 cases.
3023         * [misc/cpu.c][misc/registry.c]
3024         Moved cpu registry initialization to misc/cpu.c.
3026         * [multimedia/dsound.c]
3027         Enhanced, replaced GETOSPACE bufferingcheck by SETFRAGMENT.
3029         * [relay32/crtdll.spec][relay32/ntdll.spec]
3030         Replaced some ptr by respective 'str' and 'wstr' arguments
3031         for libc functions.
3033         * [scheduler/thread.c]
3034         Added some sanity checks to stackallocation, tlshandling fixed.
3036         * [tools/build.c]
3037         Fixed cdecl argumenttype order (was reversed).
3039         * [win32/ordinals.c]
3040         Implemented KERNEL_449.
3042         * [windows/dinput.c]
3043         Some fixes, needs much more work. Tomb Raider2 works with keyboard ;)
3045 Tue Feb 24 20:46:37 1998  James Juran   <jrj120@psu.edu>
3047         * [windows/win.c]
3048         Fixed USER32 ordinal numbers in documentation.
3050 Sat Feb 21 12:30:38 1998  John Richardson <jrichard@zko.dec.com>
3052         * [files/file.c] [include/k32obj.h] [memory/virtual.c]
3053         [scheduler/critsection.c] [scheduler/event.c] [scheduler/handle.c]
3054         [scheduler/k32obj.c] [scheduler/mutex.c] [scheduler/process.c]
3055         [scheduler/semaphore.c] [scheduler/thread.c]
3056         Added generic k32obj read and write routines for k32objs that
3057         support I/O.
3059         * [documentation/console]
3060         Updated console docs.
3062         * [win32/console.c]
3063         Make console work like a k32obj that supports I/O.
3065         * [include/windows.h]
3066         Make WriteFile and ReadFile take HANDLE32 for handle.
3068 ----------------------------------------------------------------------
3069 Sun Feb 15 14:07:07 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
3071         * [controls/menu.c] [misc/ver.c] [multimedia/dsound.c]
3072           [multimedia/joystick.c] [windows/dialog.c]
3073         Modified some dprintf_xxx's to prepare them for a new
3074         dprintf_ scheme. Basically, I changed the dprintf's that
3075         outputed a line with many dprintf calls to do just one
3076         dprintf call.
3078 Sun Feb 15 12:02:59 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
3080         * [graphics/x11drv/*.c] [objects/*.c]
3081         A few X11 critical section optimizations, mostly with XGet/PutPixel.
3083         * [scheduler/sysdeps.c] [misc/main.c]
3084         Make sure X11 critical section is available before any Xlib call.
3086         * [if1632/relay.c] [tools/build.c]
3087         Yet another attempt at fixing Catch/Throw.
3089         * [loader/pe_image.c]
3090         Fixed broken PE DLL loading.
3092         * [include/winnt.h] [scheduler/handle.c] [scheduler/*.c]
3093         Implemented handle access rights.
3094         Added Get/SetHandleInformation.
3096 Sun Feb 15 09:45:23 1997  Andreas Mohr <100.30936@germany.net>
3098         * [misc/winsock.c]
3099         Fixed bug in WSACleanup which lead to crashes in WINSOCK_HandleIO.
3101         * [graphics/fontengine.c] [include/font.h]
3102         Minor improvements.
3104         * [memory/global.c]
3105         Implemented GlobalEntryHandle.
3107         * [misc/toolhelp.c]
3108         Fixed a memory bug in Notify*register.
3110         * [misc/w32scomb.c]
3111         Improved Get16DLLAddress.
3113         * [objects/gdiobj.c]
3114         Implemented GdiSeeGdiDo.
3117 Sat Feb 14 14:57:39 1998  John Richardson <jrichard@zko.dec.com>
3119         * [win32/console.c]
3120         Added the console implementation, AllocConsole, FreeConsole,
3121         CONSOLE_InheritConsole.
3123         * [documentation/console]
3124         Some documentation on the console.
3126         * [include/winerror.h]
3127         Added some error defines.
3129         * [scheduler/k32obj.c]
3130         Registered the scheduler ops.
3132 Fri Feb 13 19:35:35 1998  James Moody  <013263m@dragon.acadiau.ca>
3134         * [ole/ole2nls.c]
3135         Some English language fixes for missing values.
3137         * [controls/listbox.c]
3138         Fix to allow an empty listbox to deselect all items.
3140         * [relay32/user32.spec] [windows/keyboard.c]
3141         CreateAcceleratorTableA stub method.
3143         * [windows/sysmetrics.c]
3144         Added missing SM_CXCURSOR & SM_CYCURSOR initializers.
3146         * [windows/message.c]
3147         PostThreadMessage32A stub method.
3149 Fri Feb 13 17:12:24 1998  Jim Peterson <jspeter@roanoke.infi.net>
3151         * [libtest/hello3res.rc] [libtest/hello3.c] [libtest/Makefile.in]
3152         Updated the 'hello3' test so that it functions properly again.
3154 Fri Feb 13 14:08:07 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
3155         
3156         * [graphics/mapping.c]
3157         Fixed the embarrassing bugs I introduced into DPtoLP and
3158         LPtoDP.
3160         * [windows/scroll.c]
3161         Prevent ScrollWindow32 from sending WM_ERASEBKGND.
3163 Thu Feb 12 22:46:53 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3165         * [objects/metafile] [include/ldt.h]
3166         Fix to cope with records longer than 64K.
3168         * [windows/clipboard.c]
3169         Clean up bitmaps and metapicts properly.
3171 Mon Feb  3 21:52:18 1998  Karl Backström <karl_b@geocities.com>
3173         * [programs/winhelp/Sw.rc] [resources/sysres_Sw.rc]
3174         Minor update of Swedish language support.
3176 ----------------------------------------------------------------------
3177 Sun Feb  1 13:24:54 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
3179         * [files/drive.c]
3180         Added Device= parameter to drive configuration.
3182         * [if1632/relay.c]
3183         Throw() and Catch() now use the correct CATCHBUF layout (untested).
3185         * [tools/build.c] [include/stackframe.h] [loader/task.c]
3186         Moved 16-bit stack pointer into thread database.
3187         Save current %fs while running 16-bit code.
3189 Fri Jan 30 09:25:49 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
3191         * [graphics/mapping.c]
3192         Made DPtoLP32 and LPtoDP32 respect world transforms.
3194         * [graphics/path.c] [graphics/painting.c] [if1632/gdi.spec]
3195           [include/path.h]
3196         More path support.
3198         * [include/gdi.h] [include/windows.h] [objects/dc.c]
3199           [relay/gdi32.spec]
3200         Support for Get/SetArcDirection and Get/SetWorldTransform
3202         * [windows/hook.c]
3203         Fixed a bug in HOOK_Map16To32Common.
3205 Thu Jan 29 23:43:18 1998  Douglas Ridgway <ridgway@taiga.gmcl.com>
3207         * [graphics/metafiledrv/init.c] [objects/metafile.c]
3208         Documentation for metafile related API calls. Fixed a bug to avoid
3209         documenting it.
3211         * [include/windows.h]
3212         Declaration for LoadImage.
3214 Thu Jan 29 21:44:45 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3216         * [graphics/win16drv/*]
3217         Changes to printing code to enable use of printer fonts with the
3218         win3.1 postscript driver. Remember to add printer=on to [wine]
3219         section of wine.conf . You will also need to disable truetype
3220         fonts from control panel. Winword 6.0 and Write seem to be happy
3221         with this...
3223         * [include/bitmap.h]
3224         Fix Widthbytes for 15bpp displays.
3226 Tue Jan 27 20:54:08 1998  Kristian Nielsen <kristian.nielsen@risoe.dk>
3228         * [tsx11/*] [include/ts*] [tools/make_X11wrappers]
3229         Implemented thread-safe X11 wrappers.
3231 Tue Jan 27 13:54:09 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
3233         * [windows/queue.c]
3234         Forgot to convert thdb to thread_id.
3236         * [misc/registry.c]
3237         Sped up Windows 95 registry reading. Changed code to traverse
3238         registry as a tree rather than read in all possible keys
3239         (including dead ones). 
3241 Tue Jan 27 12:46:09 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3243         * [loader/pe_image.c][Makefile.in][scheduler/thread.c]
3244           [libtest/hello5.c]
3245         Don't exit() on failed to load referenced dlls.
3246         Fixed static tls allocation for multiple threads.
3247         WINELIB should now be able to load PE dlls. A sample
3248         winelib program, that dynamically loads a internal dll
3249         is included.
3251         * [graphics/ddraw.c][include/ddraw.h][include/d3d.h]
3252         Cleaned up and enhanced further. Added several DirectX5
3253         interface definitions and DirectSurface3 implementation.
3254         Stubs for D3D (NOT coming soon, just there so it fails safely).
3256         * [multimedia/dsound.c][include/dsound.h]
3257         Actually works now for a lot of cases. Some DirectX5 stuff
3258         added. Still lacking several features.
3260         * [windows/dinput.c][include/dinput.h]
3261         Started implementing DirectInput. Doesn't work yet, don't 
3262         know why.
3264         * [if1632/thunk.c][misc/callbacks.c]
3265           [win32/kernel.c][include/callbacks.h]
3266         Added WOWCallback16Ex, WOWHandle32.
3268         * [misc/cpu.c]
3269         Fixed GetSystemInfo, IsProcessorFeaturePresent.
3271         * [multimedia/joystick.c][multimedia/time.c]
3272         Several fixes. Small hack to get timerevents in timeGetTime() loops.
3274 Tue Jan 20 11:26:27 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
3276         * [configure.in]
3277         Fixed check for union semun on FreeBSD systems.
3279 Sun Jan 18 23:05:04 1998  Karl Backström <karl_b@geocities.com>
3281         * [misc/ole2nls.c] [programs/progman/Sw.rc] [programs/winhelp/Sw.rc]
3282           [resources/sysres_Sw.rc]
3283         Added/updated Swedish language support.
3285 Sun Jan 18 18:49:01 1998  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3287         * [misc/winsock.c] [misc/winsock_dns.c] [windows/event.c]
3288           [windows/win.c] [windows/dce.c] [windows/winpos.c]
3289         Bug fixes.
3291 Sun Jan 18 12:45:23 1997  Andreas Mohr <100.30936@germany.net>
3293         * [msdos/int25.c] [msdos/int26.c]
3294         Implemented "native" absolute disk read/write access.
3296         * [msdos/int13.c] [msdos/ioports.c]
3297         Enhanced GET DRIVE PARAMETERS (int13 AH=08).
3299         * [graphics/win16drv/prtdrv.c] [if1632/gdi.spec]
3300         Fixed typos, implemented dmEnumDFonts,
3301         Started implementation of dmRealizeObject.
3303         * [if1632/compobj.spec] [ole/compobj.c] [relay32/ole32.spec]
3304         Stubs CoCreateInstance, CoFreeUnusedLibraries, implemented
3305         CoFileTimeNow.
3307         * [if1632/kernel.spec] [include/windows.h] [memory/global.c]
3308           [memory/string.c] [misc/kernel.c] [misc/Makefile.in]
3309           [misc/toolhelp.c] [msdos/int21.c]
3310         Implemented GlobalHandleNoRIP, GetFreeMemInfo, DebugFillBuffer, 
3311         stubs GetSetKernelDOSProc, DiagQuery, DiagOutput, ToolHelpHook
3312         (Undocumented Windows).
3314         * [if1632/user.spec] [if1632/win32s16.spec] [misc/win32s16.c]
3315         Misc stubs.
3317         * [if1632/winaspi.spec] [misc/aspi.c]
3318         Implemented GetASPIDLLVersion.
3320         * [if1632/wprocs.spec] [msdos/int20.c] [msdos/Makefile.in]
3321         Added handler for Int 0x20 (terminate program, _very_ old-fashioned).
3323         * [misc/w32scomb.c]
3324         Implemented Get16DLLAddress() partially
3325         (big thanks to Marcus and Alexandre).
3327         * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/dplay.spec]
3328         Added built-in DPLAY.DLL.
3330         * [relay32/winmm.spec] [multimedia/joystick.c]
3331         Added joySetThreshold.
3333         * [misc/windebug.c]
3334         Added WinNotify.
3336         * [win32/console.c]
3337         Stubs CreateConsoleScreenBuffer, SetConsoleActiveScreenBuffer,
3338         WriteConsoleOutput32A.
3340         * [windows/user.c]
3341         Stub SetEventHook.
3343 Sat Jan 17 19:30:35 1998  Matthew Toseland  <Paul.Toseland@btinternet.com>
3345         * [windows/painting.c]
3346         Fixed broken restore-to-maximized.
3348 Mon Jan 12 21:25:32 1998  Perceval - Marc Huguet Puig <mhp@tinet.fut.es>
3350         * [documentation/wine.man] [include/options.h]
3351           [misc/main.c] [ole/ole2nls.c] [resources/sysres.c]
3352           [resources/sysres_Ca.rc] [resources/Makefile.in]
3353         Added language catalan. (Afegit l'idioma català).
3355 ----------------------------------------------------------------------
3356 Sun Jan 18 17:05:58 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
3358         * [include/stackframe.h] [tools/build.c]
3359         Some cleanups in stack frame building.
3361         * [misc/port.c]
3362         Implemented clone() wrapper for libc5 users.
3364         * [scheduler/mutex.c] [scheduler/synchro.c]
3365         Implemented abandoned mutexes.
3367         * [scheduler/process.c] [scheduler/thread.c]
3368         We now create a process and a thread structure as soon as possible
3369         during initialization.
3371         * [scheduler/thread.c] [scheduler/sysdeps.c]
3372         Moved system-specific thread handling to sysdeps.c.
3374 Fri Jan 16 10:45:15 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3376         * [graphics/ddraw.c][include/ddraw.h]
3377         Surface handling enhanced. Some stuff already works ;)
3379         * [multimedia/dsound.c][include/dsound.h]
3380         Implemented using the Open Sound System.
3381         Slowly starts to work (sounds terrible for some programs).
3383         * [configure.in][multimedia/audio.c][include/config.h.in]
3384         Added check for OpenSoundSystem, fixed -lXxf86dga check.
3385         Replaced OS #ifdefs by #ifdef HAVE_OSS in mm/audio.c.
3387         * [if1632/relay.c][relay32/relay386.c]
3388         Do not print control characters for 'str' or 'wstr' args.
3390         * [misc/registry.c]
3391         "" seems to equals NULL in keynames. Replace where needed. Seems
3392         to help the win95 regedit.exe...
3394         * [win32/newfns.c]
3395         Implemented QueryPerformance* using gettimeofday(2)
3396         (should be done using the pentium timers probably).
3398         * [tools/ipcl]
3399         Removed useless open_pipe construct.
3401 Sun Jan 11 17:10:02 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3403         * [objects/region.c] [include/region.h] [graphics/x11drv/clipping.c]
3404         Regions are now internal to Wine. The basis of this code is taken
3405         from the X11 distribution. GetRegionData() is implemented as is 
3406         ExtCreateRegion() (without Xforms). CreatePolyPolygonRgn() should
3407         behave correctly now. 
3409         * [objects/metafile.c] [graphics/metafiledrv/graphics.c]
3410           [graphics/metafiledrv/init.c] [include/metafile.h]
3411           [include/metafiledrv.h]
3412         Playback of META_CREATEREGION should now work. Implemented recording
3413         of META_CREATEREGION and META_PAINTREGION.
3415         * [graphics/x11drv/graphics.c]
3416         FillRgn() (and therefore its friends) respect logical co-ords.
3418 Wed Jan  7 01:21:45 1998  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
3420         * [configure.in] [include/acconfig.h] [tools/build.c]
3421         Now checking whether to use .string or .ascii.
3423         * [configure.in] [include/acconfig.h] [scheduler/critsection.c]
3424         Defining union semun if this is not available from header files.
3426         * [misc/lstr.c]
3427         Moved wine's own header files below <wctype.h> to avoid
3428         parse error on Solaris.
3430 Sun Jan  4 15:38:07 1998  Andrew Taylor <ataylor@cadvision.com>
3432         * [multimedia/mmsystem.c] [multimedia/mmio.c]
3433         Implemented mmioSendMessage and rearranged the mmio
3434         subsystem in terms of this function.
3436 Wed Dec 24 00:51:29 1997  Charles Duffy <cduffy@bigfoot.com>
3438         * [windows/clipboard.c] [relay32/user32.spec]
3439         GetPriorityClipboardFormat32 now has something other than just
3440         a stub. I have no idea if it works (can't test until
3441         SetClipboardData is finished) but HEdit likes things a lot more
3442         this way.
3444 ----------------------------------------------------------------------
3445 Sat Jan  3 17:15:56 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
3447         * [debugger/db_disasm.c]
3448         Added cpuid and cmpxchg instructions.
3450         * [if1632/builtin.c] [relay32/builtin32.c]
3451         Fixed broken -dll option with Win32 DLLs.
3453         * [include/heap.h]
3454         Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
3456         * [configure.in] [misc/lstr.c]
3457         Added check for wctype.h.
3458         Commented out --enable-ipc option (IPC code has been broken for a
3459         long time anyway).
3461         * [scheduler/critsection.c] [scheduler/event.c]
3462           [scheduler/mutex.c] [scheduler/semaphore.c]
3463         Implemented Win32 synchronization objects.
3465         * [scheduler/synchro.c]
3466         Implemented WaitForMultipleObjects and related functions.
3468         * [scheduler/thread.c]
3469         If possible, use clone() in CreateThread().
3471         * [scheduler/thread.c] [scheduler/process.c]
3472         Made thread and process waitable objects.
3473         Thread and process id values are now different from the pointers
3474         they represent.
3476         * [win32/k32obj.c]
3477         Moved to scheduler directory.
3478         Added function table for waiting operations on objects.
3480         * [files/file.c] [memory/virtual.c]
3481         Added new K32OBJ function table.
3483 Sun Jan  1 16:48:23 1997  Andreas Mohr <100.30936@germany.net>
3485         * [files/file.c]
3486         Fixed my patch for GetTempFileName16() as needed.
3487         It was ...Name32A() that didn't work properly, not ...Name16().
3489         * [graphics/x11drv/brush.c]
3490         Fixed a BadMatch error.
3492         * [msdos/int21.c]
3493         Fixed INT21_FindNextFCB() to get correct volume labels e.g.
3494         in "file open" dialog.
3496         * [multimedia/joystick.c] [relay32/winmm.spec]
3497         Stub JoyGetPosEx().
3499         * [scheduler/process.c] [relay32/kernel32.spec]
3500         Implemented RegisterServiceProcess().
3502 Wed Dec 31 11:14:43 1997  Lawson Whitney  <lawson_whitney@juno.com>
3504         * [if1632/kernel.spec] [if1632/relay.c]
3505         Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
3506         CallProc32W.
3508         * [loader/module.c]
3509         Take a shot at defining FreeLibrary32W.
3511 Sun Dec 28 12:44:04 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
3513         * [controls/menu.c]
3514         Menu modification from WM_INITMENUPOPUP message fixed.
3515         Menu items now can have different wID and hSubMenu (Win95 behavior).
3517         * [misc/cpu.c]
3518         Improved IsProcessorFeaturePresent.
3520 Sun Dec 28 03:21:08 1997  Ove Kaaven <ovek@main.arcticnet.no>
3522         * [include/winsock.h] [misc/winsock.c]
3523         Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
3524         empty fd_sets if timeout.
3526         * [objects/palette.c]
3527         AnimatePalette() bailed out if entire palette is animated. Fixed.
3529         * [objects/dib.c]
3530         Added some code to SetDIBitsToDevice() and its helpers to fix
3531         some offseting problems.
3533         * [objects/cursoricon.c]
3534         Made CreateCursor32() convert the instance handle properly. Made
3535         DestroyCursor() return correct success status.
3537 Wed Dec 24 17:56:34 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
3539         * [windows/syscolor.c]
3540         Added definition of GetSysColorPen16/32. This function does not
3541         exist in the Win32 API but is a very close (and natural) relative
3542         to GetSysColorBrush function. Moreover, it is *very* much used 
3543         within Wine since there are a lot of places where we need to draw
3544         lines with the standard colors.
3546         * [controls/button.c] [controls/combo.c] [controls/icontitle.c]
3547           [controls/menu.c] [controls/progress.c] [controls/scroll.c]
3548           [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
3549           [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
3550         Replaced references to sysColorObjects with the appropriate
3551         call to GetSysColorBrush32/GetSysColorPen32. There is no need to
3552         expose the implementation of these functions, even within Wine.
3553         This makes the code easier to understand, debug, maintain.
3555         * [controls/uitools.c]
3556         Modified most of the functions in this file to use the now
3557         standard pens (i.e. GetSysColorPen32). These functions made
3558         *heavy* use of standard pens so I expect a lot less
3559         CreatePen/DeleteObject calls can do only good...:)
3560         Plus some minor modifications (*no* functional changes though).
3562         * [controls/updown.c]
3563         Used the new DrawFrameControl32 function to paint the control.
3564         I also deleted UDDOWN_DrawArrow since it was no longer required.
3566 Tue Dec 23 00:03:33 1997  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
3568         * [configure.in]
3569         Added check for -lw.
3571         * [include/wintypes.h] [tools/build.c]
3572         Changes to make the assembly understandable for even sun as.
3573         ".ascii" -> ".string", "call %foo" -> "call *%foo",
3574         "pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
3576         * [memory/ldt.c]
3577         #ifdef added so <sys/seg.h> will not be included on Solaris.
3579 Mon Dec 22 18:55:19 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3581         * [configure.in]
3582         Added XF86DGA check.
3584         * [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
3585         Started DirectSound. Only stubs for now.
3587         * [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
3588         Started to implement DirectDraw. Mostly stubs, some
3589         testcases work. Requires the XF86DGA extension to XFree86.
3590         (check demo/blizdemo.exe from the Diablo CD-ROM).
3592         * [files/drive.c]
3593         Return correct "CDFS" fsname so Diablo is a bit happier.
3595 Sun Dec 21 21:45:48 1997  Kevin Cozens <kcozens@interlog.com>
3597         * [misc/registry.c]
3598         Fixed bugs in the routines which read the Windows '95 registry
3599         files. Added extra information regarding the format of the Windows
3600         '95 registry files.
3602 ----------------------------------------------------------------------
3603 Fri Dec 19 10:50:46 1997  Douglas Ridgway  <ridgway@winehq.com>
3605         * [Make.rules.in] [Makefile.in] [documentation/Makefile.in]
3606           [documentation/README.documentation]
3607         First cut at Wine API documentation. No longer install reference
3608         manual by default.
3610 Wed Dec 17 21:32:23 1997  Andreas Mohr <100.30936@germany.net>
3612         * [files/file.c]
3613         Fixed GetTempFileName16() to use current path of requested drive
3614         as needed.
3616         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/dciman32.spec]
3617           [if1632/msvfw32.spec] [if1632/tapi32.spec] [if1632/wow32.spec]
3618         Added misc DLLs needed by various apps.
3620 Wed Dec 17 12:01:50 1997  Morten Eriksen <mortene@sim.no>
3622         * [if1632/gdi32.spec] [include/windows.h] [objects/palette.c]
3623         Inserted empty stub for CreateHalftonePalette.
3625 Tue Dec 16 22:08:06 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3627         * [windows/mdi.c]
3628         Use VK_TAB instead of VK_SEPARATOR in TranslateMDISysAccel().
3630         * [graphics/metafiledrv/init.c]
3631         DeleteDC() on a MetaDC doesn't do anything - it shouldn't. Therefore
3632         fix cleanup of MetaDCs in CloseMetaFile(); they now actually get
3633         removed from the GDI heap!
3635         * [graphics/x11drv/xfont.c]
3636         Preserve FO_MATCH_XYINDEP flag in XFONT_MatchFIList(). Should reduce
3637         the number of bold-italic matches.
3639 Tue Dec 16 20:11:43 1997  Bertho Stultiens <bertho@panter.soci.aau.dk>
3641         * [graphics/painting.c]
3642         Included an implementation of DrawState
3644         * [if1632/thunk.c]
3645         Changed many fprintfs into dprintf_thunk
3647         * [include/cache.h] [graphics/cache.c]
3648         New files to hold cached handles to regulary used GDI object.
3650         * [include/windows.h]
3651         Added DRAWSTATExx typedefs
3652         Added DSS_DEFAULT define for DrawState
3654         * [objects/text.c]
3655         New implementation of GrayString()
3657         * [controls/uitools.c]
3658         Implemented DrawFrameControl() functions
3659         Changed DrawEdge() behaviour to win95 implementation
3661 Mon Dec 15 23:43:01 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
3663         * [graphics/path.c] [include/path.h] [graphics/painting.c]
3664           [if1632/gdi32.spec] [include/gdi.h] [include/windows.h]
3665           [objects/dc.c]
3666         Added preliminary support for GDI paths.
3668         * [objects/dc.c]
3669         Added DC_Init_DC_INFO function for initializing WIN_DC_INFO
3670         structure.
3672         * [include/windows.h] [include/gdi.h] [objects/gdiobj.c]
3673         Added DEFAULT_GUI_FONT.
3675         * [include/winerror.h]
3676         Added a few error codes.
3678         * [memory/heap.c]
3679         Changed HeapAlloc to make the correct calls to SetLastError
3680         (now conforms to NT's behaviour).
3682         * [windows/win.c]
3683         Changed WIN_CreateWindowEx to allow child windows with zero
3684         width / height.
3686 Sun Dec 14 12:01:07 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3688         * [if1632/*] [relay32/*]
3689         Moved all 32-bit relay stuff to relay32/
3691         * [fi1632/thunk.c] [win32/kernel32.c]
3692         Moved all KERNEL32 ordinal functions to kernel32.c
3694         * [memory/selector.c]
3695         Initialize selectors in AllocSelectorArray.
3697         * [tools/build.c]
3698         Generate C instead of assembly for Win32 relays.
3699         Fixed stack corruption in CallTo16 functions, found by Bertho
3700         Stultiens.
3701         
3702 Sun Dec 14 10:55:00 1997  Andreas Mohr <100.30936@germany.net>
3704         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/ole2thk.spec]
3705         Added built-in OLE2THK.DLL. 
3707         * [if1632/toolhelp.spec] [include/toolhelp.h] [memory/selector.c]
3708           [misc/toolhelp.c]
3709         Added stubs for StackTraceFirst(), StackTraceCSIPFirst(),
3710         StackTraceNext(), UTSelectorOffsetToLinear()
3711         and UTLinearToSelectorOffset().
3713 Sat Dec 13 17:26:41 1997  Alex Korobka  <alex@trantor.pharm.sunysb.edu>
3715         * [misc/winsock.c]
3716         32-bit API fixes for reported problems (thanks to Marcus
3717         and David).
3719         * [graphics/x11drv/xfont.c]
3720         Little tweak in point size calculation.
3722         * [windows/defwnd.c] [windows/dce.c] [windows/winhelp.c]
3723           [windows/winproc.c] [windows/win.c]
3724         Bug fixes.
3726 Sat Dec 13 16:35:14 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
3728         * [files/dos_fs.c]
3729         OpenFile with empty filename and OF_PARSE returns current dir.
3731         * [misc/commdlg.c]
3732         Ignore initial dir if bogus.
3734         * [files/file.c]
3735         Locking an identic region in a file must not be an error.
3737         * [misc/lstr.c]
3738         Use wide char ctype functions.
3740 Fri Dec 12 23:46:22 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
3742         * [file/drive.c]
3743         First attempt for GetDiskFreeSpaceEx.
3745 Fri Dec 12 23:18:41 1997  Marcus Meissner  <msmeissn@cip.informatik.uni-erlangen.de>
3747         * [loader/pe_resource.c]        
3748         Fixed wrongly appearing menus problem (only use default lookups in
3749         last resource subtree).
3751         * [multimedia/*.c]
3752         Added win32 support for time* and joy* lowlevel drivers,
3753         (not excessively tested), some misc fixes and cleanups.
3755         * [misc/shellord.c][misc/shell.c][ole/folders.c][ole/ifs.c]
3756           [include/interfaces.h][include/shlobj.h]
3757         Added some more undocumented SHELL32 functions, some shell folder
3758         interface stubs added, SHGetMalloc, SHGetDesktopFolder,
3759         SHGetSpecialFolderLocation, SHGetPathFromIDList stubs added,
3760         IMalloc, IUnknown implemented.
3762         * [windows/msgbox.c]
3763         Implemented MessageBoxIndirect*, some internal changes.
3765         * [if1632/thunk.c]
3766         KERNEL_431 implemented.
3768         * [objects/gdiobj.c]
3769         GetCurrentObject implemented.
3771 Wed Dec  3 01:09:17 1997  Gordon Chaffee  <chaffee@apu.cs.berkeley.edu>
3773         * [objects/dib.c]
3774         Fix a couple small DIB problems.
3776         * [controls/edit.c]
3777         Fix a typo.
3779         * [files/dos_fs.c]
3780         Try normal readdir in case fs is specified as vfat but isn't.
3782         * [files/profile.c]
3783         Implementation of WritePrivateProfileSection32A from Uwe Bonnes.
3785         * [misc/printdrv.c]
3786         OpenPrinter32A stub, helps Word97 start.
3788         * [objects/text.c]
3789         Fixup implementation of GetTextCharsetInfo.
3791         * [scheduler/process.c]
3792         Fix environment variable expansion.
3794         * [win32/code_page.c]
3795         Make MultiByteToWideChar and WideCharToMultiByte conform in return
3796         values and error conditions to those in Windows NT 4.0.
3798         * [windows/message.c]
3799         Fix broadcasting problems in Win32.  The Win32 docs say to use
3800         HWND_TOPMOST to broadcast to all Win32 Windows.
3802         * [memory/virtual.c] [loader/pe_image.c]
3803         Do not map in VirtualAlloc if address is specified and space is
3804         not available.  This is required by Win32.
3806         * [include/pen.h] [include/x11drv.h] [objects/dc.c]
3807           [objects/pen.c] [graphics/x11drv/pen.c]
3808         Support for ExtCreatePen.
3810 Tue Dec  2 20:22:06 1997  Morten Welinder  <terra@diku.dk>
3812         * [*/*.c] [*/*.h]
3813         Add lots of prototypes.
3815         * [if1632/kernel32.spec][include/windows.h][include/winnt.h]
3816           [misc/cpu.c]
3817         Define IsProcessorFeaturePresent.
3819         * [misc/crtdll.c]
3820         (CRTDLL__getcwd): Allocate enough memory for the terminating zero.
3822         * [misc/ver.c]
3823         Improve check for null component in _find_data[AW].  Plug leaks
3824         in VerQueryValue*.
3826         * [win32/console.c][if1632/kernel32.spec]
3827         Add stubs for GetConsoleCursorInfo32, SetConsoleCursorInfo32.
3829         * [windows/message.c][if1632/user32.spec][include/windows.h]
3830         Define SendMessageTimeout*.
3832         * [graphics/x11drv/xfont.c]
3833         Change algorithm of __genericCheckSum to be alignment safe.
3835         * [misc/main.c] [misc/winsock.c] [misc/winsock_dns.c]
3836         Include winsock.h early to avoid Solaris problem.
3838         * [include/windows.h]
3839         Undef FSHIFT before we define it.
3841         * [rc/winerc.c]
3842         Include <fcntl.h> instead of <sys/fcntl.h>.
3844         * [files/file.c]
3845         Use strerror in FILE_SetDosError if available.
3847         * [include/config.h.in] [configure.in]
3848         Check for strerror.
3850         * [objects/gdiobj.c]
3851         Make static font structures aligned.
3853 Mon Dec  1 10:10:21 1997  Karl Garrison  <karlos@eznet.net>
3855         * [win32/console.c] [if1632/kernel32.spec] [include/windows.h]
3856         Added stub for GetNumberOfConsoleMouseButtons.
3857         Added stub for PeekConsoleInput(A,W).
3858         Fixed parameter list for WriteConsole(A,W).
3859         GetNumberOfConsoleInputEvents now returns 0 events instead of 1
3860         (since low-level console functions are not yet supported).
3861         GetConsoleMode no longer returns ENABLE_WINDOW_INPUT and
3862         ENABLE_MOUSE_INPUT since these are not currently implemented.
3864 ----------------------------------------------------------------------
3865 Sat Nov 29 12:35:26 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3867         * [if1632/builtin.c]
3868         Build a complete PE header for builtin Win32 modules.
3870         * [loader/pe_image.c] [loader/module.c]
3871         HMODULE32 now points to the loading address of the module. There
3872         is no longer a separate PE_MODULE structure.
3874 Fri Nov 28 11:21:47 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3876         * [ole/*][configure.in][Makefile.in][include/interfaces.h]
3877           [if1632/olesvr32.spec][if1632/olecli32.spec]
3878         New directory, moved OLE stuff there.
3879         new .spec files for olecli32,olesvr32, some stubs added.
3881         * [misc/shell.c]
3882         Added support for extracting icons from PE dlls.
3884         * [misc/shellord.c][if1632/shell32.spec]
3885         Added a huge heap of ordinal only exported shell functions
3886         (will work only in Win95).
3888         * [loader/task.c]
3889         Hack to make MakeProcInstance16 work in all cases (mplayer.exe).
3891         * [win32/string32.c][include/string32.h]
3892         Obsolete, removed.
3894         * [windows/keyboard.c]
3895         Added *RegisterHotkey.
3897         * [objects/font.c][objects/text.c]
3898         Added GetFontLanguageInfo, GetTextCharsetInfo.
3900 Wed Nov 26 18:10:40 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
3902         * [misc/network.c]
3903         In WNetGetConnection16 return the Drive label and not the DOS-Cwd.
3904         Makes Wordview 6 start on a network connected machine.
3906         * [controls/status.c]
3907         Catch a Null pointer in SW_SetText.
3909         * [files/dos_fs.c]
3910         Add NT5 functions GetLongPathName32.
3912         * [files/file.c]
3913         Make GetTempFileName16 accept drive 0 (Current Drive) too.
3914         Handle more errors and be more verbose in FILE_SetDosError, fix
3915         an error in DeleteFile32W
3917         * [memory/virtual.c]
3918         Implement FlushViewOfFile.
3920         * [misc/crtdll]
3921         Implement _rotl and splitpath and add a stub for 
3922         _abnormal_termination.
3924         * [misc/printdrv.c]
3925         Stub for EnumPrinters32A.
3927         * [win32/newfns]
3928         Add Stub for QueryPerformanceFrequency, change return value
3929         for QueryPerformanceCounter.
3930         Add stub for DeviceIoControl.
3932 Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
3934         * [controls/combo.c] [controls/edit.c] [windows/defwnd.c]
3935           [windows/winpos.c] [windows/win.c]
3936         Removed WIN_NO_REDRAW flag.
3938 Tue Nov 25 13:20:35 1997  Douglas Ridgway <ridgway@taiga.v-wave.com>
3940         * [graphics/x11drv/bitblt.c]
3941         Fixed memory leak in BITBLT_GetDstArea.
3943 Sun Nov 23 14:05:23 1997  Andreas Mohr <100.30936@germany.net>
3945         * [files/directory.c]
3946         Export windows system directory to environment.
3948         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec]
3949           [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c]
3950         Added Win32s DLLs W32SKRNL and WIN32S16.
3952         * [if1632/kernel32.spec] [loader/module.c]
3953         Added misc functions for Win32s.
3955         * [if1632/kernel.spec] [loader/task.c]
3956         Added DefineHandleTable().
3958         * [scheduler/process.c]
3959         Fixed SetEnvironmentVariable32A() to avoid heap corruption.
3961 Sat Nov 22 14:11:42 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
3963         * [windows/painting.c]
3964         Fix leak in BeginPaint16() for CS_PARENTDC windows where the
3965         update region was not properly released.
3967 Thu Nov 20 03:55:29 1997  Gordon Chaffee <chaffee@CS.Berkeley.EDU>
3969         * [loader/pe_image.c]
3970         Implemented forwarded DLL functions.
3972         * [objects/dib.c]
3973         Added support for 16- and 32-bit mode DIBs.
3974         Support negative bitmap heights.
3976         * [win32/process.c]
3977         Added stub for CreateProcess32W.
3979         * [win32/security.c] [include/ntdll.h]
3980         Added stubs for LookupAccountSid32A/W.
3982         * [scheduler/process.c]
3983         Use the size specified in the PE header for the process heap.
3985 Mon Nov 17 00:53:35 1997  Len White <phreak@cgocable.net>
3987         * [msdos/int3d.c]
3988         New file. Stubs for int3d.
3990 Sun Nov 16 12:30:00 PST 1997  Jason Schonberg  <schon@mti.sgi.com>
3992         * [include/aspi.h]
3993         Changed comment style from C++ to C.
3995 ----------------------------------------------------------------------
3996 Sun Nov 16 07:42:44 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3998         * [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
3999         Bug fixes.
4001         * [misc/shell.c] [resources/*]
4002         New "About" dialog.
4004 Sat Nov 15 17:30:18 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4006         * [configure.in] [Makefile.in]
4007         Replaced --with-library option by --disable-emulator. The default
4008         is now to build both the library and the emulator.
4009         Renamed --with options to --enable to follow autoconf guidelines.
4011         * [loader/main.c] [miscemu/main.c] (New file)
4012         Split initialization in WinelibInit/EmulatorInit.
4014         * [loader/*.c]
4015         Removed all remaining #ifdef's WINELIB.
4017         * [controls/widgets.c] [windows/mdi.c]
4018         Converted MDIClientWndProc to 32-bit.
4020         * [debugger/break.c] [if1632/signal.c] [include/selectors.h]
4021           [scheduler/thread.c]
4022         Code and data selector values are now computed at run-time.
4024         * [library/libres.c]
4025         Moved to loader/ directory.
4027         * [misc/main.c] [misc/version.c] (New file)
4028         Moved all version stuff to version.c. Cleaned up a bit.
4030         * [msdos/dpmi.c]
4031         Update the REALMODECALL structure on return from real-mode
4032         interrupt.
4034         * [windows/event.c] [windows/keyboard.c]
4035         Changed the way event coordinates are determined. Don't rely on
4036         the ConfigureNotify event values. This should fix all problems
4037         with cursor position in -desktop and -managed modes.
4039 Sat Nov 15 16:09:36 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
4041         * [controls/button.c]
4042         (BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
4044 Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf@america.com>
4046         * [misc/ver.c]
4047         Changed VerInstall32A to assume srcdir as destination if destdir
4048         is blank.  This was causing alot of DLL installation into SYSTEM
4049         directory to fail.
4051         * [loader/ne_image.c]
4052         NE_LoadSegment buffer[100] was too small and getting overruns.
4053         Changed it to buffer[200].
4055 Sat Nov  8 06:09:57 1997  Len White <phreak@cgocable.net>
4057         * [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
4058         Added stub functions DdeConnectList(), DdeQueryNextServer(),
4059         DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
4060         DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
4061         DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
4062         DdeCmpStringHandles().
4064 Fri Nov  7 19:44:26 1997  Olaf Flebbe  <o.flebbe@science-computing.de>
4066         * [files/directory.c]
4067         Fix typo in directory.c [broke loading of cdplayer on nt40]
4069         * [misc/main.c]
4070         Implemented -winver nt40.
4072         * [loader/resource.c] [user32.spec]
4073         Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
4075 Thu Nov  6 22:37:04 1997  Morten Welinder  <terra@diku.dk>
4077         * [files/drive.c]
4078         (GetDiskFreeSpace32A): Cap at 2GB.
4080         * [include/windows.h]
4081         Prototype DrawIconEx and CreateDIBSection32.
4082         Define OBM_RADIOCHECK.
4083         Add DI_* macros.
4085         * [objects/dib.c] [if1632/gdi.spec]
4086         CreateDIBSection is a WINAPI.  Renamed to CreateDIBSection32.
4087         Implement CreateDIBSection16.
4089         * [if1632/user.spec] [if1632/user32.spec]
4090         Add DrawIconEx.
4092         * [objects/cursoricon.c]
4093         (CopyIcon32): Fix bogus implementation.
4095         * [objects/bitmap.c]
4096         (CopyBitmap32): New function.
4097         (CopyImage32): Do bitmaps.
4099         * [graphics/x11drv/text.c]
4100         (X11DRV_ExtTextOut): Change ascent and descent default to avoid
4101         zero-thinkness overstrike line.
4103         * [include/debugstr.h] [misc/debugstr.c]
4104         New files.
4106         * [msdos/dpmi.c]
4107         Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
4108         int 0x21, ah=0x52.
4110         * [msdos/int2f.c]
4111         Add dummys for 0x1681 and 0x1682.
4113         * [misc/registry.c]
4114         Fix memory leaks in RegDeleteKey32W.
4116         * [objects/text.c]
4117         In TEXT_NextLine, fix another off-by-one bug.
4119         * [include/bitmaps/obm_radiocheck]
4120         New file.  (It a small circle used to radio-button menu items
4121         when selected.)
4122         
4123         * [objects/oembitmap.c]
4124         Add obm_radiocheck.
4126         * [include/windows.h] [if1632/user32.spec] [controls/menu.c]
4127           [if1632/user.spec]
4128         Define CheckMenuRadioItem{16,32}.  Define GetMenuItemRect{16,32}.
4130 Wed Nov  5 11:30:14 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4131         * [misc/main.c]
4132         Auto adjust versions depending on binary.
4134 Tue Nov  4 15:21:00 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
4136         * [controls/listbox.c]
4137         Paint full background in listbox items with tab stops enabled.
4139         * [if1632/thunk.c]
4140         Copy some more message parameter structures (DRAWITEMSTRUCT16,
4141         COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
4142         that need this.
4144         * [windows/dce.c]
4145         Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
4146         style set.
4148         * [windows/focus.c]
4149         Make order of events in FOCUS_SwitchFocus() reflect API docs.
4151         * [windows/defdlg.c]
4152         Fix problem with loss of focus in some dialogs.
4154         * [win32/code_page.c]
4155         Fix return value for MultiByteToWideChar().
4157         * [BUGS]
4158         BCW now works.
4160 ----------------------------------------------------------------------
4161 Thu Oct 30 21:52:23 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
4163         * [windows/nonclient.c]
4164         Changed NC_TrackSysMenu to give the same behaviour as MS-Windows,
4165         i.e. system menu already appears when mouse button is depressed.
4166         Changed NC_HandleNCLButtonDblClk so that double clicks on scroll
4167         bar arrows are handled the same way as single clicks.
4169         * [windows/winpos.c]
4170         Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is
4171         set; this is the way MS-Windows behaves.
4173 Thu Oct 30 21:08:57 1997  Morten Welinder  <terra@diku.dk>
4175         * [controls/status.c]
4176         In SW_SetText, fix condition, I hope.
4178         * [controls/menu.c]
4179         (GetMenuState32): Don't mask return value. Print more debug info.
4180         (MENU_MenuBarCalcSize): Be more careful when printing debug
4181         information.
4182         (MENU_SetItemData): Empty strings are separators.
4184         * [graphics/x11drv/text.c]
4185         Don't prototype CLIPPING_IntersectClipRect.
4187         * [include/dc.h]
4188         Prototype CLIPPING_IntersectClipRect.
4190         * [objects/font.c]
4191         Remove non-portable (and faulty) smartness in FONT_TextMetric*to*.
4192         In CreateFont32W and CreateFont16, handle null font name.
4194         * [objects/text.c]
4195         (TEXT_NextLine): Fix end-of-line bug.
4197         * [if1632/shell32.spec]
4198         Activate existing implementation of ExtractIconA.
4200         * [misc/shell.c]
4201         For Control_RunDLL, add types for parameters.
4203 Thu Oct 30 14:54:11 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4205         * [controls/static.c] [include/windows.h] [misc/spy.c]
4206         Added some win32 defines to static controls, basic SS_BITMAP style
4207         handling implemented. [please add more, I am lacking knowledge and
4208         time]
4210         * [controls/status.c]
4211         part_num 255 seems to indicate whole statusline (win95 cdplayer.exe)
4213         * [if1632/thunk.c] [tools/build.c]
4214         Support lret and 0x66 lret calls for CallTo16_regs
4215         (needed for KERNEL32_45)
4216         Fixed KERNEL32_45, QT_Thunk (should work now).
4218         * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec]
4219         Added string dumping to relay debugging for win32 apifuncs.
4221         * [misc/ver.c]
4222         Fixed and cleaned up VerQueryValue*.
4224         * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec]
4225           [if1632/winmm.spec]
4226         Win32 support for lowlevel multimedia functions.
4227         Added some mixer* lowlevel functions.
4228         Some small fixes in the audio lowlevel queue handling, code
4229         reformatting/cleanups.
4231         * [debugger/hash.c]
4232         Don't show difference between 16bit symbols if they are in
4233         different segments.
4235         * [objects/cursoricon.c]
4236         Added GetIconInfo (partial) and CreateIconIndirect.
4238         * [windows/mdi.c]
4239         Fixed some "bad class" problems and crashes in MDICreateChild,
4240         which happen in Win32 (jwp32.exe).
4242 Wed Oct 29 00:57:27 1997  Bruce Milner  <Bruce.Milner@genetics.utah.edu>
4244         * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c]
4245           [documentation/aspi] [include/callback.h]
4246         Added support for 16 bit ASPI calls to linux generic SCSI.
4247         The support is not complete, but appears to run my Mustek
4248         scanner from within ipplus.exe.
4250 Mon Oct 27 00:59:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4252         * [windows/dce.c]
4253         DC reuse framework.
4255 Sun Oct 26 18:41:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
4257         * [graphics/x11drv/xfont.c]
4258         Substituted fonts are removed from the alias table. References to
4259         the old name are also updated.
4261         * [controls/combo.c]
4262         LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to
4263         ComboLBox.
4265 Sun Oct 26 14:25:00 1997  Nikita V. Youshchenko <yoush@cs.msu.su>
4267         * [include/drive.h] [files/drive.c] [msdos/int21.c]
4268         Partially implemented DOS drive mapping (int21 AX=440F).
4270 Sat Oct 25 13:03:29 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4272         * [debugger/debug.l]
4273         Support '.' in identifiers. Use "x . y" to access structure
4274         fields.
4276         * [debugger/hash.c] [loader/pe_image.c]
4277         Load entry points of Win32 modules only when entering the
4278         debugger.
4280         * [debugger/break.c]
4281         New function DEBUG_AddModuleBreakpoint() to set a breakpoint at
4282         the start of every module.
4284         * [files/file.c]
4285         FILE_mmap() can now fake mmap() for unaligned offsets or broken
4286         filesystems.
4288         * [include/callback.h] [misc/callback.c] [if1632/thunk.c]
4289         Use a table of callbacks instead of macros to differentiate
4290         between emulator and Winelib.
4292         * [loader/task.c]
4293         Initialize current directory from cwd, not from module path.
4295         * [tools/build.c]
4296         Read CallTo16 prototypes directly from thunk.c source file.
4298         * [windows/winproc.c] [windows/mdi.c]
4299         Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE.
4301 Fri Oct 24 21:41:25 1997  Uwe Bonnes  <bon@elektron.ikp.tu-darmstadt.de>
4303         * [files/drive.c]
4304         Allow arguments like "a" for the drive related apis.
4306         * [memory/global.c]
4307         Keep the calculation for dwMemoryLoad in range.
4309         * [misc/crtdll.c]
4310         Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc
4311         its memory if requested.
4312         Implemented CRTDLL_rename and CRTDLL_stat needed for
4313         lcc-win32:wedit.exe.
4314         Implemented CRTDLL__fullpath.
4316         * [misc/comm.c]
4317         High speed modes for the 16-bit mode Comm functions.
4319         * [misc/cpu.c]
4320         As applications may treat lpMaximumApplicationAddress as long,
4321         use a valid long number.
4323         * [misc/main.c]
4324         In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too.
4326         * [misc/ole2nls.c]
4327         Implement LCMAP_UPPERCASE for LCMapString32.
4329         * [misc/wsprintf]
4330         Made WPRINTF_ParseFormatA understand %ws.
4332         * [win32/file.c]
4333         Ignore FILE_ATTRIBUTE_NORMAL.
4334         Stub for ReadFileEx.
4336 Fri Oct 24 15:36:02 1997  Doug Ridgway <ridgway@routh.ucsd.edu>
4338         * [memory/local.c]
4339         Local heap exhaustion message now prints which builtin heap filled.
4341 Fri Oct 24 00:46:34 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
4343         * [windows/dialog.c]
4344         Reversed CreateFont16/32W typo.
4346 Thu Oct 23 23:44:20 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
4348         * [if1632/user.spec]
4349         Fixed argument list for ChangeClipboardChain.
4351         * [windows/mdi.c]
4352         Pass correct hInstance to CreateWindow16() in MDICreateChild().
4354 Mon Oct 20 11:51:24 1997  Carsten Fallesen <cf@it.dtu.dk>
4356         * [objects/metafile.c]
4357         Added support for META_SETTEXTCHAREXTRA.
4359         * [objects/region.c]
4360         Fixed crash in XPolygonRegion if there is only one point in 
4361         in the region.
4363         * [if1632/gdi32.spec][include/gdi.h][include/windows.h]
4364           [objects/gdiobj.c]
4365         Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c 
4366         and included gdi.h instead. Implemented GetObjectType32().
4368 Thu Oct 16 17:21:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4370         * [documentation/wine.texinfo]
4371         Fixed WIN32 and Makefiles entries of Reference manual node, that
4372         made makeinfo dump core.
4374 Mon Oct 13 17:15:57 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
4376         * [if1632/crtdll.spec]
4377         Added missing math functions y0(), y1(), y2(), floor(), frexp(),
4378         ldexp(), modf().
4380 ----------------------------------------------------------------------
4381 Sun Oct 12 15:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4383         * [if1632/builtin.c] [if1632/relay.c]
4384         Relay debugging entry points are now generated on the fly for
4385         Win32 DLLs.
4387         * [include/stackframe.h]
4388         Added VA_LIST16 type and macros to access arguments on the 16-bit
4389         stack.
4391         * [memory/global.c]
4392         Fixed GlobalHandle32 to work with fixed blocks.
4394         * [misc/ddeml.c] (New file)
4395         Added a lot of stubs for DDEML functions.
4397         * [objects/dc.c]
4398         Added Get/SetGraphicsMode().
4400         * [objects/gdiobj.c] [windows/winpos.c]
4401         Added a few stubs.
4403         * [tools/build.c]
4404         Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
4405         'register' functions can no longer take arguments in Win32.
4406         The Win32 NE module is now generated by MODULE_CreateDummyModule.
4407         CallFrom32 callbacks removed except for register functions.
4409 Fri Oct 10 18:22:18 1997  John Harvey <john@division.co.uk>
4411         * [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
4412           [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
4413           [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
4414           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
4415           [include/callback.h] [include/win16drv.h]
4416         Added support for pens and brushes in SelectObject. Added support
4417         for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
4418         Rectangle. Text is drawn in the correct place more often. These
4419         changes may only work with the Windows Postscript driver since
4420         many other drivers now need more GDI support.
4422 Tue Oct  7 21:06:23 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
4424         * [debugger/expr.c]
4425         Fixed typo for the >> operator.
4427         * [loader/task.c]
4428         Fixed SwitchStackTo(); it used to return with the new stack placed
4429         four bytes too high in memory.
4431         * [loader/ne_resource.c]
4432         Removed problematic nametable code introduced in Wine 970914.
4434 Tue Oct  7 02:24:12 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
4436         * [controls/commctrl.c]
4437         Added this files to hold functions from the comctl32.dll
4438         Added to this files some functions scattered in different places
4439         (such as InitCommonControls) and added some new ones as well.
4441         * [include/syscolor.h] [windows/syscolor.c]
4442         Added proper entries for all possible COLOR_* values.
4444         * [objects/brush.c]
4445         Modified GetSysColorBrush to return the correct brush for 
4446         all possible COLOR_* constants.
4448 Sat Oct  4 23:35:20 1997  U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4450         * [loader/module.c] [scheduler/process.c] [win32/environment.c]
4451         Another approach to get access to an unrestricted commandline.
4453         * [misc/crtdll.c]
4454         Make fclose work again.
4456         * [if1632/crtdll.spec]
4457         Use sprintf for crtdll-sprintf again as e.g. %g is not available
4458         for wsprintf.
4460         * [misc/wsprintf.c]
4461         Make WPR_STRING work in more situations.
4462         Added debug output for the wsprintf functions.
4464         * [misc/crtdll.c] [misc/main.c]
4465         Use argv[0] as comand with CRTDLL_system.
4467 Fri Oct  3 14:00:29 MET DST 1997  Jan Willamowius  <jan@janhh.shnet.org>
4469         * [*/*]
4470         Removed some compiler warnings.
4472         * [msdos/int15.c]
4473         New INT 15 handler.
4475 ----------------------------------------------------------------------
4476 Sat Sep 27 12:36:56 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4478         * [if1632/relay.c]
4479         Made Catch and Throw also save %si and %di (untested).
4481         * [memory/selector.c]
4482         Added check for %fs and %gs in SELECTOR_FreeBlock.
4484         * [rc/winerc.c]
4485         Generated files no longer depend on Wine includes.
4486         Made .h generation optional.
4488         * [tools/build.c] [loader/task.c]
4489         Added CALL32_Init function.
4490         Added possibility to pass arguments when using CALLTO16_regs_.
4491         32-bit stack pointer is now saved on the 16-bit stack, instead of
4492         using IF1632_Saved32_esp.
4493         Removed CallTo32 callbacks.
4495         * [tools/makedep.c] [*/Makefile.in]
4496         Added support for directly generating dependencies for .y, .l and
4497         .rc files. Modified the makefiles to use this feature.
4499         * [windows/winproc.c] [if1632/thunk.c]
4500         Use CALLTO16_regs to call window procedures.
4502 Thu Sep 25 12:18:57 1997  Kristian Nielsen <kristian.nielsen@risoe.dk>
4504         * [if1632/kernel.spec]
4505         Changed entry for SwitchStackBack to remove arguments from stack
4506         upon return (arguments left over from previous SwitchStackTo()).
4507         Borland C++ 4.0 now compiles "Hello World" (but crashes after
4508         outputting the .exe).
4510 Wed Sep 24 13:54:44 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4512         * [files/directory.c]
4513         SearchPath might get NULL buffer (empty LRU list in wordpad).
4515         * [memory/selector.c]
4516         Added SUnMapLS*.
4518         * [loader/pe_image.c]
4519         Be able to run executeables from non mmap()ble filesystems.
4520         PE_LoadLibrary adds librarys loaded by another process to
4521         its own modref list too.
4523         * [windows/keyboard.c][include/accel.h][loader/resource.c]
4524         Fixed accelerator leakage, use SDK defines/names.
4526         * [graphics/env.c][misc/main.c]
4527         Set/GetEnvironemnt have nothing to do with environment vars,
4528         but with Printer Environment.
4530         * [graphics/escape.c]
4531         Escape32: map args back to segmented pointers.
4533         * [windows/win.c]
4534         WS_POPUP|WS_CHILD windows don't need a parent window (SDK).
4536 Tue Sep 16 14:40:16 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
4538         * [if1632/crtdll.spec] [misc/crtdll.c]
4539         Added signal().
4541 ----------------------------------------------------------------------
4542 Thu Sep 11 18:24:56 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4544         * [objects/dc.c]
4545         In DC_SetupGCForPatBlt, replace R2_NOT by GXxor with (black xor white).
4547 Tue Sep  9 23:04:02 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4549         * [memory/virtual.c] 
4550         Do not write debugging info unconditionally to stderr.
4552         * [files/profile.c]
4553         Call PROFILE_GetSection in PROFILE_GetString for key_name "" too.
4555         * [misc/crtdll.c]
4556         Many new functions.
4558         * [include/windows.h] [windows/winpos.c]
4559         ClientToScreen16 doesn't have a return value.
4561 Sun Sep  7 10:06:39 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4563         * [misc/main.c] [AUTHORS]
4564         Update the list of contributors. Please let me know if I forgot
4565         someone.
4567         * [if1632/*.spec] [if1632/builtin.c] [tools/build.c]
4568         Ordinal base for Win32 DLLs is now computed automatically from the
4569         lowest ordinal found.
4571         * [include/wintypes.h]
4572         WINAPI is now defined as attribute((stdcall)). This will require
4573         gcc to compile.
4575         * [if1632/thunk.c]
4576         Removed Win32 thunks (no longer needed with stdcall).
4578         * [if1632/crtdll.spec] [misc/crtdll.c]
4579         Make sure we only reference cdecl functions in the spec file.
4581         * [objects/dc.c]
4582         Use CapNotLast drawing style for 1-pixel wide lines.
4584         * [tools/build.c]
4585         Added 'double' argument type.
4586         Added 'varargs' function type for Win32.
4587         Made CallTo16_xxx functions stdcall.
4589 Fri Sep  5 14:50:49 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4591         * [tools/build.c] [windows/win.c] [windows/event.c] [windows/message.c]
4592         More fixes to get message exchange closer to the original.
4594         * [misc/spy.c]
4595         Message logs now contain window names.
4597         * [loader/resource.c] [loader/ne_resource.c] [loader/task.c]
4598           [objects/cursoricon.c] [windows/user.c]
4599         Added some obscure features to fix memory leaks.
4601 Fri Sep  5 00:46:28 1997  Jan Willamowius <jan@janhh.shnet.org>
4603         * [if1632/kernel32.spec] [win32/newfns.c]
4604         Added stub for UTRegister() and UTUnRegister().
4606 Thu Sep  4 12:03:12 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
4607         * [controls/edit.c]
4608         Allow ASCII codes > 127 in WM_CHAR.
4610 Mon Sep  1 17:23:24 1997  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
4612         * [controls/widgets.c]
4613         In InitCommonControls, remember the name of the class
4614         because lpszClassName was made to point to a local array
4615         Added the ProgressBar to the list of implemented controls.
4616         Call InitCommonControls from WIDGETS_Init to register all
4617         implemented Common Controls.
4618         
4619         * [include/commctrl.h]
4620         Added misc decl for the Progress Bar.
4622         * [controls/progress.c] [include/progress.h]
4623         First attempt at implementiong the Progress Bar class.
4625         * [objects/brush.h]
4626         Implementation for GetSysColorBrush[16|32]
4628         * [controls/status.c]
4629         Use DrawEdge to draw the borders and fill the background
4631         * [controls/uitools.c]
4632         Added DrawDiagEdge32 and DrawRectEdge32
4634         * [graphics/painting.c]
4635         Implement DrawEdge[16|32]
4636         Started DrawFrameControl32
4638 Mon Sep  1 10:07:09 1997  Lawson Whitney <lawson_whitney@juno.com>
4640         * [misc/comm.c] [include/windows.h]
4641         SetCommEventMask returns a SEGPTR.
4643 Sun Aug 31 23:28:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4645         * [loader/pe_image.c][loader/module.c][include/pe_image.h]
4646           [include/module.h]
4647         Cleaned up the whole Win32 library mess (a bit).
4649         * [debugger/stabs.c]
4650         If 'wine' has no absolute path and isn't found, check $PATH too.
4652         * [misc/ole2nls.c]
4653         Some fixes.
4655         * [misc/ver.c]
4656         Added support for PE style version resources.
4658         * [memory/string.c]
4659         Check for NULL pointers to _lstr* functions, just as Windows95 does.
4661         * [multimedia/time.c]
4662         Made list of timers a simple linked list.
4664         * [loader/resource.c]
4665         Netscape 3 seems to pass NEGATIVE resource Ids (in an
4666         unsigned int, yes). Don't know why, fixed it anyway.
4668         * [objects/bitmap.c]
4669         LoadImageW added.
4671         * [include/win.h][windows/win.c]
4672         Change wIDmenu from UINT16 to UINT32 and changed the
4673         SetWindow(Long|Word) accordingly.
4675 Thu Aug 28 19:30:08 1997  Morten Welinder  <terra@diku.dk>
4677         * [include/windows.h]
4678         Add a few more colors defined for Win95.
4679         Add a few more brush styles.
4681         * [windows/syscolor.c]
4682         Add error checks for SYSCOLOR_SetColor, SYSCOLOR_Init,
4683         GetSysColor16, GetSysColor32.  Add support for above colors.
4685 Sun Aug 24 16:22:57 1997  Andrew Taylor <ataylor@cadvision.com>
4687         * [multimedia/mmsystem.c]
4688         Changed mmioDescend to use mmio functions for file I/O, neccessary
4689         for memory files.
4691 ----------------------------------------------------------------------
4692 Sat Aug 23 00:05:23 1997  Andreas Mohr <100.30936@germany.net>
4694         * [if1632/kernel.spec] [if1632/mmsystem.spec]
4695         Added some stubs.
4697         * [include/neexe.h] [loader/module.c]
4698         Added warning for OS/2 executables.
4700         * [multimedia/midi.c]
4701         Shortened MIDIOUT driver version string to be less than 31 chars.
4703         * [objects/gdiobj.c]
4704         Fixed DeleteObject32() to react properly when called with stock object.
4706 Fri Aug 22 18:03:26 1997  Dimitrie O. Paun <dimi@cs.toronto.edu>
4708         * [controls/updown.c] [include/updown.h]
4709         First attempt at implementiong the UpDown class.
4711         * [controls/widgets.c]
4712         Added the UpDown class to be initialized by InitCommonControls().
4714 Wed Aug 20 18:01:33 1997  Doug Ridgway <ridgway@routh.UCSD.EDU>
4716         * [graphics/*] [objects/*] [include/gdi.h]
4717         Made all GDI objects (except DCs) moveable.
4719 Mon Aug 18 03:25:30 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4721         * [windows/event.c] [misc/winsock.c] [misc/winsock_dns.c]
4722         Removed IPC communication to speed up winsock services
4723         (tested only with 16-bit netscape 3.03).
4725         * [graphics/x11drv/xfont.c] [documentation/fonts]
4726         Miscellaneous improvements. Updated docs.
4728 Sun Aug 17 20:39:55 1997  Ingo Schneider <schneidi@informatik.tu-muenchen.de>
4730         * [misc/comm.c]
4731         A couple of bug fixes.
4733 Sun Aug 17 19:29:22 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4735         * [debugger/dbg.y]
4736         Display next instruction after stepi/nexti.
4738         * [if1632/relay.c] [include/callback.h] [tools/build.c]
4739         Replaced CallTo32_LargeStack with the CALL_LARGE_STACK macro for
4740         better Winelib support.
4742         * [include/sigcontext.h]
4743         Renamed to sig_context.h to avoid conflicts with libc.
4745         * [*/*]
4746         All API functions are now prefixed with WINAPI in prevision of
4747         future Winelib integration.
4749         * [loader/signal.c] [memory/ldt.c]
4750         Fixed assembly code to be -fPIC compatible.
4752 Thu Aug 14 14:38:15 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4754         * [if1632/crtdll.spec][win32/except.c]
4755         _global_unwind, _local_unwind stub added.
4757         * [objects/dib.c]       
4758         Don't read memory you don't even need for the target bitmap (fixes
4759         one 'lazy' program).
4761         * [if1632/relay.c][if1632/thunk.c][if1632/kernel32.spec]
4762           [win32/ordinals.c][memory/selector.c][memory/global.c]
4763           [include/callback.h]
4764         Added/moved some more win95 ordinal stuff. Implemented QT_Thunk
4765         (not 100% correct yet) and some friends.
4767         * [loader/pe_image.c]
4768         Add possibility to break at the DLL entrypoint.
4770         * [controls/static.c][misc/commdlg.c][scheduler/thread.c]
4771         Misc bugfixes and additions.
4773         * [misc/registry.c]
4774         The registry seems to be case-preserving but case-insensitive.
4776         * [memory/global.c]     
4777         Adapted to new /proc/meminfo format.
4779         * [objects/font.c][graphics/x11drv/xfont.c]
4780         FONT_SelectObject and GetTextMetrics* get passed ranges in logical
4781         and not device points (thanks to Marion Reyzl for pointing this
4782         out).
4784         * [windows/caret.c]
4785         Use the windows own DC if present (The caret coordinates are
4786         logical coordinates based on it). Fixes another AMIPRO problem.
4788 Wed Aug  6 18:22:22 1997  Morten Welinder  <terra@diku.dk>
4790         * [controls/menu.c]
4791         General clean-up and Win32 work: split item_flags into fType and
4792         fState; split item_id into wID and hSubMenu.  Improved
4793         debug-printing.  Implemented InsertMenuItem32[AW],
4794         SetMenuDefaultItem32, and SetMenuItemInfo32[AW].  Fixed
4795         GetMenuItemInfo32[AW].
4797         * [if1632/user32.spec]
4798         Define above new functions.
4800         * [include/windows.h]
4801         Define MF_DEFAULT and MF_RIGHTJUSTIFY.  Prototype above functions.
4803         * [include/menu.h]
4804         Don't prototype now-static MENU_InitSysMenuPopup.
4806         * [include/comm.h]
4807         Reduce MAX_PORTS to 9 (which the profile code can handle).
4809 Tue Aug  5 20:16:22 1997  Victor Schneider <vischne@ibm.net>
4811         * [library/winestub.c] [libtest/expand.c]
4812         These patches let people porting Windows apps compile them using
4813         the same conventions regarding global _argc and _argv as those on
4814         Windows C/C++ compilers.
4816 ----------------------------------------------------------------------
4817 Sun Aug  3 14:03:43 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4819         * [documentation/Makefile.in]
4820         Create links for files included from wine.texinfo.
4822         * [wine.man]
4823         Moved to documentation dir.
4825         * [if1632/builtin.c]
4826         Made SYSTEM.DLL always loaded by default.
4828         * [loader/signal.c] [if1632/signal.c]
4829         Split signal.c in generic/emulator-specific parts.
4831         * [misc/system.c] [if1632/thunk.c]
4832         Implemented system timer functions.
4833         Fixed InquireSystem parameters.
4835         * [msdos/ioports.c]
4836         Defined inb/outb functions to avoid including asm/io.h.
4837         Use the right instruction for word and dword direct access.
4839         * [multimedia/mmsystem.c]
4840         Fixed CallTo16 usage.
4842 Sat Aug 2 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
4844         * [controls/edit.c]
4845         When text is inserted into a newly created editline, the caret
4846         is placed after the text. Should be placed before the text. Fixed.
4848         * [files/file.c]
4849         Removed O_TRUNC flag from OF_WRITE mode in _lopen32().
4850         According to doc _lopen() never truncates files.
4852         * [if1632/user.spec] [misc/comm.c]
4853         Added stub for EnableCommNotification().
4855         * [misc/ver.c]
4856         Fixed problem with VerQueryValue*() running over end of name table
4857         in rare cases.
4859         * [msdos/int21.c]
4860         Enhanced ioctlGetDeviceInfo() to correctly return the current drive.
4862         * [multimedia/joystick.c] [windows/message.c]
4863         Added joystick support !!!
4864         Needs Linux >= 2.1.45 or joystick-0.8.0.tar.gz.
4866 Fri Aug  1 18:02:09 1997  Morten Welinder  <terra@diku.dk>
4868         * [if1632/user32.spec]
4869         Define DrawAnimatedRects32.
4871         * [graphics/painting.c]
4872         (DrawAnimatedRects32): Create stub.
4874         * [misc/registry.c]
4875         Cope with NULL class in RegQueryInfoKey32A.
4877         * [if1632/user32.spec]
4878         Add GetMenuItemInfo32[AW].
4880         * [controls/menu.c]
4881         (InsertMenu32A): Upgrade flags to 8 hex-digits.
4882         (MENUEX_ParseResource): First shot at implementation.
4883         (LoadMenuIndirect32A): Handle extended menus.
4884         (GetMenuItemInfo32[AW]): First shot at implementation.
4886         * [include/windows.h]
4887         Define MFT_*, MFS_*, MIIM_* macros.  Define MENUITEMINFO[AW]
4888         structures and pointers.
4890         * [Makefile.in]
4891         (etags): Add TAGS as target.
4893         * [if1632/comctl32.spec]
4894         Use Windows 95's ordinals.  Add a few missing stubs.
4896 Thu Jul 31 14:01:13 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4898         * [objects/color.c]
4899         Fix for 16 color mode of XFree.
4901         * [if1632/kernel32.spec][win32/ordinals.c]
4902         Moved/added some ordinal only exported functions from kernel32.dll
4903         (mostly thunking preparation stuff).
4905 Wed Jul 30 09:16:38 1997  John Harvey <john@division.co.uk>
4907         * [graphics/win16drv/init.c] [include/win16drv.h]
4908         Escape(SETABORTPROC) returns success to keep pbrush.exe happy.
4909         Escape(NEXTBAND) implemented to make HP PCL printer driver work in
4910         word.  Stub for PATBLT added to start work on printing more than
4911         text.
4913 Mon Jul 28 13:14:28 1997  Victor Schneider <vischne@ibm.net>
4915         * [libtest/expand.c]
4916         New Winelib test program.
4918 Wed Jul 23 09:37:13 1997  Adrian Harvey <adrian@select.com.au>
4920         * [tools/build.c] [tools/build-spec.txt] [if1632/kernel.spec]
4921           [if1632/user.spec]
4922         Added ability to set filename wine considers the built-in DLLs 
4923         to be in  to something other than name.DLL with new "file" key
4924         in .spec files.
4925         Made kernel filename KRNL386.EXE (some programs use this name 
4926         explicitly - ChemOffice install now starts up).
4927         Made user filename USER.EXE (just to be tidy).
4929 Sun Jul 20 23:51:02 1997  David A. Cuthbert <dacut@henry.ece.cmu.edu>
4931         * [controls/menu.c] [misc/tweak.c] [include/tweak.h]
4932         Fixed MENU_KeyLeft and MENU_KeyRight to handle multiple-column
4933         menus.  Misc menu drawing issues for Win95 tweaks fixed.  Misc
4934         warnings fixed.
4936         * [loader/module.c]
4937         Spaces are now permitted in file/path names on the command line.
4938         If multiple matches can be made, the preferred match is the
4939         path/file with fewer spaces.
4941 Tue Jul 29 02:21:15 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4943         * [misc/compobj.c]
4944         Added CLSIDFromString and StringFromCLSID.
4946 ----------------------------------------------------------------------
4947 Sat Jul 19 13:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4949         * [tools/build.c] [include/stackframe.h]
4950         Save the complete %ebp register in CallFrom16; fixes a crash with
4951         LabView reported by Andreas Mohr.
4953         * [loader/main.c]
4954         Avoid executing a built-in DLL.
4956         * [controls/static.c]
4957         Converted static window procedure to Win32.
4959         * [windows/message.c] [windows/queue.c] [include/queue.h]
4960         Hacked SendMessage functions to support inter-task messages with
4961         SendMessage32A/W.
4963 Sun Jul 13 16:55:35 1997  Bernhard Rosenkraenzer <bero@bero-online.ml.org>
4965         * [ipc/bit_array.c]
4966         Don't use bitops.h in Linux 2.1.x (these versions do not return
4967         the previous state for clear_bit and set_bit)
4969         * [ipc/shm_main_blk.c]
4970         Adapt to GLIBC's ipc_perm structure.
4972         * [memory/ldt.c]
4973         Include <asm/unistd.h> on Linux/GLIBC systems (required for
4974         _syscall3).
4976 Wed Jul 9 23:53:19 1997  David A. Cuthbert  <dacut@henry.ece.cmu.edu>
4978         * [include/options.h] [files/profile.c]
4979         Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection.
4981         * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c]
4982         All sysmetrics moved to array (no more constant macros).  Added
4983         MOUSEWHEELPRESENT metric.
4985         * [include/bitmap.h] [objects/oembitmap.c]
4986         Added OBM_Init() (see also loader/main.c) and more support for Win95
4987         bitmaps; added size info to OEM bitmaps.
4989         * [include/graphics.h] [windows/graphics.h]
4990         Added GRAPH_DrawGenericReliefRect.
4992         * [loader/main.c]
4993         Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the
4994         latter checks for invalid entries in wine.conf).
4996         * [include/debug.h] [include/stddebug.h] [include/nonclient.h]
4997           [include/tweak.h] [controls/menu.c] [misc/tweak.c]
4998           [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c]
4999           [BUGS] [documentation/win95look]
5000         Added tweaks for Windows 95 interface support.  See
5001         documentation/win95look for more information.
5003         * [controls/edit.c]
5004         Fixed EDIT_MoveHome bug.
5006         * [misc/ver.c]
5007         Changed name of dprintf_ver_string to ver_dstring to fix
5008         problem with tools/make_debug utility.
5010 Wed Jul 9 21:31:54 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5012         * [objects/dib.c]
5013         Don't use palettes with dibs with biBitCount > 8.
5015         * [misc/ole2nls.c][misc/ver.c]
5016         IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works)
5017         Some VerLanguage coded moved to ole2nls.c, some cleanups.
5019         * [multimedia/mcistring.c]
5020         Fixed "capabilities <dev> device type" crash (cool.exe).
5022         * [misc/main.c]
5023         SystemParametersInfo*: added stub option 41
5024         (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16
5025         that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe)
5027 Tue Jul  8 22:40:53 1997  Morten Welinder  <terra@diku.dk>
5029         * [if1632/shell32.spec]
5030         Use Windows 95's ordinals. Help wanted, inquire within.
5032 Mon Jul  7 11:20:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
5034         * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec]
5035           [tools/build-spec.txt] [tools/build.c]
5036         Added type 'segstr' (segmented pointer to null-terminated string)
5037         to .spec files.
5039         * [windows/user.c] [if1632/user.spec]
5040         ExitWindowsExec stub function added.
5042 Mon Jul  7 01:18:25 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
5044         * [files/file.c] [include/winbase.h] [if1632/kernel32.spec]
5045         Implement MoveFileEx32, some enhancement for Movefile32.
5047 Sat Jul  5 18:13:48 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu.
5049         * [files/file.c] [if1632/kernel32.spec] [include/winerror.h]
5050           [msdos/int21.c] [win32/file.c]
5051         Add LockFile/UnlockFile implementation.
5052         Add back in int21 func(0x5c) Record locking functions.
5054         * [files/file.c]
5055         Fixed bug with OF_REOPEN in FILE_DoOpenFile.
5057 Fri Jul 4 12:00:00 1997  Henrik Olsen <Henrik.Olsen@iaeste.dk>
5059         * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc]
5060           [resources/sysres_Da.rc]
5061         Added/updated Danish language support.
5063 Thu Jul  3 13:04:20 1997  Claus Fischer  <fischer@iue.tuwien.ac.at>
5065         * [files/dos_fs.c]
5066         Properly implemented DOSFS_UnixTimeToFileTime and
5067         DOSFS_FileTimeToUnixTime.
5069         * [documentation/wine.texinfo]
5070         First version of texinfo documentation.
5072 ----------------------------------------------------------------------
5073 Thu Jun 26 02:14:03 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
5075         * [Makefile.in]
5076         New target install_includes.
5078         * [rc/parser.h] [rc/parser.y] [rc/winerc.c]
5079         Some bug fixes.
5081 Wed Jun 25 14:43:41 1997  Victor Schneider <vischne@ibm.net>
5083         * [controls/edit.c]
5084         Fixed WM_GETTEXT return value.
5086 Tue Jun 24 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
5088         * [multimedia/*.c] [include/mmsystem.h]
5089         Added more callback code, including (I hope) function callback.
5090         Changed some linear pointers into segmented.
5092         * [multimedia/audio.c]
5093         Removed some bugs.
5095 Sat Jun 28 11:37:56 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5097         * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c]
5098           [include/commdlg.h]
5099         Implemented parts of comdlg32: GetOpenFileName32*,
5100         GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents.
5102         * [windows/event.c]
5103         EVENT_QueryZOrder: check for children !=NULL (happens when
5104         using -managed).
5106         * [BUGS][DEVELOPER-HINTS]
5107         Updated.
5109         * [objects/text.c]
5110         Added GetTextCharset... (stub mostly).
5112 Sat Jun 21 08:47:58 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
5114         * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h]
5115           [loader/resource.c] [graphics/x11drv/xfont.c]
5116         SetResourceHandler & RemoveFontResource prototypes fixed.
5118         * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec]
5119           [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec]
5120           [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec]
5121           [include/windows.h] [memory/string.c] [tools/build.c]
5122         New type of parameter allowed in .spec files : str, printed
5123         as a string with -debugmsg +relay. .spec files updated.
5125         * [objects/dc.c]
5126         In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel.
5127         Likewise for WhitePixel.
5129         * [objects/gdiobj.c] [graphics/x11drv/brush.c]
5130         Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush,
5131         instead of BS_SOLID.
5133 Fri May 30 17:58:00 1997  Chris Faherty <chrisf@america.com>
5135         * [windows/keyboard.c]
5136         Added vkey to scancode translation table.
5137         This was primarily to fix Citrix WinFrame client which
5138         always needs scancodes in WM_KEYDOWN.
5139         Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
5141 ----------------------------------------------------------------------
5142 Sat Jun 14 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
5144         * [include/mmsystem.h]
5145         Avoided infinite loop in audio code when accessing
5146         WAVEOUTCAPS/WAVEINCAPS/MIDIOUTCAPS/AUXCAPS with rigid variable
5147         offsets (I applied WINE_PACKED).
5149         * [*/*]
5150         Added "WARNING:" and "ERROR:" to some printf's.
5151         Just grep for them with '-debugmsg +all'.
5153         * [multimedia/audio.c] [multimedia/mmsystem.c]
5154         Implemented wave callbacks: window and function callback.
5155         Fixed problem with WAVE_NotifyClient().
5156         Misc fixes.
5158         * [windows/winhelp.c]
5159         Fixed problem with windows help telling "Help topic doesn't exist".
5160         But this problem still remains when using Winword.
5162 Wed Jun 11 09:14:20 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5164         * [wine.ini]
5165         New 'fonts' section format. Read documentation/fonts.
5167         * [controls/icontitle.c] [windows/winpos.c] [windows/nonclient.c]
5168           [windows/win.c] [include/win.h]
5169         Implemented icon titles.
5171         * [graphics/x11drv/xfont.c] [objects/font.c] [objects/dc.c]
5172           [include/x11drv.h] [include/x11font.h] [documentation/fonts]
5173         Rewrote font mapper from scratch.
5175         * [tools/fnt2bdf.c]
5176         Bug fixes. REPLACE FONTS CREATED BY THE PREVIOUS VERSIONS.
5178         * [windows/defwnd.c] [windows/nonclient.c]
5179         Word document window activation fix.
5181         * [windows/mdi.c] [windows/win.c]
5182         Replaced WCL lists with WIN_BuildWinArray().
5184 Mon Jun  9 23:51:16 1997  Andrew Taylor <ataylor@cadvision.com>
5186         * [misc/error.c] [include/windows.h] [if1632/kernel.spec]
5187         Implemented LogParamError, LogError functions.
5189 Tue Jun  3 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
5191         * [include/mmsystem.h] [multimedia/audio.c]
5192         Constants for asynchronous play and record.
5194         * [multimedia/time.c]
5195         Filled in some empty functions.
5197         * [multimedia/mmsystem.c]
5198         Fixed bugs in waveOutOpen.
5200         * [multimedia/mmsystem.c] [multimedia/audio.c]
5201         Implemented Window Callback for wave output at least.
5203         * [files/file.c]
5204         Corrected bug in FileDosSetError.
5205         NULL pointer checking added.
5207         * [misc/spy.c]
5208         Added Multimedia messages to SPY_GetMsgName.
5210 Tue Jun 3 22:34:30 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5212         * [debugger/*.c][include/peexe.h][loader/*.c][tools/build.c]
5213           [tools/fnt2bdf.c][library/sup.c]
5214         IMAGE_* structs/defines changed fit better to SDK naming
5215         Don't load non-i386 PE executables.
5216         %fs should already be initialised for the FIRST loaded PE module.
5218         * [if1632/advapi.spec][win32/advapi.c]
5219         Some small stubs added to bring win32 setup.exe a bit farther.
5221         * [if1632/kernel32.spec][scheduler/process.c]
5222         Adapted to match win95 kernel32.dll ordinals (NT doesn't use
5223         ordinal import), some ordinal only exported functions added.
5225         * [if1632/relay.c]
5226         Added CallProc32W.
5228         * [misc/lzexpand.c]
5229         Fixed return values of GetExpandedName* (thanks to Andreas Mohr).
5231         * [objects/dib.c]
5232         Everything with more than 8 bit of color is a truecolor mode
5233         and doesn't have a colormap.
5235 Tue Jun  3 09:24:53 1997  John Harvey <john@division.co.uk>
5237         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
5238           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
5239           [include/win16drv.h]
5240         Changed some structures that are passed to and from the 16 bit
5241         drivers to be allocated on the global heap.
5242         Implemented Escape(Control) 0x100 GetExtTextData properly to
5243         stop word from crashing.
5244         Postscript driver now prints on complete page instead of top
5245         left corner.
5246         Print spooling implemented.
5248         * [loader/module.c]
5249         MODULE_GetOrdinal changed char buffer to unsigned char to stop
5250         a loop that was happening when running the font control
5251         program from the control panel.
5253 Sun Jun  1 19:05:02 1997  Peter Schlaile <up9n@rz.uni-karlsruhe.de>
5255         * [include/miscemu.h] [loader/main.c] [msdos/ioports.c]
5256         Added support for direct io port access.
5258 Fri May 30 16:18:35 1997  David A. Cuthbert <dacut@dssc3353.ece.cmu.edu>
5260         * [misc/ver.c]
5261         Implemented VerFindFile16.
5263 Tue May 27 22:00:39 1997  Rick Richardson <rick@dgii.com>
5265         * [misc/comm.c]
5266         Fixed GetCommError and GetCommEventMask.
5268 Tue May 27  9:10:53 1997  Georg Beyerle <gbeyerle@awi-potsdam.de>
5270         * [scheduler/thread.c]
5271         Minor fix in thread database initialization.
5273 Mon May 26 19:46:34 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
5275         * [objects/dc.c]
5276         In DC_SetupGCForPen, avoid to draw in GXxor mode with a 0 mask.
5278 Mon May 26 15:22:42 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
5280         * [loader/pe_image.c]
5281         Add code for modules that co-reference each other. Photodex's
5282         agds.exe (cpic32) has two dll's that make calls into each other.
5284 Mon May 26 13:38:16 1997  Jody Goldberg <jodyg@idt.net>
5286         * [memory/virtual.c]
5287         Dont use stdio when reading /proc/self/maps.  It causes problems
5288         with libc6.
5290         * [windows/dialog.c]
5291         Translate messages in IsDialogMessage when DLGC_WANTMESSAGE
5292         is used.
5294 Sun May 25 17:02:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
5296         * [objects/metafile.c]
5297         Resource cleanup in EnumMetaFile(). This was one reason Word was
5298         crashing after long periods of use. (Thanks to Chris Underhill for
5299         the logs)
5301 Sun May 25 14:59:33 1997  Jimen Ching  <jching@flex.com>
5303         * [multimedia/mcistring.c]
5304         Initial support for compound MCI commands.
5305         Use case-insensitive compare for 'alias' and 'element' keywords.
5306         Fixed pointer copy of args keywords array.
5308 ----------------------------------------------------------------------
5309 Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@chanae.alphanet.ch>
5311         * [resources/sysres_Es.rc]
5312         Updated CHOOSE_FONT, CHOOSE_COLOR, EDITMENU for Spanish.
5314 Mon May 19 22:06:04 1997  Michiel van Loon <mfvl@xs4all.nl>
5316         * [multimedia/mcistring.c]
5317         Corrected bug for device!element command.
5319         * [multimedia/mmaux.c]
5320         Replaced printf and fprintf calls by dprintf_mmaux.
5322         * [multimedia/audio.c]
5323         Corrected debugmessage in wodGetVolume.
5324         Include code for MCI_CUE command.
5326         * [multimedia/mmsystem.c]
5327         Added the MCIERR_SEQ error messages.
5329         * [if1632/mmsystem.spec] [multimedia/audio.c] [multimedia/mmsystem.c]
5330         Changed call structure of waveInOpen and waveOutOpen.
5332         * [multimedia/mmsystem.c] [multimedia/audio.c] [multimedia/midi.c]
5333           [multimedia/mmaux.c] [multimedia/mcicda.c] [multimedia/mcianim.c]
5334           [multimedia/mcistring.c] [include/mmsystem.h]
5335         Changed the deviceID scheme.
5337         * [include/queue.h] [include/win16drv.h] [msdos/dpmi.c]
5338           [windows/user.c] [windows/driver.c] [graphic/wing.c]
5339           [graphics/x11drv/bitmap.c] [misc/wsprintf.c] [misc/crtdll.c]
5340         Removed compiler warnings.
5342 Mon May 19 01:32:24 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5344         * [controls/menu.c] [windows/win.c] [windows/graphics.c]
5345         Popup menu shade, new system menu implementation, 
5346         ModifyMenu() fixes, better check mark painting.
5348         * [windows/mdi.c]
5349         MDI client fix for Win32.
5351 Sat May 17 12:02:11 1997  Albrecht Kleine  <kleine@ak.sax.de>
5353         * [objects/metafile.c]
5354         Added handling of META_DIBBITBLT, META_SETTEXTJUSTIFICATION
5355         plus bugfix in META_EXTTEXTOUT (start_of_text etc.)
5357 Thu May 15 22:52:00 1997  Jimen Ching  <jching@flex.com>
5359         * [loader/ne_image.c]
5360         Make sure dgroup is valid by checking pModule->flags consistently.
5362 ----------------------------------------------------------------------
5363 Tue May  6 19:12:20 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
5365         * [loader/task.c] [loader/module.c]
5366         Fixed command line in LoadModule to already include the length
5367         indicator (thanks to Andreas Mohr).
5369         * [windows/dialog.c]
5370         DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
5371         to Bruce Milner for this one); correctly update file spec on exit.
5373         * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
5374         Moved emulator-specific code for calling window procedure to
5375         thunk.c.
5377 Mon Apr 28 10:21:59 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
5379         * [memory/local.c]
5380         Better implementation of moveable blocks (first word in block is
5381         the handle itself) and discarded blocks. Local(Re)Alloc is much
5382         more like the real thing.
5384 Thu Apr 24 19:50:19 1997  Albrecht Kleine <kleine@ak.sax.de>
5386         * [objects/metafile.c]
5387         Added handling of meta record META_DIBCREATEPATTERNBRUSH.
5389 Mon Apr 21 14:03:32 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5391         * [multimedia/mmsystem.c] [multimedia/audio.c]
5392         Fixed leftover problems with masked device IDs.
5394         * [msdos/int21.c]
5395         Removed code duplications, fixed Write.
5397         * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
5398           [windows/winpos.c]
5399         Yet another attempt to make -managed work better.
5401         * [controls/combo.c]
5402         UI fix.
5404 Mon Apr 21 13:10:24 1997  Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
5406         * [debugger/*]
5407         All "Loading from ..." lines merged into one so important
5408         information before the crash doesn't scroll out.
5410         * [if1632/kernel.spec]
5411         Added some ordinal stubs used by win95 OLE and friends.
5413         * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
5414         MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
5415         LoadLibraryEx32W and GetProcAddress32W added.
5417         * [objects/bitmap.c]
5418         XImages use another memory layout for depth 4 (and poss. other
5419         depths) then Windows bitmaps. Replaced speedup hack by generic
5420         (and better working) code.
5422         * [objects/dib.c]
5423         Another ximage!=bitmap memory layout bug. 
5424         All _XinitImageFuncPtrs except one removed.
5426 Sun Apr 20 17:12:30 1997  Andrew Taylor <ataylor@cadvision.com>
5428         * [multimedia/audio.c]
5429         Fixed some regression bugs.
5431 Sun Apr 20 12:15:09 1997  Andreas Mohr <100.30936@germany.net>
5433         * [loader/module.c]
5434         Fixed MODULE_LoadExeHeader() to use the correct offset for
5435         fast-load area.
5437 Sat Apr 19 16:40:00 1997  Chad Fraleigh <chadf@bookcase.com>
5439         * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
5440           [win32/*]
5441         Removed <malloc.h> and added <stdlib.h> where needed.
5442         Changed printf formaters to match argument types (%lx instead of %x).
5443         Casted some types to make the compiler happy. Mostly pointer<->ulong.
5445         * [graphics/win16drv/init.c]
5446         Fixed uninitialized variable.
5448         * [include/msdos.h]
5449         Added <sys/types.h> needed for <dirent.h>.
5451         * [include/sigcontext.h]
5452         Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
5453         Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
5455         * [misc/crtdll.c] [misc/lstr.c]
5456         Casted last argument in v*printf() to be va_list. This code seems to
5457         make BIG assumptions about the implementation of va_list.
5459         * [misc/ver.c]
5460         Fixed impossible if() expression (unsigned < 0).
5462         * [misc/winsock.c]
5463         Removed semicolon on the end of an if() statement.
5465         * [windows/mdi.c]
5466         Changed a counter/index to unsigned since it was complaining about
5467         signed/unsigned comparison and didn't need to be negative.
5469 Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
5471         * [scheduler/thread.c]
5472         Minor fix in thread database initialization.
5474 Wed Apr 16 17:28:05 1997  Andreas Mohr <100.30936@germany.net>
5476         * [files/file.c]
5477         Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
5478         directory entry.
5480 ----------------------------------------------------------------------
5481 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
5483         * [graphics/win16drv/init.c]
5484         Minor changes to help debug problems.
5486         * [if1632/dummy.c] [if1632/gdi.spec]
5487         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
5489         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
5490         StartDoc16, EndDoc16 new functions.
5492 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
5494         * [memory/virtual.c]
5495         Implemented MapViewOfFile.
5497         * [debugger/dbg.y]
5498         Added 'info maps' command.
5500 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
5502         * [controls/edit.c] [controls/EDIT.TODO]
5503         Started restructuring.  Performance improvements.
5504         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
5505                 EditWndProc() is now reentrant, wordbreak procs,
5506                 better compliance to specs.
5507         New:    margins, format rectangle.
5509         * [controls/widgets.c]
5510         Changed the cursor for the edit control class to an I-beam.
5512         * [include/callback.h]
5513         Added 32 bit wordbreak callback.
5515 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
5517         * [objects/metafile.c]
5518         Added handling of some more metafile records: 
5519         META_CREATEREGION, META_INVERTREGION etc.
5521 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
5523         * [loader/signal.c]
5524         Define kernel sigaction ourselves instead of getting it
5525         from the kernel source.
5527 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
5529         * [control/menu.c]
5530         Fix return value range for GetMenuState.
5532         * [files/file.c]
5533         Always fill out ofs->szPathName in FILE_DoOpenFile.
5535         * [memory/string.c]
5536         Add debug option string.
5538         * [objects/cursoricon.c]
5539         Fix return value for DestroyIcon32.
5541 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5543         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
5544         Added description of the source tree. Moved several
5545         files to fit it.
5547         * [misc/shell.c]
5548         Use Win32 heap functions.
5550 ----------------------------------------------------------------------
5551 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
5553         * [misc/main.c] [ANNOUNCE]
5554         Update the list of contributors. Please let me know if I forgot
5555         someone.
5557         * [controls/combo.c]
5558         Fixed bug in CB_DIR16 handling.
5559         Use correct text color in CBPaintText.
5561         * [controls/listbox.c]
5562         Fixed WM_CTLCOLOR handling.
5564         * [windows/winproc.c]
5565         Added translation for EM_*32 messages.
5567 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
5569         * [files/drive.c]
5570         Added information on device and inode numbers to the DOSDRIVE
5571         struct, using it to find DOS drives in a path even if it contains
5572         symbolic links, eliminating annoying messages at startup.  
5573         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
5575 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
5577         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
5578           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
5579           [include/win16drv.h] [include/x11drv.h]
5580         Implemented GetCharWidth via graphics drivers.
5582         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
5583         Moved printer driver interfaces into a separate file.
5585         * [graphics/win16drv/text.c]
5586         Fixed bugs that seg-faulted write.
5588 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5590         * [BUGS]
5591         Update.
5593         * [controls/edit.c]
5594         Removed useless parameters from a lot of functions.
5596         * [controls/menu.c]
5597         Improved keyboard shortcuts. Added check for entries with popup 
5598         menu in EnableMenuItem().
5600         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
5601         Do not allocate separate thunks for new windows.
5603         * [misc/clipboard.c] [windows/painting.c]
5604         Fixed problems with ClipBook.
5606         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
5607           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
5608         Combo rewrite.
5610         * [objects/dib.c]
5611         Slight improvements.
5613 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5615         * [misc/crtdll.c]
5616         Added chdir/mkdir.
5618         * [misc/ntdll.c]
5619         Fixed some bugs, added RtlUnicodeStringToAnsiString.
5621         * [win32/process.c]
5622         Added initialisation of events/semaphores/mutices.
5624 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
5626         * [resources/sysres_Po.rc]
5627         Added support for Portuguese language.
5629 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
5631         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
5632         Implemented SwitchToThisWindow().
5633         
5634         * [misc/ver.c]
5635         Corrected a flaw in VerInstallFile32A.
5636         
5637         * [msdos/int21.c]
5638         Corrected wrong number in Int21 3305
5639         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
5640         
5641 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
5643         * [loader/ne_module.c]
5644         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
5645         setting it to 0x10000 if pSeg->size is 0.
5647 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
5649         * [ANNOUNCE]
5650         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
5652         * [memory/global.c]
5653         Removed MemManInfo sizeof check.
5655 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
5657         * [files/dos_fs.c]
5658         Pick up kernel dirent on glibc systems.
5660         * [loader/signal.c]
5661         Pick up kernel sigaction on glibc systems.
5663 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
5665         * [debugger/stabs.c] [debugger/msc.c]
5666         Check return value of mmap.
5668 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
5670         * [win32/code_page.c]
5671         Added IsValidCodePage.
5673 ----------------------------------------------------------------------
5674 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
5676         * [*/*]
5677         Completed transition to new Win32 types.
5679         * [tools/build.c]
5680         Changed CallTo16_regs to take a CONTEXT argument.
5682         * [memory/virtual.c]
5683         Rewrote Virtual* functions. Implemented CreateFileMapping and
5684         OpenFileMapping. Broke MapViewOfFile ;-)
5686         * [win32/k32obj.c]
5687         Implemented named objects.
5689 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
5691         * [misc/ole2nls.c] [resources/sysres_Pl.c]
5692         Added Polish language support.
5694 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
5696         * [windows/keyboard.c]
5697         Wrote VkKeyScan and tested with Winword. Works ok except for dead
5698         chars.
5700 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
5702         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
5703           [graphics/win16drv/obects.c]
5704         Added start of SelectObject call for printer driver. Write should
5705         now run with the printer driver enabled.
5707 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5709         * [debugger/*.c]
5710         Re-added a disassembly command (list serves another functionality
5711         now).
5713         * [loader/pe_resource.c]
5714         Added # support.
5716         * [misc/ole2nls.c]
5717         GetStringType* added.
5719         * [objects/color.c]
5720         VGA16 fixes.
5722         * [windows/class.c]
5723         Look for global widget classes too in GetClassInfo32.
5725         * [windows/sysmetrics.c] [include/windows.h]
5726         Added Win32 sysmetrics.
5728 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
5730         * [documentation/languages]
5731         The fourth case updated.
5733         * [if1632/ntdll.spec]
5734         Added some is* and to* functions.
5736 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
5738         * [configure.in]
5739         Add tests for wait4 and waitpid.
5741         * [loader/signal.c]
5742         Clean up OS-dependent code.  I hope I got it right, :-)
5744         * [tools/wineconf]
5745         Recognise vfat file systems.  Ignore floppy drives specified in
5746         /etc/fstab.
5748         * [files/*]
5749         Fix function names in error messages.
5751 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.alphanet.ch>
5753         * [windows/keyboard.c] [windows/message.c]
5754         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
5755         characters sets.
5757 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
5759         * [controls/edit.c]
5760         Fix incorrect arg order in LOCAL_Alloc() call.
5762 Fri Feb 21 18:19:17 1997  Andrew Taylor  <ataylor@cadvision.com>
5764         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
5765         Fixed bug related to device IDs returned by multimedia
5766         system.  Implemented mciGetDeviceID.
5768 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
5770         * [debugger/dbg.y]
5771         Do not dereference invalid expressions.
5773 ----------------------------------------------------------------------
5774 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
5776         * [*/*]
5777         Converted a lot of functions to Win32 types.
5778         Removed HWND type.
5780 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
5782         * [memory/global.c]
5783         Implemented GMEM_MOVEABLE blocks for Win32.
5785 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5787         * [loader/task.c] [windows/queue.c]
5788         Do not read X events while in the intertask SendMessage().
5790         * [misc/lstr.c]
5791         Fixed CharPrev32A().
5793         * [windows/hook.c] [include/hook.h]
5794         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
5796         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
5797           [windows/event.c] [controls/edit.c] 
5798         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
5799         Several new Win32 messages are sent when this flag is on.
5800         
5801         * [msdos/dosmem.c] [memory/global.c]
5802         Some changes in DOS memory allocation.
5804 Fri Feb  7 21:46:03 1997  Andrew Taylor  <ataylor@cadvision.com>
5806         * [win32/security.c]
5807         Added SID manipulation functions.
5809         * [include/debug.h]
5810         Added debugging class "security".
5812 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
5814         * [debugger/msc.c] [debugger/source.c] 
5815           [documentation/wine_os2.txt] [loader/signal.c]
5816         Some more changes for OS/2. Doesn't work yet.
5818 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5820         * [scheduler/process.c]
5821         Added ExpandEnvironmentStrings*.
5823         * [misc/ntdll.c] [include/ntdll.h]
5824         Added some new functions.
5826         * [objects/cursoricon.c]
5827         CURSORICON_LoadHandler: check against some bizarre out of memory
5828         conditions.
5829         
5830         * [windows/mdi.c]
5831         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
5833 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
5835         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
5836           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
5837         Added Hungarian language support.
5839 ----------------------------------------------------------------------
5840 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
5842         * [files/drive.c]
5843         Fixed SetCurrentDirectory() to also change the current drive.
5845         * [win32/except.c] [tools/build.c]
5846         Use Win32 register functions to implement exception handling.
5847         Fixed UnhandledExceptionFilter.
5849 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
5851         * [windows/keyboard.c]
5852         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
5853         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
5854         or when the state has changed, out of wine.
5855         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
5856         by InputKeyStateTable.
5858 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5860         * [loader/*resource.c][if1632/thunk.c]
5861         EnumResource* added.
5863         * [loader/pe_resource.] [loader/resource.c]
5864         SizeofResource32(), LoadAccelerators32() added.
5866         * [misc/lstr.c]
5867         FormatMessage %n added.
5869         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
5870         _chdrive,_errno,_isctype added.
5872         * [misc/cpu.c]
5873         Replaced runtime_cpu by GetSystemInfo().
5875         * [windows/hook.c][include/hook.h]
5876         Fixed mapping of hooks to win32/unicode.
5878         * [windows/keyboard.c] [windows/defwnd.c]
5879         Updated to win32 standard.
5880         ALT-<Menukey> fixed.
5882         * [windows/queue.c]
5883         GetWindowThreadProcessId() implemented.
5885 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
5887         * [graphics/metafiledrv/*] [graphics/x11drv/*]
5888           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
5889           [objects/gdiobj.c] [objects/pen.c]
5890         Moved SelectObject to graphics drivers. Printer support now works
5891         in a few cases but is definitely not complete. Generic/text driver
5892         works. The postscript driver works if true type fonts are disabled
5893         from the control panel. To enable printer support add Printer=on
5894         to the wine section of your wine.conf file. This causes write not
5895         to work properly. I know that several other printer drivers do not
5896         work.
5898         * [tools/build.c]
5899         Make .stabs not used for svr4 since it doesn't use GNU assembler.
5901         * [misc/fontengine.c]
5902         Make sure a printf doesn't crash the system.
5904 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
5906         * [objects/metafile.c]
5907         Fixed some problems with PlayMetaFileRecord().
5909         * [objects/dc.c]
5910         hClipRgn gets initialized in GetDCState().
5912 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
5914         * [debugger/stabs.c]
5915         Handle file names beginning with '/'.
5917 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
5919         * [*/*]
5920         Some more patches for OS/2 support.
5922 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
5924         * [resources/sysres_Ko.rc]
5925         Updated support for Korean (Ko) language.
5927 ----------------------------------------------------------------------
5928 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
5930         * [loader/module.c]
5931         Fixed LoadModule() to always call the DLL initialization code.
5933         * [windows/event.c]
5934         Moved all the keyboard stuff to windows/keyboard.c
5936         * [tools/build.c]
5937         Fixed Win32 register functions.
5939 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
5941         * [tools/makedep.c]
5942         Fixed bug which causes SEGV on Solaris x86.
5944 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
5946         * [controls/edit.c]
5947         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
5948         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
5949         Fixed EM_SETSEL and some minor bugs (features).
5950         Hence: fully functional undo and a win95 menu with the right mouse
5951                 button.
5953         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
5954         Added a context menu for the edit control.
5955         Translations, please ...
5957 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
5959         * [windows/event.c]
5960         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
5961         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
5962         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
5963         to make them work with any X server.
5964         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
5966         * [include/keyboard.h]
5967         Totally replaced the file (formerly containing the vkcase definitions)
5968         by the declaration of 'extern' variables contained by event.c and used
5969         by keyboard.c
5970         
5971         * [windows/keyboard.c]
5972         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
5973         table keyc2vkey or X functions only.
5974         ToAscii : added keypad 0-9 and . special case.
5975         Changed toggle keys active mask from 0x80 to 0x1.
5977         * [misc/keyboard.c]
5978         File deleted. Contents moved to windows/keyboard.c.
5980         * [misc/main.c]
5981         Added putenv XKB_DISABLE to disable XKB extension (which, when
5982         present, causes AltGr to change keyboard group instead of being a
5983         modifier).
5985 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
5987         * [windows/event.c]
5988         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
5989         output of XGetModifierMapping for XK_Num_Lock.
5991 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5993         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
5994           [debugger/*.c]
5995         General clean up.
5996         Changed defines/structures to match Windows NT SDK.
5998         * [loader/main.c]
5999         Don't crash on empty command-line.
6001         * [windows/winpos.c]
6002         winpos.c made win32 clean.
6004         * [misc/ntdll.c]
6005         Some string conversion additions.
6007         * [files/file.c]
6008         GetFileAttributes/GetTempFileName fixed.
6010         * [misc/ver.c]
6011         VerInstallFile implemented.
6013 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
6015         * [tools/build.c]: Use PREFIX also in stabs messages.
6017 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
6019         * [graphics/win16drv/*] [include/win16drv.h]
6020         Many fixes and some new features.
6022         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
6023           [include/x11drv.h] [objects/font.c]
6024         GetTextMetrics() moved to graphics driver.
6026         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
6027         New dummy EngineEnumerateFont, EngineRealizeFont functions.
6029         * [include/windows.h]
6030         TEXTFORM16 and FONTINFO16 structure definitions moved here from
6031         include/win16drv.h
6033 ----------------------------------------------------------------------
6034 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
6036         * [controls/menu.c]
6037         Updated to new Win32 types.
6039         * [controls/listbox.c]
6040         Fixed Winfile extended selection bug.
6042         * [files/directory.c]
6043         Changed DIR_SearchPath to return both long and short file names.
6045         * [files/dos_fs.c]
6046         Implemented VFAT ioctl to retrieve the original short filenames
6047         from a VFAT filesystem (Linux only for now).
6048         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
6049         DOS_GetFullName().
6050         Properly implemented GetShortPathName() and GetFullPathName().
6051         Made all functions re-entrant.
6053         * [files/file.c] [misc/main.c]
6054         Replaced -allowreadonly option by -failreadonly. The default is
6055         now to report success when opening a read-only file for writing.
6057         * [objects/metafile.c]
6058         Fixed bug in DIB bitmaps pointer calculation.
6060         * [scheduler/process.c]
6061         Implemented environment strings and Get/SetStdHandle with process
6062         environment block.
6064         * [tools/build.c]
6065         Rewrote BuildContext32() to avoid instructions that may not be
6066         supported by all assemblers.
6067         
6068 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
6070         * [windows/event.c]
6071         Created table keyc2vkey, which associate a vkey(+extended bit) to
6072         any keycode. Changed EVENT_event_to_vkey to use this table to
6073         return the correct vkey. Changed EVENT_ToAscii to get the keycode
6074         from this table too.  Assigned OEM specific vkeys arbitrarily.
6076 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
6078         * [misc/winsock.c] [misc/winsoc_async.c]
6079         Fixed svr4 header files.
6080         Changed bzero() to memset().
6082         * [tools/fnt2bdf.c]
6083         Removed bcopy() and used memcpy() instead.
6085         * [debugger/msc.c]
6086         Include string.h instead of strings.h
6088         * [debugger/stabs.c]
6089         Include string.h instead of strings.h.
6090         Define __ELF__ for svr4 systems.
6092         * [loader/signal.c]
6093         Use wait() instead of wait4() which doesnt exist on Unixware.
6095         * [memory/global.c]
6096         Use sysconf() instead of getpagesize() for svr4 systems.
6098 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
6100         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
6101           [tools/Makefile.in] [documentation/wine_os2.txt]
6102         Patches for OS/2 support. Note that it doesn't compile yet.
6104 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
6106         * [debugger/*]
6107         Many more debugger improvements (see debugger/README for details).
6109 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6111         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
6112           [graphics/metafiledrv/*]
6113         Moved some device dependent code into the resp. subdirs.
6115         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
6116         Prototypes added,
6117         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
6119         * [objects/region.c]
6120         CreatePolyPolygonRgn32 added.
6122         * [files/dos_fs.c]
6123         QueryDosDevice added.
6125         * [misc/lstr.c]
6126         FormatMessage: broken heap management fixed.
6128         * [scheduler/process.c] [scheduler/thread.c]
6129         Get/SetThreadPriority/PriorityClass added.
6131 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
6133         * [misc/keyboard.c]
6134         ToAscii : Use EVENT_ToAscii instead.
6136         * [windows/event.c]
6137         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
6138         keypad cursor keys.
6139         EVENT_event_to_vkey : New function, to transform a X keycode
6140         into a MSwin vkey + extended bit.
6141         EVENT_ToAscii : New function, to transform a vkey + extended bit
6142         (+ key state table) into ascii char(s), using XLookupString, and
6143         recognizing dead chars.
6144         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
6145         EVENT_event_to_vkey for keycode to vkey conversion; fixed
6146         previous, context and extended bits.
6148         * [windows/keyboard.c]
6149         Include stddebug.h, to get -debugmsg messages.
6150         GetKeyState : Handle VK_MBUTTON case.
6151         GetKeyboardState, SetKeyboardState : Debugging messages added.
6153         * [windows/message.c]
6154         TranslateMessage : Handle dead chars.
6156 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
6158         * [if1632/crtdll.spec] [misc/crtdll.c]
6159         C++ functions new/delete/set_new_handler implemented.
6161 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
6163         * [controls/edit.c] [include/windows.h]
6164         Moved the edit control to 32 bits.
6165         Included new (win95) message definitions in windows.h
6166         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
6167         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
6168         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
6169         Fixed some bugs, introduced a couple of others.
6170         Text buffer is now initially in 32-bit heap.
6172         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
6173           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
6174           [misc/commdlg.c]
6175         Updated to work with 32-bit edit control.
6177 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
6179         * [loader/pe_image.c]
6180         Use mmap rather then malloc. Better workaround for clean
6181         segments.
6183 ----------------------------------------------------------------------
6184 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
6186         * [controls/listbox.c]
6187         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
6189         * [files/dos_fs.c]
6190         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
6192         * [files/file.c] [files/directory.c]
6193         Use Win32 kernel objects and handles for file handles.
6194         Unified SearchPath() and OpenFile().
6196         * [loader/builtin.c]
6197         Moved to if1632/ directory.
6199         * [tools/build.c] [debugger/*] [miscemu/*]
6200         Win16 register functions now receive the same CONTEXT * structure
6201         as Win32 functions.
6203         * [include/sigcontext.h] [miscemu/instr.c]
6204         Added new macros to get register values from the SIGCONTEXT
6205         structure (only used for instruction emulation now).
6207         * [scheduler/process.c] [scheduler/thread.c] (New files)
6208         Allocate process and thread structures.
6210         * [scheduler/process.c] [win32/k32obj.c]
6211         Added Win32 kernel objects and handles management.
6213         * [loader/task.c]
6214         Create a Win32 process and thread for every Win16 task.
6216         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
6217         Built-in resources are now in Win32 format. This also avoids
6218         16-bit callbacks for built-in dialogs.
6220         * [misc/lzexpand.c]
6221         Differentiate between 16-bit and 32-bit file handles.
6223         * [miscemu/int*.c]
6224         Moved all int emulation to msdos/ directory.
6226         * [msdos/*]
6227         New directory msdos/ contains all MS-DOS emulation code that can
6228         also be used for Winelib; this should enable Winelib apps to use
6229         DOS3Call and related functions.
6231         * [rc/winerc.c]
6232         A few bug fixes for Win32 resource format.
6234         * [windows/winpos.c]
6235         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
6236         right though).
6238 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
6240         * [loader/pe_image.c]
6241         Make sure BSS of a PE_Image is zero.
6243 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
6245         * [windows/scroll.c]
6246         ScrollWindowEx() rewrite, ScrollDC() fix.
6248         * [windows/nonclient.c] [controls/menu.c]
6249         Fixed Alt-Space crashes in dialogs.
6251         * [windows/event.c] [windows/message.c]
6252         Some changes in mouse message generation.
6254 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
6256         * [debugger/stabs.c]
6257         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
6259 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
6261         * [windows/event.c]
6262         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
6263         compatibility.
6265 ----------------------------------------------------------------------
6266 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6268         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
6269         Added mapping functions.
6271         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
6272         Added a lot of Win32 functions.
6274         * [memory/heap.c]
6275         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
6277         * [misc/lstr.c] [memory/string.c]
6278         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
6280         * [object/font.c]
6281         Avoid uppercasing font names.
6283         * [windows/hook.c]
6284         Set ds = ss before calling hook procedure.
6286 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
6288         * [objects/color.c]
6289         Use colors allocated by other clients. 
6291         * [windows/caret.c]
6292         Set default blink time to 500.
6294         * [windows/win.c] [windows/event.c]
6295         Delete X context before XDestroyWindow().
6297         * [windows/keyboard.c]
6298         Fixed GetKeyState() once more.
6300 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
6302         * [debugger/*.c]
6303         Lots of built-in debugger improvements: parse Win32 EXEs debug
6304         information, display local variables, source files and line
6305         numbers, get symbols directly from the Wine executable, etc.
6307 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
6309         * [misc/winsock_async.c]
6310         Extern declaration added for h_errno.
6312 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
6314         * [windows/message.c]
6315         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
6317 ----------------------------------------------------------------------
6318 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6320         * [graphics/x11drv/bitblt.c]
6321         Fixed BITBLT_StretchImage for partially covered or inverted
6322         bitmaps.
6324         * [objects/dib.c]
6325         Fixed the upside-down bitmap problem.
6327 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6329         * [if1632/user32.spec]
6330         IsMenu and RemoveMenu added (use existing Win16 functions).
6332         * [include/windows.h]
6333         Corrections to BITMAPINFOHEADER structure.
6335         * [loader/module.c] [if1632/kernel32.spec]
6336         New function GetModuleFileName32A (heavily based on original
6337         Win16 version).
6339         * [loader/pe_image.c]
6340         Hack to allow files with short PE header to be loaded (e.g.
6341         COMDLG32.DLL from Win32s).
6343         * [misc/winsock_async.c]
6344         #if out EIDRM case (not present in FreeBSD).
6346         * [tools/build.c]
6347         Remove trailing comments from .s files generated by build
6348         as these break assembly when not run through pre-processor.
6350         * [windows/graphics.c] [if1632/gdi32.spec]
6351         New function Polyline32 - based on original Polyline. Needs
6352         metafile support adding still.
6354 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
6356         * [win32/findfile.c] [if1632/kernel.spec]
6357         FindFirstFile32A(): Use dos current directory for drive prefixes.
6358         FindNextFile32A(): Fill in file attribute information.
6359         Implement FindFirstFile16, FindNextFile16, FindClose16.
6361         * [files/drive.c]
6362         GetCurrentDirectory32A - Fix problem with null 3rd character in
6363         string.
6365 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6367         * [windows/painting.c][windows/message.c]
6368         Don't use linked lists to call SendMessage(), for it might destroy
6369         the current listentry.
6371         * [misc/registry.c]
6372         Fixed temporary file saving (rename doesn't work across
6373         partitions).
6375         * [files/*.c]
6376         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
6377         GetVolumeInformation32W fixed.
6379         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
6380         LoadLibrary* updated to new naming std., *32W added.
6382         * [win32/console.c] [include/wincon.h]
6383         Additions for NT commandline executables.
6385         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
6386         GetUserName32W added, GetComputerName32W added,
6387         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
6389         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
6390         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
6392         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
6393           [if1632/ntdll.spec]
6394         Lot of new unicode functions added (needed for NT).
6396         * [loader/pe_image.c]
6397         NtCurrentTeb added.
6399 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
6401         * [windows/keyboard.c]
6402         Rewrote function TranslateAccelerator().
6404 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
6406         * [windows/defwnd.c] 
6407         DEFWND_SetText(): Set icon name.
6409 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
6411         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
6412           [if1632/winsock.spec]
6413         IPC resource cleanup, bugfixes.
6415         * [windows/dialog.c] [windows/defdlg.c]
6416         More DefDlgProc() fixes.
6418 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
6420         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
6421           [win32/newfns.c] [windows/graphics.c]
6422         Added a few WIN32 functions which needed to run some win32
6423         accessories. Clock should now work almost as well as 16 bit version.
6424         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
6425              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
6426              Polygon32
6427         Fix: Polygon16 possible memory leak on error return.
6429 ----------------------------------------------------------------------
6430 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6432         * [configure.in]
6433         Added check to see if the compiler supports building a DLL when
6434         the --with-dll option is used.
6436         * [controls/listbox.c]
6437         Don't send LBN_SELCHANGE too often.
6438         Added WM_CHARTOITEM support.
6440         * [Make.rules.in] [library/Makefile.in]
6441         Build winestub.o and link it with Winelib programs.
6443         * [objects/text.c]
6444         Added support for '&&' in DrawText().
6446         * [tools/build.c]
6447         Added -o option.
6449 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
6451         * [win32/thread.c]
6452         GetCurrentThread(): return -2 (current thread pseudo-handle).
6453         GetCurrentThreadId(): return GetCurrentTask().
6455         * [objects/font.c] [if1632/gdi32.spec]
6456         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
6458         * [win32/findfile.c]
6459         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
6461         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
6462           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
6463           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
6464         Hooks rewritten to support Win32.
6466         * [misc/winsock.c]
6467         WINSOCK_select(): need to put sockets with errors into exceptfds.
6468         WINSOCK_socket(): fix error return.
6470         * [windows/win.c]
6471         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
6473 Wed Dec  4 22:03:05 1996  Andrew Taylor <ataylor@cadvision.com>
6475         * [files/dos_fs.c]
6476         Check if buf is NULL before copying string in GetFullPathName32A().
6478 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
6480         * [graphics/wing.c] [if1632/wing.spec]
6481         Implemented many WinG functions, but some don't seem to
6482         work correctly (probably due to the one not done).
6483         
6484 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
6486         * [misc/main.c]
6487         Implemented a few more of the SystemParametersInfo() cases.
6489 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
6491         * [controls/button.c]
6492         Improved focus rectangle painting.
6494         * [windows/dialog.c] [windows/defdlg.c]
6495         Fixed IE3.0 problems with DWL_MSGRESULT.
6497 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
6499         * [files/profile.c]
6500         Changed error handling in PROFILE_SetString().
6502 ----------------------------------------------------------------------
6503 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6505         * [configure]
6506         Re-generated with autoconf 2.11. Let me know if you have
6507         problems.
6509         * [controls/listbox.c] [controls/oldlbox.c]
6510         Listboxes rewritten from scratch. Moved old code still used by
6511         comboboxes to oldlbox.c
6513         * [misc/registry.c]
6514         Use temporary file when saving registry.
6516         * [windows/dialog.c]
6517         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
6519         * [windows/winproc.c]
6520         Added translation for listbox Win32 messages.
6522 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
6524         * [controls/widgets.c] [controls/button.c]
6525         Fixed some incompatibilities with CTL3D DLL.
6527         * [windows/dialog.c]
6528         Made dialog windows fit into the desktop.
6530         * [misc/winsock.c] [misc/winsock_async.c]
6531         New Winsock engine.
6533         * [windows/message.c]
6534         GetMessage() fixes.
6536         * [windows/queue.c] [windows/hook.c] [windows/win.c]
6537         SetMessageQueue() fixes.
6539 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
6541         * [objects/text.c]
6542         DrawText16(): Fixed return value.
6544 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6546         * [files/profile.c] [*/*]
6547         Added Win32 profile functions, updated to new naming standard.
6549         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
6550         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
6551         structures.
6553         * [misc/ole2nls.c] [if1632/thunk.c]
6554         Added EnumSystemLocales() (winhelp.exe).
6556         * [misc/registry.c]
6557         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
6559         * [win32/file.c]
6560         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
6562 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
6564         * [misc/shell.c]
6565         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
6567         * [misc/main.c]
6568         Implemented a few more of the SystemParametersInfo() cases.
6570 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
6572         * [include/keyboard.h]
6573         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
6575         * [include/windows.h]
6576         New [VK_A, VK_Z] and [VK_0, VK9] macros.
6578         * [misc/keyboard.c]
6579         Fixes in KeyTable and ToAscii.
6581         * [objects/font.c]
6582         FONT_init : Give default value for MSWIN "system" font.
6583         FONT_MatchFont : Do not try every size of a font family if the
6584         family does not exist.
6586         * [windows/event.c]
6587         lastEventChar hack removed.
6588         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
6589         and QueueKeyStateTable (maintained in message.c).
6590         EVENT_key : Corrections to the extended bit setting.
6592         * [windows/message.c] [windows/keyboard.c]
6593         Implementation of a new QueueKeyStateTable : table of key states
6594         valid when messages are retrieved by GetMessage or PeekMessage,
6595         and valid for TranslateMessage.
6596         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
6597         and ToAscii.
6598         
6599 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
6601         * [graphics/Makefile.in] [graphics/wing.c]
6602           [if1632/wing.spec]
6603         Some functions for WinG support, mostly empty stubs.
6605         * [misc/crtdll.c] [if1632/crtdll.spec]
6606         Many functions added to CRTDLL, mostly calls to Unix C library.
6608 ----------------------------------------------------------------------
6609 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6611         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
6612         Moved BitBlt operations to the new graphics driver
6613         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
6615         * [memory/global.c]
6616         Unified MemManInfo() and GlobalMemoryStatus().
6618         * [objects/text.c]
6619         Fixed ExtTextOut() to always use physical coords for clip rect.
6621         * [windows/dialog.c]
6622         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
6624         * [windows/event.c]
6625         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
6626         (thanks to Thomas Koenig).
6628         * [windows/painting.c]
6629         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
6630         
6631         * [windows/scroll.c]
6632         Implemented Win32 version of ScrollWindow() and ScrollDC().
6634 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6636         * [files/*.c] [win32/file.c]
6637         Some win32 filetime conversion functions added.
6638         Fixed behaviour with DOS drives pointing to UNIX /
6639         SetCurrentDirectory() may also get X:\xxx paths.
6640         Fixed FILE_Open when called from CreateFile().
6641         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
6643         * [misc/crtdll.c] [if1632/crtdll.spec]
6644         Added some new functions.
6646         * [if1632/user32.spec]
6647         Some thunks into win16 code added.
6649         * [win32/init.c]
6650         Added GetSystemInfo(), removed GetModuleFileName() stub.
6652         * [win32/code_page.c] [if1632/thunk.c]
6653         Added EnumSystemCodePages* (untested).
6655         * [objects/font.c] [if1632/thunk.c]
6656         Added EnumFontFamilies32*.
6657         
6658 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
6660         * [controls/menu.c] [windows/mdi.c]
6661         Don't delete the MDI `windows' menu if it's already been deleted.
6663         * [misc/exec.c]
6664         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
6665         and complains if it returns FALSE.
6667         * [windows/winpos.c]
6668         Get maximized MDI child's nonclient area redrawn after resize.
6670 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
6672         * [memory/global.c]
6673         Use /proc filesystem for GlobalMemoryStatus() on Linux.
6675 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
6677         * [windows/event.c]
6678         Added OffiX-style file drop handling. File paths must be
6679         DOS-mappable by Wine (via wine.conf).
6681         * [controls/combo.c]
6682         Added WM_GETTEXT handler.
6684         * [objects/palette.c]
6685         Added ResizePalette() (untested).
6687         * [objects/cursoricon.c]
6688         Implemented icon to cursor conversion.
6690         * [objects/color.c]
6691         Fixed crash on startup when no colorcells are writeable.
6693 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6695         * [rc/winerc.c]
6696         Added support for win32 output.
6698         * [library/libres.c] [include/libres.h] [loader/resource.c]
6699         Renamed LIBRES_FindResource to LIBRES_FindResource16.
6700         Added LIBRES_FindResource32.
6702 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
6704         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
6705         Added the spec file for WinG, it's only stub for now, but it
6706         should be easy to do by someone with Windows programming
6707         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
6709         * [if1632/crtdll.spec]
6710         Added some string and memory functions to make sfxed95.exe (of
6711         Warcraft 2) almost work.
6713 ----------------------------------------------------------------------
6714 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6716         * [files/dos_fs.c]
6717         Added long file name mask in DOSFS_FindNext().
6719         * [loader/pe_image.c] [loader/task.c]
6720         Moved Win32 task startup into TASK_CallToStart().
6722         * [objects/dc.c]
6723         Fixed SetDCState() for memory DC (thanks to Constantine
6724         Sapuntzakis for spotting this one).
6726         * [windows/winpos.c]
6727         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
6729         * [*/*]
6730         Added Win32 version for many graphics functions.
6732 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
6734         * [controls/button.c]
6735         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
6737         * [controls/edit.c]
6738         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
6739         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
6741         * [windows/dialog.c]
6742         DS_LOCALEDIT is a dialog style not an edit style.
6744         * [windows/winproc.c]
6745         Stop stack trashing when wndPtr->text == NULL.
6747 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
6749         * [windows/dce.c]
6750         GetDCEx32 - The determination of whether to use the DC cache or
6751         not should be independent of DCX_USESTYLE.
6753 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6755         * [files/directory.c]
6756         Added errno.h to #includes
6758         * [tools/makedep.c]
6759         Close files once they have been processed.
6761 ----------------------------------------------------------------------
6762 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6764         * [*/Makefile.in] [tools/makedep.c]
6765         New program to generate dependencies; should be faster and more
6766         portable than 'gcc -MM'.
6768         * [*/*]
6769         Replaced WPARAM and HDC by explicitly-sized types.
6771         * [windows/hook.c]
6772         Fixed bug in HOOK_GetHook16 function.
6774 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
6776         * [include/debug.h] [include/stddebug.h]
6777         Added debug option for win16drv (-debugmsg +win16drv)
6779         * [graphics/win16drv/init.c]
6780         Only enable CreateDC if printer=on specified in wine section of
6781         wine.conf.
6782         printfs changed to dprintf_win16drv.
6783         Some tidying up.
6785         * [include/gdi.h] [graphics/x11drv/clipping.c]
6786           [graphics/x11drv/Makefile.in]
6787         Moved SetDeviceClipping into drivers.
6789 ----------------------------------------------------------------------
6790 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6792         * [Make.rules.in] [*/Makefile.in]
6793         Made it possible to compile from a directory other than the source
6794         directory.
6796         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
6797           [objects/metafile.c] [objects/dc.c]
6798         New graphics driver for metafiles.
6800         * [if1632/thunk.c]
6801         Added thunks for SetWindowsHook and SetDCHook.
6803         * [windows/dialog.c]
6804         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
6805         items.
6807         * [*/*]
6808         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
6809         HINSTANCE, HMENU, HRGN and HTASK.
6811 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
6813         * [controls/edit.c]
6814         Fixed EditWndProc() to fall back to DefWndProc() when the
6815         edit state structure is not available.
6817 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
6819         * [windows/nonclient.c] [windows/mdi.c]
6820         AdjustWindowRectEx16() should only take notice of the styles
6821         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
6822         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
6824         * [controls/scroll.c]
6825         Fixed typo in ShowScrollBar32().
6827 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
6829         * [if1632/user32.spec] [if1632/winmm.spec]
6830         Added SetParent and sndPlaySoundA.
6831         
6832 ----------------------------------------------------------------------
6833 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6835         * [controls/button.c]
6836         Fixed focus rectangle size and clipping.
6838         * [controls/scroll.c]
6839         Converted to Win32 and added support for scroll page.
6840         Completed SetScrollInfo() and implemented other Win32 functions.
6842         * [files/file.c]
6843         Removed FILE_Read() (use _lread32 instead).
6845         * [objects/dce.c] [include/dce.h]
6846         Allocate DCE on the Win32 heap, and use pointers instead of
6847         handles.
6848         Implemented Win32 version of DC functions.
6850         * [windows/painting.c]
6851         Attempt to make CS_PARENTDC style work again.
6853 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
6855         * [windows/dce.c] [windows/winpos.c]
6856         Override SaveUnder attribute when painting took place
6857         in a window below. Force X to raise activated window 
6858         in seamless mode.
6860         * [misc/clipboard.c] [windows/event.c]
6861         Translation between DOS and Unix text formats and several
6862         other fixes for the sudden selection loss.
6864         * [windows/message.c]
6865         Apply "first" and "last" when checking for WM_QUIT in 
6866         MSG_PeekMessage().
6868         * [windows/win.c]
6869         Rearranged DestroyWindow() to fit "Windows Internals"
6870         description.
6872         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
6873         Misc. fixes to CBT hook calls.
6875         * [controls/menu.c] [misc/user.c]
6876         Fixup resident popup menu window so that it doesn't get
6877         destroyed by USER_AppExit().
6879         * [loader/module.c] [loader/task.c] [windows/event.c]
6880         Process "unsafe" X events outside the scheduler to prevent
6881         deadlocks.
6883         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
6884         Lots of fixes for better Win16 multitasking.
6886 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6888         * [include/windows.h]
6889         Added some missing HOOK defines.
6891         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
6892         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
6894         * [win32/console.c][include/wincon.h]
6895         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
6897         * [misc/registry.c]
6898         Some null ptr fixes.
6900         * [loader/pe_image.c]
6901         Fixed exported function lookup. (msvcrt20.dll)
6902         Add debugsyms for entrypoint, exported functions and sections.
6904         * [multimedia/mmsystem.c]
6905         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
6907         * [several]
6908         Added several missing things/stubs/simple thunks from win32
6909         to win16 code.
6911 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
6913         * [windows/property.c]
6914         Fixed debugging of 16 Bit RemoveProp().
6916         * [debugger/memory.c]
6917         Added DEBUG_checkmap_bad() for linux.
6919 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
6921         * [windows/event.c] [windows/hook.c]
6922         Use EnableHardwareInput() for JournalPlayback hook.
6924         * [controls/listbox.c]
6925         Changed handling of LB_GETITEMRECT in empty listboxes.
6927 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
6929         * [misc/main.c]
6930         Fixes to X resources handling.  
6932 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
6934         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
6935         Individual handle table created for each metafile. Fixed
6936         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
6938         * [windows/graphics.c] [objects/dc.c]
6939         Rectangle() changed to work better with wide pens and PS_NULL.
6940         Use JoinMiter.
6942         * [windows/winpos.c]
6943         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
6944         is set.
6946         * [windows/nonclient.c]
6947         AdjustWindowRectEx() should perform calculations even if the
6948         window is minimized.
6950         * [windows/mdi.c]
6951         Better handling of system button painting. Maximized windows can
6952         contain scroll bars. Icons now maximize properly.
6954         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
6955         Improved greying of items in system menu. WM_INITMEMUPOPUP no
6956         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
6957         menu.c.
6959 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
6961         * [several files]
6962         Fix missing includes and wrong printing arguments.
6964         * [controls/listbox.c]
6965         Don't sort drives in ListBoxDirectory().
6966         
6967 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
6969         * [windows/dialog.c]
6970         Fixed handling of Shift-TAB in dialogs.
6972 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6974         * [if1632/gdi32.spec]
6975         Added SelectClipRgn - call win16 version.
6977         * [if1632/user32.spec]
6978         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
6980         * [include/wincon.h]
6981         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
6982         out of #if 0 protected portion of file.
6984         * [loader/pe_image.c]
6985         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
6986         programs now work better)
6988         * [win32/console.c]
6989         Added stub functions for GetConsoleScreenBufferInfo and 
6990         GetLargestConsoleWindowSize
6992         * [win32/findfile.c]
6993         FindFirstFile32A() - removed erroneous strcpy
6995         * [windows/keyboard.c]
6996         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
6997         specification. NB - I still have doubts about some other functions
6998         in this file.
7000 ----------------------------------------------------------------------
7001 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
7003         * [windows/event.c]
7004         Minor improvements in setting event time in MSG struct.
7006         * [windows/hook.c]
7007         Removed an useless 'unimplemented hook' message.
7009         * [windows/win.c]
7010         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
7012 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7013         * [loader/pe_image.c]
7014         Fixed imports with no name/ordinal list (MFC30.DLL).
7015         Added borland style - ordinal import (wsock32.dll).
7017         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
7018           [if1632/kernel32.spec] [include/windows.h]
7019         Win32 and Win16 code use the same filehandles/HFILEs.
7020         Added SetEndOfFile, MoveFile*, diverse *W functions.
7022         * [loader/pe_image.c]
7023         Fixed argument 2 to DllEntry.
7025         * [misc/comm.c]
7026         Adapt to filehandling changes, win32 code still broken.
7028         * [misc/registry.c]
7029         Use Wine filehandling.
7030         StartupRegistry to add startup-detected registry entries.
7032         * [miscemu/dpmi.c] [miscemu/int21.c]
7033         Some missing interrupt-functions added.
7035         * [if1632/gdi32.spec][if1632/user32.spec]
7036         Some thunks to 16 bit equivalent functions added.
7038 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
7040         * [misc/winsocket.c]
7041         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
7042         Windows fd_set structs.
7044         * [if1632/winsock.spec]
7045         Corrected arguments to select().
7047 ----------------------------------------------------------------------
7048 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7050         * [misc/commdlg.c] [if1632/commdlg.spec]
7051         Fixed some SEGPTR problems.
7053         * [windows/winproc.c]
7054         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
7055         and WM_MEASUREITEM
7056         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
7058 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7059         * [files/drive.c]
7060         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
7062         * [multimedia/audio.c]
7063         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
7064         below 4096 bytes.
7066         * [multimedia/mcistring.c]
7067         Segptr string handling fixed & enhanced.
7069         * [if1632/crtdll.spec][misc/crtdll.c]
7070         malloc,free,_strupr,_stricmp,_strcmpi added.
7072         * [if1632/wsock32.spec][misc/winsock.c]
7073         More direct thunks into unix libc and WsControl-stub added.
7075 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
7077         * [objects/metafile.c]
7078         Bug fixes to both recording and playback of ExtTextOut().
7080 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
7082         * [multimedia/audio.c] [multimedia/mcianim.c]
7083           [multimedia/mcicda.c] [multimedia/midi.c]
7084         Made cdaudio, audio and midi work for FreeBSD.
7086 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
7088         * [misc/crtdll.c] [if1632/crtdll.spec]
7089         Added a lot of functions.
7091         * [misc/ole2nls.c]
7092         Added ID values for all languages in GetUserDefaultLCID().
7093         
7094 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
7096         * [windows/event.c] [windows/message.c]
7097         First attempt at hook WH_JOURNALPLAYBACK.
7099 ----------------------------------------------------------------------
7100 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7102         * [controls/scroll.c]
7103         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
7105         * [graphics/driver.c] [include/x11drv.h]
7106         New files for graphics driver handling.
7108         * [if1632/relay.c] [include/registers.h] [tools/build.c]
7109         Implemented Win32 register functions. Not really tested yet.
7111         * [include/gdi.h]
7112         Added a lot of functions to the DC func table.
7114         * [loader/pe_image.c]
7115         Initialise %fs before calling out to 32-bit code.
7117         * [windows/hook.c]
7118         Fixed bug in HOOK_GetHook().
7120         * [windows/win.c]
7121         Fixed FindWindow to return an error if the class name doesn't exist.
7123 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7125         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
7126         mpr.dll specs added.
7128         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
7129         QueryPerformanceCounter(), GlobalMemoryStatus() added.
7131         * [if1632/user32.spec] [win32/error.c]
7132         SetLastErrorEx() added.
7134         * [misc/commdlg.c]
7135         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
7137         * [misc/registry.c]
7138         Some missing NULL ptr checks added, misc clean up.
7140 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
7142         * [controls/menu.c]
7143         Adjust popup menu coordinates so that it always stays within 
7144         the desktop.
7146         * [misc/main.c]
7147         Fixed GetEnvironment() return value for lpEnv == NULL case.
7149 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
7151         * [misc/crtdll.c] [if1632/crtdll.spec]
7152         Added some is* functions, strlen and tolower.
7153         
7154 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
7156         * [tools/wineconf]
7157         New perl script to generate the wine.conf file.
7159 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
7161         * [if1632/gdi.spec]
7162         Lots of printer functions.
7163         
7164         * [include/callback.h]
7165         New functions for printer driver support.
7167         * [include/gdi.h]
7168         New/changed structures to support printer driver.
7170         * [misc/escape.c]
7171         New version that uses function table in DC structure.
7173         * [objects/dc.c]
7174         CreateDC copes with things other than Display.
7175         X code for CreateDC moved to graphics/x11drv directory.
7176         CreateCompatibleDC copies func table from original DC.
7178         * [objects/font.c]
7179         GetTextExtentPoint32A,GetTextMetrics16 use function table in
7180         DC and code moved to drivers directory.
7182         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
7183         New files for printer support. 
7185 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
7187         * [controls/scroll.c]
7188         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
7189         code. There are a few options in which I'm probably the wrong person
7190         for the job (page size and disable bar). There are comments in the
7191         code as to what they should do.
7193         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
7194         Added 32 bit version of FONT_GetObject.
7196 ----------------------------------------------------------------------
7197 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7199         * [files/drive.c]
7200         Added 'Filesystem' option in drives configuration.
7202         * [files/dos_fs.c] 
7203         Added handling of case-insensitive filesystems.
7205         * [memory/selector.c] [include/stackframe.h]
7206         Removed MAKE_SEGPTR.
7208         * [misc/commdlg.c] [multimedia/mcistring.c]
7209         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
7211         * [objects/bitblt.c] [windows/graphics.c]
7212         Use an intermediary pixmap to avoid some BadMatch errors on
7213         XGetImage().
7215 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
7217         * [windows/message.c]
7218         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
7220         * [misc/ver.c]
7221         Fixed a bad string result in VerQueryValue[16|32A|32W].
7223 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7225         * [if1632/crtdll.spec] [misc/crtdll.c]
7226         More additions to get win95 programs further down the road.
7228         * [if1632/kernel.spec] [loader/module.c]
7229         GetModuleName() added.
7230         LoadModule(): params->showCmd can be NULL.
7232         * [if1632/kernel32.spec] [if1632/thunk.c]
7233         ThunkConnect32() stub added.
7235         * [loader/resource.c]
7236         Entries include lastentry.
7238         * [misc/shell.c] [files/file.c]
7239         Made progman work again.
7241 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7242         
7243         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
7244         Icon painting fixes.
7246         * [windows/winpos.c] [windows/painting.c]
7247         Enforce and follow hrgnUpdate more closely to cut down on
7248         redundant RedrawWindow() calls.
7250         * [windows/event.c]
7251         Process ConfigureNotify only for managed windows.
7253         * [windows/winpos.c]
7254         Do not redraw parent if the window was hidden before SetWindowPos().
7256         * [windows/nonclient.c]
7257         Omit some nonclient decoration painting for managed windows.
7259         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
7260         Implemented WM_NEXTMENU.
7262         * [controls/listbox.c]
7263         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
7265         * [misc/shell.c]
7266         Added .ICO file handling to ExtractIcon().
7268 ----------------------------------------------------------------------
7269 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7271         * [configure.in] [include/acconfig.h] [tools/build.c]
7272         Added check for underscore on external symbols.
7274         * [memory/selector.c] [memory/global.c]
7275         Fixed FreeSelector() to free only one selector.
7276         Added SELECTOR_FreeBlock() to free an array of selectors.
7278         * [objects/color.c]
7279         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
7280         hi-color displays.
7282         * [tools/build.c] [if1632/crtdll.spec]
7283         Added 'extern' type, used for external variables or functions.
7285         * [windows/winpos.c]
7286         Allow de-activating a window in WINPOS_ChangeActiveWindow().
7288         * [windows/winproc.c]
7289         Added 32-to-16 translation for button messages.
7290         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
7291         happen to be valid SEGPTRs.
7293 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
7295         * [windows/message.c]
7296         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
7297         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
7299         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
7300         Introduced undocumented API function IsValidMetaFile(), plus a
7301         minor fix in last patch of CopyMetaFile().
7303         * [objects/gdiobj.c]
7304         Removed a FIXME in IsGDIObject(): added magic word check.
7306 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
7308         * [controls/statuswin.c]
7309         First pass at implementing the StatusWindow class.
7311         * [include/commctrl.h]
7312         Header file for common controls.
7314         * [controls/widgets.c]
7315         Added InitCommonControls().
7317         * [if1632/comctl32.spec]
7318         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
7320         * [win32/findfile.c] [if1632/kernel32.spec]
7321         Add FindNextFile32A, FindClose.
7322         Modified FindFirstFile32A so it works with FindNextFile32A.
7324         * [include/winbase.h]
7325         Fixed WIN32_FIND_DATA structure member names.
7327 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7329         * [windows/scroll.c]
7330         Changed scrolling routines to benefit from DCE code update.
7332 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7334         * [files/file.c]
7335         SearchPath* could get NULL for lastpart argument.
7337         * [if1632/build-spec.txt] [documentation/debugging]
7338         Varargs documentation added, debugging hints updated.
7340         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
7341         Started to implement CRTDLL.
7343         * [if1632/wsock32.spec]
7344         Some thunks to standard libc functions (structures have the same
7345         elements, but perhaps wrong offset due to packing).
7347         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
7348         Merged kernel32.h into windows.h.
7350         * [misc/lstr.c]
7351         Enhanced FormatMessage().
7353         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
7354         GetVersion() updated to new naming standard.
7355         Changed language handling to support language ids.
7357         * [misc/shell.c]
7358         Enhanced FindExecutable, so it finds files in the search path too.
7360         * [win32/environment.c]
7361         GetCommandLine* updated.
7363         * [loader/resource.c] [loader/pe_resource.c]
7364         FindResourceEx32* added.
7365         Loading of messagetables added.
7366         Language handling now uses Wine default language id.
7368 ----------------------------------------------------------------------
7369 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7371         * [controls/scroll.c]
7372         Attempted to implement undocumented scroll-bar messages.
7374         * [tools/build.c] [include/callback.h] [windows/winproc.c]
7375         CallTo16_* functions now get DS from the previous 16-bit stackframe.
7377         * [if1632/thunk.c] [include/callback.h]
7378         Added thunks to implement callbacks for the emulator. Now all the
7379         Enum* functions always take a real function pointer even in the
7380         emulator.
7381         
7382         * [loader/builtin.c]
7383         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
7384         work with NULL entry points. Using linear search now.
7386         * [loader/module.c]
7387         Implemented IsSharedSelector().
7389         * [loader/task.c]
7390         Changed SwitchStackTo/Back to use the instance data to store the
7391         previous stack instead of the TDB. Also copy the local variables
7392         onto the new stack.
7393         Added GetExeVersion() and SetTackSignalProc().
7394         Implemented SetSigHandler().
7396 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7398         * [controls/menu.c]
7399         "Fixed" problem in deleting menus where win32 could get into an
7400         endless loop when it crashed. I think I've fixed the symptoms, not
7401         the original problem so it might be worth further investigation.
7403         * [debugger/registers.c]
7404         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
7405         compile wine properly.
7407         * [files/dos_fs.c]
7408         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
7409         from win32/findfile.c (q.v.).
7411         * [if1632/gdi32.spec]
7412         Added SetMapMode (call existing function)
7414         * [if1632/kernel32.spec]
7415         Added FindFirstFileA and SetFileAttributesA.
7417         * [if1632/user32.spec]
7418         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
7419         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
7420         UnhookWindowsHookEx.
7422         * [win32/file.c]
7423         Added stub function SetFileAttributes32A. It's a stub because I
7424         can't really work out what this function should do with most
7425         attributes in a Unix environment. Anyone care to expand it?
7427         * [win32/findfile.c]
7428         New file. Initial stab at FindFirstFile. This doesn't work as
7429         specified yet, though a lot of the groundwork is there. I haven't
7430         time to work on this for the next month, so if anyone wants to pick
7431         it up and run with it please do.
7433         * [win32/memory.c]
7434         Removed malloc.h from includes (covered by stdlib.h include, and
7435         gets rid of a warning in FreeBSD).
7437         * [win32/newfns.c]
7438         UnhookWindowsHookEx32A stub added.
7440         * [win32/user32.c]
7441         Added implementation of IsDialogMessage32A.
7443         * [windows/dialog.c]
7444         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
7445         SendDlgItemMessage16.
7447 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
7449         * [windows/graphics.c]
7450         Removed rectangle checking (conflicted with nonstandard
7451         mapping modes). 
7453         * [windows/dialog.c]
7454         Added check for child-style dialogs to DS_ABSALIGN
7455         coordinate conversion.
7457         * [objects/color.c]
7458         Cleaned up misc. bits
7460 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
7462         * [windows/focus.c] [windows/event.c] [windows/win.c]
7463           [windows/defdlg.c]
7464         Fixes to focusing and activation.
7466         * [windows/defdlg.c]
7467         Properly(?) handle DM_GETDEFID.
7469         * [controls/combo.c]
7470         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
7471         CBCheckSize: Adjust edit position.
7473 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7475         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
7476         Pass HFILEs instead of unix-fds to self-loader code.
7478 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
7480         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
7481         Implemented handling of some new metafile records (META_...)
7482         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
7483         Added functions like MF_StretchBlt() for usage in metafiles.
7484         Minor bugfix in CopyMetafile().
7486         * [objects/bitmap.c][objects/dib.c]
7487         Added check for metafile-DC in Bitmap and DIB functions:
7488         CreateCompatibleBitmap() etc.
7490 ----------------------------------------------------------------------
7491 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7493         * [loader/task.c] [include/task.h]
7494         Implemented SwitchStackTo()/SwitchStackBack().
7496         * [include/wintypes.h] [loader/main.c]
7497         Added __winelib variable to distinguish between emulator and
7498         library at run-time. Later on, this should avoid some
7499         recompilations when building Winelib.
7501         * [windows/property.c]
7502         Implemented Win32 functions for window properties.
7504 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7506         * [controls/listbox.c]
7507         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
7508         messages.
7510         * [controls/menu.c]
7511         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
7513         * [include/cursoricon.h]
7514         Moved #pragma pack(1) back to where it belongs.
7516         * [objects/palette.c]
7517         RealizeDefaultPalette() maps to system colors only.
7518         Do not broadcast palette notifications when in TrueColor.
7520         * [objects/color.c] [include/palette.h]
7521         Miscellaneous optimizations. Had to fix several
7522         "improvements" made to my patch for previous release.
7524         * [objects/dib.c]
7525         Reverse dib bits order for 24-bit SetDIBits().
7527         * [objects/dc.c]
7528         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
7530         * [windows/scroll.c]
7531         Scroll update region too.
7533         * [windows/message.c]
7534         Include QS_MOUSE into the event mask for nonclient mouse
7535         message filter. Fixes problems with Word 6 freezing when
7536         mouse hits nonclient area.
7538         * [windows/win.c] 
7539         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
7541         * [windows/winpos.c] [windows/mdi.c]
7542         Attempt to fix control menu duplication.
7544 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7546         * [files/drive.c]
7547         GetDriveType32A(): return value for CDROM fixed.
7549         * [files/file.c]
7550         SearchPath* added.
7552         * [if1632/gdi32.spec] [objects/brush.c]
7553         SetBrushOrgEx() added.
7555         * [loader/pe_resource.c]
7556         If even loading the default entry fails, we just use the first
7557         entry from the resource directory.
7559         [loader/task.c]
7560         SetSigHandler() stub added, Paradox 4.5 now starts up.
7562         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
7563         COMM functions updated to win32, not complete.
7565         * [misc/lstr.c]
7566         FormatMessageA partially implemented.
7568         * [include/miscemu.h] [memory/selector.c]
7569           [memory/global.c] [miscemu/dosmem.c]
7570         DOS memory handling changed: 1MB preallocated block, real-mode
7571         segment handling possible, SetSelectorBase into lower physical 1MB
7572         possible.
7574         * [miscemu/dpmi.c]
7575         Real-mode segments changed, real-mode int 21,ax=6506 added.
7576         AX=0x0303 added.
7578         * [multimedia/time.c]
7579         Fixed bug in killTimer.
7581         * [objects/bitmap.c]
7582         LoadImageA partially implemented.
7584 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
7586         * [include/dde_mem.h][include/dde_proc.h]
7587           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
7588           [ipc/generic_hash.h][library/miscstubs.c]
7589         Changes for error free compilation using "--with-ipc":
7590         replaced some names with *16-equivalent (e.g. MSG to MSG16),
7591         modified prototype of function DDE_GlobalFree() .
7593         * [objects/palette.c]
7594         Added check for metafile-DC in GDISelectPalette(),
7595         GDIRealizePalette(),RealizeDefaultPalette() and
7596         IsDCCurrentPalette().
7598 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
7600         * [controls/edit.c]
7601         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
7602         fixes Winhelp.
7604         * [windows/dialog.c]
7605         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
7607 ----------------------------------------------------------------------
7608 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7610         * [configure.in]
7611         Generate include/config.h instead of putting everything on the
7612         command-line.
7613         Removed -with-malloc-debug option (not useful for end users
7614         anyway).
7615         Added check for memmove().
7617         * [include/wintypes.h] [*/Makefile.in]
7618         Added definition of __WINE__ symbol when compiling Wine code
7619         (emulator or library) as opposed to user programs.
7621         * [debugger/editline.c] [debugger/readline/*]
7622         Moved all the readline code into debugger/editline.c. Removed the
7623         readline subdirectory.
7625         * [files/profile.c]
7626         Added PROFILE_GetWineIniInt().
7628         * [include/stackframe.h] [loader/task.c]
7629         The 16-bit stackframe now also exists for Winelib (even though it
7630         only ever contains one frame).
7632         * [loader/module.c]
7633         Added function MODULE_CreateDummyModule() to create a dummy Win16
7634         module for Winelib and Win32.
7636         * [memory/ldt.c]
7637         Make sure the ldt entry contents will be acceptable for the Linux
7638         kernel.
7640         * [memory/selector.c]
7641         Fixed SetSelectorLimit() when the limit is in pages.
7643         * [misc/port.c]
7644         Added memmove().
7646         * [miscemu/dpmi.c]
7647         Clear the segment registers that contain the selector being freed
7648         in int31/ax=0001.
7649         Added missing break after SelectorAccessRights call.
7651         * [win32/struct32.c]
7652         Added conversions for MDICREATESTRUCT.
7654         * [windows/winproc.c]
7655         Added message conversions for WM_MDICREATE.
7657 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
7659         * [windows/class.c]
7660         Added GetExePtr() call in CLASS_FindClassByAtom().
7662 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7664         * [if1632/*.spec]
7665         Some more trivial specs added.
7667         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
7668         CreateFont32* added, changed to new naming std.
7670         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
7671         Some defines/types added.
7673         * [win32/thread.c]
7674         TlsSetValue() returns boolean.
7676         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
7677           [controls/menu.c] [objects/bitmap.c]
7678         Cleanup of the resource functions, mostly changes to new naming
7679         standard and fixing of argument types so that they agree with the
7680         win16/win32 API.
7682 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7684         * [windows/winpos.c]
7685         ShowWindow() fixes.
7687         * [windows/mdi.c]
7688         Fix reversed LPARAM in WM_MDIACTIVATE.
7690         * [wine.ini]
7691         New option AllocSystemColors tells Wine how many colors to grab
7692         from the system colormap.
7694         * [objects/bitblt.c] [objects/dc.c]
7695         Fixed pink garbage over Word buttons in PseudoColor. Added
7696         optional DSTINVERT shortcut for faster text selection.
7698         * [misc/wsprintf.c]
7699         Skip bogus segmented pointers in wsvnprintf16(). 
7701         * [objects/gdiobj.c]
7702         Added palette handling to UnrealizeObject(). 
7704         * [objects/color.c] [objects/palette.c] [windows/dce.c]
7705         Wine gets palette manager with support for more than 20 colors. 
7706         Only PseudoColor and TrueColor visuals tested so far.
7708         * [windows/winpos.c] [windows/win.c] 
7709         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
7710         use XReconfigureWMWindows() instead of XConfigureWindow() in
7711         managed mode.
7713         * [memory/global.c]
7714         Do not allocate more than 640K of DOS memory.
7716         * [misc/main.c]
7717         Do not allow -desktop and -managed together.
7719 ----------------------------------------------------------------------
7720 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7722         * [controls/scroll.c]
7723         Use Win32 heap functions to allocate scroll-bar info structure.
7725         * [debugger/dbg.y] [debugger/registers.c]
7726         Added support for FS and GS segment registers.
7727         Check that segment registers value are OK before returning from
7728         the signal handler.
7730         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
7731         Changed relay debugging for Win32 function: the relay code now
7732         passes the entry point address instead of the function name.
7734         * [tools/build.c] [miscemu/*.c]
7735         Added support for data entry points in Win32 DLLs.
7736         Added 'cdecl' function type for Win32.
7737         For 'register' function, the relay code now passes a pointer to
7738         the SIGCONTEXT structure.
7739         
7740         * [include/registers.h] [include/wine.h]
7741         Moved SIGCONTEXT structure definition in registers.h.
7743         * [loader/pe_image.c]
7744         Don't die at once if some Win32 entry points cannot be found, but
7745         set them to NULL, just like we do for Win16. This allows some
7746         programs to go further before crashing.
7748         * [loader/task.c] [loader/main.c]
7749         Moved global initializations from InitTask() to MAIN_Init(), as
7750         they no longer need a task context with the new SEGPTR heap functions.
7752         * [memory/string.c]
7753         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
7754         very convenient.
7756         * [windows/graphics.c]
7757         Partially implemented DrawEdge().
7759         * [windows/timer.c] [windows/caret.c]
7760         Implemented Win32 timer handling. Updated caret management to use
7761         Win32 timers (avoids having to use a Win16 callback).
7763         * [windows/win.c]
7764         Prevent programs from setting some style bits with
7765         SetWindowLong(). This should fix some BadMatch crashes.
7766         Link new windows at the end of the linked list.
7768         * [windows/winpos.c]
7769         Don't try to activate a child window in ShowWindow().
7771         * [windows/winproc.c]
7772         Added a 32->32 thunk to support Ansi-Unicode translation.
7774 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7776         * [files/directory.c]
7777         Additional (undocumented) return value for GetTempDrive() added.
7779         * [files/dos_fs.c] [files/file.c] [include/windows.h]
7780         GetTempFileName32* added.
7781         GetShortPathName* added.
7783         * [memory/string.c]
7784         Win16 lstrcpy() can get NULL ptrs as argument and survive.
7786         * [misc/lzexpand.c]
7787         LZOpenFile(): also try opening with compressed filename if normal
7788         open fails.
7790         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
7791         Char* added.
7792         CompareString* added.
7794 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
7796         * [objects/font.c] [if1632/gdi32.spec]
7797         CreateFontIndirect32A and CreateFontIndirect32W added.
7799         * [misc/ole2nls.c]
7800         GetUserDefaultLCID return values updated for new languages.
7801         Finnish support added for GetLocaleInfoA.
7803         * [object/palette] [gdi32.spec]
7804         RealizePalette32 and SelectPalette32 added.
7805         
7806 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
7808         * [misc/shell.c]
7809         Fixup for SHELL_FindExecutable so that File->Run from progman
7810         works once more. Still needs some more fixups - grep for FIXME in
7811         this file.
7813 ----------------------------------------------------------------------
7814 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7816         * [controls/desktop.c]
7817         Use Windows file I/O routines to load the desktop bitmap.
7819         * [files/file.c]
7820         Implemented RemoveDirectory* and DeleteFile*.
7822         * [include/wine.h]
7823         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
7825         * [loader/task.c]
7826         Fixed initial breakpoint setting for Win32 tasks.
7828         * [misc/wsprintf.c]
7829         Ignore Unicode formats for wsprintf16().
7831         * [objects/font.c]
7832         Implemented Win32 version of GetTextMetrics.
7834         * [windows/winproc.c] [windows/win.c] [windows/class.c]
7835           [windows/dialog.c]
7836         Modified windows procedures to use thunks, to ensure that the
7837         procedure can be called directly from the Windows program.
7839         * [windows/win.c]
7840         Added function WIN_BuildWinArray() to make it easier to enumerate
7841         windows. Implemented Win32 version of EnumWindows() and friends.
7843 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
7845         * [controls/button.c] [windows/win.c]
7846         Operator precedence fixes.
7848         * [controls/edit.c]
7849         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
7850         Fixed word wrap with long words.
7852         * [debugger/debug.l]
7853         New alias "where" for command "backtrace".
7855         * [if1632/gdi.spec]
7856         Corrected parameter of ExtTextOut.
7858         * [loader/module.c]
7859         Corrected printing of table of modules.
7861         * [misc/spy.c]
7862         Removed superfluous \n in message name.
7864         * [windows/message.c]
7865         Declared MSG_SendMessage as static.
7866         Changed parameter of DirectedYield() from queue handle to task handle.
7867         Removed warning mesages for argument of printf.
7869         * [windows/nonclient.c]
7870         Added the flag DT_NOPREFIX when drawing window titles.
7872         * [windows/win.c]
7873         WIN_WalkWindows now prints the invalid window handle.
7874         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
7876         * [windows/winproc.c]
7877         Allows creating dialog windows with NULL as dialog function.
7879 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
7881         * [windows/event.c]
7882         EVENT_key: Fixes to VK_ code generation for space bar and
7883         punctuation.
7885         * [files/file.c]
7886         GetTempFileName: first character in temporary name is "~".
7888         * [memory/heap.c]
7889         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
7891         * [objects/text.c]
7892         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
7894         * [misc/driver.c]
7895         Removed some bugs and reformatted. Actually loads drivers now.
7897         * [include/callback.h]
7898         Added CallDriverProc() and CallWindowsExitProc().
7900         * [loader/module.c]
7901         MODULE_CallWEP(): new function.
7903         * [misc/lzexpand.c]
7904         LZSeek(): return new pointer, not old one.
7906         * [misc/ver.c]
7907         find_ne_resource(): fixed dependence on LZSeek() bug.
7908         GetFileResource(): initialize reslen before using it.
7910         * [windows/class.c]
7911         SetClassWord(): add missing else.
7913         * [objects/font.c]
7914         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
7915         InitFontList: allocate one huge array of structures.
7916         FONT_MatchFont: uppercase the face name.
7918 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
7920         * [memory/heap.c]
7921         Fixed a typo in HeapReAlloc().
7923 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7925         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
7926           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
7927         GetTempPath* added
7928         GetDriveType* fixed, updated to NewNameStandard.
7929         GetCurrentDirectory* fixed (needs to prepend X:\).
7931         * [controls/listbox.c]
7932         Missing NULL check added.
7934         * [if1632/winmm.spec] [loader/builtin.c]
7935         winmm.dll (32bit mmsystem equivalent) specs added.
7937         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
7938         Rtl{Move,Zero,Fill}Memory added.
7940         * [misc/registry.c]
7941         Some NULL ptr dereference bugs fixed.
7943         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
7944         Check for NULL ptr.
7945         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
7946         Aliasing should work for all MCI devices.
7948         * [windows/win.c]
7949         Allow passing invalid window handles to CloseWindow().
7951 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
7953         * [files/directory.c] [if1632/kernel32.spec]
7954         GetSystemDirectory32A and GetSystemDirectory32W added.
7956         * [misc/main.c] [if1632/kernel32.spec]
7957         Beep and SetEnvironmentVariable32W added.
7959 ----------------------------------------------------------------------
7960 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
7962         * [files/drive.c] 
7963         GetFreeDiskSpace*, GetVolumeInformation* added.
7965         * [files/file.c]
7966         FlushFileBuffers, CreateDirectory* added.
7968         * [include/winbase.h] [include/windows.h]
7969         Prototypes, defines added and fixes.
7971         * [if1632/kernel32.spec] [include/resource32.h]
7972           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
7973         Fixes to resource handling.
7975         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
7976         Specs for implemented functions added
7977         Some thunks to functions which are same as win16 equivalents.
7979         * [loader/task.c]
7980         GetAppCompatFlags() added.
7982         * [misc/registry.c]
7983         One missing else added, small hack to RegQueryValue16().
7985         * [win32/file.c]
7986         GetFileAttributesA() fixed (was using DOS path as UNIX path).
7988 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7990         * [loader/ne_resource.c]
7991         Fixed FreeResource() return value.
7993         * [objects/text.c]
7994         Fixed a bug in ExtTextOut() that was causing overlapped characters
7995         in WinWord.
7997         * [windows/winpos.c]
7998         SWP_FRAMECHANGED for top-level windows now invalidates client
7999         area as clock.exe wants.
8001 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
8003         * [controls/listbox.c]
8004         Mini bugfix: 'revival' of missing scrollbar in listboxes.
8006 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
8008         * [resources/sysres_Fr.rc] [resources/TODO]
8009         Made changes for Choose_Font dialog.
8011 ----------------------------------------------------------------------
8012 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8014         * [memory/heap.c]
8015         Fixed bug in HeapRealloc (thanks to Bruce Milner).
8017         * [misc/wsprintf.c]
8018         Fixed argument size for %c format in wsprintf16().
8020         * [objects/dc.c]
8021         Don't free hFirstBitmap for saved DCs.
8023         * [windows/event.c]
8024         Added timer handling in EVENT_WaitXEvent().
8026         * [windows/message.c]
8027         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
8028         event is for the current task; if not, wake the other task.
8030         * [windows/queue.c] [include/queue.h]
8031         Added 'self' handle in queue structure.
8033         * [windows/timer.c]
8034         Added TIMER_ExpireTimers() function to mark expired timers and
8035         wake up the corresponding tasks.
8037 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
8039         * [windows/mapping.c]
8040         First point in list was mapped multiple times in DPtoLP and
8041         LPtoDP.  Other points were not mapped.
8043 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8045         * [misc/shell.c]
8046         Some fixes for ExtractIcon function family.
8048         * [documentation/user_module]
8049         Chapter about windowing and messaging subsystems.
8051 ----------------------------------------------------------------------
8052 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8054         * [debugger/break.c] [loader/signal.c]
8055         Fixed breakpoints in 32-bit code.
8057         * [include/windows.h]
8058         Added many more Win32 versions of standard structures.
8060         * [include/winreg.h] [misc/registry.c]
8061         Moved private types into registry.c.
8063         * [memory/string.c] (New file)
8064         Moved most string functions from misc/lstr.c; added Win32 version
8065         of all functions.
8067         * [misc/wsprintf.c]
8068         Implemented Win32 wsprintf functions.
8070         * [objects/bitmap.c]
8071         Implemented Win32 bitmap functions.
8073         * [windows/dialog.c]
8074         Don't set dialog procedure before the controls are created. This
8075         avoids a crash in Winhelp.
8077 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
8079         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
8080         Replace PeekMessage with PeekMessage16.
8082         * [if1632/kernel32.spec][misc/main.c]
8083         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
8084         MAIN_ParseVersion: new function, new command line option -winver.
8085         GetVersion: modified to take command line argument into account.
8087         * [if1632/kernel32.spec] [win32/process.c]
8088         FreeLibrary32: new function.
8089         TlsAlloc: initialize Tls to zero.
8090         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
8091         functions.
8093         * [if1632/kernel32.spec]
8094         SetErrorMode,GetActiveWindow: new relays to existing functions.
8096         * [if1632/kernel32.spec][win32/user32.c]
8097         PeekMessage32A,PeekMessage32W: new functions.
8099         * [include/struct32.h][include/windows.h]
8100         Moved MSG32 to windows.h.
8101         Renamed MSG to MSG16.
8102         Modified prototypes to use MSG16
8104         * [include/winbase.h]
8105         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
8107 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8109         * [if1632/Makefile.in] [loader/builtin.c]
8110         version.dll,lz32.dll added.
8112         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
8113           [misc/lzexpand.c]
8114         lz32.dll added.
8115         Modified to new function naming standard.
8117         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
8118         version.dll added (win32 version of ver.dll).
8119         Modified to new function naming standard.
8120         Use registry to look up a LOCALE langids too.
8121         (VerInstallFile,VerFindFile still stubs)
8123 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
8125         * [files/file.c]
8126         Added a warning if GetTempFileName() gets a bad drive parameter.
8128         * [misc/commdlg.c]
8129         Changed file listbox color to gray in SaveFile dialog 
8130         (just like Windows does this).
8132 ----------------------------------------------------------------------
8133 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8135         * [controls/button.c] [controls/listbox.c]
8136         Fixed wParam of WM_DRAWITEM message.
8138         * [if1632/Makefile.in] [loader/builtin.c]
8139         Remove WPROCS32 DLL, as the relay code can call Wine routines
8140         directly.
8142         * [loader/module.c] [loader/ne_image.c]
8143         Fixed initial stack layout for self-loading modules.
8145         * [tools/build.c]
8146         Fixed data segment building for Win16 modules.
8148         * [windows/defdlg.c]
8149         Implemented Win32 versions of DefDlgProc().
8151         * [windows/dialog.c]
8152         Merged Win16 and Win32 dialog code.
8153         Added support for control extra data in dialog item template.
8155         * [windows/win.c]
8156         Unified Win16 and Win32 versions of CreateWindow().
8157         Implemented Win32 version of GetWindowLong().
8159         * [windows/winproc.c]
8160         Changed the implementation of window procedures, so that 16-bit
8161         winprocs are valid segmented pointers.
8163 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8165         * [misc/registry.c]
8166         Fixed another bug in the w95 loader. Quietened some debug output.
8168 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
8170         * [windows/winproc.c]
8171         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
8173 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
8175         * [resources/TODO] [resources/sysres_It.rc]
8176         Updated font dialog box.
8178 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
8180         * [include/commdlg.h] [misc/commdlg.c]
8181         ChooseFont() and ChooseColor(): 
8182         Bugfixes and added more support for some CF_* and CC_* flags: 
8183         dialog templates and font size control.
8184         Bugfix in structure definition of CHOOSECOLOR definition.
8186         * [ipc/dde_proc.c] [windows/event.c]
8187         Replaced SendMessage with SendMessage16 and added inclusion of
8188         dde_proc.h for error-free compilation of ipc module.
8190 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8192         * [windows/scroll.c]
8193         Made ScrollDC to save/restore current clipping region.
8195         * [misc/clipboard.c] [windows/event.c]
8196         Implemented most of the previously missing features (not tested), 
8197         improved text pasting from/to X. 
8199         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
8200           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
8201           [windows/winpos.c] [windows/painting.c]
8202         Updated DCE code, implemented dynamic invalidation of owned DCs.
8203         This fixes a lot of problems with scrolling in WinWord. Not
8204         sure about the effect on -desktop.
8206 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
8208         * [win32/time.c] [if1632/kernel32.spec]
8209         Added SetSystemTime and SetTimeZoneInformation.
8211         * [if1632/kernel32.spec]
8212         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
8214         * [include/windows.h]
8215         Added SYSTEM_POWER_STATUS structure and prototypes for
8216         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
8218         * [include/kernel32.h]
8219         Added a prototype for SetTimeZoneInformation.
8221         * [win32/environment.c] [if1632/kernel32.spec]
8222         Added GetSystemPowerStatus and SetSystemPowerState stubs.
8224 ----------------------------------------------------------------------
8225 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8227         * [controls/combo.c]
8228         Destroy the listbox and edit control when destroying the
8229         combo. This should prevent crashes on application exit.
8231         * [misc/system.c] [if1632/system.spec]
8232         Implemented InquireSystem().
8234         * [loader/task.c] [windows/message.c] [windows/queue.c]
8235         First attempt at inter-task SendMessage(). Still has a lot of
8236         problems.
8238 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
8240         * [windows/mdi.c]
8241         Fixed MDITile with iconic children.
8243 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
8245         * [misc/commdlg.c]
8246         ChooseFont dialog:
8247         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
8248           not real available font types (e.g. "Bold") can not selected
8249         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
8251         * [objects/font.c]
8252         In FONT_MatchFont perform check if "lfFaceName" is family from X11
8253         only if "lfFaceName" is a windows font family then do a call of
8254         FONT_TranslateName() : this results in better font selections in 
8255         ChooseFont() or applications like charmap.exe or write.exe.
8256         Added a ParseFontParms() call if necessary in function 
8257         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
8258         even if there isn't one...
8260         * [resources/TODO]
8261         Inventory of resource translations in sysres_??.rc
8263 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8265         * [misc/registry.c]
8266         _w95_loadreg: use offset to determine next RGDB position too.
8268 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
8270         * [controls/combo.c]
8271         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
8273         * [misc/main.c]
8274         Result of option "-fixedmap" is to turn flag on.
8276 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
8278         * [misc/shell.c]
8279         ShellExecute and FindExecutable now both use common code to
8280         determine the required executable file.
8282 ----------------------------------------------------------------------
8283 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8285         * [controls/button.c]
8286         Made ButtonWndProc a 32-bit window procedure.
8288         * [controls/desktop.c]
8289         Made DesktopWndProc a 32-bit window procedure.
8290         Added handling of WM_SETCURSOR.
8292         * [controls/menu.c]
8293         Allocate menu items and strings on the 32-bit system heap.
8294         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
8295         AppendMenu and LoadMenuIndirect.
8297         * [controls/widgets.c]
8298         Added possibility to have 32-bit built-in classes.
8300         * [files/drive.c]
8301         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
8303         * [misc/spy.c] [include/spy.h]
8304         Added support for spying Win32 messages.
8306         * [loader/builtin.c]
8307         Fixed bug in -dll option parsing.
8309         * [memory/local.c]
8310         Added back the change by Huw D. M. Davies to free the block in
8311         LocalRealloc() before allocating the new one.
8313         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
8314         Fixed bug in bitmap size that caused memory corruption for 24bpp.
8316         * [windows/defwnd.c]
8317         Implemented Win32 version of DefWindowProc().
8319         * [windows/dialog.c]
8320         Implemented Win32 version of SendDlgItemMessage,
8321         Get/SetDlgItemText and Get/SetDlgItemInt.
8323         * [windows/mdi.c]
8324         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
8325         Don't make a copy of the OBM bitmaps for every MDI window.
8327         * [windows/message.c]
8328         Implemented Win32 version of SendMessage().
8329         
8330         * [windows/winproc.c] [windows/class.c] [windows/win.c]
8331         New scheme for 32-bit window procedures to replace aliases. All
8332         32-bit window procedure get a 16-bit address pointing to a
8333         WINDOWPROC structure.
8334         Implemented Ansi<->Unicode translation for CallWindowProc().
8335         Added translation of WM_DRAWITEM between Win16 and Win32.
8337         * [windows/win.c] [include/callback.h]
8338         Added ugly hack to build CREATESTRUCT on the stack when sending
8339         WM_NCCREATE.
8340         Implemented Win32 version of Get/SetWindowWord/Long and
8341         Get/SetWindowText.
8342         
8343 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
8345         * [controls/button.c]
8346         Avoid gray text on gray background in disabled push buttons
8347         using a b/w raster and some raster operations (PatBlt,BitBlt).
8349         * [objects/text.c]
8350         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
8352 ----------------------------------------------------------------------
8353 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8355         * [*/*.c]
8356         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
8357         SIZE16. Implemented Win32 version of most functions that take
8358         these types as parameters.
8360         * [configure]
8361         Patched autoconf to attempt to correctly detect -lnsl and
8362         -lsocket. Please check this out.
8363         
8364         * [controls/button.c]
8365         Added support for Win32 BM_* messages.
8367         * [controls/menu.c]
8368         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
8369         with Excel.
8371         * [memory.heap.c] [include/heap.h]
8372         Added support for SEGPTRs in Win32 heaps. Added a few macros to
8373         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
8374         but they work with Win32.
8376         * [memory/atom.c]
8377         Implemented Win32 atom functions.
8379         * [memory/local.c]
8380         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
8382         * [win32/memory.c]
8383         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
8385         * [windows/class.c]
8386         Properly implemented the Win32 class functions.
8388         * [windows/winproc.c] (New file)
8389         New file handling the message translation between Win16 and Win32.
8391 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
8393         * [windows/mdi.c] [windows/menu.c]
8394         Improved WM_MDICREATE and WM_MDICASCADE handling.
8396         * [windows/event.c] [objects/bitblt.c]
8397         Handle GraphicsExpose event for BitBlt from screen to screen.
8399         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
8400         Bunch of fixes for problems with -managed.
8402         * [windows/win.c] [windows/winpos.c]
8403         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
8404         in CreateWindow.
8406         * [windows/win.c] [windows/queue.c] [misc/user.c]
8407         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
8408         on window creation/destruction.
8410         * [objects/palette.c]
8411         Crude RealizePalette(). At least something is visible in LviewPro.
8413 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
8415         * [if1632/gdi32.spec]
8416         Added Rectangle (use win16 version).
8418         * [if1632/kernel32.spec]
8419         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
8421         * [if1632/user32.spec]
8422         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
8423         versions).
8424         Added SetWindowsHookExA (empty stub for now).
8426         * [include/handle32.h]
8427         Changed #include <malloc.h> to #include <stdlib.h> to prevent
8428         hate message from FreeBSD compiler.
8430         * [win32/newfns.c]
8431         Added new function SetWindowsHookEx32A (empty stub for now).
8433         * [win32/user32.c]
8434         Removed redundant debugging printf statement.
8436 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
8438         * [memory/local.c]
8439         Avoid creating adjacent free blocks.
8440         Free the block in LocalReAlloc() before allocating a new one.
8441         Fixed LocalReAlloc() for discarded blocks.
8442         
8443 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
8445         * [resources/sysres_Fi.rc]
8446         ChooseFont and ChooseColor dialogs updated.
8448 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8450         * [files/drive.c,if1632/kernel.spec]
8451         GetCurrentDirectory(),SetCurrentDirectory() implemented.
8453         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
8454           [include/windows.h] [include/winreg.h] [loader/main.c]
8455           [misc/main.c] [misc/shell.c] [misc/registry.c]
8456         Registry fixes:
8457         - loads win95 registry databases,
8458         - save only updated keys on default,
8459         - now adhers to the new function naming standard,
8460         - minor cleanups.
8462 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
8464         * [combo.c]
8465         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
8466         and synchronized mine with Greg Kreider's works.
8468         * [commdlg.c]
8469         Bugfix in ChooseFont: font size handling.
8471 ----------------------------------------------------------------------
8472 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8474         * [DEVELOPERS-HINTS]
8475         Added paragraph on naming conventions for Win16/Win32/Winelib.
8477         * [controls/menu.c]
8478         Create a default system menu that is the same for all windows
8479         instead of making a copy every time.
8481         * [include/wintypes.h]
8482         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
8483         Added xx16 and xx32 definitions for most types. General clean-up.
8485         * [memory/global.c] [memory/local.c] [*/*]
8486         Renamed Global and Local heap functions to xxx16. Added all xxx32
8487         versions of the same functions.
8489         * [memory/selector.c]
8490         Mask out lower bits of selector in FreeSelector().
8492         * [misc/lstr.c]
8493         Fixed wvsprintf().
8495         * [windows/class.c]
8496         Changed the class structure to make Win32 support easier.
8498         * [windows/defwnd.c]
8499         Added handling of WM_INITMENUPOPUP for system menu to gray out
8500         invalid options.
8502         * [windows/winpos.c]
8503         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
8504         a SEGPTR.
8506 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
8508         * [memory/local.c]
8509         Implementation of moveable and (rudimentary) support for
8510         discardable local memory, plus several bug fixes.
8512 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8514         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
8515         FindWindowEx() implemented (someone reported it was missing
8516         for FrameMaker 4.1).
8518         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
8519           [win32/resource.c]
8520         Misc small stubs/small functions which bring win95 binaries
8521         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
8522         Small fix in WIN32_LoadAcceleratorsA.
8524 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
8526         * [controls/edit.c] [controls/EDIT.TODO]
8527         Changed / fixed some types and typecasts.
8528         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
8529         Added heap initialization in WM_CREATE.
8531 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
8533         * [controls/combo.c] [controls/listbox.c]
8534         Pass WM_[HV]SCROLL to listbox, but not combo.
8535         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
8536         Combo box gets border.
8537         Combo box includes button (otherwise button won't trigger dropdown).
8538         Proper border around RectButton.
8539         Check size consistancy of combo, listbox, and button after resizing 
8540         or before painting.  These routines still aren't completely correct.
8541         Localize size checks in separate routines.
8542         Listboxes are white.
8544 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
8546         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
8547           [resources/sysres_De.rc][resources/sysres_En.rc]
8548         Introduced ChooseFont dialog, but needed some patches in 
8549         handling of comboboxes with edit controls.
8551 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
8553         * [programs/winhelp/*]
8554         Added a help viewer and a simple `.hlp' to `.sgml' converter.
8556 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
8558         * [resources/sysres_*.rc] [misc/shell.c]
8559         Modified size of "About" dialog boxes.
8561 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
8563         * [if1632/Makefile.in][loader/builtin.c]
8564         crtdll.spec, ntdll.spec, wsock32.spec: new files.
8566         * [loader/pe_image.c]
8567         Fix error message if import by ordinal failed.
8569 ----------------------------------------------------------------------
8570 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8572         * [Makefile.in]
8573         Subdir memory is now also compiled for Winelib, in order to get
8574         the Win32 heap functions.
8576         * [if1632/Makefile.in]
8577         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
8578         DLL names > 8 characters.
8580         * [loader/builtin.c] (New file)
8581         Grouped all built-in DLLs code in a single file.
8583         * [memory/global.c]
8584         Use the Win32 heap code instead of malloc() to allocate linear
8585         memory. This will help test the heap code.
8587         * [memory/local.c]
8588         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
8590         * [tools/build.c] [if1632/relay.c]
8591         Removed 'id' directive in spec files. For relay debugging, the DLL
8592         entry point is now computed from the CS:IP entry point address.
8593         Added 'heap' directive to specifiy a local heap for the DLL. USER
8594         and GDI heap are now created this way.
8596         * [windows/class.c] [include/class.h]
8597         Changed the class structure to use pointers instead of handles.
8598         Changed Get/SetClassWord/Long to use a switch statement; this
8599         allows changing the layout of the CLASS structure.
8601         * [windows/win.c] [include/win.h]
8602         Use a CLASS * instead of a handle for the window class.
8604 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
8606         * [if1632/kernel32.spec] [memory/global.c]
8607           [win32/memory.c] [win32/process.c]
8608         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
8609         LocalLock,SetThreadAffinityMask: new relays.
8611         * [win32/cursoricon32.c]
8612         Return same handle if a cursor is loaded multiple times.
8614 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
8616         * [resources/sysres_Ko.rc]
8617         Added support for Korean [Ko] language.
8619 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
8621         * [objects/dc.c] [objects/font.c]
8622         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
8624         * [objects/metafile.c] [objects/dcvalues.c]
8625         Fixed broken SetTextAlign() on metafiles.
8627         * [objects/metafile.c]
8628         Delete objects in handle table at end of PlayMetaFile().
8630 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8632         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
8633         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
8634         [If it doesn't work for you, use -dll -ver and report it to me]
8636         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
8637           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
8638           [windows/graphics.c]
8639         Simple win32 functions, where we can just use the win16 counterpart.
8640         Misc. stubs. 
8642         * [misc/lstr.c]
8643         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
8645         * [misc/registry.c]
8646         Some alloclens were off by 1, one double fclose() fixed.
8647         Requesting value 0 of a key with no values returns an error 
8648         (should we always return a made up value NULL? what does win3.1?)
8650 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
8652         * [misc/shell.c]
8653         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
8654         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
8656         * [misc/user.c]
8657         Do extensive cleanup on application exit.
8659         * [windows/hook.c] [windows/win.c] [windows/class.c]
8660         Added miscellaneous cleanup routines.
8662         * [controls/menu.c]
8663         More efficient popup menu window handling.
8665 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
8667         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
8668         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
8670 ----------------------------------------------------------------------
8671 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
8673         * [resources/sysres_Fr.rc] [resources/TODO]
8674         Made changes for Choose_Color dialog.
8676 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8678         * [controls/button.c]
8679         Fixed test that got miscompiled by some old gcc versions.
8681         * [memory/local.c]
8682         Fixed the layout of handle tables so that moveable handle entries
8683         can be freed on LocalFree().
8684         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
8685         GetHeapSpaces().
8687         * [misc/main.c] [ANNOUNCE]
8688         Update the list of contributors. Please let me know if I forgot
8689         someone.
8691 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
8693         * [controls/edit.c] [controls/EDIT.TODO]
8694         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
8695         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
8696         Added WM_ENABLE implementation (gray text).
8697         Fixed buffer > 32767 bug.
8698         Fixed argument types / typecasting.
8699         Faster selection (re)drawing.
8701 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8703         * [misc/registry.c] [include/winreg.h]
8704         Changed savefile format again to human readable/editable
8705         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
8706         Has now global / local registry databases (including merging them).
8707         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
8708         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
8710         * [misc/comm.c]
8711         Allow " " as COMx: ... spec delimiter too.
8712         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
8713         remember the x).
8715 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8717         * [windows/mdi.c]
8718         Miscellaneous changes.
8720         * [windows/winpos.c] 
8721         Use BitBlt whenever possible in SetWindowPos.
8723         * [windows/painting.c]
8724         Fix incompatibilities with hrgnUpdate being 1.
8726 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
8728         * [misc/commdlg.c]
8729         Many bugfixes in ChooseColor dialog.
8730         Added a user defined dialog title in FileOpen-/FileSave- dialog.
8732         * [misc/commdlg.c][include/commdlg.h]
8733           [if1632/commdlg.spec][if1632/winprocs.spec]
8734         Introduced dialog-, callback- and enum- stub functions
8735         for ChooseFont dialog
8737 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
8739         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
8740         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
8741         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
8742         fixes.
8744         * [windows/winpos.c]
8745         Don't try to hide the window if it's already hidden.
8747         * [windows/message.c]
8748         Let MSG_PeekHardwareMsg fill the message queue with events if
8749         it's empty.
8751 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
8753         * [resources/sysres_It.rc]
8754         Updated to support the new CHOOSE_COLOR_DIALOG.
8756 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
8758         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
8759           [include/w32sys.h] [include/dlls.h]
8760           [misc/Makefile] [misc/w32sys.c]
8761         W32SYS.DLL partially implemented.
8763 ----------------------------------------------------------------------
8764 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8766         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
8767         Made the resource loading code always use the correct Windows
8768         layout for Winelib on other CPUs.
8770         * [include/module.h] [loader/module.c]
8771         Added self handle in NE_MODULE structure, so we can use a pointer
8772         instead of a handle.
8773         Added function MODULE_GetPtr() to validate a HMODULE.
8775         * [memory/heap.c]
8776         Implemented Win32 heap management.
8778         * [memory/selector.c]
8779         Fix selector limit for huge blocks.
8781 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
8783         * [objects/metafile.c]
8784         Fixed memcpy bug to allow memory based metafiles to work.
8786 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
8788         * [controls/edit.c] [controls/EDIT.TODO]
8789         Complete rewrite.  Everything changed: new features, new bugs.
8790         Main addition: WordWrap.
8792 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
8794         * [resources/sysres_It.rc]
8795         Fixed a few mistakes in the file and resized some of the controls.
8797 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
8799         * [misc/winsocket.c]
8800         Fixed broken #if defined that stopped unixware compiling.
8802         * [win32/resource.c]
8803         Added missing return to end of FindResource32.
8805 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8807         * [windows/keyboard.c] [windows/event.c]
8808         Fixed GetKeyState for mouse buttons.
8810         * [windows/message.c]
8811         WM_MOUSEACTIVATE wasn't sent in some cases.
8813 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
8815         * [objects/font.c]
8816         Match slightly bigger font if height negative.
8818 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
8820         * [multimedia/mmsystem.c]
8821         Changed read's to FILE_read's in mmsystem to fix mmio bug.
8823 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
8825         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
8826         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
8827         En-,De- resources. 
8828         As written in TODO: some national language support is needed here.
8830 ----------------------------------------------------------------------
8831 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8833         * [controls/button.c] [controls/static.c]
8834         Changes to use WND * wherever possible.
8836         * [debugger/dbg.y] [debugger/debug.l]
8837         Added 'info module' and 'walk module' commands.
8839         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
8840         Added assembly code generation to call from Wine into 32-bit code.
8841         Changed all 'call32' references in 'callfrom16' to avoid confusion
8842         with Win32 routines.
8844         * [include/callback.h]
8845         Added prototypes for 32-bit callbacks.
8847         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
8848         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
8849         now generated by the build program.
8851         * [include/module.h]
8852         Added extra info to NE_MODULE for Win32 modules to point to the PE
8853         module data.
8855         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
8856         Removed the wine_files list. The PE data for a module can now be
8857         accessed with the NE_WIN32_MODULE macro.
8859         * [loader/signal.c] [miscemu/instr.c]
8860         Don't start the BIOS timer at startup, but only after an access to
8861         the 0x40 segment.
8863         * [memory/local.c]
8864         Changed LOCAL_Lock() to return a 32-bit pointer.
8866         * [misc/main.c] [include/dlls.h]
8867         Some built-in DLLs (like KERNEL) can no longer be disabled from
8868         the command-line.
8869         
8870 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
8872         * [*/*]
8873         A lot of small changes to support SCO OpenServer 5.
8875 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
8877         * [controls/edit.c]
8878         Fixed GetKeyState() call to use 0x8000 convention.
8880         * [include/windows.h]
8881         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
8883 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
8885         * [if1632/except.S]
8886         Modified code to assemble on unixware.
8888 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
8890         * [objects/font.c]
8891         Implementation of a second font cache which will be updated
8892         dynamically.
8894 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
8896         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
8897           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
8898           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
8899           [resources/sysres_No.rc] [resources/TODO]
8900         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
8902 ----------------------------------------------------------------------
8903 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8905         * [tools/build.c]
8906         Changed BuildSpec32Files() to generate assembly instead of C code.
8907         Unified -spec16 and -spec32 options; DLL type is now determined by
8908         the 'type' declaration in the .spec file.
8909         New -stdcall option to build all stdcall assembly relays.
8911         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
8912         Started to unify 16- and 32-bit builtin DLLs.
8914         * [loader/module.c]
8915         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
8917         * [loader/pe_image.c] [loader/resource.c]
8918         All modules now have a NE signature, and can be distinguished by
8919         the NE_FFLAGS_WIN32 flag.
8921         * [windows/alias.c]
8922         Aliases for built-in window procedures are now all created at
8923         startup in ALIAS_Init().
8925 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
8927         * [controls/combo.c]
8928         Limit rectangle to clear to size of item when painting combo, not
8929         default.  Only draw items in list when there is enough room for them.
8931         * [controls/listbox.c]
8932         Get the measure of every item that's added and store in the item's
8933         data structure.  Scroll listbox if mouse near edge of box.  Only
8934         draw items in list when there is enough room.
8936 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8938         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
8939           [windows/nonclient.c] [controls/menu.c] 
8940         Various changes for better keyboard handling. 
8942         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
8943         Proper keyboard message ordering, working GetKeyState() (finally!), 
8944         improvements in ToAscii().
8946         * [windows/win.c] [windows/message.c]
8947         Small improvements in WIN_FindWinToRepaint.
8949         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
8950         Put update region in WM_NCPAINT wParam.
8952         * [loader/task.c]
8953         Kill task timers when task is deleted, switch timers to the
8954         new queue in SetTaskQueue().
8956         * [loader/signal.c] [miscemu/dosmem.c]
8957         Added SIGALRM signal handler to increment BIOS clock. 
8959         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
8960         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
8961         MDI client.
8963         * [windows/winpos.c]
8964         Improvements in handling of owned popups. "Floating" toolboxes 
8965         work better now. 
8967 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8969         * [misc/registry.c]
8970         New file, registry rewrite including win32 extensions
8971         - Unicode
8972         - multiple valus per key
8973         - different datatypes for values
8974         - multiple rootkeys
8975         - saving and loading in different registries.
8977         * [include/winreg.h]
8978         New file, definitions and structs for registry.
8980         * [include/winerror.h]
8981         Some new error defines added... there are more, someone please
8982         check a (real-)windows winerror.h.
8983         
8984         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
8985         Registry specs added.
8987         * [if1632/relay.c]
8988         Switch internal SHELL.DLL to default 'used'.
8990         * [win32/string32.c] [include/string32.h]
8991         Some new functions added.
8992         char should be unsigned char when converting to 16bit ints.
8994         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
8995         Removed old registry functions.
8997 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
8999         * [include/bitmaps/ocr_ibeam]
9000         Fixed the position of the hotspot.
9002         * [objects/text.c]
9003         Fixed a few bugs in TEXT_TabbedTextOut().
9005         * [windows/event.c]
9006         Fixed the order of the bits in the KeyStateTable.
9007         0x80 is the up/down-bit.  0x01 is the toggle bit.
9009         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
9010         Fixed the calls to GetKeyState().
9012 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
9014         * [resources/sysres_Fr.rc] [resources/TODO]
9015         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
9017 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
9019         * [resources/sysres_it.rc]
9020         Added support for Italian [It] language.
9022 ----------------------------------------------------------------------
9023 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
9025         * [include/win.h] [windows/*.c]
9026         Replaced next, parent, child and owner handles by pointers in WND
9027         structure. This should improve performance, and should be
9028         reasonably safe since Microsoft did the same in Win95.
9030         * [include/wintypes.h] [*/*]
9031         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
9032         allows removing a lot of unnecessary casts and NPFMTs.
9034         * [windows/caret.c]
9035         Create the caret brush upon CreateCaret(); use the bitmap
9036         dimensions for the caret.
9037         Fixed CARET_DisplayCaret() to use PatBlt().
9039 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
9041         * [misc/winsocket.c]
9042         More sanity checks, fixup some erroneous return codes.
9044         * [documentation/winsock]
9045         Description of how compatible the winsock is currently.
9047 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
9049         * [library/winmain.c]
9050         Set `lpszCmdParam' by concatenating arguments.
9052         * [loader/module.c]
9053         WinExec: accept Unix commands, use Wine emulator.
9055 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
9057         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
9058         DeleteCriticalSection, EnterCriticalSection,
9059         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
9060         TlsFree, TlsGetValue, TlsSetValue: new functions.
9061         CRITICAL_SECTION: new structure.
9063         * [if1632/kernel32.spec][win32/code_page.c]
9064         WideCharToMultiByte: new function.
9066         * [if1632/kernel32.spec][win32/file.c]
9067         GetFileAttributesA: new function.
9069         * [if1632/kernel32.spec][misc/main.c]
9070         GetEnvironmentStringsW, FreeEnvironmentStringsA,
9071         FreeEnvironmentStringsW: new functions.
9072         
9073         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
9074         cursoricon32.c: new file.
9075         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
9076         to WIN32_*.
9077         LoadIconA, LoadIconW: modified implementation from LoadIconA32
9078         to WIN32_*.
9080         * [include/struct32.h]
9081         pragma pack inserted.
9082         CURSORICON32 structures added.
9084         * [include/winnls.h]
9085         Constants CP_* and WC_* added.
9087         * [loader/pe_image.c]
9088         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
9090 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
9092         * [misc/commdlg.c]
9093         Introduced hook function handling in file dialog.
9094         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
9096 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
9098         * [if1632/gdi32.spec]
9099         Added GetNearestColor.
9101         * [if1632/kernel32.spec]
9102         Added GlobalAddAtomA.
9104         * [win32/param32.c]
9105         Added stackframe.h to includes.
9106         WIN32_GlobalAddAtomA() - new function.
9108 ----------------------------------------------------------------------
9109 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
9111         * [controls/edit.c]
9112         Removed calls to memmove (not portable).
9114         * [debugger/dbg.y] [debugger/debug.l]
9115         Prefixed all token with 't' to avoid conflicts with type
9116         definitions.
9117         Added 'walk queue', 'walk class' and 'info class' commands.
9119         * [debugger/info.c]
9120         Moved queue and window information functions to windows/queue.c
9121         and windows/win.c respectively.
9123         * [loader/signal.c]
9124         Added SIGHUP handling to force entry into built-in debugger.
9125         Cleaned up a bit.
9127         * [misc/spy.c]
9128         General cleanup and performance improvements.
9130         * [windows/class.c]
9131         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
9132         debugger.
9134         * [windows/event.c]
9135         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
9136         sure if this key combination is a good choice...
9138         * [windows/message.c] [windows/queue.c] (New file)
9139         Moved message queue handling functions to windows/queue.c.
9141 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
9143         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
9144         Implemented Win32 exception functions: RaiseException(),
9145         RtlUnwind(), SetUnhandledExceptionFilter() and
9146         UnhandledExceptionFilter().
9148 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
9150         * [controls/listbox.c] [include/listbox.h]
9151         Special handling for COMBOLBOX styles introduced via extension of
9152         HEADLIST structure: lphl->dwStyle.
9154 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
9156         * [controls/combo.c]
9157         Any mouse movement within a small distance (defined by CBLMM_EDGE)
9158         of the top or bottom edge causes the window to scroll.  Also moved 
9159         some assignments so the routine works correctly.
9161         * [controls/listbox.c]
9162         Changing selection in ListBoxSetCurSel now updates PrevFocused.
9163         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
9164         and sets the standard text height.
9166 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
9168         * [windows/dce.c]
9169         Fixed memory leak in DCE_ClipWindows().
9171 ----------------------------------------------------------------------
9172 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
9174         * [configure.in]
9175         Quote '[' and ']' in the test program for the strength-reduce
9176         bug. This should work much better...
9178         * [files/file.c]
9179         Augmented DOS_FILE structure. Most internal functions now return a
9180         DOS_FILE* instead of a Unix handle.
9181         Added a local file array to replace the PDB list upon startup, to
9182         allow using file I/O functions before the first task is created.
9183         Added FILE_SetDateTime() and FILE_Sync() functions.
9184         
9185         * [loader/module.c]
9186         Use the DOS file I/O functions in MODULE_LoadExeHeader().
9188         * [objects/bitblt.c]
9189         Use visible region instead of GC clip region to clip source
9190         area. This fixes the card drawing bug in freecell.
9192         * [objects/region.c]
9193         Fixed CombineRgn() to allow src and dest regions to be the same.
9195 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
9197         * [controls/EDIT.TODO]
9198         Updated so it reflects the current status.
9200         * [controls/edit.c]
9201         Implemented internal EDIT_WordBreakProc().
9202         Implemented ES_READONLY.
9203         Implemented WM_LBUTTONDBLCLK to select whole words.
9204         Fixed a lot of types in the function definitions.
9206 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
9208         * [debugger/info.c]
9209         Added "walk window" command to walk window list. 
9211         * [windows/mdi.c]
9212         Added proper(?) WM_MDISETMENU message handling.
9214 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
9216         * [if1632/callback.c][if1632/relay32.c]
9217         RELAY32_CallWindowProcConvStruct: new function.
9219         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
9220         struct32.c: new file. Moved all structure conversions into that file
9221         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
9222         renamed to STRUCT32_POINT32to16, ...
9223         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
9224         POINT32, ...
9225         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
9226         CREATESTRUCT.
9228         * [include/windows.h][misc/exec.c]
9229         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
9230         WinHelp: Reimplemented. Thanks to Peter Balch
9231         (100710.2566@compuserve.com) for his valuable research.
9233         * [win32/winprocs.c]
9234         WIN32_CallWindowProcTo16: new function, call in
9235         USER32_DefWindowProcA,...
9237 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
9239         * [include/wintypes.h]
9240         Added "#define __export".
9242         * [objects/bitblt.c]
9243         Put in a few hacks to make bitblt-ing work when upside-down and/or
9244         mirrored.  BITBLT_StretchImage should really be checked over
9245         thoroughly.
9247         * [programs/progman/main.c]
9248         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
9250         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
9251         Eliminated shift/reduce conflict in style definition.
9252         Added crude error message support: "stdin:%d: parse error before '%s'".
9253         Implemented string table support to the best of my ability (it works
9254         with LoadString() calls).
9256         * [windows/nonclient.c]
9257         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
9258         bar of non-iconized window was clicked (checked for iconization).
9260 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
9262         * [if1632/lzexpand.spec] [if1632/relay.c]
9263           [include/lzexpand.h][misc/lzexpand.c]
9264         LZEXPAND.DLL added.
9266 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
9268         * [windows/win.c]
9269         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
9270         this prevents too early termination of EnumChildWindows().
9272 ----------------------------------------------------------------------
9273 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
9275         * [controls/scroll.c]
9276         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
9277         current tracking window.
9279         * [files/file.c]
9280         Fixed two file descriptor leaks in FILE_OpenFile().
9282         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
9283           [tools/build.c]
9284         Replaced LOADEDFILEINFO structure by OFSTRUCT.
9286         * [memory/atom.c]
9287         Reload the pointer to the atom table in ATOM_GetTable() and
9288         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
9289         move in linear memory.
9291 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
9293         * [include/callback.h]
9294         Added support for CallWordBreakProc().
9296         * [controls/edit.c]
9297         New caret handling (really efficient / fast).
9298         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
9299         Fixed EM_SETFONT so it now also creates a proper new caret.
9301 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
9303         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
9304         Added WM_DELETE protocol to top-level windows.
9306         * [controls/scroll.c]
9307         Fixed a problem which caused slow scrolling to continue uncontrollably.
9309         * [misc/exec.c]
9310         Implemented ExitWindows().
9312         * [windows/win.c]
9313         Set top-level owned windows to be transient.
9315 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
9317         * [programs/progman/*]
9318         Added a program manager.
9320 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
9322         * [resources/sysres_Eo.c]
9323         Added support for Esperanto [Eo] language.
9325 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
9327         * [if1632/user32.spec]
9328         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
9330         * [win32/init.c]
9331         Added task.h to includes. GetModuleHandleA() - return hInstance
9332         if called with NULL parameter. Freecell needs this. NOTE this
9333         may indicate a problem with differentiation between hModule and
9334         hInstance within Wine.
9336         * [win32/resource.c]
9337         FindResource32() and LoadResource32() - Removed #if 0's around
9338         conversion from hInstance to hModule. See remarks above.
9340         * [win32/string32.c]
9341         WIN32_UniLen() - removed stray semicolon.
9343 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
9344         
9345         * [windows/caret.c]
9346         Set blink rate with call to GetProfileInt().
9348         * [rc/winerc.c]
9349         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
9350         instead of 0.  This seems to correspond to Borland's defaults, and
9351         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
9352         or "| NOT WS_VISIBLE" technique in the *.rc file.
9354         * [win32/time.c]
9355         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
9356         returned by gettimeofday() instead of making second call to
9357         time().  This eliminates clock jitter if the seconds change
9358         between the two calls (rare, but possible).
9360         * [include/wintypes.h]
9361         Added "#define _far" and "#define _pascal".
9363         * [windows/win.c]
9364         Added function GetDesktopHwnd().
9366         * [include/xmalloc.h]
9367         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
9368         have been removed from 'configure', and was causing redefinition
9369         warnings.
9371 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
9373         * [windows/winpos.c] 
9374         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
9375         to force a repaint when setting menu bars with different rows.
9377 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
9379         * [windows/syscolors.c] [controls/scroll.c]
9380         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
9382 ----------------------------------------------------------------------
9383 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
9385         * [files/profile.c]
9386         Added \r when writing profile files, for DOS compatibility.
9388         * [memory/global.c]
9389         Fixed bug in GlobalReAlloc() that caused a discarded block not to
9390         be reallocated if its size was not changed.
9392         * [memory/selector.c]
9393         Avoid setting a valid LDT entry with base and limit set to 0, as
9394         this causes the kernel to clear the entry. This fixes a crash when
9395         exiting Windows program manager.
9397         * [objects/metafile.c]
9398         Removed call to creat() instead of _lcreat() for WINELIB.
9400 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
9402         * [if1632/gdi32.spec]
9403         GetTextExtentPointA now has win32 specific implementation.
9405         * [include/struct32.h]
9406         Define new structure tagSIZE32 and typedef SIZE32 to it.
9407         Define prototype for function PARAM32_SIZE16to32
9409         * [win32/param32.c]
9410         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
9412         * [win32/memory.c]
9413         Added missing file pointer parameter to fprintf.
9415 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
9417         * [windows/nonclient.c]
9418         Added more familiar icon activity, ie single click brings up
9419         system menu.
9421 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
9423         * [controls/menu.c]
9424         Added calls to HideCaret() and ShowCaret() from within
9425         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
9426         MENU_TrackKbdMenuBar().  Are there any more places where this
9427         should be done?
9429         * [controls/static.c]
9430         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
9431         the previous icon.  Added a new FIXME at the point where
9432         WM_SETTEXT is handled for a SS_ICON static control.
9434         * [misc/commdlg.c]
9435         Implemented FindText() and ReplaceText()
9436         Still missing : Templates and Hooks handling / error checking
9438         * [resources/sysres_En.c]
9439         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
9440         Languages other than En should update these too, though, as well
9441         as redimension the controls because some of the text doesn't fit.
9442         Created file resources/TODO to explain this.
9444         * [windows/caret.c]
9445         Re-written.  It now uses the correct R2_XORPEN.  It resets the
9446         blink timer on SetCaretPos().  It does its own hide/show scheme
9447         when SetCaretPos() is called (should be faster).
9449 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
9451         * [controls/listbox.c]
9452         Miscellaneous changes for better LBS_EXTENDEDSEL support.
9453         Removed several superfluous redrawals of item list.
9455         * [controls/scroll.c]
9456         WM_GETDLGCODE return value.
9458         * [windows/win.c]
9459         FlashWindow function.
9461         * [windows/painting.c] [windows/scroll.c]
9462         Added HideCaret/ShowCaret calls.
9464         * [objects/font.c]
9465         Added GetCharABCWidths stub.
9467         * [include/windows.h]
9468         "#define"s needed for changes mentioned above.
9470 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
9472         * [include/winsock.h]
9473         Change order of includes to get in_addr struct defined in time.
9474         (Note: Linux 1.3.66, libc 5.2.18)
9476         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
9477         Changed the -enhanced option into a -mode option, which can be
9478         either 'standard' or 'enhanced'. 'enhanced' is the default.
9480 ----------------------------------------------------------------------
9481 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
9483         * [controls/desktop.c]
9484         Look for the wallpaper file in the Windows directory.
9486         * [controls/menu.c]
9487         Fixed swapped parameters in SetMenuItemBitmaps().
9488         Create a separator in MENU_SetItemData() when the string is NULL.
9490         * [file/dosfs.c]
9491         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
9493         * [files/file.c]
9494         Added a DOS_FILE structure to store per-file information (not
9495         really used yet).
9496         Fixed _lread and _hread to check the size of the buffer before
9497         calling Unix read() to avoid EFAULT error.
9499         * [misc/exec.c]
9500         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
9502         * [miscemu/instr.c]
9503         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
9504         programs that poll the BIOS counter, provided they reload the
9505         selector on every read.
9507         * [miscemu/int21.c]
9508         Re-implemented FindFirst/FindNext for FCB calls.
9510         * [windows/message.c] [windows/winpos.c]
9511         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
9513         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
9514         Added a per-window WIN_MANAGED flag; only windows that have a
9515         dialog frame or a sizing border are managed.
9517 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
9519         * [if1632/Makefile.in]
9520         Added -g flag to compilation of .c files generated from *32.spec.
9522         * [if1632/gdi32.spec]
9523         Numerous additional functions implemented.
9525         * if1632/user32.spec]
9526         wsprintfA maps to vsprintf not wsprintf
9527         Numerous additional functions implemented.
9529         * [include/gdi.h] [objects/gdiobj.c]
9530         New #define MAGIC_DONTCARE added. This is used in
9531         GDI_GetObjPtr to enable getting a pointer to a GDI object of
9532         unknow type.
9534         * [win32/gdi32.c]
9535         New file.
9537         * [win32/param32.c]
9538         WIN32_MoveToEx() - handle NULL pointer argument.
9540         * [win32/user32.c]
9541         USER32_InvalidateRect - handle passing of a NULL pointer.
9542         USER32_SetTimer - New function.
9544         * [files/directory.c]
9545         Fixed DIR_Init() (off by one in allocation of space for
9546         environment variables).
9548         * [files/drive.c]
9549         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
9550         on FreeBSD).
9552 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
9554         * [controls/menu.c]
9555         Memory leak plugged.
9557         * [controls/edit.c]
9558         Erase space with function ExtTextOut(). This eliminates the use of
9559         xmalloc().  Memory leak in EDIT_WriteText plugged.
9561         * [debugger/db_disasm.c]
9562         Operand for scas now is di.
9564         * [files/profile.c]
9565         PROFILE_GetSection was copying too much data.
9566         PROFILE_GetSection now returns the correct value. It was returning
9567         the number of unused instead of used bytes.
9569         * [objects/dc.c]
9570         Corrected two typos in comments.
9572         * [objects/font.c]
9573         FONT_MatchFont didn't return if it couldn't find any font.
9575         * [objects/oembitmap.c]
9576         Free object only if it has been allocated.
9578         * [windows/scroll.c]
9579         Memory leak in ScrollDC plugged.
9581 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
9583         * [controls/edit.c]
9584         Implemented ES_NOHIDESEL style, shift+click selection,
9585         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
9586         (de)selection drawing.  Changed selection drawing to use correct
9587         system colors instead of inverting.  Fixed deleting or backspacing
9588         across a '\r\n' end of line pair.  Selection now anchors
9589         correctly. Fixed text leaking and extra garbage problem bug
9590         uncovered by change in class style in wine960131.
9592         * [controls/widgets.c]
9593         Class flags now match those of Windows.
9595 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
9597         * [controls/widgets.c]
9598         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
9600         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
9601         comctl32.spec ole32.spec winspool.spec: new files.
9602         RELAY32_Init: call initialization of new DLLs.
9603         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
9604         RELAY32_MakeFakeModule: new function.
9606         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
9607         Added Win95 functions. Ordinals now differ from both NT and Win95
9608         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
9609         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
9610         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
9611         new relays.
9613         * [if1632/shell32.spec]
9614         shell32.spec: renumbered all functions to take into account ordinals.
9615         These seem to be identical between NT and Win95.
9617         * [include/dialog.h][windows/dialog.c]
9618         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
9620         * [include/handle32.h]
9621         New handle types VRANGE, HEAP, HEAPITEM.
9623         * [include/pe_image.h][loader/pe_image.c]
9624         struct w_files: new field builtin.
9625         PE_FindExportedFunction: support ordinals.
9626         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
9627         fixup_imports: support ordinals.
9628         PE_LoadImage: prefer directories over segments.
9630         * [include/resource.h][win32/resource.c]
9631         FindResource32: changed parameter from LPCTSTR to LPCWSTR
9632                 check LANG_NEUTRAL if LANG_ENGLISH fails.
9633         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
9634                 disabled because it's broken.
9635         Casted to and from LPWSTR at various places.
9637         * [include/string32.h][win32/string32.c]
9638         Changed prototypes to take const arguments where appropriate.
9640         * [include/struct32.h]
9641         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
9643         * [tools/build.c]
9644         BuildSpec32Files: generate Base value into code, generate call to
9645         RELAY32_MakeFakeModule.
9646         
9647         * [win32/heap.c]
9648         This is still not finished and needs rework.
9649         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
9650         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
9651         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
9653         * [win32/memory.c]
9654         Support for VRANGE_OBJECT. This is not yet called from any place,
9655         and needs more platform specific support
9656         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
9657         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
9659         * [win32/user32.c]
9660         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
9661         names, as in dialogs.
9662         Implemented dialog functions (see user32.spec).
9664         * [windows/caret.c]
9665         CARET_Initialize: call RELAY32_GetBuiltinDLL.
9667 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
9669         * [controls/edit.c]
9670         Removed commented out #ifdefs for WINELIB.
9672         * [tools/makehtml.pl]
9673         Put in error checking when trying to open a file.
9675         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
9676         Added two new targets: hello4 and new.
9678         * [include/windows.h]
9679         Added definition of DEVMODE structure, although it's not yet used.
9680         Modified various API functions from CreateDC() to Escape(), in
9681         order to make them more compliant with the strict API definitions.
9683         * [include/wintypes.h]
9684         Added 'typedef char TCHAR'.  It probably should be defined as
9685         'short', but then we would have to support such characters.  Also did
9686         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
9687         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
9688         MFENUMPROC, and HGDIOBJ.
9690 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
9692         * [misc/commdlg.c]
9693         Patched a bug that occurred in the internal COMMDLG module for the
9694         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
9695         combobox is now handled correctly.
9697 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
9699         * [resources/sysres_Cz.rc]
9700         Added support for Czech [Cz] language.
9702 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
9704         * [objects/font.c]
9705         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
9706         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
9707         is -1, assume 0.
9708         CreateFontIndirect : if font parameter is NULL, issue an error message.
9709         CreateFont : null-terminate lfFaceName.
9710         ParseFontParms : debug code turned off : too verbose.
9711         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
9713         * [objects/color.c]
9714         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
9716 --------------------------------------------------------------------
9717 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
9719         * [configure.in]
9720         Added --with-dll option to build libwine.so.
9722         * [controls/listbox.c]
9723         Fixed ListBoxDirectory(), DlgDirSelect() and
9724         DlgDirList(). Hopefully their behavior is correct now.
9726         * [controls/menu.c]
9727         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
9728         ModifyMenu() for the item data, to avoid corrupting the pointer
9729         for owner-drawn items.
9731         * [controls/static.c]
9732         Attempt to load OEM icons for SS_ICON controls. Probably not
9733         entirely correct.
9734         Don't clip the text output.
9736         * [files/directory.c]
9737         Add temp dir and Windows dir to environment.
9739         * [files/dos_fs.c]
9740         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
9741         Cache last used directory in DOSFS_FindNext() to avoid quadratic
9742         search time.
9744         * [files/drive.c]
9745         New format for drives configuration in wine.conf; allows
9746         specifying the type, label and serial number of a drive.
9748         * [files/file.c]
9749         New function FILE_OpenUnixFile to make sure we don't open a
9750         directory instead of a file.
9751         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
9753         * [files/profile.c]
9754         Rewrote profile handling. Should be closer to Windows behavior now.
9755         New function PROFILE_GetWineIniString() to get a string from wine.conf.
9756         Support environment variables in wine.conf.
9758         * [loader/task.c]
9759         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
9760         corruption.
9762         * [memory/global.c]
9763         Create a discarded block on GlobalAlloc() if the size is 0; thanks
9764         to John Harvey for noticing this.
9766         * [memory/local.c]
9767         LOCAL_GetHeap: make sure the pointer is valid before checking
9768         magic number.
9770         * [misc/main.c]
9771         Moved profile and registry saving to ExitWindows(), so we don't
9772         try to save them in case of a crash.
9774         * [miscemu/int21.c]
9775         INT21_GetFreeDiskSpace: try to compute the cluster size from the
9776         filesystem size instead of hard-coding it to 64.
9777         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
9778         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
9780         * [windows/message.c]
9781         Fixed bug in linked-list handling in MSG_DeleteQueue().
9782         Simplified SetMessageQueue().
9784         * [wine.ini] [wine.man]
9785         Updated for new drives configuration format.
9787 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
9789         * [controls/edit.c]
9790         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
9791         EM_GETPASSWORDCHAR messages.
9793         * [controls/widgets.c]
9794         Adjusted class creation flags to better match values Windows uses.
9796         * [include/windows.h]
9797         Fixed ES_NOHIDESEL typo.
9799         * [loader/ne_image.c]
9800         Added detection for zero offset in RADDR fixups. Quicken
9801         was in an infinite loop here.
9803 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
9805         * [files/dos_fs.c]
9806         Bugfix: range error in month value (0..11 set to 1..12).
9808         * [windows/caret.c]
9809         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
9810         appearance of the caret.
9812         * [windows/mdi.c] [include/mdi.h]
9813         Changed MDITile(): added a new parameter WORD wParam for
9814         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
9815         used in Win3.1
9817 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
9819         * [miscemu/int2f.c]
9820         Added a small bit of MSCDEX emulation.
9822         * [windows/alias.c]
9823         ALIAS_RegisterAlias was returning the hash value when it should
9824         have been returning the record number.
9825         
9826 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
9828         * [include/shell.h] [include/wintypes.h]
9829         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
9830         Declared FONTENUMPROC in wintypes.h.
9832         * [include/windows.h]
9833         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
9834         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
9835         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
9836         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
9837         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
9838         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
9839         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
9840         and wsprintf().
9842         * [tools/makehtml.pl] [documentation/apiw.index]
9843         New files that scan windows.h, commdlg.h, and toolhelp.h and output
9844         an HTML sorted list with optional links to www.willows.com and a
9845         tally of unimplemented APIW functions.
9847         * [objects/cursoricon.c]
9848         Added Win32 versions of CopyIcon() and CopyCursor() for use in
9849         libwine.
9851         * [win32/resource.c] [win32/winprocs.c]
9852         Added '#include "libres.h"' and explicit declarations of windows
9853         procs in order to avoid warnings.
9855         * [windows/utility.c]
9856         Added Win32 version of MulDiv() for libwine.
9858         * [*/*] [include/windows.h]
9859         Changed several function declarations to comply more strictly to
9860         the windows API (without, hopefully, altering their functionality).
9862         * [controls/menu.c]
9863         Made the return value of CheckMenuItem be the previous state of
9864         the menu item if it was found, otherwise -1 as specified in the
9865         SDK. This conflicts with the APIW specification, which says it
9866         should return TRUE if successful, otherwise FALSE.
9868         * [include/windows.h]
9869         Added obsolete WM_SIZE message wParam names for compatibility.
9870         Added WinHelp() command constants, even though they are not yet
9871         supported.
9873         * [rc/winerc.c]
9874         Tidied up transform_binary_file().  In argument checking, flattened
9875         any invalid characters specified with the prefix argument.
9877         * [library/libres.c]
9878         Made FindResource() case-insensitive when parameter 'name' is a string.
9880 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
9882         * [files/drive.c]
9883         If root "/" is given in wine.conf, use it as last resort.
9885         * [files/file.c]
9886         Report ER_AccessDenied it disk ist not writable
9887         More Debug Output
9889         * [miscemu/int21.c]
9890         Squeezed some bugs in ExtendedOpenCreateFile
9891         
9892         * [windows/winpos.c]
9893         Some windows may not be moved or resized. We are missing some
9894         structures to be exact, but the approach should help in some cases
9895         and make things worse in much fewer.
9897 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
9899         * [loader/pe_image.c]
9900         fixup_imports: Find builtins for Borland style entries, too
9902 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
9904         * [controls/menu.c]
9905         LoadMenu: branch to Win32 for PE modules
9907         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
9908         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
9909         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
9910         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
9911         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
9912         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
9913         to convert parameters or naming convention
9915         * [include/kernel32.h][include/wintypes.h]
9916         moved WCHAR, defined LPWSTR
9918         * [include/string32.h][win32/string32.c][include/struct32.h]
9919         New files
9921         * [loader/module.h]
9922         LoadModule: exit after returning from PE_LoadModule
9924         * [loader/pe_image.c]
9925         my_wcstombs: isascii does not work on Linux for Unicode
9926         PE_LoadImage: Handle directories
9928         * [misc/user32.c]
9929         USER32_RECT32to16, USER32_RECT16to32: new functions
9930         implemented new user32 relays
9932         * [misc/newfns.c]
9933         WIN32_WinHelpA: new function
9935         * [win32/param32.c]
9936         New file
9938         * [win32/resource.c]
9939         GetResDirEntry: added support for named entries
9940         WIN32_LoadAcceleratorsW: invoke *32 resource functions
9941         WIN32_LoadBitmapA: convert name to unicode if appropriate
9942         WIN32_ParseMenu: new function
9943         implemented new resource functions from user32.spec
9945 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
9947         * [objects/cursoricon.c]
9948         GetIconId() and LoadIconHandler() functions.
9950         * [windows/mdi.c]
9951         Better maximization support, TranslateMDISysAccel() function, 
9952         misc improvements.
9954         * [windows/defwnd.c]
9955         Fix for WM_WINDOWPOSCHANGED message handler.
9957         * [windows/winpos.c]
9958         Rewrote WindowFromPoint() function.
9960 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
9962         * [include/toolhelp.h] [misc/toolhelp.c]
9963         Added Notify(Un)Register, but no callbacks yet.
9965 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
9967         * [Makefile.in]
9968         Added target for libwine.so.1.0.
9970         * [library/winmain.c]
9971         For WINELIBDLL, _WinMain just returns hInstance instead of calling
9972         WinMain().
9974         * [misc/main.c]
9975         For WINELIBDLL, renamed main() to _wine_main() for calling from the
9976         stub main function.
9978         * [library/winestub.c] (new file)
9979         Provides a stub main() function for using libwine.so.
9981 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
9983         * [winsocket.c]
9984         Fix EPERM problem.
9986         * [global.c]
9987         Attempt to do some sanity checking in MemManInfo().
9989         * [Changelog]
9990         Fix changelog oversight for previous entry.
9992 ---------------------------------------------------------------------
9993 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
9995         * [configure.in]
9996         Added check for gcc strength-reduce bug.
9998         * [controls/listbox.c]
9999         Changed ListBoxDirectory() to use the new DOS file functions.
10001         * [controls/menu.c]
10002         Fixed parameters for DeleteMenu() call in ChangeMenu().
10004         * [debugger/stack.c]
10005         Also display current frame in back-trace.
10007         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
10008         Complete rewrite of the DOS file handling.
10009         Implemented per-task file handles.
10010         Removed default Z: drive; needs to be put explicitely in wine.ini
10011         if desired.
10013         * [loader/module.c]
10014         Fixed file descriptor leak in LoadModule().
10016         * [loader/task.c]
10017         Initialise PDB file handle table in TASK_CreateTask().
10018         Close file handles on task termination.
10019         Implemented SetErrorMode().
10021         * [misc/network.c]
10022         Fixed WNetGetConnection() to use GetDriveType().
10024         * [misc/xmalloc.c]
10025         Added function xstrdup().
10027         * [miscemu/int21.c]
10028         Many changes for new DOS file functions.
10030         * [miscemu/interrupts.c]
10031         Moved DOS_GetEquipment() function into INT_Int11Handler().
10033         * [windows/win.c]
10034         Bug fix: create system menu before sending WM_NCCREATE.
10036         * [*/*.c]
10037         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
10038         better portability.
10040 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
10042         * [include/wintypes.h]
10043         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
10044         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
10045         it should suffice.
10047         * [include/winsock.h]
10048         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
10049         out some old style internet address #define's.
10051         * [loader/task.c]
10052         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
10053         Made FreeProcInstance() do nothing #ifdef WINELIB32.
10054         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
10056         * [library/miscstubs.c]
10057         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
10058         with name="ActivateAppProc".  This hardly seems correct, but it's my
10059         best guess as to how the emulator responds.
10061 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
10063         * [if1632/kernel32.spec][win32/process.c]
10064         WIN32_GetProcAddress, LoadLibraryA: new functions
10066         * [if1632/relay32.c]
10067         RELAY32_GetEntryPoint: Removed code to load PE DLLs
10069         * [include/pe_image.h][include/pe_exe.h]
10070         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
10071         struct PE_Reloc_Block: new structure
10073         * [loader/module.c]
10074         MODULE_RegisterModule: new function
10076         * [loader/pe_image.c]
10077         PE_FindExportedFunction,PE_GetProcAddress: new functions
10078         fixup_imports: expect struct w_files* now, fill dlls_to_init,
10079                        load PE DLLs
10080         do_relocations: new functions
10081         calc_vma_size: renamed from dump_table
10082         PE_LoadImage: use malloc to allocate memory for image
10083         PE_InitDLL: expect HMODULE
10084         PE_InitializeDLLs: new function
10086         * [loader/task.c]
10087         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
10088         GetExePtr: Accept PE modules
10090         * [misc/commdlg.c]
10091         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
10093 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
10095         * [misc/port.c]
10096         New file with usleep() function for SVR4.
10098         * [configure.in]
10099         Check for usleep() function.
10101 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
10103         * [if1632/toolhelp.spec] [include/toolhelp.h]
10104           [misc/user.c] [windows/message.c]
10105         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
10107         * [winsocket.c]
10108         Fixed ENOENT error.
10110         * [miscemu/dpmi.c]
10111         Implement DPMI Get Page Size (AX=0604, INT 31)
10113         * [memory/global.c]
10114         Implement TOOLHELP.72 GetMemManInfo.
10116 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
10118         * [if1632/callback.c]
10119         CallWindowProc() - When calling RELAY32_CallWindowProc, check
10120         whether lParam should be a SEGPTR, and if so convert it to one.
10122         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
10123         Numerous functions added, mostly calls to original (win16)
10124         functions.  Note that some (many) of these are probably not
10125         strictly correct, but with these additions freecell will at least
10126         display its main window though it is garbled.
10128         * [if1632/winprocs.spec]
10129         Completely rewritten - all WndProcs now have win32 versions to
10130         help with the lparam SEGPTR fix in callback.c
10132         * [include/kernel32.h]
10133         LPTCSTR defined.
10135         * [include/peexe.h]
10136         Definition of PE_Export_Directory amended.
10138         * [include/resource32.h]
10139         New file.
10141         * [include/stackframe.h]
10142         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
10143         prototype for replacement function in memory/selector.c which
10144         can operate on any given memory address. This is currently
10145         required for win32 support. It is a dreadful cludge, and will
10146         certainly slow down other programs. If you are not interested
10147         in win32 development you may wish to reverse this patch.
10149         * [include/windows.h]
10150         Definition of SW_SHOWDEFAULT added.
10152         * [loader/pe_image.c]
10153         Extensive rewrites of xmmap() fixup_imports().
10154         PE_LoadImage() - initialisation of bss added, extraction of
10155         module name fixed, initialisation of DLL added.
10156         PE_InitDLL() - now does something.
10157         PE_Win32CallToStart() - initialisation of TEB pointed to by
10158         fs added.
10159         PE_InitTEB() created to perform TEB initialisation.
10161         * [memory/selector.c] 
10162         New function MAKE_SEGPTR() - see include/stackframe.h above.
10164         * [misc/user32.c]
10165         USER32_RegisterClassA(), CreateWindowExA() memory allocation
10166         method changed. This is probably now unnecessary with the
10167         new MAKE_SEGPTR handling code.
10168         USER32_DefWndProcA() removed to win32/winprocs.c
10169         USER32_TranslateMessage added.
10171         * [tools/build.c]
10172         handling of win32 spec files changed to support gcc2.6.X
10173         this requires optimisations to be disabled.
10175         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
10176         New files.
10178         * [win32/Makefile.in]
10179         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
10181         * [win32/file.c]
10182         New function W32_SetHandleCount.
10184         * [win32/init.c]
10185         WIN32_GetModuleHandle() - now returns handle of running process
10186         if called with NULL.
10187         GetStartupInfoA() - set cbReserved2 to 0.
10189         * [win32/memory.c]
10190         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
10191         it work with FreeBSD. Also check for return value. Removed extra
10192         return.
10194         * [windows/winpos.c]
10195         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
10197 ----------------------------------------------------------------------
10198 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10200         * [configure.in] [Makefile.in] [tools/install-sh]
10201         New 'install' target installs Wine binary, library and man page.
10202         Library is now more logically named libwine.a.
10203         Split toolkit/ directory into library (for library code) and
10204         libtest (for test programs).
10206         * [controls/edit.c]
10207         Quick hack to partially support EM_PASSWORD style (avoids
10208         displaying your passwords on the screen when testing programs...)
10210         * [configure.in] [controls/menu.c] [include/resource.h]
10211           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
10212         Language is now a run-time option (wine -language xx).
10214         * [debugger/dbg.y]
10215         Dump some more debugging info on crash.
10217         * [misc/profile.c]
10218         Only consider ';' as a comment if it's the first non-blank
10219         character on the line.
10221         * [miscemu/dpmi.c]
10222         More debugging info for real-mode callback.
10224         * [objects/gdiobj.c]
10225         Rewrote EnumObjects() to do the Right Thing.
10227         * [resources/sysres*]
10228         New directory containing system resources.
10230 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
10232         * [win32/file.c] [win32/memory.c]
10233         Unixware doesn't have MAP_ANON ifdefed out for now.
10235         * [misc/dos_fs.c]
10236         DOS_GetDosFileName didn't truncate paths starting ./ properly.
10238         * [tools/build.c]
10239         Produces assembly code that works with the unixware assembler.
10241 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
10243         * [miscemu/instr.c]
10244         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
10246         * [misc/dos_fs.c]
10247         DOS_readdir should always return directories, even if they don't
10248         match the file name mask.
10250 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
10251         
10252         * [misc/exec.c]
10253         Give arguments to winhelp.
10255         * [miscemu/int21.c]
10256         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
10257         Created function ExtendedOpenCreateFile.
10258         Give for some Windows95 interrupts the return value 'not
10259         implemented'.
10261 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
10263         * [include/kernel32.h] [include/windows.h]
10264         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
10265         include/kernel32.h to include/windows.h and declared the new Win32
10266         API functions Sleep(), GetLocalTime(), and GetSystemTime().
10267         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
10269         * [rc/rc (new file)]
10270         Created the shell script 'rc', which should simplify resource
10271         compilation.
10273         * [win32/environment.c]
10274         Kludged around an undefined reference to wine_files.  This change
10275         should be fixed some time.
10277         * [win32/time.c] [if1632/kernel32.spec]
10278         Added the functions GetSystemTime(), and Sleep().
10280         * [miscemu/int21.c]
10281         Renamed static function GetSystemTime to INT21_GetSystemTime to
10282         avoid conflicts with the API function of the same name.
10284         * [include/wintypes.h]
10285         Added the SPFMT definition for printf statements.
10287         * [misc/shell.c] [include/shell.h]
10288         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
10289         with the ones in include/winerror.h.  They should probably use the
10290         versions in winerror.h, but I'm not certain, and that can be done
10291         later.
10293         * [windows/mdi.c]
10294         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
10295         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
10296         (boolean) was discarded with this translation.  Translated handler
10297         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
10298         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
10299         false, call DrawMenuBar() if desired).
10301         * [*/*]
10302         General explicit casts and more rigid typing to remove warnings.
10304         * [include/winpos.h] [windows/winpos.c]
10305         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
10307         * [include/commdlg.h] [misc/commdlg.c]
10308         Added prototypes for ChooseColor(), CommDlgExtendedError(),
10309         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
10310         PrintDlg, and ReplaceText().
10311         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
10312         Made GetFileTitle return a short, as per the API definition.
10314         * [Makefile.in]
10315         Added line to clean and distclean that removes temporaries from
10316         the include directory.
10318 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
10320         * [controls/edit.c]
10321         Almost rewrote EDIT_GetLineMsg.
10323 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <ataylor@cadvision.com>
10325         * [windows/mdi.c]
10326         Fixed MDITile() bug that occurs when 0 windows are present or all
10327         windows are minimized.
10329 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
10331         * [misc/profile.c]
10332         Try harder to find files, especially in the working directory.
10333         Look in $HOME/.wine too and create it there if it isn't found.
10335 ----------------------------------------------------------------------
10336 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10338         * [misc/lstr.c]
10339         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
10340         they do the same job.
10342         * [tools/build.c]
10343         Fixed __attribute__((stdcall)) to make it compile with gcc
10344         versions under 2.7. Doesn't mean it will run OK though...
10346 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
10348         * [include/kernel32.h] [include/winerror.h]
10349         Added file attribute definitions and more error codes.
10351         * [win32/error.c]
10352         Added some rudimentary errno-to-Win32 error conversion
10353         code.
10355         * [win32/file.c]
10356         Added to GetFileInformationByHandle, filled in some known
10357         error codes, and switched to dprintf_win32.
10359         * [win32/time.c]
10360         Added GetLocalTime.
10362 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
10364         * [controls/combo.c]
10365         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
10366         LRESULT _(HWND,WPARAM,LPARAM) where needed.
10368         * [include/libres.h]
10369         Restructured libres prototypes to closer match the windows API.
10371         * [include/windows.h]
10372         Changed several API prototypes' parameter types from 'short' to INT,
10373         which is #defined as short in the emulator, but is a normal int in
10374         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
10375         (This creates a lot of warnings at library-compile time, but less
10376         warnings at app-compile time.  I'll remove the warnings soon.)
10378         * [loader/resource.c]
10379         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
10380         various implementations of the LIBRES_* API functions.
10382         * [loader/signal.c]
10383         Deleted local 'i' from win_fault(), since it was unused.
10385         * [objects/bitblt.c]
10386         Mirrored changes to include/windows.h mentioned above.
10388         * [toolkit/hello3.c]
10389         Changed LoadMenuIndirect() call to LoadMenu() to test the new
10390         resource registration technique.
10392         * [toolkit/libres.c]
10393         Removed definition of 'struct resource' and fixed bugs in the resource
10394         implementation.  Implemented LIBRES_FindResource.
10396         * [windows/graphics.c]
10397         Mirrored changes to include/windows.h mentioned above.
10399 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
10401         * [controls/edit.c]
10402         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
10404         * [controls/listbox.c]
10405         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
10407         * [include/listbox.h]
10408         change HeapSel from WORD to HANDLE
10410         * [include/resource.h][rc/winerc.c]
10411         struct ResourceTable: removed
10412         struct resource: moved to header file
10413         autoregister resources if supported by compiler
10415         * [memory/local.h]
10416         LOCAL_GetHeap: expect HANDLE rather than WORD
10417         
10418         * [toolkit/Makefile.in]
10419         Add ALLCFLAGS to make hello3
10421         * [toolkit/heap.c]
10422         LocalFree, HEAP_Free: handle 0 parameter gracefully
10424 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
10426         * [misc/winsocket.c]
10427         Fixed the msgsnd and msgrcv errors that winsock programs get.
10429 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
10430         
10431         * [if1632/kernel.spec]
10432         Fixed _hread and _hwrite return type
10434         * [if1632/relay32.c] [loader/pe_image.c]
10435         Hacked loading of PE-dll's in
10437         * [win32/advapi.c]
10438         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
10440         * [win32/file.c]
10441         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
10443         * [win32/process.c]
10444         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
10445         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
10446         
10447 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10449         * [include/wine.h] [misc/lstr.c]
10450         Define wine_strncpy(). This function does not pad the buffer with 
10451         zeroes like GNU strncpy(), which might break some Windows programs
10452         that pass bogus size arguments.
10454         * [loader/module.c]: GetModuleFileName(),
10455         [misc/commdlg.c]: GetFileTitle(),
10456         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
10457         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
10458         [multimedia/mmsystem.c], [objects/font.c]:
10459         Use wine_strncpy() where strings are returned to Windows programs.
10460         
10461         * [objects/metafile.c]
10462         PlayMetafile(): Clear the handle table before using it.
10464         * [misc/shell.c] [misc/main.c]
10465         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
10466         
10467         * [misc/profile.c]
10468         load(): Need to handle comments.
10469         
10470         * [toolkit/libres.c]
10471         Make it compile.
10472         
10473         * [windows/nonclient.c]
10474         Use MAKE_SEGPTR macro in two places where a user heap block used
10475         to be allocated instead.
10477 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
10479         * [windows/winpos.c]
10480         In function SetWindowPos: do not redraw the parent of
10481         a window if the specified window is placed on the top.
10482         This avoids that ShowWindow(hwnd,1) hides hwnd instead
10483         of showing it.
10485 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
10487         * [windows/scroll.c]
10488         Now it can scroll children along with the client region of parent 
10489         window. Tried to optimize update region calculation. 
10491         * [windows/mdi.c]
10492         ScrollChildren function, more other features added. Basically
10493         a rewrite.
10495         * [windows/winpos.c] [windows/focus.c]
10496         Reimplemented window activation and focus handling.
10498         * [windows/nonclient.c]
10499         Added new flag WIN_NCACTIVATED.
10501         * [windows/message.c] [loader/task.c]
10502         Small changes (to maintain linked list of message queues).
10504 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
10506         * [include/options.h] [misc/main.c] [windows/defwnd.c]
10507           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
10508         Implemented a -managed option to replace the standard Windows
10509         frame of top-level windows with the window manager's decorations.
10510         If a top-level window makes its own frame, this will still show
10511         up, inside the window manager decorations (I believe ctl3dv2.dll
10512         would do this, although I can't test this).
10514 ----------------------------------------------------------------------
10515 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10517         * [configure.in] [Makefile] [misc/dos_fs.c]
10518         Got rid of autoconf.h file.
10520         * [debugger/dbg.y]
10521         More logical behavior upon syntax errors.
10523         * [include/hook.h] [windows/hook.c]
10524         Changed hook structure and rewrote most of the hook functions for
10525         better compatibility, based on investigations by Alex Korobka.
10527         * [include/message.h] [windows/message.c]
10528         Added hooks to message queue structure and made the structure
10529         layout Windows-compatible.
10530         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
10531         WH_JOURNALRECORD hooks.
10533         * [misc/main.c]
10534         Added command-line option for changing the language at run-time
10535         (not implemented yet), based on a suggestion from Michael Patra.
10537         * [objects/cursoricon.c]
10538         Fixed silly SEGPTR bug in DumpIcon().
10540 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
10542         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
10543         Partial implementaion of LBS_EXTENDEDSEL style,
10544         yet more updates for drag & drop support. Now works.
10546         * [windows/defwnd.c]
10547         More message handlers.
10549         * [windows/win.c]
10550         DragObject, DragDetect, AnyPopup functions. 
10552         * [controls/listbox.c]
10553         More kludgy fixes (WM_...TOITEM, etc.).
10555         * [objects/cursoricon.c] [objects/oembitmap.c]
10556         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
10557         cursor.
10559         * [include/bitmaps/ocr*]
10560         New OEM cursors.
10562 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
10564         * [toolkit/heap.c]
10565         Swapped flags and size arguments to LocalRealloc as per changes in
10566         memory/local.c by William Magro in previous release.
10568         * [include/wintypes.h]
10569         Reinstated the #define's for 'min' and 'max', since they're part of
10570         the Windows API.  I really don't think it's a wise idea, so I put
10571         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
10572         WINE code should never use these (it should use 'MIN' and 'MAX'
10573         instead).
10575         * [loader/*]
10576         Put '#ifndef WINELIB' around many things that WINElib should not need.
10578         * [controls/edit.c]
10579         Took out many '#if defined(WINELIB)' sections with the associated
10580         comment 'temporary fix, until Local memory is correctly implemented in
10581         WINELIB', since the effective translations are now in 
10582         toolkit/miscstubs.c.
10583         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
10584         file fixed (or at least postponed) the bug I had encountered.
10586         * [loader/task.c]
10587         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
10588         C:  This will probably cause a lot of trouble if this change is
10589         forgotten in the future, but it will let things like the OpenFileName
10590         dialog work for now.
10592         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
10593           [include/libres.h]
10594         Made new libres.c file, which will contain functions for supporting
10595         accessing resources by name in WINElib.  'winerc' will need to be
10596         changed.
10598         * [toolkit/heap.c]
10599         Refined memory routines to allow for differences between LocalAlloc
10600         and GlobalAlloc and between LocalSize and GlobalSize.
10602         * [windows/message.c] [include/windows.h]
10603         Defined the GetCurrentTime routine in windows/message.c, and removed
10604         the #define in windows.h.
10606 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
10608         * [*/*]
10609         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
10611         * [loader/module.c]
10612         Added undocumented GetExpWinVer.
10614         * [tools/build.c]
10615         Previous code didn't pop possibly changed %esi, %edi and %edx
10616         from the stack.
10617         
10618         * [win32/advapi.c]
10619         Added GetUserNameA.
10621         * [win32/code_page.c]
10622         Added stub for MultiByteToWideChar.
10624         * [win32/console.c]
10625         Added SetConsoleCtrlHandler stub.
10627         * [win32/file.c]
10628         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
10629         Added CloseHandle.
10631         * [win32/memory.c]
10632         Changed VirtualAlloc and VirtualFree.
10634         * [win32/process.c]
10635         Added ExitProcess.
10637 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10639         * [include/windows.h]
10640         Fixed a few broken structure definitions.
10642         * [loader/resource.c]
10643         FindResource(): Need to check for '#xxx' strings here.
10645         * [miscemu/int21.c]
10646         FindNext(): Return MS-DOS filenames uppercase.
10648         * [objects/cursoricon.c]
10649         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
10650         initializers.
10651         
10652         * [misc/file.c]
10653         _lopen(): Files opened in OF_WRITE mode are truncated.
10654         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
10655         created; use read/write mode.
10656         
10657         * [misc/profile.c]
10658         load(): Rewritten.
10659         
10660         * [misc/commdlg.c]
10661         Fixed bad call to strncpy() that smashed the stack.
10663         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
10664         Operator precedence fixes. People who use gcc 2.7.1 don't need a
10665         debugger :-)
10666         
10667         * [if1632/gdi.spec] [objects/palette.c]
10668         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
10669         but sometimes that's good enough.
10671 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
10673         * [include/wine.h] [include/registers.h] [include/winsock.h]
10674         Added definitions for Unixware.
10676         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
10677         Misc. fixes for Unixware.
10679         * [loader/task.c]
10680         Made assignemts to context in InitTask for registers use the macros
10681         from registers.h to make them more portable. (Needed for Unixware)
10683         * [tools/build.c]
10684         Fixed register acces routines to work on Unixware. Bit grubby but
10685         it seems to work.
10687         * [controls/edit.c]
10688         EDIT_WM_NCCreate allocates local heap if hasn't been previously
10689         allocated.
10690         
10691         * [miscemu/int21.c]
10692         mkdir now creates directory with permission to access it.
10694         * [misc/dos_fs.c]
10695         mkdir now creates directory with permission to access it.
10696         DOS_opendir now uses linked list of dirents to avoid problems with 
10697         realloc changing address of malloced memory.
10699 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
10701         * [controls/menu.c]
10702         MENU_CalcItemSize(): Fixed handling of empty menu items.
10704 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
10706         * [misc/file.c]
10707         In OpenFile, unlink should be done on the unix filename.
10709 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
10711         * [include/handle32.h]
10712         New header file containing internal Win32 kernel handle
10713         information.
10715         * [win32/file.c]
10716         Added ReadFile, CreateFile, and CloseFileHandle, and did
10717         some reorganizing to match the new handle allocation scheme.
10719         * [win32/init.c]
10720         Added CloseHandle and the creation of standard I/O handles.
10722         * [win32/object_mgt.c]
10723         New module for allocating and freeing Win32 kernel handles.
10725 ----------------------------------------------------------------------
10726 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10728         * [configure.in]
10729         Attempt to check for -li386 on NetBSD. Please test this.
10731 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
10733         * [*/*]
10734         Eliminated various warnings with either explicit casts or more
10735         accurate variable/parameter declarations (e.g. INT instead of short
10736         or WORD).
10737         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
10738         macros.
10740         * [controls/edit.c] [windows/defdlg.c]
10741         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
10742         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
10743         DEFDLG_FindDefButton to avoid warnings.
10745         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
10746           [windows/message.c] [windows/nonclient.c]
10747         Converted MAKEPOINT macro call to manual conversion.
10749         * [include/windows.h]
10750         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
10751         instead of INT.  This also invalidates the macro MAKEPOINT(), which
10752         is not supported in Win32.  Also defined the POINTS structure (SHORT
10753         members) and the MAKEPOINTS macro.
10755         * [misc/commdlg.c]
10756         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
10757         find this memory bug, and this should be done anyway.
10759         * [controls/edit.c]
10760         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
10761         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
10762         it's better than bizzare memory troubles.
10764         * [toolkit/miscstubs.c]
10765         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
10766         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
10767         their current implementation seems fine.
10769 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
10771         * [objects/cursoricon.c]
10772         Fix for "broken" X servers that invert masked cursor colors.
10774 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
10776         * [windows/dialog.c] [windows/nonclient.c]
10777         Remove unnecessary items from the system menu.
10779 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
10781         * [objects/color.c] [objects/palette.c]
10782         Make GetNearestColor return a RGB value instead of a pixel value.
10784 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
10786         * [controls/desktop.c][controls/menu.c][include/menu.h]
10787         Changed WORD parameters to UINT parameters.
10789         * [include/wintypes.h]
10790         Made UINT 32bit for WINELIB.
10792         * [loader/main.c]
10793         Disabled RELAY32_Init and MODULE_Init for WINELIB.
10795         * [misc/main.c]
10796         Assume CPU386 for WINELIB.
10798         * [rc/winerc]
10799         add_popup: set MF_POPUP flag on menu item.
10801         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
10802         Add resource demo hello3 for WINELIB.
10803         New file README.resources.
10805         * [toolkit/miscstubs.c]
10806         Add a case for 17.
10808 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
10810         * [loader/module.c]
10811         Do not append .exe if the file name already has an extension.
10813         * [misc/profile.c]
10814         Avoid creating a file with a junk name if a .ini file does not
10815         exist.
10817         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
10818         Added a lot of dummy stubs for Windows Hebrew version.
10820 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
10822         * [controls/button.c]
10823         Fix for buttons with no label.
10825         * [controls/combo.c][controls/listbox.c]
10826         Fixes for scrollbar positioning.  Now disappears correctly
10827         for short lists.
10829         * [controls/edit.c]
10830         Handle memory allocation differently when building as library.
10832         * [controls/static]
10833         Don't destroy old icon before drawing new icon. (Fixes landscape/
10834         portrait toggle icon in print dialog.)
10836         * [if1632/gdi.spec]
10837         New functions SetMetaFileBits and GetMetaFileBits
10839         * [include/sysmetrics.h] [windows/sysmetrics.c]
10840         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
10842         * [include/windows.h]
10843         META_EXTTEXTOUT, not META_SETTEXTOUT
10844         define GetCurrentTime as GetTickCount (for wine library)
10846         * [loader/main.c]
10847         Don't initialize built-in modules in wine library
10849         * [memory/local.c]
10850         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
10852         * [misc/main.c]
10853         Always report CPUTYPE=4 to wine library.
10855         * [objects/dib.c]
10856         RLE8 images were missing top line when decompressed.
10858         * [objects/metafile.c]
10859         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
10860         from winhelp.  More testing needed.  Various memory leaks plugged.
10861         Various other bug fixes.  New metafile operations added in
10862         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
10863         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
10865         * [toolkit/heap.c]
10866         LocalUnLock changed to LocalUnlock
10868 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
10869         
10870         * [misc/winsock.c] 
10871         Return the correct error number, for host lookup operations.
10872         Also, correct the problem with send_message.
10874 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
10876         * [Makefile.in]
10877         Using nm's built-in sorting.
10879         * [*/*.c]
10880         Use xmalloc for malloc and xrealloc for realloc in all ungarded
10881         cases.
10883         * [debugger/dbg.y]
10884         Handle C-like expressions.  Clean-up.
10886         * [debugger/debug.l]
10887         Lots of new tokens for expressions.
10889         * [debugger/info.c]
10890         Implement "list" command for disassembling.
10892         * [misc/ole2nls.c]
10893         Implement more Danish stuff.
10895 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
10897         * [loader/module.c]
10898         Updated self-loading modules to support for new 32 bit 
10899         stack frames.
10901 ----------------------------------------------------------------------
10902 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
10904         * [controls/menu.c]
10905         Fixed GetMenuString() for non-string items.
10907         * [debugger/*.c]
10908         First attempt to check validity of pointers before memory
10909         accesses. For now only segmented pointers are checked.
10911         * [debugger/dbg.y] [memory/ldt.c]
10912         Added possibility to dump only one segment with 'info segment'.
10914         * [include/bitmaps/ocr_*]
10915         Added all OEM cursors as XPM bitmaps.
10917         * [include/cursoricon.h] [objects/cursoricon.c]
10918         Rewrote all cursor and icon management to use the same memory
10919         layout as Windows, and to factor common code between icons and
10920         cursors. Implemented icon directory lookup to find the best
10921         matching icon (i.e. the color one).
10922         Implemented CopyCursor() and DumpIcon().
10924         * [loader/module.c]
10925         For disabled built-in modules, we now try to load the Windows DLL
10926         first, and if this fails we fall back to using the built-in module
10927         anyway.
10929         * [memory/global.c]
10930         Fixed GlobalHandle() to return the correct selector in the high
10931         word even if we are passed a handle in the first place.
10933         * [miscemu/instr.c]
10934         Take into account the size of the operand and of the stack segment
10935         when incrementing the stack pointer.
10936         Avoid referencing FS_reg and GS_reg on *BSD.
10938         * [objects/dib.c]
10939         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
10940         Monochrome DIBs are created as monochrome bitmap iff they are
10941         black and white.
10943         * [objects/oembitmap.c]
10944         Added support for OEM cursors, changed OBM_LoadIcon to use the new
10945         icon memory layout.
10947         * [rc/sysres_Fr.rc]
10948         Added French [Fr] language support.
10950         * [win32/environment.c]
10951         Fixed GetCommandLineA() to use current PDB.
10953         * [windows/event.c] [windows/winpos.c]
10954         Simulate a mouse motion event upon SetWindowPos() to force the
10955         cursor to be set correctly.
10957 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
10959         * [win32/*]
10960         New Win32 kernel functions: GetACP, GetCPInfo,
10961         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
10962         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
10963         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
10964         WriteFile.  Completed implementations of GetCommandLineA.
10966         * [include/kernel32.h]
10967         New file.
10969         * [loader/main.c]
10970         Call initialization function for Win32 data (doesn't currently do
10971         anything).
10973         * [misc/main.c]
10974         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
10976 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
10978         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
10979           [misc/commdlg.c]
10980         Misc. bug fixes
10982 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
10984         * [*/*]
10985         For Winelib, explicit casts have been placed where warnings were
10986         usually generated.
10987         printf formats which give the format for printing a handle as
10988         "%04x" or something similar have been changed to use the NPFMT
10989         macro defined in include/wintypes.h.  Some times, explicit casts
10990         were also necessary.
10991         Parameter, field, and variable declarations have been made more
10992         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
10993         'WORD hFont' to 'HFONT hFont'.
10994         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
10995         replaced with a call to WIN_GetWindowInstance(hwnd).
10997         * [controls/combo.c]
10998         Added WINELIB32 support in CLBoxGetCombo().
11000         * [include/dialog.h]
11001         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
11002         winelib needs the packing as well (e.g. when accessing resources
11003         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
11005         * [include/windows.h]
11006         Got rid of the F[a-k] macros, which were cluttering up the global
11007         namespace.
11009         * [include/windows.h] [windows/defwnd.c]
11010         Added Win32 messages WM_CTLCOLOR*.
11012         * [include/wintypes.h]
11013         Put in preprocessor '#define WINELIB32' if appropriate and changed
11014         the types of some typedefs (WPARAM, HANDLE) based on this.
11015         
11016         * [loader/module.c] [toolkit/miscstubs.c]
11017         Added #ifdef'd portion in LoadModule to handle loading a WINElib
11018         module (already loaded, just init values).  '#ifdef'ed out the
11019         definition for GetWndProcEntry16 and added a new version to
11020         toolkit/miscstubs.c.
11022         * [misc/shell.c]
11023         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
11024         Same amount of total storage, but much more reasonable.  Also, changed
11025         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
11026         This was a difficult bug to track down, but the AppMisc field was
11027         being initialized with the contributers text, which was much larger
11028         than 512 characters.
11030         * [toolkit/atom.c]
11031         New file for atom-handling functions.  Copied from memory/atom.c and
11032         then heavily modified.  Right now, it's just a linked list of atoms.
11033         Consider it as a hash table with just one entry.  It's easily changed
11034         later.
11036         * [toolkit/heap.c]
11037         Commented out the heap functions with a "#ifdef WINELIB16" and put in
11038         a Win32 version (which is basically a modified copy).
11040         * [toolkit/sup.c] [toolkit/miscstubs.c]
11041         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
11042         added quite a few more stubs.
11044         * [toolkit/winmain.c]
11045         Rearranged startup code in _WinMain.  I think this will work.
11047         * [toolkit/Makefile.in]
11048         Added targets for 'hello' and 'hello2' in case anyone cares to try
11049         out the sample programs.
11051 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
11052         
11053         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
11054         First attempt at support for some VxDs. Comm, Shell and Pagefile.
11056 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
11058         * [misc/dos_fs.c]
11059         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
11060         starting applications like 'wine ./excel.exe')
11062 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
11064         * [configure.in]
11065         Avoid relative path for wine.ini.
11067         * [rc/sysres_Da.rc]
11068         Support for Danish [Da] language.
11070         * [misc/main.c] [miscemu/cpu.c]
11071         Return the processor we're running on correctly.
11073         * [miscemu/int2f.c]
11074         Minor stuff in int 0x2f, function 0x16.
11076 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
11078         * [misc/shell.c] [misc/main.c]
11079         Implement saving and loading of the registry database (needed for
11080         OLE). Very experimental. Fixed ShellExecute().
11081         
11082         * [miscemu/int21.c]
11083         EEXIST is not a critical error condition for mkdir().
11085 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
11087         * [include/shell.h] [misc/shell.c]
11088         Implemented 4 drag/drop functions with documented functionality.
11090         * [multimedia/time.c]
11091         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
11093         * [*/*] 
11094         Added new files, more message definitions, structures, debug info,
11095         etc.  Rewrote message logging functions to produce output similar
11096         to WinSight.  Check out -debugmsg +message option.
11098         * [misc/file.c]
11099         Fixed GetDriveType return value.  
11101         * [windows/message.c] 
11102         Hooks are invoked in normal order.
11104         * [miscemu/*]
11105         Added some functions and interrupts.
11107         * [misc/shell.c]
11108         Implemented Drag... functions.
11110 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
11112         * [rc/sysres_Fi.rc] [rc/sysres.rc]
11113         First attempt at Finnish [Fi] language support.
11115 ----------------------------------------------------------------------------
11116 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
11118         * [configure.in] [*/Makefile.in] [Make.rules.in]
11119         Cleaned up makefiles, added configuration option for Winelib,
11120         grouped common make rules in Make.rules.in.
11122         * [Configure]
11123         Renamed to 'Configure.old'; please use 'configure' instead.
11125         * [controls/menu.c]
11126         Fixed DestroyMenu() to avoid deleting the same menu twice.
11127         More fixes to WM_MENUSELECT, and added WM_INITMENU.
11129         * [if1632/relay.c]
11130         Fixed wrong register values displayed by RELAY_DebugCall32().
11132         * [memory/local.c]
11133         Fixed LocalLock() and LocalUnlock() to increment/decrement the
11134         lock count for moveable blocks.
11136         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
11137         Modified the generated C file so that the resource information
11138         (size, etc.) is also exported.
11139         Modified common dialogs to use the new informations.
11141         * [misc/main.c] [ANNOUNCE]
11142         Update the list of contributors. Please let me know if I forgot
11143         someone.
11145         * [rc/sysres.rc] [rc/sysres_En.rc]
11146         Moved English resources to sysres_En.rc.
11147         Changed ids from numeric to symbolic for dialogs.
11149         * [windows/dialog.c]
11150         Modified template parsing to be able to pass segmented pointers to
11151         CreateWindow().
11153         * [windows/win.c]
11154         CreateWindow() now takes segmented pointers for class and window
11155         names.
11156         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
11157         or WS_MINIMIZE bits are set.
11159 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
11161         * [controls/scroll.c]
11162         Fixed scroll-bar bugs for non-client windows.
11164 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
11166         * [include/cursor.h] [windows/cursor.c]
11167         Cursor is not mirrored any more and the hotspot is set right.
11169 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
11171         * [ole.h]
11172         Misc small fixes.
11174 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
11176         * [rc/sysres_Es.rc]
11177         First attempt at Spanish [Es] language support.
11179 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
11181         * [include/alias.h][windows/alias.c][include/relay32.h]
11182         New files
11184         * [controls/widgets.c]
11185         WIDGETS_Init: register alias window procedures
11187         * [if1632/callback.c]
11188         CallWndProc: Call alias functions if necessary
11190         * [if1632/gdi32.spec]
11191         GetStockObject, TextOutA: new relays
11193         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
11194         user32.c: new file
11195         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
11196         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
11198         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
11199         PE_Win32CallToStart: new function
11200         MODULE_CreateInstance: removed static attribute
11201         LoadModule: Try loading PE image on error 21
11202         PE_LoadModule: new function
11203         PE_LoadImage: initialize pe_data with 0
11204         
11205         * [include/dlls.h][include/peexe.h]
11206         moved pe_data and w_files to peexe.h
11207         
11208         * [misc/shell.c]
11209         ShellAbout: Register AboutWndProc aliases
11211         * [miscemu/int21.c]
11212         handle 0x440A and 0xDC
11214         * [miscemu/int2f.c]
11215         handle 0x84
11217         * [objects/dib.c]
11218         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
11220         * [tools/build.c]
11221         include windows.h and relay32.h into generated Win32 relays,
11222         don't declare the implementation as int (*)();
11223         limit in WIN32_builtin was off by one
11225         * [windows/caret.c]
11226         CARET_Initialize: new function, call on strategic places
11228         * [windows/messagebox.c]
11229         MessageBox: register message box proc aliases
11231         * [if1632/advapi32.spec][if1632/comdlg32.spec]
11232         New files
11234         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
11235         added new spec files
11236         RELAY32_GetBuiltinDLL: perform lookup case insensitive
11237         RELAY32_GetEntryPoint: start name search at 0
11239         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
11240         Added stubs for new Win95 API
11242 Sat Sep 2 1995  Martin Roy
11244         * [misc/commdlg.c]
11245         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
11246         When process IDOK button in FILEDLG_WMCommand(),
11247         lpofn->nFilterIndex should be updated to current selection.
11249 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
11251         * [loader/module.c] [loader/ne_image.c]
11252         Added support of self-loading modules.
11254 ---------------------------------------------------------------------
11255 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
11257         * [Configure]
11258         Added compile-time option for IPC.
11260         * [configure.in]
11261         Added command-line options for language, IPC and malloc
11262         debugging.
11264         * [controls/menu.c]
11265         WM_MENUSELECT was sometimes sent to the wrong window.
11267         * [debugger/break.c]
11268         For the 'next' command, only step over instruction that require
11269         it. This allows 'next' to do the right thing with jmp and ret
11270         instructions.
11272         * [ipc/*.c] [memory/atom.c] [memory/global.c]
11273         IPC can now be configured out at compile-time.
11275         * [loader/task.c]
11276         Bug fix in TASK_Reschedule() that could cause a task to be deleted
11277         twice.
11279         * [miscemu/dosmem.c] (New file)
11280         Partial emulation of the BIOS data segment.
11282         * [miscemu/instr.c]
11283         Trap attempts to access selector 0x40 and remap the access to
11284         segment __0040H.
11286         * [tools/build.c]
11287         Fixed bug in CallTo32_LargeStack() that caused problems when
11288         compiling Wine with the -fomit-frame-pointer option.
11290         * [windows/message.c]
11291         Fixed bug in hardware event handling that could cause some events
11292         to get ignored.
11294 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
11296         * [ipc/README] [ipc/dde.tex]
11297         LaTeX documentation for the ipc and DDE stuff.
11299 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
11301         * [ipc/Imakefile] [ipc/wine_test_stub.c]
11302         Fixed IPC testing. Now it can be compiled with "make tests"
11304 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
11306         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
11307         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
11309 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
11311         * [miscemu/int21.c]
11312         Misc fix to int21,ah=40 (write) to match _lwrite().
11313         AX=0x440A (check if handle is remote) added.
11315         * [multimedia/mmsystem.c]
11316         Moved mciSendString to mcistring.c.
11318         * [multimedia/mcistring.c]
11319         New file, string interface for MCI (not complete, not thoroughly
11320         tested).
11322         * [multimedia/audio.c]
11323         IOCTL prints errors; one paranoid check disabled.
11325         * [misc/file.c]
11326         Misc operator precedence fixes.
11328         * [if1632/gdi.spec] [objects/bitblt.c]
11329         Stub for FastWindowFrame (parameters not correct).
11331 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
11333         * [loader/ne_image.c]
11334         Preliminary support for iterated segments.
11336 Sat Aug 19 00:43:04 1995  Andrew Taylor  (ataylor@cadvision.com)
11338         * [windows/mapping.c]
11339         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
11340         the absolute value of (ydim / xdim) or (xdim / ydim).
11342 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
11344         * [objects/oembitmap.c]
11345         Added some includes for Windows 95.
11347         * [include/sysmetrics.h]
11348         Added some sysmetrics for Windows 95.
11350         * [include/bitmaps/*95]
11351         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
11352         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
11354 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
11356         * [misc/shell.c] [rc/sysres*.rc]
11357         The caption of the ShellAbout dialog box is language specific and
11358         should be defined in the resources.
11360 ----------------------------------------------------------------------
11361 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
11363         * [*/Makefile.in]
11364         Removed winelibclean target, as it doesn't work anyway.
11366         * [controls/button.c]
11367         Avoid drawing the focus rectangle outside of the button.
11369         * [controls/widgets.c]
11370         Fixed bug with the size of the reserved bytes for the Edit
11371         control (caused Eudora to crash).
11373         * [debugger/*] [include/debugger.h]
11374         Unified debugger address handling. Segmented and linear addresses
11375         are no grouped in a single type DBG_ADDR.
11376         All commands now accept seg:off addresses.
11377         Module entry points are now loaded upon first entry to the
11378         debugger, so that entry points of the loaded executable also
11379         appear in the symbol table.
11381         * [include/registers.h] [miscemu/*.c]
11382         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
11383         This makes code less readable, but will prevent a lot of name
11384         clashes with other definitions. It also avoids a hidden reference
11385         to the 'context' variable.
11387         * [ipc/dde_atom.c] [misc/atom.c]
11388         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
11389         to allow supporting integer atoms.
11390         Moved atom.c to memory/ directory.
11392         * [loader/task.c]
11393         Fixed environment allocation to compute the size dynamically.
11394         Added 'windir' environment variable.
11395         Fixed GetDOSEnvironment() to return the current task environment.
11397         * [windows/message.c]
11398         Fixed bug in MSG_GetWindowForEvent().
11400 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
11402         * [include/ole.h]
11403         Added a lot of structures  from my Borland Manual. Neither complete,
11404         nor 100% right (check please)
11405         
11406         * [misc/shell.c]
11407         Fixed some of the Reg* functions.
11408         Enhanced ShellExecute.
11409         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
11410         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
11412         * [misc/dos_fs.c]
11413         Make umsdos mounted windows dirs work again.
11415         * [miscemu/emulate.c]
11416         Added some comments, preimplementation of subfunction 7.
11418         * [multimedia/mmsystem.c]
11419         Implemented mciSendString. not complete, not clean, not
11420         necessarily working (only checked with a program which uses
11421         'cdaudio' (one working program is cool.exe, a shareware waveditor
11422         with cdaudio play facilities.)
11424         * [multimedia/mcicda.c]
11425         Segptr fixes in DriverProc
11426         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
11427         link to your real cdrom device.
11429 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
11431         * [loader/resource.c]
11432         Don't crash in a LoadString to NULL
11434         * [loader/resource.c]
11435         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
11436         won't work unless the ALT keypress exited the menu.)
11438         * [misc/file.c]
11439         Expand a file to the current offset with an _lwrite of size zero.
11441         * [misc/file.c]
11442         Set a newly created file to read-write instead of write-only.
11443         
11444 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
11446         * [misc/main.c] [include/msdos.h]
11447         Fixed to return DOS version 6.22, and the correct byte order
11448         for Windows programs.
11450 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11452         * [include/options.h] [memory/global.c] [misc/main.c]
11453         Make the new IPC run-time selectible, disabling it by default.
11454         (I think it's only useful for libwine, anyway.)
11456         * [loader/task.c] [memory/selector.c]
11457         In FreeSelector(), walk up the stack and fix the frames.
11459         * [objects/dib.c]
11460         Missing break statement in DIB_SetImageBits_RLE8().
11461         In GetDIBits(), set the compression flag in the bitmap info to zero.
11463         * [windows/dialog.c]
11464         GetNextDlgGroupItem() needs to treat the first child as if it had
11465         an implicit WS_GROUP bit set.
11467 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
11469         * [misc/dos_fs.c]
11470         Quick'n dirty fix for the initialisation of the Z: information
11471         structure.
11473 ----------------------------------------------------------------------
11474 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
11476         * [ipc/*]
11477         New directory. This directory contains the new inter-wine
11478         communications support. It enables DDE protocols between two wine
11479         instances.  Currently it is limited to DDE, but can be enhanced to
11480         support OLE between 2 different wine instances.  This is very
11481         important for libwine.a DDE/OLE support.
11483         * [tools/ipcl]
11484         A script to delete garbage IPC handles (shared memory, semaphores
11485         and message queues).  The current inter-wine communication is not
11486         perfect, and sometimes leaves garbage behind.
11488         * [if1632/relay.c] [include/atom.h] [include/global.h]
11489         [loader/selector.c] [loader/task.c] [loader/module.c]
11490         [loader/signal.c] [memory/global.c] [misc/atom.c]
11491         [windows/class.c] [windows/message.c] [windows/win.c]
11492         [Imakefile]
11493         Hooks for inter-wine DDE support, current Global.*Atom functions
11494         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
11495         DDE communication. (The first call to these functions sets up the
11496         IPC structures - which otherwise cause unneeded overhead.
11498 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
11500         * [controls/menu.c]
11501         Don't crash if a NULL string is passed to menu functions.
11503         * [memory/selector.c]
11504         We now use a bit in ldt_flags_copy to indicate free LDT entries.
11505         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
11506         overwrite valid LDT entries when growing a block.
11508         * [miscemu/instr.c]
11509         Emulate int xx instruction by storing the interrupt vector in
11510         CS:IP and returning directly. This allows a program to install an
11511         interrupt vector.
11513         * [windows/win.c]
11514         Added function WIN_GetTopParent to get the top-level parent of a
11515         window.
11517 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
11519         * [loader/resource.c]
11520         Added LoadIconHandler. It doesn't do anything yet, but now you
11521         can use borland help files with winhelp.exe.
11523 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
11525         * [misc/main.c]
11526         Fixed to return 386 Enhanced mode correctly. Also return the same
11527         type of CPU, for both Enhanced and Standard mode, namely a 386.
11529 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
11531         * [Configure] [include/options.h] [include/wineopts.h]
11532           [misc/main.c][misc/spy.c]
11533           Removed support of spy file. Redirected spy messages to stddeb.
11534           Removed -spy option. Added -debugmsg +spy option.
11536         * [debugger/dbg.y][debugger/debug.l]
11537         Enabled segmented addresses (seg:offs) for break and x commands.
11539         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
11540           [include/region.h]
11541         FrameRgn, REGION_FrameRgn: New functions
11543         * [if1632/kernel.spec]
11544         IsWinOldApTask: Return false
11546         * [if1632/mouse.spec]
11547         CplApplet: Removed
11549         * [if1632/user.spec] [windows/win.c]
11550         ShowOwnedPopups: New function
11552         * [if1632/winsock.spec] [misc/winsocket.c]
11553         inet_addr, select: New prototypes in relay code
11554         Fixed memory layout for netdb functions (getXbyY).
11555         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
11557         * [objects/clipping.c]
11558         RectVisible: Fixed call to LPToDP
11560         * [rc/winerc.c]
11561         main: Removed extra argument to getopt for Linux.
11563 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11565         * [controls/listbox.c]
11566         Yet another fix for ListBoxDirectory().
11567         
11568         * [loader/module.c] [if1632/kernel.spec]
11569         Make GetModuleHandle() accept instance handles as parameter.
11571         * [if1632/relay.c] [loader/task.c]
11572         Put a magic cookie at the bottom of the 32 bit stack, and check on
11573         each return from a 32 bit function whether it's still there. Complain
11574         if it's not.
11576         * [if1632/user.spec]
11577         Wrong entry for CloseDriver().
11579         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
11580         [miscemu/int21.c]
11581         Large parts of dos_fs.c simplified. Changed it to use one
11582         current drive/directory per task, which is set to the module path on
11583         task creation.
11584         Prevent CorelPaint from closing stdin.
11585         open() with O_CREAT set must be passed three parameters.
11586         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
11587         it's in DOS_readdir() now.
11589         * [misc/profile.c]
11590         Some badly written software (Lotus Freelance Graphics) passes a bogus
11591         size parameter that caused Wine to write off the end of a segment.
11592         Fixed. (It's probably too paranoid now.)
11593         
11594         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
11595         [multimedia/Imakefile] [if1632/winprocs.spec]
11596         16 bit entry point for MMSysTimeCallback.
11597         Split off time.c and joystick.c from mmsystem.c.
11598         
11599         * [objects/dib.c]
11600         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
11602         * [windows/cursor.c]
11603         DestroyCursor(): do nothing for builtin cursors.
11604         
11605         * [windows/mdi.c]
11606         Half of WM_MDISETMENU implemented.
11607         
11608         * [windows/win.c]
11609         EnumWindows() and EnumTaskWindows() never enumerated any windows.
11610         Fixed.
11612         * [windows/*.c]
11613         Fixed GetParent() to return correct values for owned windows.
11615         * [windows/message.c]
11616         Don't try to activate disabled top-level windows.
11618         * [windows/nonclient.c]
11619         Work around a bug in gcc-2.7.0.
11620         
11621         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
11622         [loader/task.c] [memory/selector.c]
11623         Some Visual Basic programs (and possibly others, too) expect ES to be 
11624         preserved by a call to an API function, so we have to save it.
11625         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
11626         to prevent segfaults if ES contained the selector to be freed.
11628 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
11630         * [*/*]
11631         Added missing prototypes to header files and relevant includes
11632         to reduce compile time warnings.
11634 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
11636         * [configure.in] [include/config.h] [*/Makefile.in]
11637         New configuration scheme based on autoconf.
11639 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
11641         * [miscemu/ioports.c]
11642         Revamp to have only one in- and one out- variant, both really
11643         implemented.
11645         * [miscemu/instr.c]
11646         INSTR_EmulateInstruction: Use new ioport interface.  Implement
11647         string io.  Correct instruction pointer for 32-bit code.
11649         * [include/miscemu.h]
11650         Update port function prototypes.
11652         * [include/registers.h]
11653         Defined FS and GS.
11655 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
11657         * [misc/dos_fs.c]
11658         ChopOffSlash(): A path consisting off a single slash is left
11659         intact, and multiple slashes are all removed.
11661 ----------------------------------------------------------------------
11662 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
11664         * [controls/scroll.c]
11665         Fixed drawing bug that caused part of a non-client scroll bar
11666         to be painted even when the scroll-bar was hidden.
11668         * [debugger/break.c] [debugger/dbg.y]
11669         Rewrote breakpoint handling to work in 16-bit mode.
11670         Implemented single-stepping ('step' and 'next' instructions).
11672         * [debugger/debug.l]
11673         Format specifier is now a separate token.
11674         Entering an empty line at the debugger prompt causes the previous
11675         command to be repeated, like under gdb.
11676         
11677         * [debugger/debug.l] [debugger/registers.c]
11678         Differentiate 16-bit and 32-bit registers without taking current
11679         mode into account ($eax is always 32-bit, $ax always 16-bit).
11681         * [debugger/stack.c]
11682         Fixed stack information routines to differentiate between 16-bit
11683         and 32-bit stacks.
11685         * [loader/task.c]
11686         Option -debug now sets a breakpoint at the first instruction of
11687         every loaded task.
11689         * [miscemu/instr.c]
11690         Added handling of lock, repe and repne prefixes.
11692         * [objects/dib.c]
11693         Changed StretchDIBits() to do the correct thing, even if it's still
11694         not really optimal.
11696         * [windows/graphics.c]
11697         Fixes in RoundRect(), thanks to Babak Masalehdan.
11699         * [windows/message.c]
11700         Tried to fix mouse event handling with respect to disabled
11701         windows.
11703         * [windows/painting.c]
11704         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
11705         infinite loops.
11707         * [windows/win.c]
11708         Fixed IsWindowVisible() to return FALSE when one of the parent
11709         windows is hidden.
11711 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
11713         * [if1632/compobj.spec][misc/compobj.c]
11714         CoGetMalloc: New function
11715         Added relay entries for COMPOBJ ordinals above 100
11716         CoInitialize: Changed parameter to DWORD
11718         * [if1632/ole2.spec]
11719         Exported implementation of OleBuildVersion
11721         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
11722         ole2disp.c: New file
11723         SysAllocString, SysReallocString, SysAllocStringLen,
11724         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
11726         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
11727         CompareStringA: New function
11729 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
11730         * [objects/font.c] [if1632/gdi.spec]
11731         New stubs for CreateScalableFontResource, GetGlyphOutline.
11733 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
11735         * [misc/commdlg.c]
11736         Extensive changes and bug fixes to FileDialog handling,
11737         behaves more like native Windows.
11739 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11741         * [controls/listbox.c] [controls/combo.c]
11742         Some minor optimizations.
11743         
11744         * [memory/local.c]
11745         LOCAL_FindFreeBlock(): Never use the last one.
11746         
11747         * [memory/global.c]
11748         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
11749         
11750         * [misc/file.c]
11751         read() returns an error when length==0. This is not what Windows
11752         programs expect, so pay attention to this in _lread(). Changed this
11753         in _lwrite(), _hread(), _hwrite(), too.
11755         * [loader/resource.c]
11756         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
11757         there.
11758         
11759         * [if1632/shell.spec] [misc/shell.c]
11760         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
11761         Accept some more combinations of parameters in the Reg..() functions.
11762         
11763         * [if1632/toolhelp.spec]
11764         Make InterruptRegister() and InterruptUnregister() return false.
11766         * [windows/hook.c]
11767         CallNextHookEx() used to crash when called with a null hhook. Fixed.
11769 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
11771         * [include/neexe.h][loader/ne_image.c]
11772         NE_LoadSegment: Detect iterated segments
11774         * [misc/ole2nls.c]
11775         LOCALE_SLONGDATE: fixed typo
11777         * [miscemu/int5c.c]
11778         Reordered include files to avoid conflicts with Linux libc.5.1
11780         * [rc/winerc.c]
11781         Added -b option to process binary resource files into C arrays
11783         * [include/callback.h]
11784         CallWndProc: Added dummy ds parameter for libwine
11786         * [include/gdi.h][include/user.h]
11787         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
11789         * [include/ldt.h][include/stackframe.h]
11790         defined segment conversion macros for libwine
11792         * [misc/atom.c]
11793         Defined USER_HeapSel for libwine
11795         * [misc/main.c]
11796         Disable -dll option for libwine
11798         * [misc/user.c]
11799         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
11801         * [toolkit/heap.c]
11802         fixed LocalLock prototype
11804         * [toolkit/sup.c]
11805         sync'ed load_mz_header, load_ne_header with structures
11807         * [toolkit/winmain.c]
11808         Disabled resource DLLs for libwine for now
11810 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
11812         * [misc/main.c]
11813         Fixed -enhanced option to report a 386 CPU instead of a 286.
11815 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
11817         * [misc/dos_fs.c]
11818         Remove maximum open dosdirent limit (fixing the winfile.exe
11819         problem) by using telldir()/seekdir().
11820         
11821 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
11823         * [misc/profile.c]
11824         Fixed problem parsing empty lines within sections in .ini files.
11826 ----------------------------------------------------------------------
11827 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
11829         * [debugger/*.c]
11830         Modified debugger to use segmented pointers everywhere.
11832         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
11833         Declared all functions that return only 16-bit as 'pascal16'.
11835         * [include/ldt.h] [memory/ldt.c]
11836         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
11837         Maintain a copy of the selector flags, removing the need to make a
11838         system call to retrieve an LDT entry.
11840         * [loader/module.c]
11841         Fixed bug with module file handle cache.
11843         * [loader/ne_resource.c]
11844         Fixed file name bug in NE_AccessResource().
11846         * [loader/resource.c]
11847         Fixed bug in LoadIcon() that caused wrong colors to be used for
11848         the icon mask.
11850         * [loader/signal.c]
11851         Moved instruction emulation to miscemu/instr.c.
11853         * [misc/dos_fs.c] [miscemu/int21.c]
11854         Lots of small fixes, thanks to Morten Welinder.
11856         * [miscemu/dpmi.c]
11857         More complete DPMI emulation.
11859         * [miscemu/instr.c]
11860         Added support for prefixes in instructions to emulate.
11862         * [miscemu/int2f.c]
11863         Use register macros instead of destroying the high part of 32-bit
11864         registers.
11866         * [objects/dc.c]
11867         Fixed bug in GetDCState() that failed to clear the new DC.
11869         * [rc/sysres.rc]
11870         Removed dialogs 11 and 12 that were never used.
11872         * [tools/build.c]
11873         'pascal16' generated functions did not save %dx.
11874         Removed use of %fs to access the stack.
11875         %ds is no longer initialized before calling a 16-bit routine.
11877         * [windows/defwnd.c]
11878         Accept a NULL pointer as window title.
11880         * [windows/mdi.c]
11881         MDICascade: skip iconic windows.
11882         Implemented CalcChildScroll().
11883         
11884         * [windows/utility.c]
11885         Fixed MulDiv() for illegal values.
11887         * [windows/win.c]
11888         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
11889         a zero width or height.
11891 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
11893         * [controls/edit.c]
11894         Fixed "uninitalized" message which -Wall couldnt see to be ok
11895         in EDIT_WriteText.
11897         * [include/debug.h]
11898         Added define for extra checks in API definitions during debugging.
11900         * [loader/ne_image.c]
11901         Added newline in NE_FixupPrologs to avoid long lines.
11903         * [misc/dos_fs.c]
11904         Added extra safety check in DOS_ValidDrive.
11906         * [misc/exec.c]
11907         Fixed definition of ExitWindows.
11908         
11909 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11911         * [controls/edit.c]
11912         Some fixes, mostly for memory management, but also for text selection
11913         and tab postitions. General cleanup. Notepad.exe now works.
11915         * [controls/combo.c]
11916         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
11917         the combo box, not the ComboLBox that belongs to it.
11919         * [controls/listbox.c]
11920         Handle itemID field correctly throughout.
11922         * [memory/local.c]
11923         Implemented flag LMEM_ZEROINIT.
11924         LocalReAlloc() could trash the heap. Fixed.
11926         * [objects/font.c]
11927         FONT_MatchFont(): don't get confused by negative widths.
11928         Fixed a segfault in EnumFonts().
11930         * [objects/text.c]
11931         DrawText(): DT_CALCRECT implies DT_NOCLIP.
11933         * [objects/dcvalues.c]
11934         MAKELONG was used with bad parameters in DC_GET_X_Y.
11936         * [windows/dialog.c]
11937         Don't show the dialog if WS_VISIBLE isn't set in the template.
11939         * [windows/utility.c]
11940         UTILITY_convertArgs(): Never pass an expression containing ++ into a
11941         macro...
11943         * [windows/win.c]
11944         SetParent() should unlink the window before changing the parent.
11946         * [windows/message.c]
11947         Don't call timer functions via CallWindowProc(), since it checks
11948         whether hwnd==0 and does not call the function in that case.
11950         * [miscemu/instr.c]
11951         Ignore interrupt 0x3D, for VBRUN300.DLL.
11953         * [misc/commdlg.c]
11954         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
11955         pointer to the item text.
11957         * [if1632/relay.c]
11958         Disable OLE and DDEML DLLs by default, since they contain nothing but
11959         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
11960         some programs may work better without them.
11961         
11962         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
11963         Begun cleaning things up a little. Replaced printfs with dprintf_
11964         macros, made functions static where possible, and some other minor
11965         changes.
11967 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
11969         * [debugger/dbg.y][debugger/dbg.l]
11970         Removed special handling for FILE_IDENTIFER, because it caused
11971         problems with x/<format> statements.
11973         * [debugger/info.c]
11974         Use SC_ESP instead of SC_EIP for stack dump.
11976         * [misc/compobj.c][if1632/compobj.spec]
11977         CoBuildVersion, CoInitialize, CoUninitialize: new functions
11979         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
11980         New files ole2.c, ole2.h
11981         OleBuildVersion, OleInitialize, OleUninitialize: new functions
11983         * [if1632/ole2disp.spec]
11984         Added missing ordinals above 109
11986         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
11987         New file winnls.h
11988         GetLocaleInfoA: new function
11990         * [if1632/shell.spec]
11991         Added FindEnvironmentString as stub
11993         * [misc/olecli.c][if1632/olecli.spec]
11994         OleIsDcMeta: New function
11996         * [objects/font][misc/gdi.spec]
11997         GetKerningPairs: new function
11999         * [misc/shell.c]
12000         ShellExecute: Implemented support for starting programs
12002         * [if1632/user.spec]
12003         Inserted missing relay to GetClipCursor
12005 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12006         
12007         * [controls/edit.c]
12008         Fix a problem with the local heap.
12010         * [include/wintypes.h]
12011         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
12012         
12013         * [include/mdi.h] [windows/mdi.c]
12014         This code still assumed segmented address==linear address. Fixed.
12016         * [include/msdos.h] [misc/dos_fs.c]
12017         The filemask field of the dosdirent structure could be overrun. Fixed.
12018         If you had a file called foobar and a file called foo, trying to 
12019         FindFile(foo) could accidentally find file foobar instead. Fixed.
12020         
12021         * [misc/file.c]
12022         OpenFile(): Always return the full pathname in ofs->szPathName. This 
12023         also fixes GetModuleFilename().
12024         Prevent _lclose() from closing stderr or stdout.
12026         * [misc/profile.c]
12027         Search for .ini files in the path of the current module as well.
12028         (Needed by Lotus Organizer.)
12030         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
12031         [memory/local.c]
12032         Local heaps are now initialized by InitTask() for executables. DLLs
12033         have to call LocalInit() themselves, LocalInit() has to put the
12034         heap at the end of the segment when called with start==0. We no longer
12035         allocate the DGROUP with 64k on startup, but grow the local heap
12036         in LOCAL_GetBlock() when necessary.
12038         * [loader/module.c]
12039         LoadLibrary() should call LoadModule() in all cases, even if the
12040         DLL is already loaded, to ensure that the reference count is correct.
12042         * [loader/ne_image.c]
12043         Some changes to function prolog fixup. Does anyone know exactly how
12044         this is supposed to work? I am only guessing here.
12045         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
12046         the module itself.
12047         
12048         * [loader/task.c]
12049         Initialize instance data at the beginning of the DGROUP in InitTask().
12051         * [memory/local.c]
12052         Some fixes for moveable blocks.
12054         * [memory/selector.c]
12055         All the IsBad*Pointer() functions returned exactly the wrong boolean
12056         value in all cases!
12057         
12058         * [objects/bitblt.c]
12059         Fixed another null pointer dereference in debugging output.
12060         
12061         * [objects/font.c]
12062         Some more recovery possibilities for FONT_MatchFont() if a specified
12063         font does not exist.
12064         
12065         * [windows/win.c]
12066         The dialog code may call CreateWindowEx with an integer in windowName.
12067         This happens for static icon controls that expect a resource ID as
12068         the window name. CreateWindowEx() used to crash. Fixed.
12069         
12070         * [windows/class.c] [windows/win.c]
12071         Window classes are owned by modules, not instances. Changed
12072         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
12073         accordingly.
12075 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
12077         * [miscemu/int21.c]
12078           clock.exe was displaying incorrect year.
12080 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
12082         * [include/cursor.h] [windows/cursor.c]
12083         Implemented CreateCursorIconIndirect().
12085 ----------------------------------------------------------------------
12086 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
12088         * [controls/menu.c]
12089         Fixed bug with drawing multi-column menus with vertical separator.
12091         * [debugger/debug.l]
12092         Fixed NULL-pointer reference after readline().
12094         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
12095         Added interrupt vector emulation. Allows to retrieve an interrupt
12096         vector and jump to it without crashing.
12098         * [loader/ldt.c]
12099         Moved ldt.c to memory directory.
12101         * [loader/task.c]
12102         Implemented LockCurrentTask() and GetInstanceData().
12104         * [objects/bitblt.c]
12105         Fixed a bug that caused StretchBlt() to use wrong colors when
12106         stretching a monochrome bitmap to a color display.
12108         * [objects/bitmap.c]
12109         Fixed a segmented pointer bug in CreateBitmapIndirect().
12111         * [tools/build.c]
12112         Added possibility to have arguments for register functions; used
12113         by interrupt vectors to remove the flags from the stack.
12114         Generate a new function CallTo32_LargeStack(), that allows calling
12115         a 32-bit function using the original 32-bit stack, for functions
12116         that need more that 64k of stack.
12118 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
12120         * [if1632/shell.spec] [misc/shell.c]
12121         DoEnvironmentSubst: fixed prototype
12123         * [if1632/gdi.spec] [objects/palette.c]
12124         SetSystemPaletteUse: new function
12126         * [if1632/kernel.spec] [loader/resource.c]
12127         DirectResAlloc: new function
12129         * [if1632/user.spec] [windows/keyboard.c]
12130         SetKeyboardState: new function
12132 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12133         
12134         * [tools/build.c]
12135         Prevent interrupts from destroying the args for a 32 bit function
12136         by loading the correct value into %esp directly after %ss.
12138         * [loader/ne_image.c] [loader/module.c]
12139         The new instance must be created earlier in LoadModule(), so that
12140         fixups referencing it will be handled correctly.
12141         Initialize the local heap for a DGROUP in NE_LoadSegment().
12142         
12143         * [objects/dib.c]
12144         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
12145         This used to crash Wine. Fixed.
12147         * [objects/text.c]
12148         Fix possible null pointer dereference in debugging output.
12149         
12150         * [misc/commdlg.c]
12151         Handle user input in the edit control better. Some bugs fixed.
12152         
12153         * [memory/local.c]
12154         Started implementing moveable blocks. This is unfinished (!), but
12155         at least it does not seem to break things.
12157 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12158         
12159         * [loader/module.c]
12160         LoadModule(): DLLs occasionally have a data segment, and they work
12161         much better if it is loaded :-)
12162         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
12163         FindModule(): also strip off the last backslash of the pathnames
12164         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
12165         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
12166         only better.
12167         
12168         * [loader/ne_image.c]
12169         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
12170         not really correct, it seems that all programs and DLLs try to do
12171         this themselves. But they pass weird parameters.)
12172         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
12173         
12174         * [loader/task.c] [misc/user.c]
12175         Finish global initializations in InitTask instead of InitApp, or
12176         all the DLLs will be initialized in InitTask without any available
12177         window classes!
12179 ----------------------------------------------------------------------
12180 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
12182         * [debugger/hash.c] [debugger/info.c]
12183         Added support for symbolic segmented addresses. Add symbols for all
12184         built-in API entry points.
12186         * [if1632/relay.c] [include/dlls.h]
12187         Removed dll_table structure, as we now use the built-in module
12188         structures.
12190         * [if1632/relay.c] [loader/main.c]
12191         Removed winestat option, as it was no longer very meaningful.
12193         * [include/stackframe.h]
12194         New macro MAKE_SEGPTR that creates a segmented pointer to a local
12195         variable on the 32-bit stack.
12197         * [loader/module.c]
12198         Added support for multiple instances of an application.
12199         Implemented LoadModule() and FreeModule().
12201         * [loader/ne_image.c] [loader/task.c]
12202         Moved initialisation of built-in DLLs to InitTask().
12204         * [memory/global.c]
12205         Implemented discardable blocks.
12207         * [misc/file.c]
12208         Search path of current executable in OpenFile().
12209         Fixed bug with searching in Windows path.
12211         * [misc/lstr.c]
12212         Hard-coded translation tables for Ansi<->Oem.
12214         * [misc/user.c]
12215         Moved some global initializations to InitApp(), because they need
12216         a task context to be performed.
12218         * [objects/dc.c]
12219         Handle R2_BLACK and R2_WHITE specially so that they work correctly
12220         with palette displays.
12222         * [tools/build.c]
12223         Suppressed generation of the C file for DLL specs, because it's no
12224         longer needed. Output all the assembly code directly to stdout.
12225         Some changes to integrate Win32 support from Martin von Loewis. 
12227         * [windows/msgbox.c]
12228         Moved message box code from misc/ to windows/.
12230 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
12232         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
12233           [misc/mmaux.c] [misc/mmsystem.c]
12234         Modify code & use pointers conversion macros.
12235         Make cdaudio & wave devices work again (only using some applets).
12237         * [misc/profile.c]
12238         Change getc() to fgetc() where needed.
12240 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12242         * [if1632/Imakefile]
12243         added entries for the new files gdi32.spec, kernel32.spec,
12244         user32.spec, shell32.spec and winprocs32.spec.
12246         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
12247           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
12248         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
12249         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
12250                 stub implementations provided 
12251         marked storage.dll,storege.sys functions as stubs
12253         * [include/pe_image.h]
12254         Added structures WIN32_builtin and  WIN32_function
12256         * [include/peexe.h]
12257         PE_Import_Directory: renamed reserved fields to 
12258                 TimeDate, Forwarder, Thunk_List
12260         * [include/winerror.h]
12261         New file.
12263         * [loader/main.c]
12264         called RELAY32_Init
12266         * [loader/pe_image.c]
12267         xmmap: map BSS anonymous
12268         dump_imports: renamed to fixup_imports, do the fixup of imported
12269                       symbols
12270         PE_LoadImage: pass raw data size to xmmap
12272         * [loader/resource.c]
12273         DumpIcon: new function
12275         * [misc/kernel32.c]
12276         New file.
12278         * [misc/main.c]
12279         make stdout and stderr unbuffered
12281         * [misc/shell.c]
12282         DoEnvironmentSubst: new function
12284         * [objects/font.c]
12285         FONT_MatchFont: try oblique if there is no italic
12287         * [rc/Imakefile][rc/parser.l]
12288         yywrap: new function
12289         Don't link with libfl.a on Linux
12291         * [tools/build.c]
12292         Added keywords stdcall, subsystem, base
12293         GenerateForWin32: new function
12294         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
12296 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12297         
12298         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
12299         Minor fixes.
12300         
12301         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
12302         Rewrote message box handling.
12303         
12304         * [windows/dialog.c]
12305         Dialogs should be invisible until after WM_INITDIALOG is seent.
12306         Don't switch to invisible dialog items on a TAB keypress.
12307         
12308         * [windows/mdi.c]
12309         Send WM_NCPAINT message in MDIRestoreChild().
12310         
12311         * [windows/painting.c]
12312         Fixed typo (&& -> &).
12313         
12314         * [windows/message.c] [if1632/user.spec]
12315         Implemented PostAppMessage().
12316         
12317         * [windows/event.c]
12318         SetCapture(0) should act like ReleaseCapture().
12320 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
12322         * [Imakefile]
12323         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
12324         Added ASFLAGS to exported variables.
12326         * [debugger/readline/Imakefile]
12327         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
12329         * [memory/local.c] [miscemu/int21.c]
12330         Added some more debugging outputs.
12332 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
12334         * [misc/message.c]
12335         Fixed a "FIXME" concerning norwegian translation.
12337 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12338         
12339         * [*/*]
12340         Removed warnings in a couple of files and deleted some obsolete code.
12342         * [controls/listbox.c]
12343         Cleanup, speed improvements & lots of bug fixes.
12345         * [controls/combo.c]
12346         Mostly rewritten. This is still very buggy, but not quite as bad as 
12347         before.
12349         * [include/commdlg.h] [misc/commdlg.c]
12350         Removed the need for sysres.dll. Small bug fixes.
12351         
12352         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
12353           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
12354         Removed sysres.dll and replaced the remaining bitmaps/icons with
12355         XPM equivalents.
12357         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
12358           [if1632/winprocs.spec]
12359         "About Wine..." now brings up a standard ShellAbout() window with
12360         the Wine icon and the list of contributors.
12361         
12362         * [misc/shell.c]
12363         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
12365         * [windows/event.c]
12366         Small hack for non-alphanumeric keys: Dont't send the ascii value in
12367         the WM_KEYDOWN message, but some unused code instead. Should be done
12368         properly by sending different codes for each key. The edit control
12369         used to get a VK_DELETE message each time the user typed '.'.
12371         * [windows/class.c]
12372         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
12373         This used to be no problem, but breaks Resource Workshop in 950403.
12374         
12375         * [objects/dib.c]
12376         New diagnostic for a bug I've been encountering. If it shows up,
12377         please report it.
12379 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
12381         * [objects/color.c]
12382         Handle situation when 'dc' exists, but palette mapping
12383         does not.  (Fixes kidpix2 demo.)
12385 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
12387         * [loader/ldt.c]
12388         LDT_Print: Only show the number of entries that the kernel
12389         returned. Make this work for NetBSD.
12391 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
12393         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
12394         Modify cs and ds selector values for NetBSD-current.
12396         * [debugger/debug.l]
12397         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
12399         * [debugger/regpos.h]
12400         Modify sigcontext format for NetBSD-current.
12401         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
12403         * [include/ldt.h]
12404         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
12405         value, since only 16 bits of it may have been saved.
12407         * [misc/winsocket.c]
12408         Set structure packing with `#pragma pack' to accomodate
12409         other/older compilers.
12411 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
12412         
12413         * [misc/commdlg.c]
12414         Fixed path-names so when changing directory the listboxes
12415         changes too.
12416         
12417         * [debugger/dbg.y debugger/debug.l wine.ini]
12418         Added SymbolTableFile to wine.ini so symbols can be read
12419         without standing in the directory containing wine.sym.
12420         Added the possibility to specify full name of wine.sym from
12421         the debugger prompt.
12423 ----------------------------------------------------------------------
12424 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
12426         * [controls/static.c]
12427         Fixed painting of SS_*FRAME controls.
12429         * [if1632/callback.c]
12430         Pass the window instance as DS to the 16-bit window procedure.
12431         Rewrote Catch() and Throw() to make them work with multiple tasks.
12433         * [loader/main.c]
12434         New function MAIN_Init() to perform initializations before the
12435         first task is started instead of doing them in InitApp().
12436         Temporary hack to command-line parsing to load one program per
12437         command-line argument, to make testing task-switching easier.
12439         * [loader/*.c]
12440         Reimplemented modules to use a Windows-compatible layout and to
12441         allow multiple tasks and multiple module instances. Not really
12442         finished yet.
12444         * [loader/task.c] [misc/exec.c]
12445         Reimplemented tasks to use a common address space, and implemented
12446         preliminary task-switching capabilities.
12448         * [memory/global.c]
12449         Fixed bug in GlobalNext().
12451         * [misc/main.c]
12452         Updated the list of contributors. Let me know if I forgot someone.
12454         * [miscemu/int21.c]
12455         Use one DTA per task instead of a global one.
12457         * [objects/bitblt.c]
12458         Fixed bug in BitBlt() that could cause BadMatch errors.
12460         * [tools/build.c]
12461         Added new function type 'stub', that makes possible to export an
12462         unimplemented function by name as well as by ordinal. This will
12463         avoid loading errors for unimplemented functions.
12464         Generate an in-memory module layout for built-in DLLs so that the
12465         same code can be used for built-in and loaded modules.
12466         Changed relay code to make it unnecessary to save the value of the
12467         BP register.
12469         * [windows/message.c]
12470         Implemented multiple message queues and preliminary task-switching
12471         capabilities. Inter-task SendMessage() calls are not implemented
12472         yet and will probably cause crashes if used.
12474         * [windows/property.c]
12475         Reimplemented properties and allocate them on the USER heap.
12477         * [windows/win.c]
12478         Fixed bug in SetWindowWord().
12479         Reimplemented EnumWindows() and EnumTaskWindows().
12481 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12482         
12483         * [misc/main.c]
12484         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
12485         
12486         * [loader/resource.c]
12487         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
12488         control.exe.
12489         Fixed icon loading.
12490         
12491         * [objects/font.c] [include/windows.h]
12492         Fixed a bug in InitFontsList() and worked on the EnumFonts()
12493         functions to make them comprehensible.
12495         * [controls/button.c]
12496         Fixed my previous patch to handle LBUTTONUP messages.
12498 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
12500         * [misc/network.c, misc/dos_fs.c]
12501         Implemented WNetGetConnection.  All that is currently
12502         supported are drives, for which the remote name is simply
12503         the redirected UNIX directory name.
12505         * [miscemu/int2?.c]
12506         More drive number validity checking.
12508 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12509         
12510         * [controls/listbox.c]
12511         Oops, my previous change to ListBoxDirectory broke the Borland
12512         file open dialog. Fixed.
12514 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12516         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
12517         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
12518         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
12520 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12521         
12522         * [memory/global.c] [memory/local.c] [include/windows.h]
12523         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
12524         LocalReAlloc(): Same for LMEM_MODIFY.
12525         
12526         * [controls/listbox.c]
12527         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
12528         Check for errors in some more places.
12530         * [if1632/gdi.spec] [if1632/user.spec]
12531         16 bit callback functions should be passed as segptrs.
12532         
12533         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
12534         [loader/library.c]
12535         Prevent a DLL from being initialized twice (Borlands Resource
12536         Workshop used to do this).
12537         Provide an additional flag for each w_file that indicates whether
12538         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
12539         
12540         * [controls/button.c]
12541         Handle LBUTTONUP messages even if the button no longer has the
12542         capture (for WinHelp).
12543         
12544         * [include/wintypes.h]
12545         FARPROC is now a segptr for the emulator and a function
12546         pointer for the library.
12547         
12548         * [misc/commdlg.c] [misc/commdlg.h]
12549         Cleaned the file dialogs up a little. They now work reasonably well,
12550         although there are still some problems (e.g. files are initially
12551         invisible).
12553         * [windows/class.c] [if1632/user.spec] [include/windows.h]
12554         GetClassInfo() must take a segptr, as it checks whether the
12555         highword is zero.
12556         GetClassName() called the wrong atom function. No surprise it didn't
12557         find anything.
12559         * [misc/lstr.c]
12560         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
12561         Removed some warnings.
12563         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
12564         New spec file for the 3.1 DDEML DDL. 
12566         * [controls/menu.c]
12567         Small fix to ChangeMenu - mask out the obsolete flags
12568         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
12569         problems with the MF_BYPOSITION flag.
12571         * [windows/message.c]
12572         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
12573         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
12574         stack for speed reasons.
12575         
12576         * [windows/hook.c] [include/windows.h]
12577         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
12578         they have slightly different semantics.
12579         MS Hearts now works somewhat, if you disable the new builtin DDEML.
12580         The graphics are completely messed up, though.
12582 ----------------------------------------------------------------------
12583 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
12585         * [Configure] [if1632/Imakefile]
12586         Removed new build and short names options.
12588         * [if1632/*.c] [tools/build.c]
12589         Implemented compiled call-back functions for better performance;
12590         all the relay code is now done in assembly code generated by the
12591         build program.
12592         Relay code is no longer dependent on being loaded below 64K.
12594         * [loader/resource.c]
12595         Fixed memory leak in LoadString(). A fix will also be needed for
12596         other resources.
12598         * [memory/global.c]
12599         Implemented global heap arenas, so we can store informations about
12600         global blocks, like lock counts or owner handle.
12601         Implemented FarGetOwner() and FarSetOwner().
12602         Implemented global heap TOOLHELP functions.
12604         * [memory/selector.c]
12605         Bug fix: it was not possible to re-use a free selector.
12607 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
12609         *  [controls/listbox.c]
12610         Major work on listbox code
12611          - Many bugs fixed (still many bugs)
12612          - More messages supported
12613          - Code simplified
12615 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
12617         * [controls/edit.c]
12618         Lots of bug fixes related to diappearing text, lost carets,
12619         highlighting, segmentation faults, occurance of random
12620         characters, insertion of characters over selection, misplaced
12621         caret location, display corruption, end of line behavior, etc.
12623         * [controls/widgets.c]
12624         EDIT class doesn't want to use CS_PARENTDC flag.
12626 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12627         
12628         * [loader/selector.c]
12629           FixupFunctionPrologs() should also handle multiple data modules.
12630           (this bug only became visible because MakeProcInstance() was fixed
12631           in 950319)
12632         
12633         * [misc/dosfs.c]
12634           Simplified DOS_SimplifyPath.
12635           Small fix to DOS_opendir to reuse an entry if an open directory
12636           is opened again, to prevent "too many open directories" messages.
12638 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
12640         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
12641         CoDisconnectObject: new stub function
12643         * [include/msdos.h]
12644         fix DOSVERSION
12646         * [loader/ne_image.c]
12647         NE_FixupSegment: Be more generous on additive fixups
12649         * [if1632/user.spec][misc/network.c]
12650         Add more WNet* stubs
12652 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12654         * [controls/listbox.c]
12655           DlgDirList(): send segptr instead of linear pointer 
12656           in message to static control
12657         * [controls/menu.c]
12658           Tried to implement ownerdrawn menuitems. Doesn't work.
12659         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
12660           Provide a stub for GetRasterizerCaps()
12661         * [loader/selector.c]
12662           Pass end address instead of length to LocalInit() in 
12663           CreateSelectors()
12664         * [memory/local.c]
12665           LocalInit(): If there's already a local heap in the segment, do
12666           nothing and return TRUE
12667         * [objects/linedda.c]
12668           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
12669           now.
12670         * [windows/cursor.c]
12671           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
12672           more work still.
12674 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12676         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
12677           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
12678           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
12679           [windows/nonclient.c] [misc/message.c]
12680           Added a new builtin DLL that provides 16 bit entry points for all
12681           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
12682           again.
12683         * [misc/shell.c]
12684           RegOpenKey()/RegCreateKey() bugs fixed.
12685         * [loader/ne_image.c]
12686           Skipping the initialization of a DLL when CS == 0 was broken.
12688 ----------------------------------------------------------------------
12689 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
12691         * [*/*]
12692         Implemented a new memory mapping scheme. There's no longer a
12693         one-to-one mapping between 16-bit and 32-bit pointers. Please see
12694         file DEVELOPERS-HINTS for technical details.
12696         * [controls/scroll.c]
12697         Fixed bug when dragging mouse in horizontal scrollbars.
12699         * [tools/build.c] [if1632/*.spec]
12700         Removed support for C callback functions and for re-ordering
12701         of the 32-bit arguments, as these were never used. This should
12702         allow a more efficient callback scheme to be implemented.
12704         * [if1632/olecli.spec]
12705         Reduced the number of entries to make the 16-bit code fit in 64k.
12706         This limitation will soon be removed.
12708         * [loader/ldt.c]
12709         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
12711         * [memory/global.c]
12712         Rewrote Global*() routines to use the new selector allocation
12713         mechanism.
12715         * [memory/local.c]
12716         Rewrote local heap handling to use a Windows-compatible layout
12717         (not really finished yet).
12718         Implemented TOOLHELP heap-walking routines.
12720         * [memory/selector.c]
12721         Implemented LDT manipulation API functions.
12723 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
12725         * [windows/defdlg.c]
12726         Fixed problem where dialogs closed using the System menu 
12727         ('Close' item or double click on close box) would
12728         hang Wine.
12730 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
12732         * [controls/listbox.c]
12733         Removed most of the statements for sending a notification message
12734         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
12735         code; Borland's standard file open dialog will work now.
12736         
12737         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
12738         Added support for new command line option "-allowreadonly". If set
12739         an attempt to open a read only file in write mode will be converted 
12740         to opening it read only (many programs try to open all files in 
12741         read/write mode even if they only intend to read it - this might 
12742         cause a few under problems under an unix-like environment where most 
12743         files are read only for a "normal" user)
12745         * [loader/selector.c]
12746         GetMemoryReference(): Added support for __AHIncr and __AHShift
12748         * [misc/dos_fs.c]
12749         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
12750         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
12751         match(): rewritten
12752         
12753         * [objects/text.c]
12754         TEXT_NextLine(): Removed a bug in the handling of LF's
12756         * [miscemu/int21.c]
12757         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
12759 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12761         * [controls/menu.c]
12762         ChangeMenu: defaults to MF_INSERT
12763         InsertMenu: allow insertion even if position is one after last item
12765         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
12766           [if1632/storage.spec] [include/dlls.h]
12767         Added stubs for STORAGE.DLL and COMPOBJ.DLL
12769         * [if1632/user.spec] [windows/message.c]
12770         InSendMessage: new function
12772         * [include/neexe.h][include/ne_image.c]
12773         NE_FixupSegment: fixed handling of additive records
12775         * [loader/selector.c]
12776         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
12778         * [loader/signal.c]
12779         win_fault: Enter debugger on SIGFPE, too
12781 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
12783         * [miscemu/int*.c]
12784         Various minor modifications to the clock tick counter,
12785         FindFirst/FindNext funcs, and DPB handling.
12787 ----------------------------------------------------------------------
12788 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
12790         * [loader/resource.c] [objects/oembitmap.c]
12791         Removed sysres bitmap code; you need libXpm to compile now.
12792         Implemented LoadIcon() for OEM icons.
12794         * [include/bitmaps/oic_*]
12795         Added OEM icons in XPM format.
12797         * [objects/dib.c]
12798         Bug fix in DrawIcon().
12800         * [rc/sysresbm.rc]
12801         Removed; all bitmaps are stored in XPM format now.
12803 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
12805         * [controls/edit.c]
12806         Small patch to fix edit-control when it's created with text.
12808 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
12810         * [tools/make_debug]
12811         The created macros won't have side effects anymore when used in
12812         an "if-else" structure. No more warnings from the compiler when
12813         compiled without defining DEBUG_RUNTIME.
12815 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
12817         * [controls/listbox.c]
12818         ListBoxDeleteString(): Fixed
12820         * [loader/selector.c]
12821         GetMemoryReference(): When special segments are referenced by
12822         pseudo-functions like __0040H, a reference to a "normal" segment
12823         will be returned preventing the program from crashing as soon
12824         as the referenced segment is actually accessed.
12826 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
12828         * [Configure]
12829         Ask for OLE stubs and malloc debugging
12831         * [Imakefile]
12832         link with libmcheck.a if necessary
12834         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
12835         Add OLE stubs, increase number of builtins
12836         dll_name_table_entry_s: new field dll_is_used
12838         * [loader/library.c]
12839         GetModuleHandle,ModuleNext: Check dll_is_used
12841         * [loader/ne_image.c]
12842         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
12843         to mean, anyway?)
12845         * [misc/olecli.c][misc/olesvr.c]
12846         New files. Add to misc/Imakefile
12848         * [misc/dos_fs.c]
12849         DOS_GetUnixFileName: make a copy of the input parameter to 
12850         prevent overwriting
12852         * [misc/main.c]
12853         MAIN_ParseDLLOptions: new function
12854         MAIN_ParseOptions: treat -dll command line flag
12855         main: add support for malloc debugging
12857 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
12859         * [loader/signal.c]
12860         Small patch for people using FreeBSD-2.1.0.
12862 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
12864         * [toolkit/sup.c]
12865         Added return values to the Call* routines
12867         * [toolkit/winmain.c]
12868         Load the resource file properly for WineLib applications.
12870 ----------------------------------------------------------------------
12871 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
12873         * [if1632/call.S]
12874         Only save the lower 16-bits of SP and BP.
12876         * [if1632/callback.c]
12877         When calling to 16-bit code, restore DS from its previous value on
12878         entry to the 32-bit code, instead of from the code segment owner.
12880         * [if1632/relay.c] [include/stackframe.h]
12881         Use a structure to represent the 16-bit stack frame layout
12882         instead of hard-coded offsets.
12883         
12884         * [rc/Imakefile]
12885         Use y.tab.c for bison output file for compatibility with yacc.
12887         * [tools/build.c]
12888         Small optimization for calls to 32-bit code.
12890 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
12892         * [tools/build.c]
12893         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
12895 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
12897         * [debugger/dbg.y]
12898         Remove unnecessary sym-table loading when stopped in 16-bit mode.
12900         * [include/segmem.h] [loader/selector.c]
12901         Added dynamic alloction of selectors.
12902         Fixed some problems with large programs SIGSEGV-ing while
12903         running out of selectors.
12905         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
12906           [memory/global.c] [memory/heap.c] [memory/linear.c]
12907         Use __AHSHIFT and __AHINCR instead of 3 and 8.
12909 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
12911         * [misc/dos_fs.c]
12912         Better relative path handling when converting filenames between
12913         dos and unix, allowing '.' to be used in the Windows path.
12914         Startup working dir is now based on current working dir.
12916 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
12918         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
12919         Squeezed data structure that references internal dll's (mostly
12920         "struct dll_table_entry_s"). Caused 20% reduction in executable
12921         code size.
12923 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
12925         * [Imakefile]
12926         make wine.sym only when making emulator
12928         * [misc/file.c]
12929         OpenFile(): report as not implemented for WINELIB
12931         * [misc/winsock.c]
12932         Fix CONVERT_HOSTENT and friends for use with WINELIB
12934         * [rc/Imakefile][rc/rc.y][rc/parser.c]
12935         Rename rc.y to parser.y
12936         Use flex and bison on Sun
12938         * [toolkit/sup.c]
12939         CallWindowProc: fix parameter type
12941         * [windows/event.c]
12942         Commented #ifdef sparc
12944 ----------------------------------------------------------------------
12945 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12947         * [windows/nonclient.c] [windows/winpos.c]
12948         Implemented maximized windows.
12949         Implemented icon positioning and ArrangeIconicWindows().
12950         Bug fixes in SetWindowPos().
12952         * [windows/painting.c]
12953         Implemented GetControlBrush().
12954         Window frame is no longer contained in the update region.
12956         * [windows/win.c]
12957         Destroy owned windows upon DestroyWindow().
12959 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
12961         * [controls/edit.c]
12962         Changed line terminator to \r\n to be compatible with
12963         Windows.  Fixed bug in text selection.
12965 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
12967        * [misc/shell.c]
12968        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
12969        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
12970        These functions now work somewhat more the way Windows programs expect
12971        them to work.
12973 ----------------------------------------------------------------------
12974 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12976         * [loader/resource.c] [objects/dib.c]
12977         Fixed icon loading and drawing, now that BitBlt() works correctly.
12978         
12979         * [objects/clipping.c] [objects/region.c]
12980         Implemented elliptic regions with a set of rectangle. This greatly
12981         simplifies the region code and should boost clipping performance.
12983         * [objects/color.c]
12984         Fixed bug that caused seg-fault on 24bpp displays.
12986         * [objects/bitblt.c]
12987         Fixed bug when shrinking a bitmap to more than half its size.
12989         * [windows/graphics.c]
12990         Fixed bugs in PaintRgn() and Polyline().
12992         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
12993         Fixed some problems with window background painting.
12995 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
12997        * [tools/build.c]
12998        * [tools/newbuild.c]
12999        * [Imakefile]
13000        * [include/wine.h]
13001        * [loader/call.S]
13002        * [loader/selector.c]
13003        * [include/segmem.h]
13004        * [misc/main.c]
13005        Changed selector code and 16/32 bit xfer code so that wine
13006        no longer has to be loaded low in memory.  Changed wine
13007        to work with ELF binary formats under Linux.
13008        
13009 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
13011         * [debugger/db_disasm.c]
13012         New instruction disassembler - borrowed from Mach kernel.  Has a
13013         BSD style of license as opposed to the gdb code we were previously
13014         using which was under the GPL.
13016 ----------------------------------------------------------------------
13017 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13019         * [Imakefile]
13020         Compiling with -Wall flag.
13022         * [*/*]
13023         Fixes to minimize the number of compilation warnings.
13025         * [objects/bitblt.c]
13026         Fixed BitBlt() and used the same code to rewrite PatBlt() and
13027         StretchBlt(). The three *Blt() functions should now be correct in
13028         every case (famous last words).
13030         * [objects/brush.c] [objects/dither.c]
13031         Merged the two files into brush.c
13033         * [objects/dc.c]
13034         Fixed bug when the Windows programs forget to re-select the
13035         original bitmap in a memory DC.
13037         * [objects/font.c]
13038         Tty to use 'fixed' font when the system font can't be found.
13040         * [windows/dialog.c]
13041         Tentative fix to make dialogs look better when using fixed-width
13042         fonts.
13044         * [windows/graphics.c]
13045         Partially implemented the PS_INSIDEFRAME pen style.
13047         * [windows/nonclient.c]
13048         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
13049         without the WS_DLGFRAME style.
13051 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
13053         * [memory/global.c]
13054         GlobalCompact should now return the correct value when the
13055         largest run of free blocks includes the last block.
13057         * [windows/mdi.c]
13058         Tiling and cascading windows without any MDI children should
13059         no longer crash (assuming no-op is the correct thing to do).
13061 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
13063         * [objects/font.c]
13064         GetTextExtentPoint: fixed debug output, str is counted string, not
13065         zero terminated.
13067         * [if1632/relay.c]
13068         DLLRelay: when debugging_stack got segv, added upper bound for
13069         stack dump.
13071 ----------------------------------------------------------------------
13072 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13074         * [*/Imakefile]
13075         All objects files are now kept in their respective directory.
13077         * [README]
13078         Rewrote most of it.
13080         * [objects/bitblt.c]
13081         Rewrote BitBlt() to look right in every case, while minimizing
13082         the impact on performance. Not really finished yet.
13084         * [objects/bitmap.c] [objects/dc.c]
13085         Fixed bug with pattern brushes.
13087         * [objects/clipping.c] [windows/painting.c]
13088         Fixes for logical coordinates.
13090         * [objects/color.c] [windows/graphics.c]
13091         Fixed GetPixel() to return the correct color, and made it faster.
13093         * [objects/region.c]
13094         Fixed bug in CombineRgn() when one of the region is empty.
13096 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
13098         * [Configure]
13099         Don't assume that expr handles '==', use '=' instead.
13100         Give a (hopefully informative) message if imake fails.
13102 ----------------------------------------------------------------------
13103 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13105         * [controls/listbox.c]
13106         Fixed problems due to new scroll-bar code.
13108         * [loader/signal.c] [miscemu/ioports.c]
13109         Handle I/O opcodes that use an absolute address.
13111         * [objects/text.c]
13112         Implemented TabbedTextOut().
13114 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
13116         * [objects/metafile.c]
13117         Implemented GetMetafile().
13118         Fixed bug in PlayMetaFile() when reading disc based metafile records.
13119         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
13120         PlayMetaFileRecord().
13121         
13122 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
13124         * [Imakefile]
13125         wine.sym: Remove gcc2_compiled and friends
13127         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
13128           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
13129         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
13131         * [if1632/call.S]
13132         CallToLibMain: New function
13134         * [if1632/relay.c][include/options.h][misc/main.c]
13135           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
13136         removed Options.relay_debug
13138         * [include/heap.h]
13139         HEAP_OWNER: Use ds instead of cs:ip
13141         * [loader/ne_image.c]
13142         LoadNEImage: Remember current exe, handle nodata dlls
13143         InitNEDLL: handle nodata dlls, call CallToLibMain
13145         * [loader/selector.c]
13146         CreateSelectors: Initialize auto_data_sel with 0
13148         * [memory/heap.c]
13149         HEAP_CheckHeap: Check prev
13150         HEAP_CheckLocalHeaps: new function
13152         * [misc/profile]
13153         Remember and dump only changed profiles
13155         * [tools/makedebug]
13156         Introduce debugging_xxx flags
13158 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
13160         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
13161         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
13162         pe_image.h selectors.h wintypes.h]
13163         Added.
13165         * [*/*]
13166         - Commented all 'static char copyright statements', see misc/main.c
13167         - moved prototypes to headers files, fixed wrong prototypes.
13168         - *please* add a header file for each .c if you need to export
13169           things.
13171         * [misc/main.c]
13172         Added one static string which list the names of the contributors.
13174 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
13176         * [Configure]
13177         Made the support for multiple languages more automatic.  Added
13178         a [fonts] section to the wine.conf file.  Made the defaults
13179         better.  Generally cleaned it up.
13181         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
13182         Norwegian resources and small fixes to the german resources.
13184 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
13186         * [debugger/break.c]
13187         bark(), toggle_next(), should_continue(): New functions
13188         insert_break(): Fixed, adds write access to page before writing
13189         wine_bp.next_addr: new structure field
13191         * [debugger/dbg.y]
13192         Changed symbol's value to be it's value instead of the value
13193         pointed to by the symbol.
13194         Changed SIGTRAP handling to allow continuation after break point
13196         * [misc/shell.c]
13197         ShellAbout(): Load resource from memory
13199 ----------------------------------------------------------------------
13200 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13202         * [controls/scroll.c] [include/scroll.h]
13203         Rewritten most of scroll-bar code for better Windows look & feel.
13204         Implemented EnableScrollBar().
13205         Preliminary keyboard support.
13207         * [objects/bitblt.c]
13208         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
13209         bits from outside the visible region.
13211         * [objects/oembitmap.c] [include/bitmaps/obm_*]
13212         Use XPM symbolic colors to load bitmaps. This allows the colors
13213         of the bitmaps to depend on the system colors.
13215         * [tools/make_debug]
13216         Made the make_debug script more robust.
13218         * [windows/dialog.c]
13219         Fixed CheckRadioButton().
13221         * [windows/nonclient.c]
13222         A few changes to scroll-bar drawing and tracking.
13224         * [windows/winpos.c]
13225         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
13226         avoid confusion, and optimized it somewhat.
13228 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
13230         * [misc/audio.c]
13231         * [misc/mcianim.c]
13232         more coding but nothing spectacular.
13234         * [misc/mmaux.c]
13235         some coding to access '/dev/mixer'.
13237         * [misc/midi.c]
13238         some coding to read .MID files, but it's not playing yet.
13240 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
13242         * [objects/dib.c]
13243         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
13244         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
13245         includes some bitmaps output by Paint Shop Pro.  Implementation is
13246         possibly now too lax.  Please see the notes on the function about
13247         why.
13249         * [controls/desktop.c]
13250         The desktop pattern should be painted if the wallpaper doesn't
13251         cover the whole screen width OR the whole screen height.
13253 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
13255         * [objects/dib.c]
13256         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
13257         now work.
13259         * [loader/ne_resource.c] [include/resource.h]
13260         Some cleanup.
13262 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
13264         * [Configure]
13265           [rc/sysres.rc]
13266         Primitive compile-time support for multiple languages
13268         * [rc/sysres_De.rc]
13269         New file
13271         * [loader/resource.c]
13272         LoadBitmap: Recognize end of sysresbm properly
13274         * [rc/Imakefile]
13275         Rules to compile resources simplified, dependencies changed
13277         * [rc/sysresbm.rc]
13278         Don't use sysresbm if using XPM
13280         * [windows/dialog.c]
13281         CreateDialogIndirectParam: Reverse Z-order of controls
13283         * [windows/message.c]
13284         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
13286         * [windows/winpos.c]
13287         NextWindowFromPoint: New function
13289         * [controls/button.c]
13290         WM_NCHITTEST: Group Box is HTTRANSPARENT
13291         BUTTON_CheckAutoRadioButton: New function
13292         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
13294 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
13296         * [objects/text.c]
13297         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
13298         is too long to break.
13300         * [objects/font.c]
13301         Don't assume helvetica if there is no font family; let the other
13302         font attributes decide what font to use.
13304         * [controls/widgets.c]
13305         Listboxes and combo boxes need to be notified of double-clicks.
13307         * [controls/listbox.c]
13308           [include/listbox.h]
13310         scrolling to bottom of list box should display last item at the
13311         bottom, not at the top.
13312         
13313         list boxes need to allocate a separate heap for their item data,
13314         rather than using the user heap.  Otherwise, it's very easy to run
13315         out of memory for list box items.
13317         removed redundant code in ListBoxAddString().  Implemented simple
13318         version of LBS_SORT.
13320         Don't put [.] in the list box when using DDL_DIRECTORY.
13322         * [controls/combo.c]
13323         Combos should pass CBS_SORT onto their list box.
13325         * [windows/win.c]
13326         If window creation is aborted, remove the window from the
13327         linked lists.
13329         * [controls/static.c]
13330         static controls with SS_ICON were always returning 0 from
13331         WM_NCCREATE.
13333         Make sure static controls have text to draw before drawing it.
13335 ----------------------------------------------------------------------
13336 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13338         * [objects/oembitmap.c]  (New file)
13339         Added possibility to use .xpm files for OEM bitmaps.
13341         * [include/bitmaps/obm*]  (New files)
13342         Redrawn all OEM bitmaps in xpm format.
13344         * [objects/font.c]
13345         Add space for internal leading when using a negative font height.
13346         Stubs for AddFontResource() and RemoveFontResource().
13347         Fix in FONT_Init() for uninitialised default font.
13349         * [windows/dialog.c]
13350         Make font height negative as it is really a point size and not a
13351         pixel size; dialogs using 8-point fonts look better now.
13353         * [windows/graphics.c]
13354         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
13356         * [windows/nonclient.c]
13357         A few changes for new OEM bitmaps.
13359 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
13361         * [windows/class.c]
13362         The names of local classes have to be stored using GlobalAtom*.
13363         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
13365         * [if1632/call.S]
13366         CallTo16(cx): It's possible to set the contents of the cx-register.
13368         * [loader/ne_image.c]
13369         InitNEDLL(): The size of the local heap is now passed in the cx-
13370         register when initializing a DLL.
13372         * [memory/heap.c]
13373         LocalInit(): The case start==0 is now handled in the way it should.
13375         * [windows/win.c]
13376         GetWindowLong(): If the adress of the windows function is requested
13377         it's no longer returned if it's within the Wine code (and therefore
13378         unreachable by a windows program). This makes Borland's OWL happy.
13380         * [controls/edit.c]
13381         EDIT_GetStr(): Added handling for off<0.
13383 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
13385         * [loader/library.c]
13386         Fixed infinite loop bug when two DLLs refer to each other (fixes
13387         hangup of Quicken during loading).
13389 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
13391         * [misc/dos_fs.c]
13392         Bug fix: The size of a disk an the available space
13393         is now returned in bytes instead of (incorrectly)
13394         KBytes.
13396 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
13398         * [windows/graphics.c]
13399         Bug fix: Pie segments are now filled with correct brush.
13401 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
13403         * [Imakefile]
13404         generate rc.o before loader.o
13406         * [controls/menu.c]
13407         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
13409         * [include/resource.h]
13410         Add struct ResourceTable
13412         * [loader/bitmap.h]
13413         Load system bitmaps from sysresbmTable
13415         * [misc/clipboard.c]
13416           [windows/event.c]
13417         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
13418         
13419         * [rc/Imakefile]
13420         generate rc.o from sysres.o and sysresbm.o. Added -lfl
13422         * [rc/rc.y]
13423         change style handling to allow ( S1 | S2 ) | S3
13425         * [rc/sysres.rc]
13426           [rc/sysresbm.rc]
13427         Put bitmaps and icons to sysresbm, everything else to sysres
13429         * [rc/winerc.c]
13430           [rc/winerc.h]
13431         Added -o, -c flags. New function set_out_file. Output to files.
13433         * [windows/dialog.c]
13434         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
13436         * [windows/nonclient.c]
13437         Create AboutWine dialog from template pointer
13439 ----------------------------------------------------------------------
13440 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13442         * [controls/static.c]
13443         Bug fix for SS_ICON controls.
13445         * [if1632/Imakefile]
13446         Fixed call.o dependencies.
13448         * [objects/clipping.c] [objects/dc.c]
13449         Fixed visible region handling. hVisRgn is always non-null now.
13451         * [windows/dce.c]
13452         Bug fix in GetDCEx for CS_OWNDC windows.
13454         * [windows/nonclient.c] [windows/painting.c]
13455         Fixes to icon window drawing.
13457         * [windows/winpos.c]
13458         A few fixes in SetWindowPos().
13460 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
13462         * [objects/bitblt.c]
13463         BitBlt(): BitBlt is now able to handle any raster operation. If
13464         the request can't be passed to XWindows directly, it's quite
13465         slow, though.
13467         * [*/*.c]
13468           [misc/main.c]
13469         Improvements of the system for handling debug messages. Options are
13470         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
13471         *debugoptions: +xxx there if you want to have turn messages xxx on).
13473         * [controls/menu.c]
13474         DestroyMenu(): The whole window won't be destroyed as a sideeffect
13475         any longer.
13477         * [misc/file.c]
13478         OpenFile(): Fixed bug in searching in system/window-directory.
13480 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
13482         * [include/windows.h]
13483         Bug fix for window related structures.
13484         DCB and COMSTAT are affected. They must be packed.
13486         * [misc/comm.c]
13487         Bug fix for COM ports:
13488         Dial and dialog window in terminal.exe now works.
13489         Non sequential COM assignments in wine.conf should not break now.
13490         Baudrate can be specified in wine.conf to overcome baudrate limitation
13491         in mswindow. See sample wine.ini
13493         * [include/comm.h]
13494         add baudrate field to DosDeviceStructre
13496         * [object/font.c]
13497         Bug fix for font assignment.
13498         Use pairs of foundry and family fontnames in X11 to correspond with
13499         window's fonts.
13500         Put font assignment ini wine.ini.
13502         * [wine.ini]
13503         Adding optional baudrate after port name in "serialports" section
13504         Add new section, "fonts".
13505         "default" is special key in "fonts" to match any unmatch window font.
13507 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
13509         * [if1632/relay.c]
13510         * [if1632/commdlg.spec]         New file.
13511         * [misc/commdlg.c]                      New file.
13512         * [include/commdlg.h]           New file.
13513         Begin of an emulated COMMDLG DLL, built-in for now.
13514         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
13515         thing you need to do is to put the real/dummy name in file relay.c)
13517         * [controls/scroll.c]
13518         * [controls/combo.c]
13519         * [controls/listbox.c]
13520         Few bug fixes and/or cosmetic.
13522         * [misc/audio.c]
13523         * [misc/mmaux.c]
13524         bug fixes and flags returned to emulate SB16.
13526         * [misc/midi.c]                         New file.
13527         skeleton for 'Midi' MMSYSTEM & MCI driver.
13529         * [misc/mcianim.c]                      New file.
13530         skeleton for 'Animation1' MCI driver.
13532         * [windows/win.c]
13533         Add new stub for GetLastActiveWindow().
13535 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
13537         * [if1632/call.S] [tools/build.c]
13538            Support for ELF format. (Not complete)
13540 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
13542         * [if1632/user.spec]
13543         Add stubs for ArrangeIconicWindows(), etc.
13545         * [if1632/kernel.spec]
13546         Add IsBad*Ptr() functions.
13548         * [loader/signal.c]
13549         Add test_memory(), for use with IsBad*Ptr().
13551         * [windows/winpos.c]
13552         Add stubs for TileChildWindows(), etc.
13554         * [windows/win.c]
13555         IsWindow() shouldn't crash if it's given a bad handle.
13556         Add stub for GetLastActivePopup().
13558         * [memory/global.c]
13559         Implement the IsBad*Ptr() functions.
13561         * [controls/listbox.c]
13562         Return the full longword of the item data in LB_GETITEMDATA.
13564         * [controls/edit.c]
13565         Don't let the user select an area past the end of the text.
13567         * [objects/text.c]
13568         In DrawText(), the code to delete crlfs also removed multiple
13569         consecutive newlines.  Also, using DT_CALCRECT didn't return
13570         the right height, and the width wasn't returned at all.
13571         This caused MessageBoxes to be missing much of their text.
13573         * [windows/scroll.c]
13574         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
13576 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
13578         * [miscemu/int21.c]
13579         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
13581         * [misc/property.c]
13582         Fixed inverted logic in EnumProps(), and changed CallBack16()
13583         call to use new arg format.
13585         * [windows/win.c]
13586         Fixed CallBack16() call in Enum[Child]Windows to use new arg
13587         format; this fixes crashes in enum procedures.
13589 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
13591         * [misc/clipboard.c]
13592           [windows/event.c]
13593           [windows/message.c]
13594         Added cut and paste between Wine and other X clients via
13595         the PRIMARY selection. Text only this time.
13597         * [controls/edit.c]
13598         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
13600         * [windows/defwnd.c]
13601         Send WM_SYSCOMMAND to overlapped ancestor window, 
13602         not the receiver of WM_SYSKEYDOWN
13604 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
13606         * [controls/edit.c]
13607         ClientWidth()/ClientHeight() macros: return 0 if size would
13608         be negative
13609         EDIT_StrLength(): takes unsigned char* instead of char*
13611         * [controls/listbox.c]
13612         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
13613         case instead of in each place required (it was omitted in
13614         some places causing problems!)
13616         * [controls/menu.c]
13617         MENU_CalcItemSize(): don't try to find size of a text item
13618         if the pointer is NULL
13620         * [include/heap.h]
13621         added definition of HEAP_LocalInit()
13623         * [include/msdos.h]
13624         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
13625         instead)
13627         * [loader/selector.c]
13628         IPCCopySelector(): added missing flags to shmget() call
13629         ? does this break linux - I added these flags in a previous
13630         patch but they were missing in the corresponding release ?
13632         * [loader/signal.c]
13633         win_fault(): added missing definitions of i, dump for those
13634         not running NetBSD or linux
13636         * [misc/dos_fs.c]
13637         DOS_GetCurrentDir(): made temp[] static so it can be safely
13638         returned
13640         * [miscemu/int21.c,int25.c,int26.c]
13641         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
13642         segmem.h where necessary.
13644         * [windows/dialog.c]
13645         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
13646         HEAP_LocalInit(), removed redundant variables
13648 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
13650         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
13651           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
13652           [objects/bitblt.c] [objects/metafile.c]
13653         Rewritten more printf's to use the new debugging system, and
13654         made wine less verbose per default. Use "-debugmsg +module"
13655         to get (almost) the same behavior as before.
13657 ----------------------------------------------------------------------
13658 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13660         * [controls/button.c]
13661         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
13662         BM_SETSTATE.
13663         Implemented default button painting.
13664         Optimised redrawing.
13665         Fixed owner-draw buttons.
13667         * [controls/static.c]
13668         Implemented WM_SETFONT.
13669         A few optimisations in painting code.
13670         Bug fix for SS_SIMPLE controls.
13672         * [if1632/callback.c]
13673         Preliminary GetCodeHandle().
13675         * [if1632/gdi.spec]
13676         Changed 'pascal' to 'pascal16' everywhere it's needed.
13678         * [include/windows.h]
13679         Fixed a few data structures.
13681         * [memory/heap.c]
13682         Bug fix in HEAP_ReAlloc().
13684         * [misc/cursor.c]
13685         Fixed SetCursor().
13687         * [objects/bitblt.c]
13688         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
13690         * [objects/font.c]
13691         Better font mapping code.
13692         Implemented GetTextFace().
13694         * [objects/region.c]
13695         Bug fix in REGION_MakePixmap().
13696         Faster region copying.
13698         * [objects/text.c]
13699         Implemented ExtTextOut().
13700         Implemented DT_NOCLIP style for DrawText().
13702         * [windows/dc.c]
13703         Free the bitmap when deleting a memory DC.
13705         * [windows/dce.c]
13706         Added support for windows that have no associated X window.
13707         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
13709         * [windows/defdlg.c]
13710         Implemented default push button handling and DM_SETDEFID.
13711         Implemented WM_NEXTDLGCTL.
13713         * [windows/dialog.c]
13714         Implemented default push button handling.
13715         Beginning of a keyboard interface in dialogs
13716         (does not really work yet).
13717         Fixed dialogs that use a special font.
13719         * [windows/event.c] [windows/focus.c]
13720         Added support for non-X windows.
13722         * [windows/graphics.c]
13723         Rewritten FloodFill() and implemented ExtFloodFill().
13725         * [windows/message.c]
13726         Cleaner hardware messages and X events handling.
13728         * [windows/defwnd.c] [windows/painting.c]
13729         Implemented WM_SETREDRAW.
13731         * [windows/win.c]
13732         Only create an X window for top-level windows, or for the desktop.
13733         Child windows now use their parent's drawable.
13735         * [windows/winpos.c]
13736         Beginning of support for non-X windows (still somewhat broken).
13737         Implemented *DeferWindowPos().
13739         * [*/Imakefile]
13740         Cleaned up some Imakefiles.
13741         Moved dc.c from windows/ to objects/.
13742         Moved cursor.c from misc/ to windows/.
13744 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
13746         * [include/debug.h]
13747           [include/stddebug.h]
13748           [*/*.c]
13749         Rewritten all the calls to printf for displaying debug-information
13750         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
13751         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
13752         all these messages on, "-debugmsg -dll" will turn all messages 
13753         concerning DLLs off.
13755         * [controls/combo.c]
13756         Added some handling for combo controls with ownerdraw-styles
13757         (just creating and passing the necessary messages to the 
13758         corresponding listbox control; the edit-control needs to be
13759         replaced with something else).
13761         * [controls/edit.c]
13762           [windows/dialog.c]
13763         Added support for use of global heap memory in dialogs with 
13764         edit controls.
13766         * [controls/listbox.c]
13767         Added support for item data.
13768         ListBoxInsertString(): Fixed bug for elements which are not inserted
13769         after the currently last element.
13770         
13771         * [misc/dos_fs.c]
13772           [miscemu/int21.c]
13773         DOS_ValidDirectory(): Checks whether a given string is in fact the
13774         valid name of a directory.
13776 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
13778         * [Imakefile]
13779         generate wine.sym after creating wine
13781         * [debugger/dbg.y]
13782         load "wine.sym" when entering debugger
13784         * [debugger/info.c]
13785         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
13787 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
13789         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
13790         Files created
13792 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
13794         * [misc/spy.c]
13795         Exclude and Include no longer requires a terminating ';' to
13796         register the last component.
13798 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
13800         * [Configure]
13801         Rewrote much of it.  Added capability to generate a wine.ini
13802         file.  Commented out the processor emulator options until that
13803         becomes interesting.  Gives a warning if it sees any *.rej
13804         files.  I hope I haven't assumed to much about the shell/OS so
13805         that it breaks under *BSD.
13807         * [misc/dos_fs.c]
13808         Removed/changed calls to ToUnix() (which calls tolower()) so
13809         that the part of the pathname which correspond with the drive
13810         letter on DOS no longer will be mapped to lowercase.  This
13811         means that it should be possible to have uppercase letters in
13812         the [drives] section of wine.ini.
13814         * [LICENSE]
13815         Cosmetic changes so that it displays better in the window you
13816         get from pressing "Credit_License" in the "About WINE" window.
13818 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
13820         * [controls/menu.c]
13821         LoadMenu() moved to loader/resource.c.
13823         * [misc/main.c]
13824         Added stub for FileCDR().
13826         * [include/peexe.h]
13827         Added, from Eric's pe-test.
13829         * [include/resource.h]
13830         Added.
13832         * [loader/resources.c]
13833         Removed duplicated code in *Resource() functions.
13834         Moved NE-program specific functions into ne_image.c.
13835         Moved NE-fileformat functions to ne_resource.c.
13837         * [pe_image.c] [pe_resource.c]
13838         Added. Nothing implemented to run PE-executables, resource
13839         loading only.
13841         * [misc/file.c]
13842         Changed OpenFile() to use macros.
13844         * [misc/shell.c]
13845         Added NULL-ptr checks to ShellAbout().
13847         * [miscemu/int21.c]
13848         Fixed a few typos.
13850         * [miscemu/kernel.c]
13851         Added _DI = _DS, to put the caller's instance in DI. Doesn't
13852         work properly if caller changed DS :-(
13854 ----------------------------------------------------------------------
13855 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
13857         * [include/win.h]
13858         Removed seperate X window for icon, added icon width,height.
13860         * [include/windows.h]
13861         Commented out the old SW_xxx emum and added defines since
13862         they aren't enumerated.
13864         * [windows/dce.c]
13865         Removed some older IsIconic checks from GetDCEx(), functionality
13866         is now in nonclient and generic wine window handling code.
13867         Lots of thanks to Alexandre Julliard all the hints and
13868         help...
13870         * [windows/defwnd.c]
13871         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
13872         WM_PAINTICON now calls NC_HandleNCPaint.  
13874         * [windows/event.c]
13875         Removed IsIconic checks.
13877         * [windows/icon.c]
13878         Removed everything in this file for now... could be used later.
13879         Icon functionality is now handled by the generic wine windows
13880         handling functions.
13881         
13882         * [windows/mdi.c]
13883         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
13884         show up when deiconified.  Removed IsIconic checks.
13886         * [windows/message.c]
13887         Removed old icon routines from hardware_event().
13889         * [windows/nonclient.c]
13890         Changed NC_HandleNCCalcSize() so it doesn't change the size
13891         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
13892         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
13893         on an Iconic window always send a SC_RESTORE message.
13895         * [windows/painting.c]
13896         Changed RedrawWindow() so it doesn't redraw an iconic window
13897         unless it has to (no icon for this class).
13898         
13899         * [windows/win.c]
13900         Removed creation of seperate icon window from CreateWindowEx().
13901         
13902         * [windows/winpos.c]
13903         Added saving and restoring of window rectangle during
13904         iconification/deiconification to ShowWindow().  Added
13905         functions to recursively hide and show children... called
13906         by ShowWindow during iconification/deiconification.
13908 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
13910         * [windows/message.c]
13911         WaitMessage(): Fixed handling of wm_timer-messages
13913         * [miscemu/int21.c]
13914         FindNextFCB(): Rewritten to support other functions than just
13915         returning the volume label
13917         * [misc/file.c]
13918         OpenFile(): Fix in handling of OF_CREATE
13920 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
13922         * [if1632/user.spec]
13923         Added SetParent.
13925         * [windows/win.c]
13926         Added SetParent.
13928 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
13930         * [loader/selector.c]
13931         Many changes throughout file to correct handling of shared memory
13932         function return codes. FreeBSD and SunOS shm functions return
13933         -1 not 0 on error. If Linux is different, these changes
13934         will have to be backed out.
13935         CleanupSelectors(): this is a new (internal) call to free
13936         up all selectors (and shm handles/memory) for use on exit.
13938         * [include/segmem.h]
13939         Change comment to reflect new use of shm_key
13941         * [misc/main.c]
13942         called_at_exit(): add call to CleanupSelectors()
13944 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13946         * [controls/button.c]
13947         Use OBM_CHECKBOXES to draw check boxes with correct colors.
13948         Fixed bug with WM_SETTEXT handling.
13949         A few drawing optimisations.
13951         * [controls/menu.c]
13952         Implemented correct \t and \a handling in menu items.
13953         Implemented help items (flush right) on menu bar.
13954         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
13956         * [controls/static.c]
13957         Fixed SS_ICON controls and implemented STM_SETICON message
13958         handling.
13960         * [controls/widget.c]
13961         Set cursor to IDC_ARROW for built-in classes.
13963         * [include/options.h] [misc/main.c]
13964         Backing store is now off by default.
13966         * [objects/region.c]
13967         Use X regions for rectangle and polygon regions: *major* speed
13968         improvement.
13970         * [windows/dialog.c]
13971         Fixed the fix for integer ids in controls. SS_ICON controls in
13972         dialogs should work now.
13973         Implemented DS_ABSALIGN style.
13975         * [windows/graphics.c]
13976         Implemented InvertRgn().
13977         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
13978         than with CreateCompatibleDC() + BitBlt().
13980         * [windows/message.c]
13981         Determining the window for a mouse message is now done at
13982         GetMessage() time.
13983         Modified PeekMessage() handling to avoid needlessly flushing the
13984         output queue.
13986         * [windows/timer.c]
13987         Check for restart of a timer (SetTimer call with the same hwnd and
13988         id than an existing timer).
13990 ----------------------------------------------------------------------
13991 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
13993         * [misc/file.c]
13994         OpenFile(): Completly rewritten.
13996         * [miscemu/int21.c]
13997         CreateFile(): Fixed wrong mode in call to open.
13998         OpenExistingFile(): Implemented file sharing.
13999         FindNext(): Fixed.
14000         CreateNewFile(): Fixed wrong mode in call to open.
14001         fLock(): Added to handle record locking.
14002         GetFileAttribute(): Added.
14003         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
14005         * [miscemu/int2f.c]
14006         AH = 0x10: SHARE installation check
14008         * [loader/resource.c]
14009         AccessResource(): Fixed. A new file descriptor will be returned by
14010         every call to AccessResource().
14012         * [windows/utility.c]
14013         wvsprintf(): Fixed.
14015         * [controls/menu.c]
14016         FindMenuItem(): Fixed (handling for nPos == -1 added).  
14018         * [windows/win.c]
14019         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
14021         * [Configure]
14022         Added two options for a processor emulator that might be
14023         plugged in later..
14025         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
14026         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
14027         Added TaskFirst(), TaskNext(), TaskFindHandle().
14029         * [memory/global.c]
14030         Added stub for MemManInfo().
14032         * [objects/text.c]
14033         Added stub for GetTabbedTextExt().
14035         * [miscemu/*]
14036         Changed all references to registers. Please don't access
14037         the context structure.
14038         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
14040         * [misc/lstr.c]
14041         Fixed bug in AnsiUpper() & AnsiLower().
14043         * [misc/winsocket.c]
14044         bugfix in getsockopt()/setsockopt(): winsock uses different values
14045         than unix.
14047         * [objects/dib.c]
14048         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
14050 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
14052         * [controls/edit.c]
14053         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
14055         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
14056         Modified dialog code to create new heap for edit controls
14057         unless DS_LOCALEDIT style is set.
14059 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
14061         * [controls/button.c] [controls/edit.c] [controls/static.c]
14062         Removed unneeded GlobalUnlock() calls.
14064         * [controls/menu.c] [include/menu.h]
14065         Lots of changes, fixed a lot of old bugs and introduced a lot of
14066         new ones :-)
14067         - Changed message loop to use MSG_GetInternalMessage().
14068         - Fixed a bug that caused the main window to lose activation when
14069           displaying a menu.
14070         - Correctly send initialisation messages (WM_INITMENUPOPUP).
14071         - Implemented EndMenu() and LookupMenuHandle().
14072         - Changed internal structures to be as compatible as possible with
14073           MS-Windows.
14074         - Allocated everything on the USER heap instead of the global heap.
14075         - Prefixed all internal function names with MENU_ and declared
14076           them static.
14077         - Moved "About Wine..." handling to NC_HandleSysCommand().
14078         - Multi-line menus should now work correctly.
14080         * [loader/resource.c] [objects/bitmap.c]
14081         Added the possibility to create OEM bitmaps directly as X bitmaps.
14083         * [objects/dcvalues.c] [windows/dc.c]
14084         Fixed GetDCOrg() to return screen coordinates.
14086         * [windows/message.c]
14087         Fixed double-click checks when the message is not removed from the
14088         queue.
14089         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
14091         * [windows/nonclient.c]
14092         Bug fix in system menu hit-test calculation.
14093         A few changes for new menu functions.
14095 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
14097         * [controls/edit.c]
14098         Bug fix in Edit_NCCreateMessage
14099         es->textlen was being used before being set
14101         * [controls/menu.c]
14102         Bug fix in MENU_DrawMenuItem
14103         don't try to write text if NULL pointer passed
14105 ----------------------------------------------------------------------
14106 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
14108         * [windows/message.c]
14109         Implemented WaitMessage() (USER.112).
14111         * [if1632/user.spec]
14112         Added WaitMessage.
14114         * [windows/defwnd.c]
14115         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
14117         * [miscemu/int{13,21,2a}.c]
14118         * [miscemu/Imakefile]
14119         * [signal/loader.c]
14120         Added a few basic disk information and diagnostic functions to
14121         prevent programs using this function from crashing. All drives
14122         are claimed to be remote ones, so direct I/O isn't allowed.
14124         * [controls/edit.c]
14125         EDIT_WriteText(): Added code to correctly erase the remaining space
14126         of the edit-control if the size of the control has changed sinced it's
14127         creation.
14129 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
14131         * [if1632/mouse.spec]
14132         Added mouse.dll entry, no functions.
14134         * [loader/resource.c]
14135         Bug fix in AccessResource(). 
14137         * [misc/keyboard.c], added [include/keyboard.h]
14138         Changed functions to return more useful values.
14140         * [windows/dialog.c]
14141         Hacked DIALOG_GetControl() to support resources which
14142         have 0xff00 - 0xffff as id. ** Needs to be done properly by
14143         someone who knows the NE fileformat **
14145 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14147         * [windows/event.c]
14148         Add new stub for EnableHGardwareInput() function.
14150         * [windows/message.c]
14151         Add coding for HWND_BROADCAST in PostMessage().
14153         * [misc/file.c]
14154         Add coding for OpenFile() also search in WindowPaths.
14156         * [misc/mmsystem.c]
14157         * [misc/audio.c]
14158         * [misc/mmaux.c]
14159         * [misc/mcicda.c]
14160         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
14161         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
14162         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
14163 ----------------------------------------------------------------------
14164 Mon Jul 18 23:55:13 MET DST 1994
14166         * [if1632/call.S]
14167         CallTo16(): added `mov %eax,%edx' just before lcall,
14168         to make sure that DX contain the DLL's hinstance when
14169         initialised.
14171         CallTo32_16() added, equal to CallTo32() except for
14172         one thing: it saves DX and 
14174         * [tools/build.c]
14175         Added some code to support 16 and 32 bit return values.
14177         * [1632/{kernel,user}.spec]
14178         Changed most of the `pascal' style to pascal_16 when
14179         function returned a 16bit value.
14181 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
14183         * [controls/menu.c]
14184         Reorganized sizing and drawing code to implement multi-line menus.
14185         Implemented MENUBREAK style.
14186         Use system colors to draw menus.
14188         * [objects/color.c]
14189         Bug fix in COLOR_IsSolid().
14191         * [objects/font.c]
14192         Bug fix in FONT_GetMetrics(): calculate average character width
14193         only on existing chars (dialogs look much better).
14195         * [objects/text.c]
14196         Bug fix in DrawText(): use text color to underline mnemonic.
14198         * [windows/nonclient.c]
14199         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
14201         * [windows/syscolor.c]
14202         Added system objects for menu colors.
14204 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
14206         * [controls/menu.c]
14207         Fixed bug in SelectPrevItem that caused seperators to not be
14208         skipped when using the up arrow key.
14210 ----------------------------------------------------------------------
14211 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
14213         * [Configure]
14214         Autodetects Linux version (if running Linux).
14216         * [loader/signal.c]
14217         New signals for Linux.
14219         * [loader/ldtlib.c]
14220         New structure field in sys call.
14222 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
14224         * [load/resource.c] 
14225           fixed Memory (Resource) Leak.
14227         * [load/main.c] 
14228           fixed a printf.
14230 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
14232         * [controls/desktop.c]
14233         Implemented desktop wallpaper (only 16 colors for now).
14235         * [controls/menu.c] [windows/nonclient.c]
14236         Preliminary work to allow multi-line menus.
14238         * [misc/main.c]
14239         No backing store on desktop window (not useful).
14241         * [objects/text.c]
14242         A few fixes to DrawText() to make underlines under mnemonic
14243         letters to look better.
14245         * [windows/graphics.c]
14246         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
14247         Implemented PolyPolygon() (partially working).
14249         * [windows/winpos.c]
14250         New function WINPOS_SendNCCalcSize().
14251         Cleaned up SetWindowPos() and added preliminary support for
14252         multi-line menus.
14254 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
14256         * [controls/edit.c]
14257         Changes to work as a library.
14259         * [if1632/callback.c] 
14260         Ifdefed module.
14262         * [if1632/relay.c]
14263         Changes to allow linking with WineLib.
14265         * [include/windows.h]
14266         Added macro WINELIB_UNIMP
14268         * [loader/library.c]
14269         When compiling WineLib, GetProcAddress is not implemented yet.
14271         * [loader/main.c]
14272         Added empty InitDLL when using WineLib.
14274         * [loader/ne_image.c]
14275         Some parts of the loader are needed for WineLib, ifdefed correctly
14277         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
14278         Disable compilation of module when compiling WineLib.
14280         * [toolkit/heap.c]
14281         Fixed small bug.  When passed an invalid handle WineLib would
14282         crash, now return NULL.
14284         * [toolkit/winmain.c]
14285         Call CreateNewTask in _WinMain.
14287 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
14289         * [controls/edit.c] [controls/widget.c]
14290         More changes to improve compatibility with Windows' edit
14291         control.  Finished off tab stop support.
14293 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
14295         * [if1632/relay.c]
14296         # of ordinals in shell.dll changed to 103.
14298         * [loader/signal.c]
14299         sti, cli will now be ignored.
14301         * [objects/brush.c]
14302         Added stub for GetSysColorBrush().
14304 ----------------------------------------------------------------------
14305 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
14307         * [controls/edit.c]
14308         Bug fixes and tidying up.  Preliminary tab stop support
14309         (doesn't work yet).
14311         * [windows/dialog.c]
14312         Reversed order of buttons in CheckRadioButtons so that all
14313         buttons are now displayed.
14315 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
14317         * [include/options.h] [misc/main.c] [windows/win.c]
14318         Removed nosaveunders option, replaced by handling
14319         the CS_SAVEBITS flag.
14321         * [windows/class.c]
14322         Modified the fix for negative size in class extra bytes to
14323         avoid modifying the caller's data.
14325         * [windows/dc.c]
14326         Bug fix: system font must be a proportional font.
14327         Fixed a bug that caused the default pen to not be selected
14328         correctly in a DC.
14330         * [windows/graphics.c]
14331         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
14332         noticing it.
14334         * [windows/painting.c]
14335         Removed incorrect selecting of default objects in BeginPaint()
14336         (no longer needed because of the fix in dc.c).
14338 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14340         * [misc/mmsystem.c]
14341         * [misc/audio.c]
14342         Add more code to interface '/dev/dsp'.
14344         * New file [misc/mcicda.c]
14345         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
14347         * New file [misc/mmaux.c]
14348         Stubs to make a future driver connected to '/dev/mixer'.
14350         * [windows/win.c]
14351         Temporary patch to CreateWindowEx() for reseting negative
14352         coordinates to 0,0 ; because 'soundrec.exe' give negative values
14353         and I need it to work on MMSYSTEM ... :-)
14355         * [miscemu/int2f.c]
14356         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
14358 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
14360         * include/comm.h
14361         New file -- some definitions that were in comm.c now need to
14362         be shared with misc/dos_fs.c
14364         * misc/comm.c
14365         Some definitions moved into include/comm.h
14367         * misc/dos_fs.c (DOS_GetEquipment):
14368         Fixed error in equipment -- bitwise or of two values should
14369         be used instead of logical or.  Also added code to correctly
14370         report the number of serial and parallel devices.
14372 ----------------------------------------------------------------------
14373 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
14375         * [objects/bitmap.c]
14376         Allow negative bitmap sizes.
14378 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
14380         * [controls/edit.c]
14381         Improved selection display.  Added processing for WM_SETFONT,
14382         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
14383         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
14384         application's local heap.
14386         * [windows/graphics.c]
14387         Corrected bug in Rectangle().  XFillRectangle has the same
14388         width as Rectangle, but XDrawRectangle is one pixel wider
14389         for the same co-ordinates.
14391         * [memory/heap.c] [include/heap.h]
14392         Added HEAP_LocalSize function.
14394         * [windows/event.c] [windows/keyboard.c]
14395         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
14396         Added supporting code to GetKeyState and GetAsyncKeyState and
14397         merged mouse button states into GetKeyboardState.
14399         * [loader/resource.c] [include/accel.h]
14400         Added recognition of SHIFT, CONTROL and ALT keys to
14401         TranslateAccelerator.
14403         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
14404         A bit more metafile support.
14406 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
14408         * [loader/resource.c]
14409         SizeofResource() and AllocResource() added, AccessResource() updated.
14411         * [if1632/kernel.spec]
14412         FreeLibrary() used for FreeModule().
14414         * [windows/graphics.c]
14415         Rectangle(): swap left & right corners when right < left,
14416         swap top & bottom when botton < top.
14418 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14420         * [controls/combo.c]
14421         Fix bug in window style of the associated listbox.
14423         * [controls/menu.c]
14424         Skip separators in keyboard navigation by using new internal 
14425                 functions SelectPrevItem() & SelectNextItem(),
14427         * [misc/profile.c]
14428         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
14429                 IntBuf must be alloc to (5+1)=6. char instead of 5.
14431         * [misc/main.c]
14432         Put code in functions SetEnvironment() & GetEnvironment().
14434         * [misc/shell.c]
14435         Start putting some code in ExtractIcon() function.
14437         * [misc/mmsystem.c]
14438         Some code for MMTimer functions & timers list.
14440         * [miscemu/int31.c]
14441         Few stubs for DPMI interrupt calls. Nothing work yet.
14443 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
14445         * include/win.h (tagWND):
14446         Added icon fields icon, hIcon and rectClientSave to 
14447         the tagWND struct.
14449         * windows/Imakefile
14450         Added icon.c to the list of files to compile
14452         * windows/dce.c (GetDCEx):
14453         Added some checks for iconic mode and pass icon window as drawable,
14454         not the real window.
14456         * windows/defwnd.c (DefWindowProc)
14457         Added PAINTICON default windows procedure.
14459         * windows/event.c (EVENT_Expose)
14460         Added check for iconic window expose. If iconic window is exposed
14461         send a WM_PAINTICON message
14463         * windows/icon.c 
14464         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
14466         * windows/mdi.c (DefMDIChildProc)
14467         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
14469         * windows/message.c (hardware_event)
14470         Looks for icon as well as window now.
14472         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
14473         Added iconify/deiconify in NC_HandleSysCommand, new function
14474         NC_DoNCPaintIcon which paints an icon.
14476         * windows/painting.c (BeginPaint)
14477         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
14478         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
14479         windows behavior.
14481         * windows/win.h (CreateWindowEx)
14482         Set the default background color of a window to be white.
14483         Create icon window, turn off MINIMIZE if it is on, since
14484         I don't know what to do with it as of yet... register
14485         the icon with the hwnd of its window so we can identify where
14486         icon messages are coming from.
14488 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
14490         * windows/event.c: Added a hack to define XPointer when using
14491         X11R4. 
14493         * toolkit/hello.c: Test application for WineLib. To compile you'll
14494         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
14495         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
14497         * toolkit/heap.c: Extended the size of the block size per chunk.
14499         * misc/stress.c (GetFreeFileHandles): Fixed typo.
14501         * misc/main.c (main): Changes to allow compilation under SunOS. 
14503         * loader/library.c: Changed some ifdefs to compile WineLib.
14505 ----------------------------------------------------------------------
14506 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
14508         * loader/selector.c (GetCurrentPDB): 
14509         Added trivial function GetCurrentPDB() which returns the program
14510         segment prefix selector.
14512         * memory/heap.c (HEAP_Free): 
14513         If free list is empty, make the freed block the free list.
14515 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
14517         * controls/edit.c (EDIT_SetTextMsg): 
14518         Do not append a newline at the end of the last line.
14520         * windows/event.c (SetCapture): 
14521         Set winHasCursor if mouse capture succeeds.
14523 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14525         * [controls/listbox.c]
14526         Fix bug in listbox : InsertString should call AddString if -1.
14528         * [controls/menu.c]
14529         New function GetMenuState().
14531         * [controls/scroll.c] [windows/nonclient.c]
14532         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
14534         * [objects/text.c]
14535         Add Stub for TabbedTextOut(), which temporarely call Textout().
14537         * [windows/keyboard.c] [windows/event.c]
14538         New function GetKeyBoardState() with an KeyStateTable array
14539                 & associated handling in function EVENT_key().
14541 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
14543         * [controls/menu.c]
14544         IsMenu() added.
14546         * [loader/library.c]
14547         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
14548         added.
14550         * [object/gdiobj.c]
14551         IsGDIObject() added.
14553         * [miscemu/int2[56].c]
14554         bugfix: both didn't leave flags pushed on 16bit-stack.
14555         (winfile gets a bit further)
14557         * [miscemu/int16.c]
14558         Added (empty).
14560 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
14561         * windows/event.c:
14562         Added code to drop redundant motion Events in the XEvent queue.
14564 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
14566         * [misc/main.c misc/message.c include/texts.h]
14567         Removed the text-constants from message.c into variables
14568         which may be changed from X-resources.
14570         * [misc/main.c misc/message.c]
14571         added <locale.h> and setlocale() to main.c, used toupper() in message.c
14573 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
14575         * controls/button.c ( [CR]B_LButton* ) 
14576         left rc.right at full window width so click on label also 
14577         activates the control (MSWin behavior)
14579 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
14581         * include/windows.h:
14582           functions pointers can not be packed.
14583           (annoying warnings with forthcomming gcc-2.6.x)
14584         
14585         * loader/main.c (InitDLL): 
14586           Fixed a printf statement. (for control.exe) 
14588           (InitializeLoadedDLLs): 
14589           deleted shadow definition of  *wpnt.
14590           (Breaks many programs, because now COMMDLG will be
14591            initialized :-(
14593         * windows/win.c (SetWindowText): 
14594           added missing breaks; (PENSATE starts) 
14596         * windows/graphics.c (FloodFill): 
14597           Proper boundarys. (BANGBANG starts) FloodFile_rec should
14598           be rewritten.
14600         * objects/font.c (FONT_GetMetrics): 
14601           TYPO: use font->perchar only if it is defined. (WRITE starts)
14603 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
14604         controls/scroll.c:
14605         Fixes for improved behaviour when dragging thumb;
14606         Added SB_THUMBPOSITION message when thumb is released.
14608 ----------------------------------------------------------------------
14609 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
14611         * loader/selector.c (FixupFunctionPrologs): 
14612         New function to fixup loaded DLL function prologs.  It replaces the
14613         do nothing code with code that loads DS with the appropriate data
14614         segment for the DLL.
14616         * misc/cursor.c (LoadCursor): 
14617         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
14618         the possibility of multiple cursors in a single directory.  Also,
14619         it should check to see if the cursor is the right size.
14621         * objects/font.c (EnumFonts): 
14622         Checked for lpLogFontList[i] == NULL
14624         * objects/gdiobj.c (SetObjectOwner): 
14625         Removed stub.  Replaced with simple return in gdi.spec.  This
14626         function is not defined for the retail version of Windows.
14628         * memory/heap.c (WIN16_LocalHandleDelta): 
14629         New function.  This is really a dummy that imitates the proper
14630         return values.
14632         * loader/library.c (GetProcAddress): 
14633         Fixed definition of IS_BUILTIN_DLL() macro.
14635 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
14637         * miscemu/int21.c (SeekFile): 
14638         Needed to return current position in DX:AX.
14640         * windows/utility.c (windows_wsprintf): 
14641         Added support for '#' in format, and fixed bug with "ptr" being
14642         incremented too many times.
14644         * miscemu/int21.c (OpenExistingFile): 
14645         Add code to handle opening files read-only and write-only.
14647         * loader/wine.c:
14648         Segment fixups now done in LoadImage instead of _WinMain.  This
14649         is necessary to support LoadLibrary().
14651 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
14653         * [loader/*]
14654                 - fixed: GetModuleHandle() sometimes returned
14655                   a wrong handle.
14656                 - don't init dlls when cs == 0 (lzexpand, doesn't
14657                   seem to have a init function)
14658                 - LoadLibrary & LoadImage now return error instead
14659                   of stopping wine.
14660                 - moved most of NE-functions into one file.
14661                 - LoadLibrary() uses w_files list instead of its
14662                   own list.
14663                 - NE exectables are now fixed-up and initialised when
14664                   loaded instead of only once before calling InitTask.
14666         * [miscemu/int15.c] [miscemu/int31.c]
14667         Added.  
14669         * [loader/selector.c]
14670         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
14672         * [misc/main.c]
14673         Stub added for IsRomModule().
14675         * [miscemu/int21.c]
14676         Some cleanup, added heap for returning data.
14678 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14680         * [tools/build.c]
14681         Change MAX_ORDINALS     define to higher value, 1299 entries.
14682         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
14684         * [windows/utility.c]
14685         Bug fix in windows_wsprintf(), (twice increments ...).
14687         * [windows/winpos.c]
14688         Bug fix in SetWindowPos(), redraw was done if flag
14689                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
14691         * [misc/message.c] [controls/combo.c]
14692         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
14694         * [windows/win.c]
14695         In CreateWindowEx(), do SetMenu() calls after window creation,
14696                 just before sending to WM_NCCALCSIZE.
14698         * [controls/menu.c]
14699         In function SetMenu(), now use SetWindowPos() with 
14700                 flags SWP_FRAMECHANGED to readjust menu area.
14701         Function MenuBarCalcSize() redone.
14703 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
14705         * [objects/text.c]
14706         Fixed problems associated with DT_WORDBREAK flag.  String length
14707         was not being properly decremented when lines were folded, and
14708         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
14709         both on in addition to DT_WORDBREAK.  Windows does wrapping in
14710         this case, and now so does wine.
14712 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
14714         * [edit.c]
14715         cp1 was uninitialized iff lineno == 0
14717         *  FindFile tests for existance of file even if a full
14718            filename was supplied. What about unix file names?
14720         * [controls/listbox ]
14721         wndPtr was uninitialized for LB_SETTOPINDEX
14723         * [misc/property.c]     
14724         Do not free lpProp. Is it really allocated by malloc?
14725         {edited by Bob Amstadt: changed free() to GlobalFree()}
14727 ----------------------------------------------------------------------
14728 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
14730         * miscemu/int21.c (OpenExistingFile): 
14731         OpenExistingFile needed to return handle in AX register instead
14732         of the BX register.
14734         * miscemu/int21.c (ioctlGetDeviceInfo): 
14735         Added a little code to give a fake result for normal files.
14737 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
14739         * [memory/global.c]
14740         return value from GlobalSize was completely wrong.
14742         * [miscemu/int21.h]
14743         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
14744         dta correctly.
14746         * [tools/build.c]
14747         fixed creation of pop.h to guarantee that flags are restored correctly.
14749         * [misc/comm.c]
14750         changed all occurance of strncmp() to strncasecmp().
14751         BuildCommDCB() should not require that OpenComm() be called first.
14753         * [loader/selector.c]
14754         Heap initialized to size of full segment less stack size and 
14755         automatic data size.
14757 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
14759         * [controls/listbox.c]
14760         Correct typos in ListBoxResetContent where lpls variable is
14761         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
14762         twice on the same handle if hData and hMem are the same.
14764         * [debugger/opcodes/i386-dis.c]
14765         Add new name array names_rmw for table driven decoding of the
14766         16-bit mod/rm field.  Omit large case statement in OP_E and
14767         replace with array reference to match existing coding style.
14768         Add new static variable machine with value 286 or 386 to
14769         correctly decode mod/rm field in either 16 or 32 bit modes.
14770         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
14771         to decode mod/rm.  While the code was correct for 16 bit code,
14772         it was improperly decoding mod/rm fields on word prefixed
14773         32 bit instructions.
14775         * [debugger/debug.l]
14776         Recognize new token ABORT.   Recognize single letters 'p'
14777         and 'q' as tokens.
14779         * [debugger/dbg.y]
14780         Add new token ABORT.  Allow print command to be invoked by
14781         'p' and quit command by 'q', ala GDB.  Change lots of '};'
14782         to just '}'.  Add static dummy_regs to wine_debug so that
14783         wine_debug(0, NULL) doesn't core dump with qmagic.
14785         * [debugger/info.c]
14786         Correct syntax of break command in helptext and omit former
14787         comment about probable bugginess of the disassembly since it
14788         is now correct.  Change fprintf of first backtrace stack
14789         frame to match that of the second and subsequent frames.
14791         * [loader/selector.c]
14792         Change construction of command line in CreatePSP from creating
14793         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
14794         PSP command line looks like " arg1 arg2\r" with the length not
14795         including the trailing "\r" but that is not how Windows does it.
14797         * [loader/library.c]
14798         Change uses of %s to print strings in GetModuleHandle to %x so
14799         that string IDs don't cause a core dump with qmagic.  Handle
14800         converting a string id to a literal module handle.  For
14801         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
14802         it is a real module handle.
14804         * [misc/message.c]
14805         In MessageBox, translate a NULL title argument to the string "Error".
14807         * [misc/profile.c]
14808         In GetSetProfile translate a NULL Default argument to "".  Any
14809         caller whose Default argument is NULL is buggy, but CHARMAP does it
14810         anyway.
14812         * [objects/font.c]
14813         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
14815 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
14817         * New options/resourses nosaveunders and nobackingstore.  By 
14818         default backingstore and saveunders are now enabled, these use 
14819         more memory but avoids those slow (sometimes multiple) redraws 
14820         caused be exposure events.
14822 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14824         * [misc/driver.c] New file
14825         Skeleton for 'Installable Wine Drivers' functions. :-)
14826         * [misc/audio.c] New file
14827         Skeleton for basic 'Audio Driver' functions.
14828         * [misc/network.c] New file
14829         Stubs for few networking functions.
14831         * [misc/mmsystem.c]
14832         More coding ... a dust in a galaxy ...
14833         * [misc/shell.c]
14834         Some coding for 'RegXXX' functions ... a dust in the wind ...
14836         * [misc/profile.c]
14837         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
14839         * [objects/gdi.c]
14840         New function CreateDiscardableBitmap(), it just calling 
14841         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
14843         * [controls/listbox.c]
14844         * [controls/combo.c]
14845         New font member assigned to SYSTEM_FONT as default.
14846         Added processing for WM_SETFONT message;
14849 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
14851         * [windows/event.c]
14852         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
14854         * [windows/keyboard.c]
14855         Implemented beginning of GetAsyncKeyState.
14857 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
14859         * [objects/metafile.c] [include/metafile.h]
14860           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
14861           [windows/dc.c]
14862         Further metafile support.
14864 ----------------------------------------------------------------------
14865 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
14867         * [loader/selector.c]
14868         Allocate heap and stack segments as 64k.
14870 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
14872         * [loader/selector.c]
14873         Correct typos where memcpy is used instead of memset.
14875         * [loader/resource.c]
14876         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
14877         by calculating the value when the bitmap is not compressed.
14879         * [miscemu/int21.c]
14880         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
14882         * [loader/resource.c]
14883         New function type_match to handle string resource types as
14884         well as IDs.  In addition, compare only low 4 bits of type_id
14885         when both numbers are IDs so that 0x0002 matches 0x8002.
14886         In FindResourceByNumber and FindResourceByName use type_match
14887         instead of comparing numbers.  In FindResource handle the
14888         "#number" syntax and empty strings in both the resource and
14889         type names.
14891 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
14893         * [windows/dialog.c]
14894         Fix inadvertent printing of string IDs as strings.
14896 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14898         * [controls/menu.c]
14899         New functions GetMenuItemCount(), GetMenuItemID().
14900                 GetMenuString() & HiliteMenuItem().
14901         Bug fix in CheckMenuItem().
14902         Function SetMenu() now make client area recalc if menu removed.
14904         * [windows/winpos.c]
14905         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
14906                 windows with initial width or height equal zero.
14908         * [objects/gdiobj.c]
14909         New function EnumObjects(), using new lpPenBrushList buildup
14910                 from calls to new function GDI_AppendToPenBrushList().
14911                 ('pbrush.exe' don't show its face yet ! ... :-( )
14912         New EMPTY STUB for function SetObjectOwner(),
14913                 ('mplayer.exe' call it via GetProcAddress() ...)
14915         * [objects/font.c]
14916         New internal functions ParseFontParms() & InitFontsList().
14917         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
14918         FONT_MatchFont now make retries to find closest-smallest font.
14919                 ('charmap.exe' can now show the differents fonts available)
14921         * [windows/nonclient.c]
14922         Use small dos OBM_OLD_CLOSE button for MDI windows.
14924         * [windows/graphics.c] [objects/bitmap.c]
14925         Start to remove obsolete globals such XT_screen ...
14927         * [loader/library.c]
14928         Make function GetProcAddress() working also with builtin DLLs.
14930 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
14932         * [if1632/system.spec] [if1632/toolhelp.spec]
14933         system.dll & toolhelp.dll added.
14935         * [loader/library.c]
14936         Modified GetModuleFileName() to return the full
14937         filename.
14938         Added a check to LoadLibrary() to prevent loading
14939         built in dlls. (eg. user.exe)
14940         Added a check to FreeLibrary() to prevent built-in
14941         dlls from being freed.
14942         Modified GetProcAddress() to support builtin dlls.
14944         * [loader/signal.c] [miscemu/int2f.c]
14945         Added => pifedit runs.
14947         * [misc/dos_fs.c]
14948         Added a NULL-ptr check to DOS_closedir().
14950 ----------------------------------------------------------------------
14951 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
14953         * [windows/dce.c]
14954         Fixed bug with dce initialization that was causing dialog boxes to not
14955         be displayed.
14957         * [if1632/callback.c]
14958         Better fix for bug found by Martin.
14960 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
14962         * [ memory/heap.c ]
14963         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
14965 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14967         * [objects/font.c]
14968         Make EnumFonts() calling a callback with dummy fonts ... :-)
14970         * [objects/text.c]
14971         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
14973         * [if1632/callback.c]
14974         Temporarely go around bug in CallWindowProc(), you will see printfs.
14976         * [controls/edit.c]
14977         Make EDIT controls focused by a mouse click.
14979         * [misc/property.c]
14980         Bug Fix in function EnumProps(), better use of CallBack16().
14982         * [misc/mmsystem.c]
14983         Basic Skelton's for MCI messages dispatching function.
14985 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
14987         * [windows/utility.c]
14988         Added windows_wsprintf() for the emulator, wsprintf() is
14989         for libwine.
14991 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
14993         * [misc/cursor.c]
14994         Fix pointer problems in LoadCursor leading to heap corruption.
14996         *  [ controls/menu.c ]
14997         Fix two NULL dereferencing bugs.
14999 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
15001         * [objects/font.c]
15002         Fix NULL pointer dereferencing bug in GetCharWidth.
15004         * [loader/resource.c]
15005         Fix under-allocation of memory in LoadAccelerators.
15007         * [windows/class.c]
15008         Ignore negative sizes for extra fields in RegisterClass.
15010 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
15012         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
15013           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
15014           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
15015           [windows/dc.c] [windows/mapping.c]
15016         Beginnings of metafile support.
15018         * [misc/file.c]
15019         Corrected spelling of _lcreat.
15021         * [controls/edit.c]
15022         Minor bug fixes.
15023 ----------------------------------------------------------------------
15024 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15026         * [controls/scroll.c]
15027         Make thumbtrack button disappear if scroll box ratio < 3:1.
15028         Make arrow buttons rectangular if scroll box ratio < 2:1.
15029         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
15030                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
15031         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
15033         * [loader/library.c] [loader/task.c] [misc/exec.c]
15034         Continue playing around trying to get a second task running.
15036         * [windows/mdi.c]
15037         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
15039         * [everywhere]
15040         Adding previous works of the Apr 25, 94.
15042 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
15044         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
15045         Added Martin's mmsystem.dll stubs.
15047         * [misc/sound.c]
15048         Added remaining stubs for sound.dll.
15050         * [if1632/shell.spec] [misc/shell.c]
15051         Fixed prototypes (I found them in BC 4) and added ShellAbout()
15052         and AboutDlgProc().
15054 ----------------------------------------------------------------------
15055 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15057         * [loader/signal.c]
15058         Add XUngrabPointer() & XUngrabServer() in wine_fault().
15060 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
15062         * [objects/bitblt.c]
15063         color_stretch() rewritten to use ints only. *fast!*
15064         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
15065         use color_stretch().
15067 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
15069         * [controls/menu.c]
15070         SetSysMenu() added.
15072         * [misc/cursor.c]
15073         GetCursor() added.
15075         * [misc/main.c]
15076         SwapMouseButton() added, (NOP).
15078         * [windows/win.c]
15079         GetDesktopHwnd() added.
15081         * [if1632/*spec]
15082         Added not implemented functions defs as comment.
15084         * [misc/winsocket.c]
15085         Change WSAGetXbyY() functions to non-blocking ones,
15086         Added WSAAsyncSelect(). 
15087         (WSA functions can't be canceled yet).
15089 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
15091         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
15092         path when given a simple file name.  Fixed GetSetProfile to allow
15093         enumerating all key names when KeyName is null.
15095 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15097         * [objects/bitblt.c]
15098         Add protection to BitBlt() & StretchBlt() for width or height = 0.
15100         * [windows/nonclient.c]
15101         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
15102         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
15104         * [windows/win.c]
15105         CreateWindowEx() & DestroyWindow() now call respectively
15106                 AddWindowToTask() & RemoveWindowFromTask().
15107         New empty stub for function AnyPopup().
15109         * [loader/library.c]
15110         Bug Fix : GetModuleFileName() now return full path filename.
15112         * [include/menu.h] [controls/menu.c]
15113         Add hText handle and remove obsolete MENUITEM struct members.
15114         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
15115         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
15117         * [misc/file.c]
15118         GetTempFilename() now create a file.
15119         _lcreate() use unix open (name, mode, perm), with perm=O666.
15121         * [if1632/relay.c]
15122         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
15124         * New file [misc/mmsystem.c]
15125         * New file [include/mmsystem.h]
15126         * New file [if1632/mmsystem.spec]
15127         Many, many empty stubs ... :-)
15129 ----------------------------------------------------------------------
15131 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
15133         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
15134         Fixed bug for non-Linux systems.
15136 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15138         * [windows/win.c]
15139         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
15140         New empty stub for function SetSysModalWindow().
15142         * [misc/exec.c]
15143         New empty stub for function ExitWindows().
15145         * [objects/font.c]
15146         New empty stub for function EnumFonts().
15148         * New file [misc/property.c]
15149         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
15151         * New file [misc/shell.c]
15152         New empty stubs for function RegisterShellProc(), 
15153                         ShellExecute() & ShellProc().
15155         * New files [loader/task.c] & [include/task.h]
15156         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
15157                 from 'loader/library.c'.
15159         * [if1632/user.c] [if1632/kernel.c]
15160         Put Atoms functions entries.
15162         * [controls/combo.c]
15163         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
15165         * [controls/listbox.c]
15166         New functions DirDlgSelect() & DirDlgList().
15168 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
15170         * [objects/test.c]
15171         GrayString() added.
15173         * [if1632/callback.c]
15174         CallGrayStringProc() added.
15176         * [if1632/relay.c] [if1632/mmsystem.spec]
15177         Added.
15179         * [if1632/kernel.spec] [if1632/user.spec]
15180         Added forgotten specs for atom functions.
15182 ----------------------------------------------------------------------
15183 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
15185         * misc/spy.c (SpyInit): Added more message types
15187         * [windows/mdi.c] [include/mdi.h]
15188         Maximizing and restoring child windows.
15189         Tiling of child windows.
15191 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
15193         * [windows/winpos.c]
15194         Revert focus and activation to previous window when hiding a window.
15196         * [windows/syscolor.c]
15197         Implemented system color objects (brushes and pens created at
15198         SetSysColor() time for better performance).
15200         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
15201         Changed painting code to use system color objects.
15203         * [windows/message.c]
15204         New function MSG_InternalGetMessage() for internal messages
15205         loops (e.g. for dialogs or menus).
15207         * [windows/hook.c] [include/hook.h]  (New files)
15208         Beginning of the window hooks implementation.
15210         * [windows/dialog.c]
15211         Use new function MSG_InternalGetMessage() in DialogBox().
15213         * [if1632/callback.c]
15214         Added function CallHookProc().
15216 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15218         * [windows/event.c]
15219         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
15221         * [misc/exec.c]
15222         Nothing much more than a stub for LoadModule(), I saw there a lot
15223                 to be done in that corner, I will come back later ...
15225         * [loader/library.c]
15226         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
15227                         and associated modules & tasks linked-lists.
15228         (it's only an 'emerging bud', more to come next weeks).
15230         * [loader/wine.c]
15231         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
15233         * [control/menu.c]
15234         You can now click outside menu region without problem.
15235         Keyboard navig more smootly, even if a child has the focus.
15236         Bug fix in InsertItem(), (bad linklist when insert point not found).
15237         change Realloc for Free & Alloc in ModifyItem().
15238         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
15239                 done by DrawText(), (maybe it should done in DrawText() itself ?).
15241 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
15243         * [misc/profile.c]
15244         .INI files will now be stored in / loaded from the windows dir
15245         if no path is supplied.
15247         * [if1632/kernel.spec]
15248         Fixed GetDriveType's prototype.
15250         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
15251         Fixed prototypes: winsock uses a word as socket handle not an int.
15253         * [misc/winsocket.c]
15254         Added heap allocation for returned structures.
15255         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
15257         * [loader/wine.c]
15258         Added IsDLLLoaded(), used in LoadImage() to prevent loading
15259         a dll multiple times.
15260         Directory is added to wine's path when a fullpath is supplied when
15261         starting wine.
15262         LoadImage(): DLL filename used instead DLL's own internal name,
15263         fixes 'Bad DLL name' errors.
15265 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
15267         * [controls/edit.c] [controls/widgets.c]
15268         First release of edit control.
15270 ----------------------------------------------------------------------
15271 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
15273         * [include/mdi.h] [windows/mdi.c]
15274         Use WM_PARENTNOTIFY messages to activate children.
15275         Generate WM_CHILDACTIVATE messages.
15276         Beginnings handler for maxmized child window.
15277         Clean up when children are destroyed.
15279         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
15280         Removed code add 94/03/26.
15282 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15284         * [control/menu.c]
15285         Make mouse menu navigation working again. :-))
15286         (be carefull, clicking outside menus (ie.: clientrect) 
15287         not resolved yet)
15289         * [windows/nonclient.c]  [controls/scroll.c]
15290         Bugs fix in NCTrackScrollBars().
15292         * [misc/dos_fs.c]
15293         Bug fix in 'ToDos()' in conversion for '/',
15294                 (example: '/window/' was translated to 'WINDOWs').
15296         * [miscemu/int21.c]
15297         Function ChangeDir() extract possible drive before DOS_ChangeDir().
15299         * [loader/library.c]  [loader/wine.c]
15300         Playing around moving function GetProcAddress() and put some code in.
15302 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
15304         * [misc/main.c]
15305         Better explanation of command-line options.
15307         * [objects/dib.c]
15308         Implemented SetDIBitsToDevice().
15310         * [windows/dc.c]
15311         Bug fix in SetDCState().
15313         * [windows/event.c]
15314         Removed WS_DISABLED handling (now done in message.c).
15316         * [windows/message.c]
15317         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
15318         Use WindowFromPoint() to find the window for mouse events, taking
15319         into account disabled windows.
15321         * [windows/painting.c]
15322         Bug fix in BeginPaint() to allow calling it at other times than
15323         on WM_PAINT (Solitaire needs it...)
15325         * [windows/win.c]
15326         Implemented FindWindow().
15327         Rewritten EnableWindow() to behave more like Windows.
15329         * [windows/winpos.c]
15330         Rewritten WindowFromPoint() to also search child windows.
15332 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
15334         * [include/int21.h] -> [msdos.h]
15335         renamed.
15337         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
15338         new, added for int 10, 25 and 26.
15340         * [miscemu/ioports.c]
15341         new, added to allow win apps to use ioports.
15343         * [loader/signal.c]
15344         Added support for in, inb, out, outb instructions.
15346 ----------------------------------------------------------------------
15347 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
15349         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
15351 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
15353         * [windows/mdi.c]
15354         Window list properly updated.
15356         * [windows/message.c]
15357         Call WINPOS_ChildActivate() when mouse pressed.
15359         * [windows/nonclient.c]
15360         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
15361         NC_HandleNCPaint().
15363         * [windows/winpos.c]
15364         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
15366 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
15368         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
15369         (DeleteMenu): Many bug fixes.
15371         * [controls/menu.c]
15372         Created function FindMenuItem().
15374 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
15376         * [windows/win.c]
15377         Removed incorrect MDI handling code from CreateWindowEx().
15379         * [controls/menu.c]
15380         MF_STRING items needed to allocate a private copy of string.
15382         * [controls/menu.c]
15383         Fixed buggy calls to GlobalFree().
15385         * [memory/global.c]
15386         Eliminated some redundant code with function call.
15388 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
15390         * [windows/timer.c]
15391         timer list pointers looped in InsertTimer
15393 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
15395         * [misc/cursor.c]
15396         A few changes for desktop window support.
15398         * [misc/main.c]
15399         Added -depth option.
15401         * [misc/rect.c]
15402         Yet another bug fix in SubtractRect().
15404         * [objects/bitmap.c]
15405         Changes to use only one depth (specified with -depth)
15406         for color bitmaps.
15408         * [objects/brush.c]
15409         Added support for dithered solid brushes.
15411         * [objects/color.c]
15412         Use the same 20 system colors as in Windows.
15413         System palette initialisation now done in COLOR_InitPalette().
15414         Added support for a color mapping table to map logical color
15415         indexes to X colormap entries.
15416         Implemented GetNearestColor() and RealizeDefaultPalette().
15418         * [objects/dib.c]
15419         Added support for color mapping table.
15421         * [objects/dither.c]  (New file)
15422         Implemented solid color dithering.
15424         * [objects/palette.c]
15425         Implemented GetSystemPaletteEntries() and SelectPalette().
15427         * [windows/class.c]
15428         Make a copy of the menu name in RegisterClass().
15430         * [windows/dc.c]
15431         Fixed device caps when using a desktop window.
15432         Added support for the color mapping table in DCs.
15434         * [windows/event.c]
15435         Added ConfigureNotify handler on desktop window.
15437         * [windows/message.c]
15438         Removed call to XTranslateCoordinates() on every mouse motion
15439         New function MSG_Synchronize() to synchronize with the X server.
15441         * [windows/syscolor.c]
15442         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
15444         * [windows/winpos.c]
15445         Added synchronization on window mapping. Solves the double redraw
15446         problem when starting Solitaire.
15448 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15450         * [control/menu.c]      * [windows/defwnd.c]
15451         Make keyboard navigation working with menubar,
15452         but temporarely inserted a bug in menubar mouse handling ... :-((
15453         (it will be fix next week !)
15455         * [windows/defwnd.c]
15456         Connect VK_MENU to menubar navigation.
15458         * [loader/library.c]
15459         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
15461 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
15463         * [misc/main.c]
15464         Added Copy(). Added a check for `-h' to show usage.
15466         * [misc/dos_fs.c]
15467         Fixed bug in FindFile(), to load directories as dlls.
15469         * [misc/dos_fs.c]
15470         Fixed ToUnix() and ToDos() again, as my previous patch
15471         didn't make it.
15473         * [misc/dos_fs.c] [miscemu/int21.c]
15474         Bug fixes, should be able to handle all winfile and progman int21
15475         requests now except for a few small things.
15477 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
15479         * [memory/heap.c]
15480         Implemented GetFreeSystemResources().
15482 ----------------------------------------------------------------------
15483 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
15485         * controls/menu.c (GetSubMenu): Function did not return correct value
15487         * [windows/mdi.c]
15488         Beginnings of menu handling.
15490 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
15492         * [objects/font.c]
15493         if font.width equals zero use asterix instead.
15495 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
15497         * [objects/bitmap.c]
15498         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
15500         * [objects/brush.c]
15501         Some changes with pattern brushes because of the new bitmap code.
15503         * [objects/color.c]
15504         Added function COLOR_ToPhysical for better color mapping.
15506         * [objects/dib.c]
15507         Heavily optimized SetDIBits().
15509         * [windows/dc.c]
15510         Opimized SetDCState() and DC_SetupGC*() functions.
15511         Added stub for CreateIC().
15513 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15515         * [misc/message.c]
15516         Call SetFocus() after closing box to give back focus to previous owner.
15518         * [misc/files.c]
15519         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
15521         * [control/scroll.c]
15522         Calls to BitBlt() replace by StretchBlt().
15524         * [control/menu.c]
15525         Call SetFocus() to previous owner after closing Popups. 
15526         Fill stub DeleteMenu().
15528         * [control/listbox.c]
15529         * [control/combo.c]
15530         Use SetFocus() in WM_LBUTTONDOWN.
15531         Close ComboBox List upon WM_KILLFOCUS.
15532         Early development of WM_MEASUREITEM mecanism.
15534         * [windows/defwnd.c]
15535         Early development of WM_MEASUREITEM mecanism.
15537 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
15539         * [misc/atom.c]
15540         Fixed sintaxis problem when building the library.
15542 ----------------------------------------------------------------------
15543 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
15545         * [include/windows.h]
15546         Added message types and structures for MDI
15548         * [include/mdi.h]
15549         Created internal structures for handling MDI
15551         * [windows/mdi.c]
15552         Began creating MDI support
15554 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
15556         * [loader/wine.c] [include/wine.h]
15557         Added new field to "struct w_files" to hold the "name table"
15558         resource for Windows 3.0 programs
15560         * [loader/resource.c]
15561         Added code to handle programs with a "name table" resource.
15562         LoadResourceByName() modified to check for the existence of
15563         this resource.
15565 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
15567         * [objects/color.c]
15568         Added installing the private colormap on the desktop window.
15570         * [windows/event.c]
15571         Cleaned up focus event handling (see focus.c).
15572         Use GetFocus() to direct key events to the correct window.
15574         * [windows/focus.c]
15575         Rewritten SetFocus() to:
15576         - only set X focus on top-level windows
15577         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
15578         - prevent setting focus to disabled windows
15579         - install private colormap so -privatemap option works again
15581         * [windows/message.c] [windows/timer.c]
15582         Changed timer management to no longer use PostMessage(), but
15583         to generate timer messages on the fly. Also fixed a related bug
15584         in GetMessage() which could cause busy-waiting.
15586         * [windows/win.c]
15587         Only select focus events on top-level windows.
15589         * [windows/winpos.c]
15590         Added some sanity checks for desktop window.
15592 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
15594         * [misc/dos_fs.c]
15595         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
15596         Support for tilde symbol added for rootdirectories in [drives]
15597         section of wine's configfile.
15599         * [misc/file.c]
15600         hread(), hwrite() added.
15602         * [misc/main.c]
15603         hmemcpy() added.
15605         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
15606         Added STRESS.DLL, an useless dll used to stress a windows system.
15608         * [*/*]
15609         Added missing #includes, fixed prototypes for prototype checking.
15611         * [include/prototypes.h]
15613         Added prototypes for loader/*c, if1632/*c.
15615 ----------------------------------------------------------------------
15616 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
15618         * [Configure]
15619         Added reminder to set WINEPATH, if it is not set.
15621         * [Imakefile]
15622         Removed #elif's
15624         * [controls/button.c]
15625         Added BN_CLICKED notification for owner-draw buttons.
15627         * [if1632/kernel.spec] [memory/heap.c]
15628         Changed Local* functions to WIN16_Local* to prevent unconcious use
15629         of these functions.
15631         * [if1632/relay.c]
15632         Push old Stack16Frame on stack before setting.
15634         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
15635         Added multiple local heap handling in Atom* functions.
15637         * [include/regfunc.h] [miscemu/int21.c]
15638         Rewrote DOS3Call() use context frame that is already on the stack.
15640         * [misc/profile.c]
15641         Fixed to allow leading ";" to mark comments.
15643         * [misc/spy.c]
15644         Fixed bugs and added support for "include" and "exclude" filters.
15646         * [misc/user.c]
15647         Rearranged calls in InitApp().
15649         * [misc/font.c]
15650         Fixed font handling to create system fonts, if they are used.
15652         * [windows/dc.c]
15653         If text drawn on window with no font specified, then default the
15654         font to the system font.
15656 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
15658         * [controls/desktop.c]
15659         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
15660         Implemented SetDeskPattern().
15662         * [misc/main.c]
15663         Added -desktop option to get a large desktop window with
15664         everything inside it.
15665         Added -name option.
15667         * [misc/rect.c]
15668         Bug fix in SubtractRect().
15670         * [objects/*.c]
15671         Replaced the DefaultRootWindow() macro by the rootWindow variable.
15673         * [windows/event.c] [windows/message.c]
15674           [windows/nonclient.c] [windows/win.c]
15675         A few changes to accomodate the new desktop window.
15677  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
15679         * [toolkit/arch.c] --New file-- 
15680         Routines for converting little endian data structures to
15681         big-endian data structures, currently only BITMAP structures are 
15682         converted.
15684         * [misc/atom.c]
15685         When used as part of the WineLib, the code is much simpler.
15686         Doesn't depend on alignement.
15688         * [loader/wine.c]
15689         Ifdefed Emulator dependent code if compiling WineLib.
15691         * [loader/resource.c]
15692         Moved misc/resource.c to loader/resource.c.
15694         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
15695         Ifdefed whole code if compiling WINELIB.
15697         * [include/winsock.h]
15698         Added compilation define to allow compilation on SunOS.
15700         * [include/wine.h]
15701         Removed load_typeinfo and load_nameinfo prototypes, they belong
15702         to neexe.h
15704         * [include/neexe.h]
15705         Added load_typeinfo and load_nameinfo prototypes.
15707         * [include/arch.h]
15708         Fixed some bugs in the conversion routines.
15709         Added macros for Bitmap loading.
15711 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
15712         
15713         * [if1632/kernel.spec] [memory/global.c]
15714         Implemented GetFreeSpace()
15716         * [if1632/user.spec] [loader/resource.c]
15717         Implemented CreateIcon()
15719 ----------------------------------------------------------------------
15720 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
15722         * [Configure] [*/Imakefile]
15723         Created configure script to handle different types of Wine builds.
15725         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
15726         Added ability to compile Wine on systems with 14-char filename limit.
15728         * [if1632/relay.c] [include/options.h] [misc/main.c]
15729         Added -relaydbg option to command line if DEBUG_RELAY is defined.
15731         * [loader/selector.c]
15732         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
15734         * [memory/heap.c]
15735         Fixed LocalInit() to work correctly.
15737         * [misc/user.c]
15738         Added code to call loaded DLLs' initialization routines.
15740 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
15742         * [windows/dce.c]
15743         Added clipping of child windows by their parent's client area.
15745         * [windows/nonclient.c]
15746         Bug fix in NC_DoNCPaint().
15748         * [windows/painting.c]
15749         Bug fix in RedrawWindow().
15751 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15753         * [mem/atom.c]
15754         Bug fix again in ATOM_DeleteAtom() : 
15755                 change LocalFree() by USER_HEAP_FREE().
15756         (Previous patch done Feb 13th had been lost)
15758         * [controls/scroll.c]
15759         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
15761         * [windows/class.c] (sorry Alex ...)
15762         There was no bug there "in RegisterClass() : 
15763                 WNDCLASS->lpszClassName was reset to NULL."
15764                               ^^^^^
15766         * [misc/clipboard.c]    --- New File ---
15767         New function EnumClipboardFormats().
15768         New function OpenClipboard().
15769         New function CloseClipboard().
15770         New function EmptyClipboard().
15771         New function GetClipboardOwner().
15772         New function GetClipboardViewer().
15773         New function CountClipboardFormats().
15774         New function IsClipboardFormatAvailable().
15775         New function OpenClipboard().
15776         New function GetClipboardData().
15777         New function SetClipboardViewer().
15778         New function EnumClipboardFormats().
15779         New function RegisterClipboardFormat().
15780         New function ChangeClipboardChain().
15781         New function SetClipboardData().
15782         New function GetOpenClipboardWindow().
15783         New function GetPriorityClipboardFormat().
15784         New function GetClipboardFormatName().
15786 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
15788         * [misc/comm.c]
15789         bugfix in OpenComm().
15791 ----------------------------------------------------------------------
15792 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
15794         * [include/winsock.h]
15795         The sockproto struct is already defined in <sys/socket.h>
15797         * [misc/winsock.c]
15798         Need to include <netinet/in.h> for struct in-addr.
15799         Use sys_errlist[] instead of strerror[].
15801         *[toolkit/heap.c]
15802         ANSI C specifies that the malloc functions are defined in stdlib.h,
15803           so we don't need to include malloc.h.
15805         *[loader/ldtlib.c]
15806         Print informative error message about probable cause of i386_set_ldt()
15807           failure and then exit.
15809         *[Imakefile]
15810         For systems that don't use gmake by default, set the MAKE variable
15811           to gmake and propagate it on recursive makes.
15812         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
15813           can be built with the FreeBSD 1.0.2 compiler.
15815 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
15817         * [objects/bitblt.c]
15818         Added in three functions to do stretching and compression
15819         for WHITEONBLACK, BLACKONWHITE, and color copies.
15821 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
15823         * [windows/graphics.c]
15824         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
15825         inefficent, but should suffice for now.
15827         * [include/windows.h]
15828         Changed the x,y paramaters for the FloodFill prototype 
15829         from ints to shorts
15831 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
15833         * [windows/widgets.c]
15834         Added desktop window class.
15836         * [windows/painting.c]
15837         Bug fix in RedrawWindow().
15838         Implemented ExcludeUpdateRgn().
15840         * [windows/win.c] [windows/winpos.c]
15841         Implemented desktop window.
15843         * [controls/desktop.c]
15844         Preliminary desktop window procedure.
15846 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15848         * [controls/menu.c]
15849         New function LoadMenuIndirect().
15850         New function GetMenuCheckMarkDimensions().
15852         * [if1632/user.spec]
15853         Entry for DefDlgProc().
15855         * [windows/class.c]
15856         Fix bug in RegisterClass() : 
15857                 WNDCLASS->lpszMenuName was reset to NULL.
15859         * [windows/win.c]
15860         In CreateWindowEx(), if hMenu == 0 then use 
15861                 wndclass->lpszMenuName to load Menu from resource;
15863 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
15865         * [loader/library.c] [loader/wine.c]
15866         Fixed runing DLL's as main executable problem.
15868         * [misc/dos_fs.c]
15869         Added wildcard support in DOS_readdir().
15871         * [misc/winsocket.c]
15872         Added proper error handling of BSD winsocket functions.
15874         * [miscemu/int21.c]
15875         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
15877         * [main/main.c]
15878         Added functions for GetVersion, GetWinFlags and GetTimerResolution
15879         for libwine.a, SystemParametersInfo() partly implemented.
15881 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
15883         * [toolkit/winmain.c]
15884         Added _WinMain function. Setups the library (calls USER_InitApp).
15886         * [toolkit/sup.c]
15887         Added load_mz_header, load_ne_header, load_type_info and
15888         load_name_info functions.
15890         * [toolkit/heap.c] 
15891         Code cleanup. 
15893         * [misc/user.c]
15894         Moved from loader/misc.c. I hope to put back all the loader
15895         functions in the ~loader subdirectory in the future. CUrrently is
15896         needed since it has USER_InitApp.
15898         * [misc/resource.c]
15899         Since WineLib will probably need DLLs (currently it needs
15900         Sysres.dll). WineLib will be using much code of the loader again.
15901         So I removed some ifdefs that were used by WineLib.
15903         Added load_typeinfo and load_nameinfo (and the corresponding
15904         functions in [toolkit/sup.c]
15906         Added integer convertion functions in the needed places.
15908         Added very ugly patch (includes wine.c). In the next release I
15909         plan to move back all the loader routines to ~/loader. In the
15910         meantime I needed this patch. It doesn't affect any of the
15911         emulator code (its ifdefed for WineLib).
15913         * [misc/main.c]
15914         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
15915         Ifdefed argument number checking when compiling the library.
15917         * [loader/wine.c]
15918         Modified to use load_(mz|ne)_header instead of doing a direct
15919         read.  When compiling the emulator it still uses the direct read
15920         for performance. 
15922         * [include/wine.h]
15923         Prototypes for loading routines.
15925         * [include/class.h]
15926         Added WINE_PACKED macro instead of __attribute__ ((packed))
15928         * [include/arch.h]
15929         Macros for converting integers (Little endian to big-endian).
15930         Needed in the Sun to allow loading of DLL files.
15932 ----------------------------------------------------------------------
15933 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
15935         * [windows/clipping.c]
15936         Moved everything into windows/painting.c and removed this file.
15938         * [windows/message.c]
15939         Removed calls to memmove() in MSG_RemoveMsg().
15941         * [windows/nonclient.c]
15942         Added WM_GETMINMAXINFO support for window resizing.
15944         * [windows/painting.c]
15945         Implemented RedrawWindow().
15947         * [windows/scroll.c]
15948         Bug fix in ScrollWindowEx().
15950         * [windows/win.c]
15951         Moved UpdateWindow() to windows/painting.c.
15953 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
15954         
15955         * [loader/wine.c] [misc/dos_fs.c]
15956         getenv() eq NULL bugfixes.
15958         * [misc/comm.c]
15959         cfmakeraw changed for SunOS.
15961 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15963         * [mem/atom.c]
15964         Bug fix in ATOM_DeleteAtom() : 
15965                 change LocalFree() by USER_HEAP_FREE().
15967         * [misc/message.c]
15968         New function FatalAppExit().
15970         * [objects/font.c]
15971         New empty stub SetMapperFlags().
15973         * [controls/menu.c]
15974         Better CheckMark & other bitmaps placement.
15976         * [windows/graphics.c]
15977         New function RoundRect() : calc.exe now working...
15979 Tue Feb 15 14:29:37 1994  John Richardson
15981         * [objects/bitblt.c]
15982         Fixed StretchBlt so it works quicker and faster.  It still doesn't
15983         use the StretchMode bits for bitmap compression, but that will
15984         come soon.
15986 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
15988         * [include/windows.h,dialog.h,gdi.h]
15989         Changed __atribute__ ((packed)) for WINE_PACKED. 
15990         When compiling the library this is defined as nothing. This gets
15991         rid with all the problems compiling under SunOS. Also 
15993         * [windows/utility.c]
15994         Added DebugPrintString.
15996         * [toolkit/sup.c]
15997         Added hSysRes = 1 definition to resolve externals.
15998         Added CallLineDDAProc function (toolkit version).
15999         Added toy, and hi ineficient memmove until code in message.c get
16000         rewritten.
16002         * [objects/gdiobj.c]
16003         Ifdefed linux/emulator-dependent code to allow compilation of
16004         WineLib.
16006         * [misc/winsocket.c]
16007         Added ifdef to allow compilation under SunOS.
16009         * [misc/resource.c]
16010         When compiling the library, the resource file is expected to be in
16011         a file called $argv[0].Res. Also the information of the resource
16012         is expected to be at offset 0 of the .Res file.
16014         * [misc/main.c]
16015         Call WinMain with arguments if compiling WineLib.
16016         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
16017         Call sync_profiles to preserve changes to .INI files.
16019         * [misc/comm.c,dos_fs.c]
16020         removed call to atexit(Comm_DeInit)
16021         removed call to atexit(DOS_DeInitFS)
16022         Shutdown functions are now called from the return of WinMain
16024         * removed memorylib subdirectory
16026         * moved memory/atom.c    to misc/atom.c
16027           moved memorylib/heap.c to toolkit/heap.c
16029         * [loader/wine.c]
16030         Moved DebugPrintString to windows/utility.c
16032         * [include/winsock.h]
16033         Define SO_DONTLINGER only if it has not been previously defined.
16035         * [include/windows.h]
16036         added definition for DLGPROC.
16037         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
16038         When compiling WineLib WNDPROC is defined with all the parameters
16039         to avoid compilation problems.
16041         * [include/user.h]
16042         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
16043         calls are translated to the library allocation routines.
16045         * [include/gdi.h,user.h]
16046         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
16047         translated to the library allocation routines.
16049         * [include/atom.h]
16050         Defined LocalAlign. When compiling the emulator it's translated as
16051         a call to LocalAlloc (the original code), when compiling WineLib
16052         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
16053         (atom.c needs aligned data on a 4 byte boundary).
16055         * [misc/file.c]
16056         Renamed KERNEL_* functions and fixed prototypes.
16058         * [if1632/kernel.spec]
16059         Renamed KERNEL_* functions in order to be used by applications
16060         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
16061         _llseek, _lopen, _lwrite).
16063         * [Makefile]
16064         Create library instead of executable when building target
16065         libwine.a 
16067 ----------------------------------------------------------------------
16068 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
16070         * [Makefiles]
16071         Use $(CC) instead of cc.
16072         Added libwine target.
16074         * [include/prototypes]
16075         #ifdefed section for WineLib
16077         * moved loader/cursor.c   to misc/cursor.c
16078           moved loader/resource.c to misc/resource.c
16079           moved misc/emulate.c    to miscemu/emulate.c
16080           moved misc/int1a.c      to miscemu/int1a.c
16081           moved misc/int21.c      to miscemu/int21.c
16082           moved misc/kernel.c     to miscemu/kernel.c
16083           moved misc/user.c       to miscemu/user.c
16085         * [memorylib/heap.c]
16086         Heap management for WineLib
16088         * [misc/comm.c]
16089         Modified to allow compilation under SunOS (#include errno, SunOS
16090         doesn't have atexit ()).
16092         * [misc/dos_fs.c]
16093         Modified to allow compilation under SunOS (#include vfs.h)
16095         * [misc/file.c]
16096         Modified to allow compilation under SunOS (OPEN_MAX constant,
16097         #include unistd.h)
16099         * [objects/palette.c]
16100         Modified to allow compilation under SunOS (#include limits)
16102         * [toolkit/sup.c]
16103         WineLib version of CallWindowProc.
16105         * [windows/event.c]
16106         Typedef XPointer under X11R4 (OpenWindows).
16108         * [windows/win.c]
16109         When compiling WineLib, use direct callbacks instead of the
16110         windows supplied callbacks.
16112 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
16114         * [loader/cursor.c]
16115         New function CURSOR_SetWinCursor(), for internal use, to set
16116         the cursor of a specific window more reliably than with SetCursor().
16118         * [windows/nonclient.c]
16119         Better window management. Moving and resizing from the system
16120         menu should work now.
16121         Added scroll-bar mouse tracking.
16123         * [windows/win.c]
16124         Moved scroll-bar creation and destruction to defwnd.c.
16126 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16128         * [windows/nonclient.c]
16129         Call to StdDrawMenuBar() during NC's drawing.
16130         New NC_TrackMouseMenuBar() function which call 
16131                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
16133         * [controls/menu.c]
16134         New ChangeMenu() function.
16135         Remove permanently old Xt menu code.
16136         Make common functions MenuButtonDown(), MenuButtonUp()
16137                 & MenuMouseMove() for both popups & menubar.
16138         
16139         * [controls/combo.c]
16140         Paint OBM_COMBO directly in combo client.
16142         * [controls/listbox.c]
16143         Fix bug in multicolumns calculations.
16145         * [controls/Makefile]
16146         Remove rules for old file 'caption.c'.
16148         * [misc/kernel.c]
16149         Remove empty stub GetModuleFileName().
16151         * [loader/library.c]
16152         New GetModuleHandle() function.
16153         New GetModuleUsage() function.
16154         New GetModuleFileName() function.
16156         * [loader/resource.c]
16157         Try to find the bug a missing menu loading ... Not found yet !
16159         * [windows/win.c]
16160         Remove old menubar creation.
16162 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
16164         * [misc/winsocket.c]
16165         More functions added.
16167         * [if1632/winsock.spec] [misc/winsocket.c]
16168         Added John Brezak's winsock.dll stuff.
16170 ----------------------------------------------------------------------
16171 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
16173         * [loader/selector.c]
16174         Added function CreateNewSegments().  Modified IPCCopySelector
16175         to allow aliasing to any arbitrary memory space.
16177         * [memory/global.c]
16178         Fixed potential bug in GlobalGetFreeSegments().
16180         * [memory/linear.c]
16181         Created functions GlobalLinearLock() and GlobalLinearUnlock().
16183 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
16185         * [controls/widgets.c]
16186         Removed CAPTION window class.
16188         * [loader/cursor.c]
16189         Bug fix in LoadCursor(): don't allocate memory every time for
16190         built-in cursors.
16192         * [windows/clipping.c]
16193         Invalidate child windows in InvalidateRgn().
16195         * [windows/defwnd.c]
16196         Added repaint of the caption when changing window text.
16198         * [windows/event.c]
16199         Modified SetCapture() to allow keyboard events while capturing.
16201         * [windows/message.c]
16202         New function MSG_GetHardwareMessage(), to do mouse tracking
16203         without returning control to the Windows program.
16205         * [windows/nonclient.c]
16206         A couple of changes in frame drawing for DLGMODALFRAME windows.
16207         Rewritten window moving code, to use MSG_GetHardwareMessage()
16208         instead of non-client mouse events (this is the way Windows
16209         does it), and to send WM_ENTERSIZEMOVE messages.
16210         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
16212         * [windows/win.c]
16213         Allocate temporary structures on the USER heap instead of
16214         using GlobalAlloc().
16216         * [windows/winpos.c]
16217         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
16219 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16221         * [windows/nonclient.c]
16222         Call to StdDrawScrollBar() during NC's drawing.
16223         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
16224         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
16225         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
16227         * [controls/menu.c]
16228         New GetSubMenu() function.
16229         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
16231         * [controls/listbox.c]
16232         Start changes to satisfy recent changes in scrollbars/windows.
16234         * [loader/resource.c]
16235         Put some code in LoadAccelerators() stub.
16236         New TranslateAccelerator() function.
16238         * [windows/win.c]
16239         Remove GetMenu() & SetMenu() functions.
16240         Call to NC_CreateScrollBars() if required by CreateWindow().
16242 ----------------------------------------------------------------------
16243 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
16245         * [window/win.c]
16246         Added functions EnumWindows, EnumChildWindows, and helper
16247         WIN_EnumChildWin.  EnumWindows won't list all wine windows
16248         because GetDesktopWindow isn't complete.  However, the code
16249         is in place for it to work correctly and only needs 
16250         GetDesktopWindow to do so.  
16252 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
16254         * [windows/defwnd.c]
16255         Added handling of activation messages (WM_ACTIVATE,
16256         WM_NCACTIVATE, WM_MOUSEACTIVATE)
16258         * [windows/event.c]
16259         De-activate the window when losing input focus.
16261         * [windows/focus.c]
16262         Bug fix in SetFocus().
16264         * [windows/message.c]
16265         Added activation of the window on mouse-clicks.
16267         * [windows/nonclient.c]
16268         Changed non-client area painting to use the correct colors
16269         depending upon the activation state.
16270         Added WM_NCACTIVATE message handling.
16271         Fixed a couple of bugs in window moving and resizing.
16273         * [windows/winpos.c]
16274         Implemented Get/SetActiveWindow().
16275         Implemented SWP_NOACTIVATE flag in SetWindowPos().
16277 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16279         * [misc/message.c]
16280         MessageBox has a CaptionBar for his title except for
16281                 MB_SYSTEMMODAL with MB_ICONHAND.
16283         * [windows/nonclient.c]
16284         Call to NC_TrackSysMenu on SysMenu button mouse click.
16286         * [windows/defwnd.c]
16287         Call to NC_TrackSysMenu on Alt key (VK_MENU).
16289         * [controls/menu.c]
16290         New GetSystemMenu() function.
16291         New CopySystemMenu() internal function.
16292         New NC_TrackSysMenu() internal function.
16294         * [include/windows.h]
16295         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
16297 ----------------------------------------------------------------------
16298 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
16300         * [window/win.c]
16301         Added functions EnableWindow, IsWindowEnabled, and helper 
16302         WIN_SetSensitive.
16303         
16304         * [window/event.c]
16305         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
16306         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
16307         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
16308         button presses beep for a disabled window.  
16309         If anyone finds better places for these checks, please tell me.
16311 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16313         * [misc/message.c]
16314         Cleanup on buttons answer value returned.
16316         * [control/combo.c]
16317         Now use OBM_COMBO bitmap dropdown button.
16319 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
16321         * [misc/comm/c]
16322         A few bugfixes.
16324 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
16326         * [loader/cursor.c]
16327         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
16329         * [include/options.h] [misc/main.c]  (New files)
16330         Rewrote main() function to get rid of Xt application context,
16331         and added command-line option parsing.
16333         * [objects/color.c]
16334         Use of a private map now configurable with command-line option.
16336         * [windows/defwnd.c]
16337         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
16339         * [windows/event.c]
16340         Removed ConfigureNotify event handler (no longer needed).
16342         * [windows/message.c]
16343         Send WM_SETCURSOR message on mouse events.
16345         * [windows/nonclient.c]
16346         Use OEM bitmaps for the drawing of the non-client area.
16347         Added caption bar buttons handling, and moving and resizing of
16348         the window via the window frame (bypassing the window manager).
16350         * [windows/painting.c]
16351         Bug fix in BeginPaint().
16353         * [windows/win.c]
16354         Set the override_redirect flag for windows (to bypass window
16355         manager).
16357         * [windows/winpos.c]
16358         Implemented WindowFromPoint(), ChildWindowFromPoint(),
16359         BringWindowToTop(), Get/SetInternalWindowPos(),
16360         Get/SetWindowPlacement().
16362 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
16364         * [memory/heap.c]
16365         Added support for multiple local heaps.
16367 ----------------------------------------------------------------------
16368 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
16370         * [window/caret.c]
16371         Modified code to use system timer.
16373 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16375         * [windows/win.c]
16376         Windows create if required new XLIB MenuBar & CaptionBar.
16378         * [windows/defwnd.c]
16379         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
16380         (I'm not sure it's the good place for it, but it work...)
16382         * [loader/resource.c]
16383         optimize in FindResourceByNumber, make lseek() if next type ...
16385         * [controls/scroll.c]
16386         scrollbar buttons are now using system resources bitmaps.
16388         * [controls/caption.c] - new file ...
16389         captionbar showing title, close button with SysMenu,
16390         and other buttons using system resources bitmaps.
16392         * [controls/menu.c]
16393         New functions: SetMenuItemBitmaps() with 'glues',
16394         Make new version of LoadMenu() & ParseMenu(),
16395         ( put #define USE_POPUPMENU ).
16396         Implementation of MenuBar functions.
16397         
16398         * [sysres.dll]
16399         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
16400         New SYSMENU menu, it don't work yet ! :-((
16402 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
16404         * [memory/atom.c]
16405         Fixed a bug that could cause atoms to be case-sensitive.
16407         * [misc/rect.c]
16408         Bug fix in SubtractRect().
16410         * [objects/clipping.c]
16411         Bug fix when setting the clip mask to an empty region.
16413         * [windows/dce.c]
16414         Bug fix in ReleaseDC().
16416         * [windows/dialog.c]
16417         Call AdjustWindowRectEx() before creating the dialog window.
16418         Added support for DS_MODALFRAME style.
16420         * [windows/event.c]
16421         Cleaned up event handling and removed old Xt stuff.
16422         Moved double-click handling to windows/message.c
16424         * [windows/focus.c]
16425         Bug fix: only set the X focus when the window is viewable.
16427         * [windows/graphics.c]
16428         Rewritten DrawReliefRect() to use brush instead of pen, and
16429         to use the system colors.
16431         * [windows/message.c]
16432         Implemented WM_NCHITTEST message sending, and non-client
16433         mouse messages.
16434         Cleaned up double-click handling, and removed the Xt code.
16436         * [windows/nonclient.c]  (New file)
16437         Implemented AdjustWindowRect().
16438         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
16440         * [windows/painting.c]
16441         Added sending of the WM_NCPAINT message in BeginPaint().
16443         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
16444         Implemented system metrics.
16446         * [windows/win.c]
16447         Bug fix in setting the parent and owner in CreateWindow().
16448         Removed the Xt code.
16450         * [windows/winpos.c]
16451         Added sending of the WM_NCPAINT message in SetWindowPos().
16452         Removed the Xt code.
16454 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
16456         * [windows/class.c]
16457         Implemented GetClassName and GetClassInfo.
16459         * [windows/caret.c]
16460         Various improvements to text caret code.
16462 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
16464         * [misc/comm.c]
16465         Patches to work with NetBSD.
16467 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
16469         * [objects/bitblt.c] Added StretchBlt().
16471 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
16473         * [misc/user.c]
16474         Added creation of system message queue.
16476         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
16477         Added DC size fields into DC structure.         
16479         * [objects/clipping.c]
16480         Bug fix in CLIPPING_IntersectRect().
16482         * [windows/class.c]
16483         Allocate a DCE instead of a DC for CS_CLASSDC classes.
16485         * [windows/clipping.c]
16486         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
16488         * [windows/dce.c]
16489         Implemented GetDCEx() and GetWindowDC().
16491         * [windows/defwnd.c]
16492         Implemented WM_WINDOWPOSCHANGED handling.
16494         * [windows/event.c]
16495         Preliminary support for Xlib event handling instead of Xt callbacks.
16496         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
16498         * [windows/message.c]
16499         Preliminary support for multiple message queues.
16500         Implemented hardware_event() to store messages into the system queue.
16501         Implemented Get/SetTaskQueue().
16502         Better WM_PAINT and WM_TIMER handling.
16503         Changes to use Xlib instead of Xt for events.
16505         * [windows/painting.c]
16506         Use GetDCEx() to retrieve the DC, to get a correct visible region.
16508         * [windows/timer.c]
16509         Moved the timer procedure callback into DispatchMessage().
16510         Changed implementation to get rid of Xt timeouts.  Timer checking
16511         is now done inside GetMessage().
16513         * [windows/win.c]
16514         Allocate a DCE instead of a DC for CS_OWNDC windows.
16515         Replaced Xt calls with Xlib calls.
16516         Moved window positioning functions into windows/winpos.c
16518         * [windows/winpos.c]  (New file)
16519         Rewritten most of the window positioning functions.
16520         Implemented SetWindowPos() and MapWindowPoints().
16522 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16524         * [if1632/user.spec]
16525         Bad arguments description for function SetDlgItemText.
16527         * [objects/text.c]
16528         Function DrawText now handle DT_CALCRECT request.
16530         * [misc/message.c]
16531         Message boxes now use DrawText with DT_CALCRECT.
16533         * [windows/graphics.c]
16534         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
16536         * [windows/win.c]
16537         Bug fix for flags in function ShowWindow.
16538         More accurate WM_SIZE generated by function ShowWindow.
16540         * [controls/listbox.c]
16541         More code for LBS_MULTIPLESEL.
16542         More code for LBS_MULTICOLUMN.
16544         * [include/windows.h]
16545         Bad define for MF_SEPARATOR.
16547         * [controls/menu.c]
16548         New functions: PopMenuWndProc() with 'glues',
16549         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
16550         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
16551         Code in stubs: CreateMenu(), DestroyMenu(). 
16553 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
16555         * loader/wine.c: Added support for relocation types 5 and 6.
16557 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
16559         * [misc/comm.c]
16560         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
16561         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
16562         GetCommError(), SetCommEventMask(), GetCommEventMask(),
16563         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
16564         WriteComm().
16566 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
16568         * [windows/caret.c]
16569         Implemented text caret functions.
16571 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
16573         * [loader/wine.c]
16574         Bug fix in LoadImage().
16576         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
16577           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
16578         Modified graphics calls to take into account the DC origin.
16580         * [windows/defwnd.c]
16581         Added preliminary WM_NCCALCSIZE handling.
16583         * [windows/event.c]
16584         Send WM_NCCALCSIZE message on resize event.
16586         * [windows/win.c]
16587         Send WM_NCCALCSIZE message in CreateWindow().
16588         Realize widgets at creation time (should prevent problems with
16589         unrealized widgets).
16591 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16593         * [controls/static.c]
16594         Send mouse & keyboard message received to its parent.
16596         * [controls/scroll.c]
16597         Send keyboard message received to its parent.
16599         * [controls/listbox.c]
16600         Add Navigation keys .
16601         ListBox now use VSCROLL & HSCROLL instead of children.
16602         Alpha version of LBS_MULTIPLESEL.
16603         Alpha version of LBS_MULTICOLUMN.
16605         * [controls/combo.c]
16606         Add Navigation keys on closed ComboBox.
16607         Remove useless 'COMBOBOX_CreateComboBox' function.
16609 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
16611         * [loader/wine.
16612         LoadImage() modified to use FindFile().
16614         * [misc/file.c]
16615         SetErrorMode added
16617         * [misc/dos_fs.c]
16618         bug fixes.
16620 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16622         * [memory/global.c]
16623         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
16625         * [sysres.dll]
16626         preliminary version of a 'glass of wine' bitmap
16628         * [windows/event.c]
16629         New function 'GetCapture'.
16631         * [controls/scroll.c]
16632         Remove useless 'SCROLLBAR_CreateScrollBar' function.
16634         * [controls/listbox.c]
16635         Remove useless 'LISTBOX_CreateListBox' function.
16637 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
16639         * [objects/font.c]
16640         Corrected bugs in GetCharWidth().
16642         * [windows/event.c]
16643         Modified EVENT_key to send Windows virtual key codes for
16644         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
16645         for printable characters.
16647 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
16649         * [windows/graphics.c]
16650         Added Polyline and Polygon
16652 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
16654         * [controls/listbox.c]
16655         ListBoxDirectory() modified to use dos_fs.c's functions to
16656         access files&|drives.
16658 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
16660         * [misc/dos_fs.c]
16661         Added FindFile() to search a file in a dos/unix style path.
16662         
16663         * [misc/file.c]
16664         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
16665         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
16666         GetDriveType.                      
16668         * [misc/int21.c]
16669         Modified.
16671 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
16673         * [misc/profile.c]
16674         The Profile functions now return the correct values. They now
16675         implement all the features described in the SDK.
16677 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
16679         * [loader/selector.c]
16680         Rewrote selector aliasing routines to use System V IPC
16681         routine to alias memory segments.
16683 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16685         * [controls/listbox.c]
16686         More consistency in functions using wIndexes
16688         * [controls/scroll.c]
16689         New function : ShowScrollBar().
16691         * [loader/cursor.c] ... New file
16692         Move cursor functions from [loader/resource.c].
16693         New function : ClipCursor().
16694         New function : GetClipCursor().
16695         New function : CreateCursor().
16696         SetCursor() now working using gloabal variable 'winHasCursor'.
16698         *[object/palette.c]
16699         New stub only : SelectPalette().
16700         New stub only : RealizePalette().
16702         *[win/event.c]
16703         New function : EVENT_enter_notify(),
16704                 update 'winHasCursor' and send WM_SETCURSOR.
16706         *[win/defwnd.c]
16707         Add processing of WM_SETCURSOR message.
16709         *[win/win.c]
16710         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
16711         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
16712         New function ClientToScreen().
16713         New function ScreenToClient().
16715 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
16717         * [files.h / regfunc.h / misc/dos.c]
16718         Removed.
16720         * [misc/dos_fs.c]
16721         Added support for loading dosdrive cfg from wine.ini.
16723         * [misc/int21.c]
16724         Modified.
16727 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
16729         * [include/atom.h] [memory/atom.c]
16730         Implemented atoms.
16732         * [windows/class.c]
16733         Modified RegisterClass() to use atoms.
16734         Implemented CS_GLOBALCLASS style.
16736         * [windows/message.c]
16737         Implemented RegisterWindowMessage().
16739         * [loader/resource.c]
16740         Bug fix in LoadResource().
16742         * [windows/dialog.c]
16743         Modified CreateDialogParam() to use Find/LoadResource().
16745 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
16747         * [windows/scroll.c]
16748         Preliminary implementations of ScrollWindow, ScrollDC and
16749         ScrollWindowEx.
16751 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16753         * [controls/listbox.c]
16754         Optimization of redraw during 'Add' or 'Insert'.
16756         * [controls/scroll.c]
16757         Optimization of WM_PAINT during 'thumbtracking'.
16759         * [controls/button.c]
16760         Add of beta implement of 'BS_OWNERDRAW'
16762         * [controls/static.c]
16763         Style 'SS_ICON' new supported.
16765         * [misc/message.c]
16766         Begin of implemantation of MB_XXX styles.
16768         * [loader/resource.c]
16769         Function LoadIcon() : now prepare transparency Bitmap mask.
16770         Function LoadCursor() : now prepare a 'X pixmapcursor'.
16771         New function SetCursor() : not finished.
16772         New function ShowCursor() : not finished.
16773         New function AccessResource() : stub.
16775         * [obj/dib.c]
16776         Function DrawIcon(): deugging phase of icon transparency mask.
16778         * [loader/library.c]
16779         new file for news functions LoadLibrary() & FreeLibrary().
16781         * [sysres.dll]
16782         Resources only 16bits DLL for System Resources, icons, etc...
16784 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
16786         * [include/dialog.h] [windows/dialog.c]
16787         Simplified dialog template parsing.
16788         Implemented DialogBoxIndirect().
16790         * [windows/win.c]
16791         Fixed bug in CreateWindow() when aborting window creation.
16792         Modified UpdateWindow() to only update visible windows.
16793         Implemented IsWindow().
16795 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16797         * [controls/listbox.c]
16798         Listbox control window : new messages.
16800         * [controls/combo.c]
16801         Combo box control window : new messages.
16803         * [misc/message.c]
16804         Moved stub MessageBox() to this new file.
16805         Implemented of a callback, now MessageBox show a window.
16807         * [loader/resource.c]
16808         New function DestroyIcon()
16809         New function DestroyCursor()
16810         Filled stub LoadIcon()
16811         Filled stub LoadCursor()
16812         Bug fixed in FindResourceByName() : missing lseek().
16814         * [obj/dib.c]
16815         New function DrawIcon()
16817         * [windows/win.c]
16818         New function CloseWindow()
16819         New function OpenIcon()
16820         New function IsIconic()
16821         New Function FindWindow()
16823 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
16825         * [loader/selector.c]
16826         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
16828 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
16830         * [loader/selector.c]
16831         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
16833 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
16835         * [loader/resource.c]
16836         Wrote FindResource(), LoadResource(), LockResource(),
16837         and FreeResource()
16839         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
16840         Changed selector allocation method.
16842 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
16844         * [if1632/callback.c if1632/call.S if1632/user.spec] 
16845         added Catch (KERNEL.55) and Throw (KERNEL.56)
16846         
16847 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16849         * [controls/scroll.c]
16850         Scroll bar control window
16851                 Bug resolved : Painting message before scroll visible.
16853         * [controls/listbox.c]
16854         Listbox control window
16855                 Destroy cleanup.
16857         * [controls/combo.c]
16858         Combo box control window
16859                 Destroy cleanup.
16861         * [controls/button.c]
16862                 GetCheck Message now return is state.
16864         * [windows/win.c]
16865         New function IsWindowVisible()
16867 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
16869         * [if1632/user.spec]
16870         Removed some duplicate entries.
16872         * [include/dialog.h] [windows/dialog.c]
16873         Implemented dialog units and fonts.
16874         Added preliminary loading of dialog resources.
16875         Preliminary implementation of DialogBox().
16876         Implemented Get/SetDlgItem* functions.
16878         * [windows/win.c]
16879         Implemented WM_PARENTNOTIFY message.
16880         Implemented CreateWindowEx() and GetWindow().
16881         Completed DestroyWindow().
16883 Mon Nov  1 18:19:34 1993  Erik Bos
16885         * [loader/signal.c]
16886         Added support for int 0x11 & 0x12.
16888         * [loader/int21.c]
16889         Improved function handling.
16891 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
16893         * [objects/font.c]
16894         Implemented GetCharWidth().
16896 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
16898         * [Makefile]
16899         Use GNU malloc.
16901         * [include/int21.h include/wine.h]
16902         Change sc_eflags to sc_efl .
16904         * [include/wine.h]
16905         Fix misplaced #endif
16906         Include <signal.h> for NetBSD
16908         * [loader/int21.c]
16909         Don't include <sys/vfs.h> in NetBSD
16910         Do include <sys/mount.h> in NetBSD
16911         Cleanup some lint.
16913 Mon Oct 26 17:59:01 1993  Erik Bos
16915         * [include/int21.h]
16916         Added.
16918         * [loader/int21.c]
16919         Added support for many dos ints.
16921         * [misc/file.c] [include/files.h]
16922         Moved OPEN_MAX and DosDriveStruct to files.h.
16924 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
16926         * [controls/button.c]
16927         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
16928         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
16929         a preliminary USERBUTTON control.
16931         * [objects/text.c]
16932         Corrected bugs in TEXT_NextLine() and added handling of prefix
16933         character.
16935         * [controls/button.c]
16936         Disabled focus handling by commenting out SetFocus() calls until
16937         serious bug can be found.
16939 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
16941         * [controls/listbox.c]
16942         Listbox control window
16943                 Painting cleanup, new messages processed.
16945         * [controls/scroll.c]
16946         Scroll bar control window
16947                 Painting cleanup.
16949         * [controls/combo.c]
16950         Combo box control window
16951                 Painting cleanup.
16953 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
16955         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
16956         Better support for the private color map.
16957         Using a private map is now the default.
16959         * [windows/win.c]
16960         Bug fix.
16962         * [include/dialog.h] [windows/dialog.c]
16963         Implemented CreateDialog*() and IsDialogMessage().
16965         * [misc/xt.c] [windows/defwnd.c]
16966         Moved DefWindowProc() to defwnd.c.
16967         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
16969         * [windows/defdlg.c]
16970         Started the implementation of DefDlgProc().
16972         * [windows/win.c]
16973         Added WM_NCCREATE and WM_NCDESTROY messages.
16974         Implemented IsChild().
16976 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
16978         * [windows/focus.c]
16979         Implemented GetFocus() and SetFocus().
16981         * [windows/event.c]
16982         Added processing of FocusIn and FocusOut events.
16984         * [windows/graphics.c]
16985         Added DrawFocusRect().
16987 Sat Oct  9 14:36:57 1993  Erik Bos
16989         * [loader/int1a.c]
16990         Added more function handling.
16992 Wed Oct  6 12:21:22 1993  Erik Bos
16994         * [loader/signal.c]
16995         Split signal.c into int1a.c, int21.c and signal.c.
16997 Tue Oct  5 22:12:40 1993  David Metcalfe
16999         * [controls/static.c] [control/widgets.c]
17000         Static control class.
17002         * [objects/text.c]
17003         Added processing of additional DT_ flags to DrawText().
17005         * [windows/win.c] [misc/xt.c]
17006         Added SetWindowText() and WM_SETTEXT processing.
17008 Tue Oct  5 22:12:40 1993  Martin Ayotte
17010         * [controls/listbox.c]
17011         Listbox control window
17013         * [controls/scroll.c]
17014         Scroll bar control window
17016         * [controls/combo.c]
17017         Combo box control window
17019         * [include/combo.h]
17020         Combo box definitions
17022         * [include/listbox.h]
17023         Listbox definitions
17025         * [include/scroll.h]
17026         Scroll bar definitions
17028 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
17030         * [if1632/callback.c]
17031         Fixed bug in MakeProcInstance().
17033         * [debugger/info.c]
17034         Changed x/w and x/b to display in hex.
17036         * [debugger/i386-pinsn.c]
17037         Added code to properly unassemble 16-bit indexing.
17039 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
17041         * [loader/files.c] [misc/profile.c]
17042         System initialization file is now called "wine.ini" and can
17043         be located in the current directory, the user's home directory,
17044         or any directories specified in the WINEPATH environment variable.
17046         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
17047         Changed register function stack to match sigcontext structure.
17049 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
17051         * [loader/files.c]
17052         Created function to search a path for files to load.
17054         * [loader/wine.c]
17055         Modified exe and dll file loading to search through path
17056         specified by the environment variable WINEPATH.
17058 Thu Sep 30 22:30:21 1993  Eric Youngdale
17060         * [loader/signal.c]
17061         Bug fix.
17063 Thu Sep 30 22:30:21 1993  John Brezak
17065         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
17066           [debugger/obstack.h]
17067         Updates to allow debugger to function under NetBSD.
17069 Tue Sep 28 19:59:21 1993  David Metcalfe
17071         * [windows/win.c]
17072         Implemented support for windows with no borders.  Added
17073         GetParent(), GetDlgCtrlID(), GetWindowText() and
17074         GetWindowTextLength() functions.
17076         * [misc/xt.c]
17077         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
17078         to DefWindowProc and Implemented MessageBeep().
17080         * [windows/syscolor.c]
17081         Added preliminary system color support.
17083         * [controls/button1.c]
17084         Mods to new button control and integration with Wine.
17086 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
17088         * [controls/button1.c]
17089         New button control using GDI functions.
17090         
17091 Tue Sep 28 19:59:21 1993  Eric Youngdale
17093         * [debugger/*]
17094         Added debugging capabilities to Wine
17096 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
17098         * [objects/region.c]
17099         Bug fix
17101 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
17103         * [tools/build.c]
17104         Changed the entry point code to reduce the standard entry
17105         point size from 22 bytes to 10 bytes.  This leaves about
17106         4000 free entry points instead of the 800 in version 0.4.2.
17108         * [loader/resource.c]
17109         Rewrote functions to allow loading of resources from any
17110         DLL.
17112         * [loader/wine.c] [include/wine.h]
17113         Added functions GetFilenameFromInstance() and GetFileInfo()
17114         to search for a loaded file based on its instance handle.
17115         Added a field in struct w_files to make searching by an instance
17116         handle faster.
17118 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
17120         * [misc/profile.c]
17121         Implementation of .INI file handling
17123 Mon Sep 20 10:54:32 1993  David Metcalfe
17125         * [misc/profile.c.old]
17126         Implementation of .INI file handling
17128 Mon Sep 20 10:54:32 1993  John Brezak
17130         * [controls/WinButton.c]
17131         Bug fix with call to XtVaSetValues.
17133 Mon Sep 20 10:54:32 1993  Alexandre Julliard
17135         * [windows/win.c]
17136         Quick patch to get colormaps to work with button widget.
17138 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
17140         * misc/keyboard.c: 
17141         Ifdefed out some bogus Ansi<->Oem conversion functions
17143         * misc/lstr.c: 
17144         New file with string functions like lstr* IsChar* *Ansi* 
17146 Wed Sep 15 20:35:10 1993  John Brezak
17148         * [loader/signal.c]
17149         Additional changes to support NetBSD.
17151 Wed Sep 15 22:19:22 1993  Martin Ayotte
17153         * [windows/graphics.c]
17154         Added FrameRect function
17156 Tue Sep 14 13:54:45 1993  Alexandre Julliard
17158         * [objects/color.c] [objects/palette.c]
17159         Preliminary support for private color map.
17161         * [windows/class.c]
17162         Implemented CS_CLASSDC style.
17164         * [windows/dce.c]
17165         Moved DCEs to USER heap.
17166         Implemented class and window DCs.
17168         * [windows/event.c]
17169         Implemented CS_DBLCLKS style.
17171         * [windows/graphics.c]
17172         Bug fix in SetPixel().
17174         * [windows/win.c]       
17175         Implemented CS_OWNDC style.
17176         Implemented Get/SetWindowLong().
17178         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
17179           [windows/dce.c] [windows/message.c] [windows/win.c]   
17180         Moved windows from global heap to USER heap.
17182 Mon Sep 13 05:00:11 1993  Eric Youngdale
17184         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
17185           [loader/wine.c] [tools/build.c]
17186         Added ability to generate missing functions statistics.
17188 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
17190         * [WIN31-APPLETS]
17191         Added new file.
17193         * [if1632/kernel.spec]
17194         Added definitions for GetProfile{Int,String} and SetHandleCount.
17196         * [if1632/keyboard.spec]
17197         Created interface specification for Keyboard driver DLL.
17199         * [if1632/relay.c]
17200         Added keyboard.dll to list of included DLLs.
17202         * [if1632/user.spec]
17203         Added LoadAccelerators definition.
17205         * [loader/resource.c]
17206         Added LoadAccelerators stub.
17208         * [misc/file.c]
17209         Changed OpenFile, and added SetHandleCount (for winfile.exe)
17211         * [misc/keyboard.c]
17212         Added keyboard code.
17214         * [misc/profile.c] [misc/xt.c]
17215         Moved GetPrivateProfile* commands here, and added GetProfile*
17216         commands.
17218 Mon Sep 13 10:24:37 1993  Andrew Bulhak
17220         * [windows/utility.c]
17221         Implemented MulDiv(), OutputDebugString() and wvsprintf()
17223 Fri Sep 10 09:13:30 1993  John Brezak
17225         * [*/Makefile]
17226         Created patch to allow BSD make to build wine.
17228         * [windows/win.c]
17229         Fixed NULL pointer reference.
17231         * [windows/message.c] [misc/xt.c]
17232         Defined HZ to handle system specific timing.
17234         * [windows/graphics.c]
17235         Use M_PI is PI
17237         * [objects/pallete.c]
17238         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
17240         * [dump.c] [ldt.c] [wine.c]
17241         ifdef'ed linux headers for linux compile.
17243         * [loader/ldtlib.c]
17244         Add NetBSD system calls when compiled on that system.
17246         * [loader/selector.c]
17247         Use mmap(MAP_ANON, ...) for NetBSD.
17249         * [if1632/call.S]
17250         Fixed selector assumptions.
17252 Thu Sep 9 20:01:37 1993  David Metcalfe
17254         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
17255           [windows/win.c] [windows/class.c]
17256         Added 3D button control and tied into CreateWindow()
17258 Thu Sep  9 07:35:24 1993  Scott Laird
17260         * [if1632/sound.spec]
17261         Created interface specification for SOUND DLL.
17263         * [if1632/win87em.spec]
17264         Added more functions to the WIN87EM DLL interface specification
17266         * [misc/emulate.c]
17267         Created stubs for the new math emulation functions.
17269         * [misc/sound.c]
17270         Created stubs for the SOUND DLL.
17272 Sun Sep  5 21:02:10 1993  John Burton
17274         * [if1632/kernel.spec]
17275         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
17276         and _lwrite.
17278         * [include/windows.h]
17279         Added OF_ macros
17281         * [misc/file.c]
17282         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
17284 Fri Sep  3 18:47:03 1993  Alexandre Julliard
17286         * [windows/dc.c]
17287         Bug fix
17289         * [objects/text.c]
17290         Bug fix
17292 Fri Sep  3 18:47:03 1993  Bob Amstadt
17294         * [objects/linedda.c]
17295         Finished LineDDA().
17297 Fri Sep  3 11:52:18 1993  Bob Amstadt
17299         * [windows/timer.c]
17300         Changed to use CallWindowProc() rather directly calling callback.
17302         * [windows/event.c]
17303         Implemented SetCapture() and ReleaseCapture()
17305         * [windows/keyboard.c]
17306         Created stub for GetKeyState()
17308         * [objects/linedda.c]
17309         Created stub for LineDDA()
17311         * [if1632/callback.c]
17312         Created callback handler for LineDDA callback procedure.
17314         * [if1632/callback.c]
17315         Created FreeProcInstance()
17317 Fri Sep  3 08:36:52 1993  David Metcalfe
17319         * [loader/signal.c]
17320         Patch to and code for INT 1A
17322 Thu Sep  2 00:31:54 1993  Alexandre Julliard
17324         * [objects/font.c] [objects/text.c]
17325         More text support: implemented justification and underlining.
17327         * [windows/clipping.c] [objects/clipping.c]
17328         Moved low-level clipping functions to objects/clipping.c.
17330         * [windows/clipping.c] [windows/event.c] [windows/message.c]
17331         Implemented window update regions.
17333         * [windows/dc.c] [objects/dcvalues.c]
17334         Moved some device-independent DC functions to objects/dcvalues.c.
17336         * [windows/graphics.c]
17337         Implemented InvertRect() and GetPixel().
17339 Sat Aug 28 08:40:23 1993  Eric Youngdale
17341         * [include/neexe.h] [loader/wine.c]
17342         Added code to handle relocation type 4.
17344         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
17345         Added support for dos interrupts.
17347 Thu 26 Aug 19:15:00 1993  Eric Youngdale
17349         * [loader/selector.c]
17350         Fixed bug dealing with loading DLLs.
17352 Thu Aug 26 19:22:40 1993  Alexandre Julliard
17354         * [include/gdi.h] [objects/font.c] [windows/dc.c]
17355         Beginning of real font support.
17357         * [windows/graphics.c]
17358         Implemented PatBlt().
17360         * [memory/global.c]
17361         Corrected a bug with linked list handling in GlobalAlloc().
17363         * [objects/bitmap.c]
17364         Corrected a bug in BITMAP_SelectObject().
17366 Tue Aug 24 19:22:40 1993  David Metcalfe
17368         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
17369           [controls/SmeMenuButt*]
17370         Change code to support & as a special character in menu item text.
17372 Tue Aug 24 19:22:40 1993  Alexandre Julliard
17374         * [include/gdi.h] [windows/dc.c]
17375         Heavily modified the DC structure for better device-independence.
17377         * [objects/bitmap.c]
17378         Implemented bitmap dimensions.
17380         * [windows/dc.c] [windows/dce.c]
17381         Implemented DC state saving and restoring.
17383         * [windows/dc.c]
17384         Implemented ROP mode.
17386         * [windows/graphics.c]
17387         Implemented FillRect().
17389 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
17391         * [misc/xt.c]
17392         Fixed bug in InvalidateRect().  Solitaire attempted to
17393         clear window before it was realized.
17395         * [loader/resource.c]
17396         Began rewrite of LoadBitmap().
17398         * [loader/wine.c]
17399         Fixed code which set Argv and Argc global variables.
17401         * [loader/selector.c]
17402         Added code to set up command line arguments.
17404         * [include/neexe.h]
17405         Fixed error in PSP structure.
17407 Tue Aug 17 20:41:12 1993  Alexandre Julliard
17409         * [include/gdi.h] [windows/dc.c]
17410         Implemented device capabilities.
17412         * [objects/region.c]
17413         Implemented EqualRgn() and CombineRgn().
17415         * [windows/clipping.c]
17416         Implemented Save/RestoreVisRgn().
17418         * [windows/graphics.c]
17419         Implemented PaintRgn() and FillRgn().
17421         * [windows/mapping.c]
17422         Implemented mapping modes.
17424 Tue Aug 10 14:07:38 1993  Alexandre Julliard
17426         * [if1632/user.spec] [misc/rect.c]
17427         Implemented rectangle API functions.
17429         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
17430         Implemented regions.
17432         * [windows/class.c]
17433         Corrected a typo in UnregisterClass().
17435         * [windows/clipping.c] [windows/dc.c]
17436         Implemented DC clipping and visible region.
17438 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
17440         * [controls/menu.c] [windows/win.c]
17441         SetMenu(), GetMenu(), CheckMenuItem() implemented
17443 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
17445         * [controls/menu.c] [windows/win.c]
17446         Many improvements menus.  LoadMenu() should work.
17448 Wed Aug  4 14:55:36 1993  Alexandre Julliard
17450         * [objects/dib.c]
17451         Started the implementation of device-independent bitmaps.
17453         * [objects/bitmap.c]
17454         Added support for multiple bitmap depths.
17456         * [objects/brush.c]
17457         Implemented pattern brushes.
17459         * [windows/dc.c] [windows/graphics.c]
17460         Implemented some GDI graphics primitives.
17462 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
17464         * [controls/menu.c] [windows/win.c] [include/menu.h]
17465         Code to load class menus from executable file.
17467         * [if1632/user.spec]
17468         Fixed specification of SendMessage() and PostMessage.
17470 Mon Jul 26 21:53:24 1993  Alexandre Julliard
17472         * [if1632/call.S]
17473         Corrected a bug in KERNEL_InitTask().
17475         * [include/windows.h]
17476         Added a lot of constants.
17478         * [loader/selector.c]
17479         Corrected a bug in segment allocation in CreateSelectors().
17481         * [objects/bitmap.c]
17482         Implemented SelectObject() for bitmaps.
17484         * [objects/brush.c]
17485         Implemented hatched brushes and SelectObject().
17487         * [objects/gdiobj.c]
17488         Removed linked list (not needed).
17490         * [objects/palette.c]
17491         Implemented system palette creation and misc. palette API functions.
17493         * [windows/timer.c]
17494         Implemented timers.
17496         * [windows/dc.c]
17497         Implemented memory device contexts.
17499 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
17501         * [dos.c]
17502         Split DOS3Call() out of kernel.c.  Added support for get date
17503         and time functions.
17505         * [call.S]
17506         Added function ReturnFromRegisterFunc() to allow DOS calls
17507         to return values in registers.
17509         * [regfunc.h]
17510         Macros to access registers saved on stack.
17512 Tue Jul 20 10:38:59 1993  Alexandre Julliard
17514         * [win.c]
17515         Corrected allocation of the WM_CREATE data structure.
17517         * [dce.c] [dce.h]
17518         Implemented DCE handling.
17520         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
17521           [gdiobj.c] [palette.c] [pen.c]
17522         Implemented the GDI objects data structures and allocation.
17524         * [windows.h]
17525         Added several structures and constants for GDI objects.
17527 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
17529         * [ldtlib.c]
17530         Modified system calls to match Linus' new interface for
17531         the LDT modification.
17533         * [win.c]
17534         Fixed bug with WM_CREATE message.
17536         * [heap.c] [kernel.spec]
17537         Completed local heap allocation functions.
17539         * [global.c]
17540         Created function GlobalQuickAlloc() for easy allocation from DLLs
17542 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
17544         * [global.c]
17545         Completed global memory pool API
17547 Sun Jul 11 16:59:52 1993  Alexandre Julliard
17549         * [message.c] [user.c] [user.spec] [windows.h]
17550         Added emulation of Windows message queue.
17552 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
17554         * [build.c] Original by Bob Amstadt
17555         * [callback.c] Original by Bob Amstadt, updates by 
17556         Alexandre Julliard
17557         * [dump.c] Original by Bob Amstadt
17558         * [global.c] Original by Bob Amstadt
17559         * [heap.c] Original by Bob Amstadt
17560         * [kernel.c] Original by Bob Amstadt
17561         * [ldt.c] Original by Bob Amstadt
17562         * [ldtlib.c] Original by Bob Amstadt
17563         * [relay.c] Original by Bob Amstadt
17564         * [resource.c] Original by Bob Amstadt, updates by 
17565         Alexandre Juliard
17566         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
17567         * [user.c] Original by Bob Amstadt
17568         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
17569         Alexandre Julliard
17570         * [wintcl.c] Original by Regents of the University of California,
17571         updates by Peter MacDonald and Alexandre Julliard
17572         * [callback.h] Original by Bob Amstadt
17573         * [dlls.h] Original by Bob Amstadt
17574         * [heap.h] Original by Bob Amstadt
17575         * [neexe.h] Original by Bob Amstadt
17576         * [prototypes.h] Original by Bob Amstadt, updates by 
17577         Eric Youngdale
17578         * [segmem.h] Original by Bob Amstadt
17579         * [tkInt.h] Original by Regents of the University of California
17580         * [windows.h] Original by Peter MacDonald, updates by 
17581         Alexandre Julliard and Bob Amstadt
17582         * [wine.h] Original by Eric Youngdale
17583         * [kernel.spec] Original by Bob Amstadt, updates by 
17584         Alexandre Julliard
17585         * [gdi.spec] Original by Bob Amstadt, updates by 
17586         Alexandre Julliard
17587         * [shell.spec] Original by Bob Amstadt
17588         * [unixlib.spec] Original by Bob Amstadt
17589         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
17590         * [win87em.spec] Original by Bob Amstadt
17591         * [Windows.tcl] Original by Peter MacDonald, updates by 
17592         Alexandre Julliard
17593         * [build-spec.txt] Original by Bob Amstadt
17594         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale