Removed calls to Wine internal functions.
[wine] / ChangeLog
1 ----------------------------------------------------------------
2 2000-10-26  Alexandre Julliard  <julliard@winehq.com>
3
4         * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
5         Raise an exception when a stub entry point is called.
6
7         * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
8         Removed unused STRUCT32_NCCALCSIZE functions.
9
10         * windows/input.c, controls/menu.c:
11         Dmitry Timoshkov <dmitry@sloboda.ru>
12         Ask application to reinitialize its menu before processing an
13         accelerator key.
14
15         * dlls/shell32/shellpath.c:
16         Martin Pilka <mpilka@codeweavers.com>
17         "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
18
19         * dlls/ntdll/signal_i386.c:
20         Fixed typo due to merge error.
21
22         * dlls/oleaut32/typelib.c:
23         Francois Jacques <francoisj@macadamian.com>
24         Updated the load process so that all typelibs (and not just the first
25         one, as it used to) stored in a DLL can be loaded.
26
27         * graphics/painting.c:
28         Mark Dufour <m.dufour@student.tudelft.nl>
29         Implemented PolyDraw() and AngleArc().
30
31 2000-10-25  Alexandre Julliard  <julliard@winehq.com>
32
33         * windows/x11drv/keyboard.c:
34         Dmitry Timoshkov <dmitry@sloboda.ru>
35         Added an another special case handling for Shift+[NumPad]DEL.
36
37         * debugger/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in:
38         Kristoffer Gleditsch <toffer@ping.uio.no>
39         Added LDFLAGS to linking of wine-related binaries.
40
41         * dlls/ttydrv/user.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec, include/user.h, include/x11drv.h, windows/input.c, windows/keyboard.c, windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec:
42         Dmitry Timoshkov <dmitry@sloboda.ru>
43         Replaced ToAscii by ToUnicode in the User driver interface.
44
45         * dlls/ddraw/ddraw/x11.c:
46         William Waghorn <wwaghorn@litany.demon.co.uk>
47         xf86vmode_setdisplaymode() wasn't properly saving the 'private' field
48         of the XF86VidModeModeLine structure.
49
50         * controls/scroll.c:
51         Francois Methot <francoism@macadamian.com>
52         Added support of blinking thumb as found in Windows scrollbar.
53
54         * dlls/oleaut32/typelib.c:
55         Francois Jacques <francoisj@macadamian.com>
56         Updated typelib loader. Typelib contents can be stored as multibyte
57         strings. However, they are always returned to the application as BSTR,
58         e.g. UNICODE strings. All strings are now stored as BSTR instead of
59         ASCII strings.
60
61         * include/module.h, loader/module.c, loader/pe_image.c:
62         Andreas Mohr <amohr@codeweavers.com>
63         Free the Win16 dummy module and wm->deps.
64
65         * graphics/x11drv/graphics.c:
66         Mark Dufour <m.dufour@student.tudelft.nl>
67         X11DRV_DrawArc: swap the start and end points when drawing in
68         clockwise direction.
69
70         * objects/region.c:
71         Aviad Pineles <paviad@netvision.net.il>
72         Avoid infinite loop in CreateRoundRectRgn().
73
74         * Make.rules.in, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/resources/.cvsignore, dlls/user/resources/display.rc, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc, dlls/user/resources/mouse.rc16, if1632/builtin.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec16.c, tools/winebuild/utils.c:
75         Added support for loading .res files for 16-bit resources.
76
77         * relay32/builtin32.c:
78         Removed no longer used structure definition.
79
80         * tools/wrc/writeres.c:
81         16-bit resource size must be scaled by alignment.
82
83         * dlls/comctl32/tab.c:
84         Chris Morgan <cmorgan@codeweavers.com>
85         Implement TCS_VERTICAL style.  Fix tab borders to have shading that
86         matches Windows.  Center image and text in tabs.  Size tabs to
87         completely fill each row with multiline style.  Fix positioning of
88         tabs for TCS_BOTTOM style.  Fix various drawing issues.
89
90         * dlls/comctl32/treeview.c:
91         Susan Farley <susan@codeweavers.com>
92         - When inserting an item, do not invalidate the area above the new
93           item.
94         - The debug function that verifies the tree after each insertion
95           should be disabled by default.
96
97         * dlls/dsound/dsound_main.c:
98         Andreas Mohr <amohr@codeweavers.com>
99         Reimplement patch by Marcus Meissner ('98) to "fix" problems with
100         DSCAPS_EMULDRIVER flag for games like Quake 2 and Unreal Tournament.
101
102         * dlls/winmm/wineoss/audio.c:
103         Andreas Mohr <amohr@codeweavers.com>
104         Transform device open error TRACE()s into WARN(); better error msgs.
105
106         * windows/winpos.c:
107         Rein Klazes <rklazes@casema.net>
108         In SWP_DoNCCalcSize() when determining whether the client area has
109         moved, use the client coordinates as they are: not relative to its
110         window coordinates.
111
112         * windows/sysparams.c:
113         Andreas Mohr <amohr@codeweavers.com>
114         Added SPI_GETWINDOWSEXTENSION.
115
116         * scheduler/process.c:
117         Jeremy White <jwhite@codeweavers.com>
118         Added support for a WINELOADER environment variable which allows the
119         specification of a different binary loader.
120
121 2000-10-24  Alexandre Julliard  <julliard@winehq.com>
122
123         * include/module.h, loader/pe_resource.c:
124         Removed GetResDirEntryA/W.
125
126         * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
127         Implement InternalExtractIcon by calling PrivateExtractIcons instead
128         of duplicating all the code.
129
130         * tools/wrc/Makefile.in, tools/wrc/genres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/writeres.c:
131         Added codepage translation based on the language id (based on a patch
132         by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
133
134         * controls/menu.c:
135         Aric Stewart <aric@codeweavers.com>
136         Converted menu string handling to Unicode.
137
138         * dlls/winsock/ws2_32.spec:
139         Aric Stewart <aric@codeweavers.com>
140         Added forward for WSAResetEvent.
141
142         * dlls/winsock/socket.c:
143         Rein Klazes <rklazes@casema.net>
144         Convert the value of level when setsockopt is called with
145         WS_SO_DONTLINGER.
146
147         * misc/options.c, server/request.c, dlls/dsound/dsound_main.c, dlls/odbc32/proxyodbc.c, dlls/wineps/init.c, if1632/thunk.c, loader/task.c:
148         Patrik Stridvall <ps@leissner.se>
149         Explicitly initialize structures.
150
151         * objects/palette.c:
152         Patrik Stridvall <ps@leissner.se>
153         - Explicitly initialize structures.
154         - Fixed strange code probably caused by a merge conflict.
155
156         * dlls/winmm/wineoss/audio.c:
157         Francois Jacques <francoisj@macadamian.com>
158         - All audio device handles are initialized to -1 and set to -1 when closed.
159         - WINE_WM_HEADER event should *NOT* make the recording thread start. The
160           thread should only start through waveInStart. The application calling
161           waveInAddBuffer might not be in a state to provide another buffer in
162           a period of time short enough to avoid buffer underrun in widRecorder
163           thread.
164         - widRecorder - improved robustness of widRecorder to avoid some data
165           loss that occured when not reading one full fragment from the OSS
166           audio driver.
167
168         * dlls/ddraw/ddraw/x11.c:
169         Patrik Stridvall <ps@leissner.se>
170         Fixed some warnings.
171
172         * include/cdrom.h:
173         Patrik Stridvall <ps@leissner.se>
174         Added some missing defines for non-Linux.
175
176         * tools/winebuild/res32.c:
177         David Elliott <dfe@infinite-internet.net>
178         Fixed OFFSETOF macro definition for gcc 2.96.
179
180         * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
181         James Hatheway <james@macadamian.com>
182         Added stubs for CryptGenRandom(), CryptReleaseContext().
183
184         * controls/combo.c:
185         Susan Farley <susan@codeweavers.com>
186         Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT with the
187         NOEDITNOTIFY flag, as these msgs can come directly from the app to the
188         combo wndproc.
189
190         * objects/enhmetafile.c:
191         Dmitry Timoshkov <dmitry@sloboda.ru>
192         Make EnumEnhMetaFile work.
193
194         * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
195         Chris Morgan <cmorgan@codeweavers.com>
196         Implemented RpcStringFreeA and UuidToStringA.
197
198 2000-10-23  Alexandre Julliard  <julliard@winehq.com>
199
200         * programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/uninstaller.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/winemine.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, relay32/builtin32.c, tools/makedep.c, dlls/user/resources/.cvsignore, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, if1632/Makefile.in, libtest/.cvsignore, libtest/Makefile.in, libtest/hello3.spec, programs/avitools/Makefile.in, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, Make.rules.in, dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/msacm/.cvsignore, dlls/msacm/msacm32.spec, dlls/serialui/.cvsignore, dlls/serialui/serialui.spec, dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/user32.spec:
201         Build Win32 resources as .res files and dump them into the .spec.c file.
202
203         * tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
204         Added support for loading Win32 .res files.
205
206         * configure, configure.in, dlls/user/disp.rc, dlls/user/mouserc.rc, dlls/user/resources/TODO, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc16, dlls/user/resources/user32.rc, dlls/user/resources/user32_Ca.rc, dlls/user/resources/user32_Cs.rc, dlls/user/resources/user32_Da.rc, dlls/user/resources/user32_De.rc, dlls/user/resources/user32_En.rc, dlls/user/resources/user32_Eo.rc, dlls/user/resources/user32_Es.rc, dlls/user/resources/user32_Fi.rc, dlls/user/resources/user32_Fr.rc, dlls/user/resources/user32_Hu.rc, dlls/user/resources/user32_It.rc, dlls/user/resources/user32_Ja.rc, dlls/user/resources/user32_Ko.rc, dlls/user/resources/user32_Nl.rc, dlls/user/resources/user32_No.rc, dlls/user/resources/user32_Pl.rc, dlls/user/resources/user32_Pt.rc, dlls/user/resources/user32_Ru.rc, dlls/user/resources/user32_Sk.rc, dlls/user/resources/user32_Sv.rc, dlls/user/resources/user32_Wa.rc:
207         Moved all USER resources to new dlls/user/resources directory.
208
209         * include/wine/winuser16.h, include/winver.h, dlls/version/info.c, dlls/version/resource.c, dlls/version/ver.spec, dlls/version/ver16.c:
210         Duplicate resource directory searching routines instead of calling
211         pe_resource.c internal functions.
212         Made GetFileResource16 and GetFileResourceSize16 callable directly
213         instead of defining extra internal functions.
214
215         * dlls/user/exticon.c:
216         Duplicate resource directory searching routines instead of calling
217         pe_resource.c internal functions.
218
219         * tools/wrc/writeres.c:
220         Fixed duplication of typename in 16-bit assembly output.
221
222         * memory/heap.c:
223         Fixed multibyte handling in HEAP_strdupAtoW.
224
225         * dlls/winmm/mcicda/mcicda.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
226         Andreas Mohr <amohr@codeweavers.com>
227         Always open/close the CD-ROM device for every Windows API CD-ROM
228         access.
229
230         * controls/edit.c:
231         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
232         Do not send EN_UPDATE to multi-line edit controls.
233
234         * controls/menu.c:
235         Francois Gouget <fgouget@free.fr>
236         Fixed the text color of higlighted menu bar item for the Win98 look.
237         Clicking on a separator should not close the menu.
238         Do not right align 'bitmap' items and the help menu for the Win9x look
239         and feels.
240
241         * files/dos_fs.c:
242         Marcus Meissner <marcus@jet.franken.de>
243         If we have a drive pointing to /, we must not remove the final / or we
244         get the current directory doubled.
245
246         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/x11_private.h, include/ddraw.h:
247         Marcus Meissner <marcus@jet.franken.de>
248         Added some basic IDirectDraw7 interface support, fixed argument count
249         of IDirectDraw{4,7}_SetDisplayMode defines.
250
251         * windows/winpos.c:
252         Louis Philippe Gagnon <louisphilippe@macadamian.com>
253         - Calculate changes in the client area relative to the window
254           instead of its parent when using SWP_EX_PAINTSELF.
255         - With SWP_EX_PAINTSELF, copy only if client area changed, since a
256           window can't move relative to itself.
257         - In SWP_DoNCCalcSize, when determining if the client area
258           changed, use values relative to the window itself, not its parent.
259
260         * objects/region.c, windows/painting.c, windows/scroll.c:
261         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
262         Fixed painting problems in non-MM_TEXT modes.
263
264 2000-10-22  Alexandre Julliard  <julliard@winehq.com>
265
266         * files/dos_fs.c, msdos/dosconf.c, server/registry.c, tools/winebuild/main.c, tools/winebuild/spec32.c, windows/x11drv/keyboard.c:
267         Joerg Mayer <jmayer@loplof.de>
268         Reduce the number of warnings about missing initializers.
269
270         * dlls/commdlg/cdlg32.c:
271         Marcus Meissner <marcus@jet.franken.de>
272         Got rid of misleading "No Tls Space" error message.
273
274         * include/wingdi.h:
275         Patrik Stridvall <ps@leissner.se>
276         Fixed issue found by winapi_check.
277
278         * dlls/dinput/dinput_main.c:
279         Patrik Stridvall <ps@leissner.se>
280         Fixed some warnings.
281
282         * include/process.h:
283         Patrik Stridvall <ps@leissner.se>
284         Use intermediate typedef.
285
286         * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win16/typelib.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msacm32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api:
287         Patrik Stridvall <ps@leissner.se>
288         Minor API files update.
289
290         * windows/defwnd.c, windows/message.c, windows/spy.c, include/spy.h:
291         Guy L. Albertelli <galberte@neo.lrun.com>
292         Added wParam and lParam as parameters in SPY_ExitMessage
293         Added dump for the STYLECHANG[ING|ED] messages.
294         Dump structures on exit only if message allows changes.
295
296         * win32/except.c:
297         Andreas Mohr <amohr@codeweavers.com>
298         - Print CS reg at crash MessageBox (needed for Win16 programs).
299         - Add "hint" for debugger setup.
300
301         * debugger/Makefile.in, debugger/winedbg.spec:
302         Eric Pouech <Eric.Pouech@wanadoo.fr>
303         Added advapi32 to imported DLLs list.
304
305         * dlls/msacm/pcmconverter.c:
306         Eric Pouech <Eric.Pouech@wanadoo.fr>
307         Added more conversion routines (rate conversion is implemented).
308         Cleaned up the code.
309
310         * debugger/msc.c:
311         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
312         PDB symbol header format depends only on version code.
313
314         * dlls/comctl32/listview.c:
315         Marcus Meissner <marcus@jet.franken.de>
316         Do not set the iSubItem part of the struct for LVM_HITTEST,
317         applications only need to pass memory space up to iItem.
318
319         * README: Andreas Mohr <amohr@codeweavers.com>
320         Mention that you need the X11 devel files.
321
322         * dlls/ddraw/main.c:
323         Marcus Meissner <marcus@jet.franken.de>
324         DirectDrawCreateEx() should already return the interface for the
325         passed refiid.
326
327         * dlls/ddraw/ddraw/dga2.c:
328         Lionel Ulmer <lionel.ulmer@free.fr>
329         Change the width / height parameter on a SetDisplayMode.
330
331         * dlls/commdlg/filedlg.c:
332         Gerard Patel <g.patel@wanadoo.fr>
333         Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
334         + miscellaneous fixes.
335
336         * dlls/user/exticon.c:
337         Marcus Meissner <marcus@jet.franken.de>
338         Added two checks for out of range pointer accesses.
339
340         * debugger/types.c:
341         Eric Pouech <Eric.Pouech@wanadoo.fr>
342         Fixed floating point data printing and made basic types reading more
343         robust.
344
345         * dlls/comctl32/imagelist.c:
346         Jason Mawdsley <jason@macadamian.com>
347         Fixed some flickering that was occurring in the image list control
348         when it repainted.
349
350         * dlls/winmm/wineoss/audio.c:
351         Andreas Mohr <amohr@codeweavers.com>
352         Added sleep time calculation for the wodPlayer thread.
353         Changed the wodPlayer thread messaging to use its own fast 30 entries
354         ring buffer list.
355
356         * include/winbase.h:
357         Andreas Mohr <amohr@codeweavers.com>
358         Removed redundant thread priority defines.
359
360 2000-10-19  Alexandre Julliard  <julliard@winehq.com>
361
362         * include/process.h:
363         Peter Hunnisett <hunnise@nortelnetworks.com>
364         Added crt/msvcrt thread prototypes.
365
366         * dlls/winmm/mciwave/mciwave.c:
367         Francois Jacques <francoisj@macadamian.com>
368         Added asynchronous recording in MCI layer.
369
370         * include/winuser.h:
371         Dmitry Timoshkov <dmitry@sloboda.ru>
372         Added support for AZERTY keyboard layout.
373
374         * dlls/winmm/wineoss/midi.c:
375         Andreas Mohr <amohr@codeweavers.com>
376         Sequencer error message fix.
377
378         * dlls/comctl32/listview.c:
379         James Hatheway <james@macadamian.com>
380         Fix messages sent when right-clicking in a blank (non-item) area of a
381         listview.
382
383         * loader/pe_image.c:
384         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
385         Pass the correct hFile to PE_CreateModule.
386
387         * dlls/comctl32/header.c:
388         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
389         Draw text and icons, implement ordering functions, allow reordering
390         with mouse and fix the WM_NOTIFY target.
391
392         * windows/x11drv/keyboard.c:
393         Dmitry Timoshkov <dmitry@sloboda.ru>
394         Added support for AZERTY keyboard layout.
395
396         * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/progman.h, programs/progman/program.c:
397         <ewill@ncal.verio.com>
398         Changed GROUP to PROGGROUP.
399
400         * files/dos_fs.c, files/file.c, include/winnt.h:
401         Andreas Mohr <amohr@codeweavers.com>
402         Skip directory symlinks in DOSFS_FindNextEx.
403
404         * dlls/wineps/escape.c: Brian Pirie
405         Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
406
407         * include/wine/obj_base.h, include/objbase.h, include/oleauto.h, include/olectl.h, include/wininet.h:
408         Francois Gouget <fgouget@codeweavers.com>
409         Added/fixed missing extern "C".
410
411         * console/interface.c:
412         Francois Gouget <fgouget@codeweavers.com>
413         Fixed a char/NULL comparison.
414
415         * include/winerror.h:
416         Francois Gouget <fgouget@codeweavers.com>
417         Added the {HRESULT,SCODE}_SEVERITY macros.
418
419         * dlls/user/exticon.c, dlls/version/resource.c, include/module.h, loader/pe_resource.c, dlls/shell32/shell.c:
420         Use a binary search to find entries in resource directories.
421         Fixed GetResDirEntryA/W prototypes.
422
423         * dlls/shell32/iconcache.c, include/winuser.h:
424         Call PrivateExtractIcon in user32 instead of duplicating the code.
425
426         * dlls/winmm/wineoss/audio.c:
427         Francois Jacques <francoisj@macadamian.com>
428         Should test unixdev against -1 (see wodOpen/widOpen).
429         widRecorder: bytesRead is now tested against (DWORD) -1.
430
431         * loader/elfdll.c:
432         Andreas Mohr <amohr@codeweavers.com>
433         Back out my ELFDLL_dlopen patch and add a warning for future misguided
434         hackers.
435
436         * memory/global.c:
437         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
438         Allow freeing locked global memory handles.
439
440         * windows/mdi.c:
441         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
442         Watch out for DefMDIChildProc calls on non-MDI-child windows.
443
444         * graphics/x11drv/oembitmap.c:
445         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
446         Don't hold the X11 lock while calling GDI object routines.
447
448         * dlls/x11drv/x11drv_main.c:
449         Lionel Ulmer <lionel.ulmer@free.fr>
450         Do not do any GLX calls on a display that does not support GLX.
451
452         * dlls/comctl32/listview.c:
453         Chris Morgan <cmorgan@codeweavers.com>
454         Recalculate nItemHeight when LVS_SETIMAGELIST is called.  Fixes icons
455         being chopped off in the file dialog window.  Align items to top and
456         refresh after sorting, as windows does.
457
458         * dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec:
459         Chris Morgan <cmorgan@codeweavers.com>
460         Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
461
462         * dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplobby.c:
463         Peter Hunnisett <hunnise@nortelnetworks.com>
464         - Add proper message reply mechanism and sp player data storage
465         - More implementation and fixes
466
467         * include/poppack.h, include/pshpack1.h, include/pshpack2.h, include/pshpack4.h, include/pshpack8.h:
468         Francois Gouget <fgouget@codeweavers.com>
469         Added support for three levels of nesting of the 'pragma pack'
470         directives.
471
472 2000-10-17  Alexandre Julliard  <julliard@winehq.com>
473
474         * msdos/int20.c, msdos/int21.c, include/dosexe.h, include/task.h, loader/dos/module.c:
475         Ove Kaaven <ovek@arcticnet.no>
476         Implemented DOS INT21 AH=4B (EXEC).
477
478         * windows/x11drv/keyboard.c, include/winuser.h:
479         Dmitry Timoshkov <dmitry@sloboda.ru>
480         Added support for keyboard input in various locales.
481
482         * dlls/comctl32/listview.c:
483         Chris Morgan <cmorgan@codeweavers.com>
484         Implement LVM_SETITEMPOSITION32.
485
486         * dlls/comctl32/treeview.c:
487         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
488         Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
489         message target.
490
491         * include/commctrl.h:
492         Guy L. Albertelli <galberte@neo.lrun.com>
493         Added flag and notification definitions for ComboBoxEx.
494
495         * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
496         Andreas Mohr <amohr@codeweavers.com>
497         Implemented old Win 2.x string functions.
498
499         * dlls/ddraw/ddraw/x11.c:
500         Lionel Ulmer <lionel.ulmer@free.fr>
501         Warning fix.
502
503         * server/ptrace.c:
504         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
505         Add appropriate casts to caddr_t for the third parameter of ptrace().
506
507 2000-10-15  Alexandre Julliard  <julliard@winehq.com>
508
509         * loader/dos/dosvm.c:
510         Ove Kaaven <ovek@arcticnet.no>
511         Fixed a couple of recent bugs, and added some more safeguards (could
512         be handy for portability anyway) and trace statements.
513
514         * server/process.c, server/registry.c, server/serial.c, server/trace.c, tools/make_requests, scheduler/process.c, misc/registry.c, memory/registry.c, include/server.h, dlls/kernel/comm.c, files/dos_fs.c, dlls/advapi32/registry.c:
515         Converted a few more server requests to the new mechanism.
516
517         * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/reg.c, include/ntddk.h:
518         Fixed a few prototypes.
519
520         * include/miscemu.h, msdos/dosmem.c, dlls/kernel/kernel_main.c:
521         Set selector 0000H base to 0xf0000 until the first 64K are
522         unprotected.
523
524         * dlls/shell32/shellord.c, dlls/shell32/shlfileop.c:
525         Eric Pouech <Eric.Pouech@wanadoo.fr>
526         Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
527         were used ; destination buffer doesn't have a fixed size).
528         Fixed FormatMessage parameter warnings (it's now a va_list*).
529
530         * dlls/ddraw/ddraw/dga.c:
531         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
532         Remove unused variable orig_mode.
533
534         * dlls/comctl32/updown.c:
535         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
536         Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
537         is given.
538
539         * dlls/comctl32/datetime.c:
540         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
541         Localization and expect leapdays when looking for the length of a
542         month.
543
544         * dlls/comctl32/monthcal.c:
545         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
546         Localization and many changes to behaviour and outlook.
547
548         * dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/rsrc.rc:
549         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
550         Split out resources that might be localized.
551         Added German resources.
552
553         * dlls/comctl32/comctl32.h:
554         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
555         Added additional resource IDs.
556
557         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
558         Marcus Meissner <marcus@jet.franken.de>
559         Stubbed LookupAccountNameA.
560
561         * dlls/ddraw/main.c:
562         Marcus Meissner <marcus@jet.franken.de>
563         Return "default" DirectDraw driver if we have at least one driver
564         registered.
565
566         * windows/nonclient.c:
567         Dmitry Timoshkov <dmitry@sloboda.ru>
568         Fixed behaviour of window's system buttons.
569
570         * dlls/user/resource.c:
571         Rein Klazes <rklazes@casema.net>
572         LoadStringA inserts terminating null in the buffer when the string
573         resource is an empty string or when it can not be found.
574
575 2000-10-13  Alexandre Julliard  <julliard@winehq.com>
576
577         * graphics/x11drv/oembitmap.c, include/bitmaps/ocr_hand, include/winuser.h:
578         Chris Morgan <cmorgan@codeweavers.com>
579         Implemented the IDC_HAND cursor.
580
581         * dlls/kernel/format_msg.c, include/winbase.h:
582         Francois Gouget <fgouget@codeweavers.com>
583         Fixed the signature of the FormatMessage APIs.
584
585         * include/Makefile.in, include/mcx.h, include/winbase.h:
586         Francois Gouget <fgouget@codeweavers.com>
587         The MODEM stuff has been spun off to its rightful place: mcx.h.
588
589         * include/winnt.h, include/winsock.h, include/windows.h:
590         Francois Gouget <fgouget@codeweavers.com>
591         Completed/corrected the list of include files.
592         Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
593
594         * include/wingdi.h:
595         Francois Gouget <fgouget@codeweavers.com>
596         Added a NOGDI protection.
597         Replaced _MAX_PATH with MAX_PATH.
598         #undef can be used directly on TRANSPARENT.
599
600         * include/ole2.h:
601         Francois Gouget <fgouget@codeweavers.com>
602         Must include objbase.h.
603
604         * dlls/odbc32/proxyodbc.c, include/windef.h, dlls/kernel/comm.c:
605         Francois Gouget <fgouget@codeweavers.com>
606         HFILE is an int, not a regular HANDLE.
607
608         * include/winuser.h:
609         Andreas Mohr <a.mohr@mailto.de>
610         Added MSGF_DDEMGR.
611
612         * dlls/ddraw/ddraw/x11.c:
613         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
614         Fixed incorrect format string.
615
616         * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
617         Chris Morgan <cmorgan@codeweavers.com>
618         Added changing mouse cursor when over a help topic link.
619
620         * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
621         Marcus Meissner <marcus@jet.franken.de>
622         Implemented DirectInputCreateEx.
623
624         * dlls/comctl32/treeview.c:
625         Louis Philippe Gagnon <louisphilippe@macadamian.com>
626         Do not send a WM_CONTEXTMENU message when a TreeView receives a
627         WM_RBUTTONUP.
628
629         * if1632/findfunc, tools/findfunc:
630         Lawson Whitney <lawson_whitney@juno.com>
631         Make findfunc look for .spec files, and put it with the other tools.
632
633         * memory/virtual.c:
634         Guy Albertelli <galberte@neo.lrun.com>
635         Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
636         and IsBad[Read|Write]Ptr.
637
638         * dlls/comctl32/commctrl.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/shell32/shell32_main.c, dlls/shell32/shlfolder.c, dlls/winmm/wineoss/audio.c, loader/loadorder.c, memory/registry.c:
639         Andreas Mohr <amohr@codeweavers.com>
640         - stupid spelling fixes
641         - some more loadorder array work
642
643         * dlls/ole32/stg_stream.c, files/drive.c, files/file.c, include/ntddk.h, dlls/kernel/time.c, dlls/ntdll/large_int.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
644         Added a few more large integer functions.
645
646         * dlls/gdi/gdi32.spec, objects/dc.c:
647         Marcus Meissner <Marcus.Meissner@caldera.de>
648         Stubbed GetDeviceGammaRamp.
649
650         * msdos/int21.c:
651         Peter Hawkins <peter@hawkins.emu.id.au>
652         Added DOS int 21h function 4452h support (DR-DOS version check).
653
654         * graphics/x11drv/dib.c:
655         Ove Kaaven <ovek@arcticnet.no>
656         Fill in the dsBmih.biSizeImage field of DIBSections with the
657         calculated bitmap size.
658
659         * dlls/winmm/wineoss/midi.c:
660         Chris Morgan <cmorgan@wpi.edu>
661         Indicate that the MIDI error message only affects programs that need MIDI.
662
663         * memory/heap.c:
664         Andreas Mohr <amohr@codeweavers.com>
665         Get rid of shared heap fixme messages.
666         Slightly corrected my heap commit patch (Xilinx).
667
668         * loader/dos/dosvm.c:
669         Ove Kaaven <ovek@arcticnet.no>
670         Merged DOSVM_Int with DOSVM_SimulateInt, and made it handle apps that
671         purposefully shuffle the interrupt vectors around.
672
673         * dlls/comctl32/treeview.c:
674         Susan Farley <sfarley@codeweavers.com>
675         To improve custom-drawn items, add focus border to itemRects and do
676         not overlap them.
677
678         * dlls/kernel/Makefile.in, dlls/kernel/comm.c, dlls/kernel/kernel_main.c, files/dos_fs.c, include/comm.h, include/msdos.h, misc/Makefile.in, misc/comm.c, msdos/int11.c:
679         Mike McCormack <mike_mccormack@looksmart.com.au>
680         Moved comm.c into kernel32.
681
682         * include/windef.h:
683         Francois Gouget <fgouget@codeweavers.com>
684         Claim that our headers conform to the version 5.0.
685
686         * include/prsht.h:
687         Francois Gouget <fgouget@codeweavers.com>
688         The string fields in PROPSHEETPAGEA should be ANSI strings.
689
690         * include/olectl.h:
691         Francois Gouget <fgouget@codeweavers.com>
692         Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
693
694         * include/commctrl.h:
695         Francois Gouget <fgouget@codeweavers.com>
696         Added the missing TVINSERTSTRUCT synonyms.
697         Added missing CBEIF_xxx definitions.
698
699         * dlls/oleaut32/ole2disp.c, include/oleauto.h:
700         Francois Gouget <fgouget@codeweavers.com>
701         Fixed the signature of SysAllocStringByteLen.
702
703         * dlls/comctl32/status.c, include/win.h, include/winuser.h, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
704         Susan Farley <sfarley@codeweavers.com>
705         Status bars on managed windows should not have SIZEGRIP style.
706
707         * dlls/ntdll/reg.c:
708         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
709         Make reg the default output chanel.
710
711         * dlls/winsock/socket.c:
712         Rein Klazes <rklazes@casema.net>
713         Ignore setsockopt calls that make the size of the receive buffer too
714         small.
715
716         * dlls/comctl32/listview.c:
717         Stephane Lussier <stephane@macadamian.com>
718         Subitems of listviews were not painted with the right background when:
719         -LVS_EX_FULLROWSELECT style is defined
720         -item is selected
721         -Listview doesn't have the focus.
722
723         * server/sock.c:
724         Stephane Lussier <stephane@macadamian.com>
725         After accept is called on the socket, the listening socket needs to be
726         reselected.
727
728         * memory/registry.c:
729         Marcus Meissner <marcus@jet.franken.de>
730         Check for buffer overflows on data returns from RegQueryValueExA.
731
732         * include/wine/unicode.h: Konrad Rieck <kr@r0q.cx>
733         Changed repne to repnz for Solaris assembler.
734
735 2000-10-12  Alexandre Julliard  <julliard@winehq.com>
736
737         * include/winbase.h, include/windef.h, include/wine/winbase16.h, include/winnls.h, include/winnt.h:
738         Francois Gouget <fgouget@codeweavers.com>
739         Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
740         API to winnls.h.
741         Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
742         winnt.h.
743
744         * dlls/user/resource.c, include/winuser.h, windows/cursoricon.c, windows/winhelp.c:
745         Francois Gouget <fgouget@codeweavers.com>
746         Added many missing *Pxxx types.
747         Removed a few *LPxxx types that are not supposed to be there (in
748         particular LPICONINFO).
749         Added a few missing *LPCxxx types (MENUITEMINFO, SCROLLINFO,
750         DLGITEMTEMPLATE).
751         WINHELP and PE_ACCEL are internal types.
752         MULTIKEYHELP and HELPWININFO both have an A and W variant.
753         NUMBERFMT, CURRENCYFMT and the related API belong to winnls.h.
754         Added missing ARW_xxx defines (for sysmetrics).
755
756         * include/wtypes.h:
757         Francois Gouget <fgouget@codeweavers.com>
758         ROTFLAGS have their own ifdef protection, take them out of the
759         _SECURITY_DEFINED ifdef block.
760
761         * include/wingdi.h:
762         Francois Gouget <fgouget@codeweavers.com>
763         Added a declaration for GetEnhMetaFileDescription.
764
765         * winedefault.reg: Andreas Mohr <a.mohr@mailto.de>
766         Added Fonts registry key.
767
768         * win32/except.c:
769         Eric Pouech <Eric.Pouech@wanadoo.fr>
770         Fixed regression for debugger startup event creation.
771
772         * dlls/comctl32/toolbar.c:
773         Chris Morgan <cmorgan@codeweavers.com>
774         Fix depressed state with flat toolbars so pressing the buttons draws
775         the button in a depressed state.  Fix bitmap offsets, fixes bitmap
776         offset problems in file common dialog.
777
778         * dlls/comctl32/treeview.c:
779         Susan Farley <sfarley@codeweavers.com>
780         On InsertItem with TVI_FIRST, the check for resetting firstVisible
781         must be done *before* the parent's firstChild changes.
782
783         * dlls/ddraw/dsurface/x11.c:
784         Lionel Ulmer <lionel.ulmer@free.fr>
785         Support non-buffered overlays.
786
787         * dlls/comctl32/rebar.c:
788         Guy L. Albertelli <galberte@neo.lrun.com>
789         Rewrite to support rows of bands.
790         Draw separators between bands in rows and between rows.
791         Support text and background color and color propagation.
792         Improve layout code.
793         Make fMask in internal structure the indicator of valid information.
794         Fix size of grippers.
795         Add debugging traces for future.
796
797         * dlls/comctl32/header.c:
798         Serge Ivanov <sergei@corel.com>
799         Simple NULL check.
800
801         * dlls/comctl32/listview.c:
802         Stephane Lussier <stephane@macadamian.com>
803         - Background should not be drawn if the background color is CLR_NONE.
804         - Don't change the size to 0 for the header control of listview with
805           LVS_NOCOLUMNHEADER style. In fact just setting HDS_HIDDEN to the
806           header control is enough.
807
808         * dlls/ddraw/ddraw_private.h, dlls/ddraw/convert.c:
809         Marcus Meissner <marcus@jet.franken.de>
810         Added 16 (565) -> 15 (555) bit depth converter.
811
812         * graphics/x11drv/codepage.c:
813         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
814         Added support for cp936.
815
816         * relay32/relay386.c: Work-around for gcc bug.
817
818         * dlls/ddraw/ddraw/x11.c:
819         Lionel Ulmer <lionel.ulmer@free.fr>
820         Implememnted GetFourCCCodes.
821
822         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga_private.h, dlls/ddraw/x11_private.h:
823         Marcus Meissner <marcus@jet.franken.de>
824         Enable XF86vmode switching possible for X11 too.
825
826         * dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/pcmconverter.c, dlls/msacm/wineacm.h:
827         Eric Pouech <Eric.Pouech@wanadoo.fr>
828         Added PCM converter internal driver.
829         A few driver handling fixes.
830
831         * configure, configure.in:
832         Lionel Ulmer <lionel.ulmer@free.fr>
833         Fixed the OpenGL detection code.
834
835         * debugger/stabs.c:
836         Juergen Schmied <juergen.schmied@debitel.net>
837         Fixed loading of symbols from libraries.
838
839         * win32/file.c: Rein Klazes <rklazes@casema.net>
840         Prevent SetFileAttributeA from making directory read-only.
841
842         * include/windef.h, include/wine/obj_base.h:
843         Francois Gouget <fgouget@codeweavers.com>
844         Enable anonymous struct/union support by default in both C and C++.
845         Disable them for compilers known not to support them.
846         Disable them for the WINE code.
847
848         * include/dde.h, include/winuser.h:
849         Francois Gouget <fgouget@codeweavers.com>
850         Added four DDElParam functions.
851         Now needs an 'extern "C"' protection for C++.
852
853         * dlls/user/ddeml.c:
854         Francois Gouget <fgouget@codeweavers.com>
855         Fix the parameter types and comments of the DDElParam functions.
856
857         * include/winbase.h, include/wininet.h:
858         Francois Gouget <fgouget@free.fr>
859         Removed stray A/W from invocations of WINELIB_NAME_AW.
860
861         * msdos/int11.c:
862         Mike McCormack <mike_mccormack@looksmart.com.au>
863         Removed dependency on globals LPT[] and COM{}.
864
865         * dlls/oleaut32/oleaut32.spec, include/oleauto.h:
866         Francois Gouget <fgouget@free.fr>
867         Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs.
868
869         * msdos/vga.c: Andreas Mohr <a.mohr@mailto.de>
870         Replace null bytes by spaces in WriteConsoleOutputA call.
871
872         * dlls/winmm/mcicda/mcicda.c:
873         Andreas Mohr <a.mohr@mailto.de>
874         MCICDA didn't open/close the door when calling the command without
875         valid parameter block (i.e. == NULL).
876
877         * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
878         Stephane Lussier <stephane@macadamian.com>
879         Implementation of OleLockRunning function.
880
881         * dlls/comctl32/listview.c:
882         Aric Stewart <aric@codeweavers.com>
883         Corrected some segvs that occur with ownerdata listviews.
884
885         * objects/region.c:
886         Marcus Meissner <marcus@jet.franken.de>
887         Return values are reversed in failure/rgdata == NULL case in
888         GetRegionData (was merge error by me).
889
890         * win32/except.c, winedefault.reg:
891         Andreas Mohr <a.mohr@mailto.de>
892         Changed debugger launching to auto per default.
893
894         * dlls/kernel/nls/dan.nls:
895         Niels Kristian Bech Jensen <nkbj@image.dk>
896         Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
897
898         * dlls/winmm/wineoss/audio.c:
899         Marcus Meissner <marcus@jet.franken.de>
900         Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
901
902 2000-10-03  Alexandre Julliard  <julliard@winehq.com>
903
904         * include/drive.h, scheduler/process.c, files/drive.c:
905         Use special environment variables to transmit the cwd of the various
906         drives to child processes (based on a patch by Andreas Mohr).
907
908         * include/msacm.h, include/tchar.h, include/wininet.h:
909         Francois Gouget <fgouget@codeweavers.com>
910         Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and
911         WINELIB_NAME_AW macros.
912
913         * include/oleauto.h:
914         Francois Gouget <fgouget@codeweavers.com>
915         Added some missing 'SysAllocString' prototypes.
916         Added some missing 'TypeLib' prototypes.
917
918         * dlls/oleaut32/typelib.c:
919         Francois Gouget <fgouget@codeweavers.com>
920         Fixed some prototypes.
921
922         * include/bitmaps/ocr_ibeam:
923         Aric Stewart <aric@codeweavers.com>
924         Added a white border around the I-beam cursor.
925
926 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
927
928         * memory/global.c:
929         Lawson Whitney <lawson_whitney@juno.com>
930         Protect GlobalHandle() against bad parameters.
931
932         * debugger/stack.c:
933         Fixed backtrace for apps that never called down to 16-bit code.
934 n
935         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
936         Make sure that we skip tasks with missing hInstance.
937
938         * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
939         Introduced a new arena flag called GA_DOSMEM to distinguish between
940         DOSMEM and normal "windows" global mem.
941
942         * dlls/winmm/mmio.c:
943         Francois Jacques <francoisj@macadamian.com>
944         Bug fixes in mmio, related to buffering in record mode.
945
946 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
947
948         * ChangeLog, include/version.h, ANNOUNCE:
949         Release 20001002.
950
951 ----------------------------------------------------------------
952 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
953
954         * memory/global.c:
955         Lawson Whitney <lawson_whitney@juno.com>
956         Protect GlobalHandle() against bad parameters.
957
958         * debugger/stack.c:
959         Fixed backtrace for apps that never called down to 16-bit code.
960
961         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
962         Make sure that we skip tasks with missing hInstance.
963
964         * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
965         Introduced a new arena flag called GA_DOSMEM to distinguish between
966         DOSMEM and normal "windows" global mem.
967
968         * dlls/winmm/mmio.c:
969         Francois Jacques <francoisj@macadamian.com>
970         Bug fixes in mmio, related to buffering in record mode.
971
972         * server/registry.c, server/request.h, server/trace.c, memory/registry.c, include/ntddk.h, include/server.h, dlls/ntdll/reg.c, dlls/advapi32/registry.c:
973         Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
974         Fixed a few bugs.
975
976         * dlls/kernel/kernel32.spec:
977         Forward all large integer functions to ntdll.
978
979         * ole/ole2nls.c:
980         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
981         GetDateFormatA: Check range and recalculate wDayOfWeek.
982         OLE_GetFormatA|W: Fix transformation of wDayOfWeek to
983         LOCALE_S(ABBREV)DAYNAMEx.
984
985         * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
986         Patrik Stridvall <ps@leissner.se>
987         Fixed some issues found by winapi_check.
988
989         * tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/wnaspi32.api, tools/winapi_check/win16/mmsystem.api, tools/winapi_check/win16/setupx.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/modules.dat:
990         Patrik Stridvall <ps@leissner.se>
991         - Support for stdcall64
992         - Minor API updates.
993
994         * loader/loadorder.c:
995         Andreas Mohr <a.mohr@mailto.de>
996         Beautified the loadorder array (group DLLs according to functionality,
997         add group header comments, ...), added builtin x11drv and winaspi.
998
999         * dlls/msacm/internal.c:
1000         James Hatheway <james@macadamian.com>
1001         Silence unneeded exception to allow easier ACM debugging.
1002
1003 2000-10-01  Alexandre Julliard  <julliard@winehq.com>
1004
1005         * include/server.h, memory/registry.c, server/registry.c, server/request.h, server/trace.c, tools/make_requests, dlls/advapi32/registry.c, dlls/ntdll/reg.c:
1006         Converted some of the registry server requests to the new request
1007         mechanism.
1008
1009         * win32/time.c, dlls/ntdll/Makefile.in, dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/time.c, include/ntddk.h, include/winnt.h, scheduler/timer.c, dlls/kernel/time.c:
1010         Implemented a bunch of large integer functions in ntdll.
1011
1012         * tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec32.c, relay32/relay386.c:
1013         Added stdcall64 entry point type to allow correct relay debugging
1014         support for functions that return 64-bit values.
1015
1016 2000-09-29  Alexandre Julliard  <julliard@winehq.com>
1017
1018         * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
1019         Make sure we commit enough memory in a new subheap.
1020
1021         * dlls/winspool/winspool.drv.spec, dlls/winspool/info.c:
1022         Stefan Leichter <Stefan.Leichter@camline.com>
1023         - moved some code from WINSPOOL_GetPrinterDriver into new function
1024           WINSPOOL_GetDriverInfoFromReg
1025         - bug fix in function GetPrinterDirectoryW: free local variable not
1026           the one from function interface
1027         - implemented EnumPrinterDriversA|W
1028
1029         * files/profile.c: Andreas Mohr <a.mohr@mailto.de>
1030         Fixed the default value handling (trailing spaces of the default value
1031         are clipped).
1032         section == NULL, key_name == NULL undoc. feature is only valid in Win32.
1033
1034         * dlls/ntdll/sync.c, include/ntddk.h, loader/task.c, scheduler/Makefile.in, scheduler/critsection.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/syslevel.c, win32/Makefile.in, win32/except.c, win32/kernel32.c, win32/newfns.c, win32/process.c, win32/time.c, dlls/kernel/Makefile.in, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/time.c:
1035         Moved a bunch of routines to kernel32.dll (with the help of
1036         Dimitrie O. Paun).
1037
1038         * objects/palette.c:
1039         Andreas Mohr <a.mohr@mailto.de>
1040         GDISelectPalette16 checked GetObjectType() return value for
1041         PALETTE_MAGIC instead of OBJ_PAL.
1042
1043         * dlls/richedit/richedit.c, dlls/shlwapi/shlwapi_main.c, include/shlwapi.h, include/winbase.h, dlls/comctl32/commctrl.c:
1044         Francois Gouget <fgouget@codeweavers.com>
1045         Moved DLLVERSIONINFO to shlwapi.h.
1046
1047         * dlls/shell32/shell.c:
1048         Andreas Mohr <a.mohr@mailto.de>
1049         Let InternalExtractIcon16 load icons from builtin DLLs.
1050
1051         * dlls/comctl32/toolbar.c:
1052         Francois Gouget <fgouget@codeweavers.com>
1053         Modified the bitmap centering algorithm to take the button's border
1054         into account.
1055
1056         * windows/timer.c, include/message.h, windows/message.c:
1057         Stephane Lussier <stephane@macadamian.com>
1058         Before calling the timer window proc, make sure it is valid.
1059
1060         * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
1061         Removed a few dependencies on kernel32 functions.
1062
1063         * dlls/ntdll/ntdll.spec, include/ntddk.h, include/winbase.h, scheduler/critsection.c, dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in, dlls/ntdll/critsection.c:
1064         Moved critical section implementation to ntdll.
1065
1066         * windows/x11drv/Makefile.in, win32/Makefile.in, windows/Makefile.in, scheduler/Makefile.in, tsx11/Makefile.in, relay32/Makefile.in, resources/Makefile.in, objects/Makefile.in, ole/Makefile.in, misc/Makefile.in, miscemu/Makefile.in, msdos/Makefile.in, loader/ne/Makefile.in, memory/Makefile.in, loader/Makefile.in, loader/dos/Makefile.in, graphics/x11drv/Makefile.in, if1632/Makefile.in, graphics/win16drv/Makefile.in, graphics/enhmetafiledrv/Makefile.in, graphics/metafiledrv/Makefile.in, files/Makefile.in, graphics/Makefile.in, console/Makefile.in, controls/Makefile.in, Make.rules.in:
1067         Moved $(MODULE).o rule out of Make.rules into the individual
1068         Makefiles.
1069
1070         * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
1071         Mike McCormack <mike_mccormack@looksmart.com.au>
1072         Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
1073
1074         * objects/region.c:
1075         Sergei Ivanov <sergei@corel.com>
1076         Fixed return values of GetRegionData.
1077
1078         * dlls/comctl32/toolbar.c:
1079         Susan Farley <sfarley@codeweavers.com>
1080         Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the
1081         WM_COMMAND for the button has been sent, rather than before.
1082
1083         * dlls/winmm/winmm_res.rc:
1084         Francois Jacques <francoisj@macadamian.com>
1085         Use waveaudio, not waveform.
1086
1087         * dlls/ole32/compobj.c:
1088         Huw D M Davies <hdavies@codeweavers.com>
1089         Fix a couple of TRACE messages.
1090
1091         * debugger/stabs.c:
1092         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1093         Added missing cast.
1094
1095         * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
1096         Francois Gouget <fgouget@codeweavers.com>
1097         Fix the return type of mixerMessage16.
1098
1099         * include/winver.h:
1100         Francois Gouget <fgouget@codeweavers.com>
1101         Renamed VS_USER_INFO to VS_USER_DEFINED.
1102
1103 2000-09-27  Alexandre Julliard  <julliard@winehq.com>
1104
1105         * include/builtin32.h, miscemu/.cvsignore, miscemu/Makefile.in, miscemu/main.c, miscemu/wine.spec, relay32/builtin32.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in:
1106         Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
1107         Generate the import table directly in PE format.
1108         Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
1109         main wine binary.
1110
1111         * dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/user32.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/winsock/ws2_32.spec, dlls/Makefile.in, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec:
1112         Added a few missing imports.
1113
1114         * include/commctrl.h, include/commdlg.h, include/oleauto.h, include/winbase.h, include/winerror.h, include/wtypes.h:
1115         Francois Gouget <fgouget@codeweavers.com>
1116         Added various type and macro definitions that are needed to compile
1117         the latest MFC.
1118
1119         * dlls/winmm/wineoss/midi.c:
1120         Eric Pouech <Eric.Pouech@wanadoo.fr>
1121         Store a copy of MIDIOPENDESC information instead of pointer.
1122
1123         * dlls/winmm/mmsystem.c:
1124         Eric Pouech <Eric.Pouech@wanadoo.fr>
1125         Unlock win16 crst while thunking up to 32 bit dll.
1126
1127         * dlls/wininet/internet.c:
1128         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1129         Include <unistd.h> for prototype of select().
1130
1131         * server/sock.c:
1132         Stephane Lussier <stephane@macadamian.com>
1133         Socket returned by accept function of Microsoft API should keep the
1134         properties of the listening socket. This is also true for non-blocking
1135         property.
1136
1137         * windows/winpos.c:
1138         Dmitry Timoshkov <dmitry@sloboda.ru>
1139         If window was not resized and not moved, repaint only itself excluding
1140         parent.
1141
1142         * tools/winebuild/spec32.c, if1632/builtin.c, include/builtin32.h, relay32/relay386.c, relay32/snoop.c:
1143         Generate Win32 dll descriptor structure in the .spec.c file so that we
1144         don't need to depend on builtin32.h.
1145
1146         * include/Makefile.in, include/mouse.h, include/zmouse.h:
1147         Jeremy White <jwhite@codeweavers.com>
1148         Created zmouse.h, moved wheel code from mouse.h into it.
1149
1150         * dlls/winmm/mcicda/mcicda.c:
1151         James Abbatiello <abbeyj@wpi.edu>
1152         MCI_STATUS_LENGTH on Windows returns one frame less than the total
1153         track length for the last track on a CD.  This also affects queries
1154         for the total length of the CD.
1155
1156         * msdos/dosaspi.c, include/wine/winaspi.h, include/mmsystem.h, include/wnaspi32.h, dlls/winmm/mmsystem.c, dlls/winaspi/winaspi32.c:
1157         Fixed a few non portable zero-size array declarations.
1158
1159         * files/drive.c:
1160         Marcus Meissner <marcus@jet.franken.de>
1161         Have the UNIX cwd follow the current directory on the current drive.
1162
1163         * windows/x11drv/event.c:
1164         Stephane Lussier <stephane@macadamian.com>
1165         On reception of a FocusOut event, don't deactivate the application if the
1166         next window to get the focus is a Wine window.
1167
1168 2000-09-26  Alexandre Julliard  <julliard@winehq.com>
1169
1170         * documentation/status/directplay, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/Makefile.in, dlls/dplayx/Makefile.in:
1171         Peter Hunnisett <hunnise@nortelnetworks.com>
1172         - Remove winmm hack in dplay code
1173         - Fix up some missing holes in the code
1174         - More message implementation
1175         - Status documentation update
1176
1177         * Make.rules.in, Makefile.in:
1178         Marcus Meissner <Marcus.Meissner@caldera.de>
1179         Migrate $LDFLAGS from configure to Makefile and into main wine
1180         executable.
1181
1182         * relay32/builtin32.c:
1183         Andreas Mohr <a.mohr@mailto.de>
1184         Display an ERR() in case of undefined symbols.
1185
1186         * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
1187         Andreas Mohr <a.mohr@mailto.de>
1188         Started some basic work on the more or less undocumented SETUPX
1189         functions.
1190
1191         * dlls/comctl32/toolbar.c:
1192         Susan Farley <sfarley@codeweavers.com>
1193         Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
1194         pressed flags on WM_CAPTURECHANGED.
1195
1196         * objects/dc.c:
1197         Marcus Meissner <marcus@jet.franken.de>
1198         WORD is unsigned, so we need to transalte 0xffff into -1.
1199
1200         * windows/x11drv/event.c, win32/console.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/nonclient.c, windows/win.c, include/wine/winuser16.h, msdos/dosaspi.c, msdos/xms.c, ole/ole2nls.c, include/wine/exception.h, include/wine/keyboard16.h, include/wine/mmsystem16.h, include/wine/obj_base.h, include/wine/winaspi.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winnet16.h, include/wine/winsock16.h, include/winbase.h, include/wincon.h, include/windef.h, include/wingdi.h, include/winnls.h, include/winproc.h, include/winsock.h, include/winsock2.h, include/winuser.h, include/winver.h, include/wnaspi32.h, include/wownt32.h, include/wtypes.h, include/neexe.h, include/nonclient.h, include/ntsecapi.h, include/ole.h, include/ole2.h, include/oleauto.h, include/shellapi.h, include/task.h, include/thread.h, include/toolhelp.h, include/vfw.h, include/win.h, include/winaspi.h, include/aspi.h, include/basetsd.h, include/builtin16.h, include/cdrom.h, include/clipboard.h, include/commdlg.h, include/dce.h, include/ddeml.h, include/dinput.h, include/file.h, include/global.h, include/local.h, include/lzexpand.h, include/message.h, include/miscemu.h, include/mmddk.h, include/mmsystem.h, include/module.h, include/msacm.h, include/Makefile.in, if1632/snoop.c, dlls/winspool/info.c, files/file.c, dlls/winsock/socket.c, dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/winemm.h, dlls/winaspi/aspi.h, dlls/winaspi/winaspi16.c, dlls/win32s/w32sys.c, dlls/version/ver16.c, dlls/user/ddeml.c, dlls/user/ddeml16.h, dlls/user/bidi16.c, dlls/shell32/pidl.h, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/setupapi/setupx_main.c, dlls/shell32/pidl.c, dlls/rpcrt4/rpcrt4_main.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/msvideo/msvideo_main.c, dlls/msvideo/vfw16.h, dlls/msvideo/drawdib.c, dlls/msacm/msacm_main.c, dlls/msacm/msacmdrv.h, dlls/msacm/wineacm.h, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c, dlls/gdi/bidi16.c, dlls/gdi/printdrv.c, dlls/kernel/stress.c, dlls/dsound/dsound_main.c, dlls/commdlg/cdlg.h, dlls/commdlg/colordlg.c, dlls/comctl32/updown.c, dlls/comctl32/status.c, dlls/comctl32/treeview.c, dlls/comctl32/progress.c, controls/listbox.c, controls/menu.c, controls/scroll.c:
1201         Moved all Win16 definitions out of the standard Windows headers.
1202
1203         * loader/pe_resource.c:
1204         Dmitry Timoshkov <dmitry@sloboda.ru>
1205         Avoid crashes if 16-bit module handle was passed to the 32-bit
1206         resource enumerator.
1207
1208         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, include/ddraw.h, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, wine.ini:
1209         Lionel Ulmer <lionel.ulmer@free.fr>
1210         Added support for DirectDraw overlays using the XVideo extension.
1211
1212         * graphics/x11drv/codepage.c:
1213         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1214         Code cleanup.
1215         Add checking for invalid DBCS trailer bytes.
1216
1217         * include/commctrl.h:
1218         Marcus Meissner <marcus@jet.franken.de>
1219         Fixed some commctl header issues reported in newsgroup.
1220
1221         * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
1222         A few includes cleanup.
1223
1224         * programs/regapi/regapi.c, programs/winhelp/macro.c, programs/notepad/dialog.c, loader/main.c, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_propertystorage.h, include/wine/obj_queryassociations.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h, include/wine/obj_shellview.h, include/wine/obj_storage.h, include/wine/undocshell.h, include/wine/obj_cache.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h, include/wine/obj_contextmenu.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h, include/wine/obj_enumidlist.h, include/wine/obj_errorinfo.h, include/wine/obj_extracticon.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, include/dlgs.h, include/main.h, include/ocidl.h, include/ole2.h, include/oleauto.h, include/oleidl.h, include/shell.h, include/shlobj.h, include/shlwapi.h, include/windows.h, dlls/shlwapi/regstream.c, dlls/oleaut32/olefont.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/classes.c, dlls/shell32/enumidlist.c, dlls/shell32/memorystream.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shellfolder.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/systray.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.h, dlls/oleaut32/connpt.c, dlls/comctl32/imagelist.c, dlls/commdlg/cdlg.h, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c:
1225         Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
1226
1227 2000-09-25  Alexandre Julliard  <julliard@winehq.com>
1228
1229         * dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shellole.c, windows/x11drv/event.c:
1230         Use documented DROPFILES structure instead of internal DROPFILESTRUCT.
1231
1232         * relay32/relay386.c, relay32/snoop.c, win32/device.c, windows/keyboard.c, windows/winproc.c, msdos/dpmi.c, msdos/int10.c, msdos/int13.c, msdos/int15.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, msdos/xms.c, loader/ne/module.c, loader/ne/segment.c, memory/instr.c, memory/selector.c, misc/error.c, misc/system.c, msdos/devices.c, msdos/dosaspi.c, include/miscemu.h, include/winnt.h, loader/dos/dosvm.c, loader/task.c, dlls/kernel/thunk.c, dlls/kernel/win87em.c, dlls/ntdll/rtl.c, dlls/user/mouse.c, if1632/relay.c, if1632/snoop.c, debugger/registers.c:
1233         Removed some of the XXX_reg macros now that we are using the standard
1234         CONTEXT86 structure everywhere.
1235
1236         * windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/timer.c, win32/console.c, misc/comm.c, misc/cpu.c, misc/main.c, misc/version.c, ole/ole2nls.c, scheduler/event.c, loader/module.c, loader/ne/convert.c, loader/ne/resource.c, memory/atom.c, memory/environ.c, memory/registry.c, memory/virtual.c, misc/cdrom.c, files/dos_fs.c, files/profile.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, include/winbase.h, dlls/shlwapi/path.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/shell32/shellpath.c, dlls/shell32/shv_item_cmenu.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/ole2.c, dlls/kernel/format_msg.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/crtdll/mbstring.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, controls/listbox.c, controls/menu.c:
1237         Removed inclusion of wine/winestring.h from winbase.h and added it to
1238         the C files that need it.
1239
1240 2000-09-24  Alexandre Julliard  <julliard@winehq.com>
1241
1242         * msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int09.c, msdos/int2f.c, msdos/int33.c, memory/instr.c, loader/dos/dosvm.c, loader/dos/module.c, loader/task.c, include/ldt.h, include/miscemu.h, include/winnt.h, include/dosexe.h:
1243         Moved most global data out of the LPDOSTASK structure.
1244         Allocate DPMI real-mode segments globally at startup.
1245         Try to allocate DOS memory at address 0.
1246
1247         * windows/win.c, windows/message.c, include/wine/winuser16.h, dlls/user/user.spec:
1248         Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
1249         Farnum).
1250
1251         * memory/virtual.c:
1252         Gerard Patel <g.patel@wanadoo.fr>
1253         Locks the virtual views linked list.
1254
1255         * include/acconfig.h, include/config.h.in, dlls/winsock/async.c, dlls/winsock/socket.c, configure.in, configure:
1256         Rein Klazes <rklazes@casema.net>
1257         Make calls to gethostbyname, gethostbyaddr, getservbyname,
1258         getservbyport, getprotobyname and getprotobynumber thread-safe.
1259
1260         * graphics/x11drv/xfont.c:
1261         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1262         Use appropriate charset if facenames of font is known.
1263         Use CP_ACP if DEFAULT_CHARSET is requested.
1264
1265         * controls/listbox.c:
1266         Gerard Patel <g.patel@wanadoo.fr>
1267         In WM_DRAWITEM, always calls the app with a valid current focus_item.
1268
1269         * debugger/winedbg.c, debugger/stack.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/expr.c, debugger/db_disasm.c, debugger/break.c:
1270         Improved support for vm86 mode.
1271
1272         * include/wine/exception.h, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
1273         Added support for exception handling while in vm86 mode.
1274         Fixed a couple of bugs in vm86 support.
1275
1276         * windows/dialog.c, objects/font.c, graphics/win16drv/font.c, dlls/ole32/defaulthandler.c, dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c:
1277         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1278         Fixed format strings.
1279
1280         * dlls/comctl32/commctrl.c:
1281         Francois Gouget <fgouget@free.fr>
1282         Added set WS_CHILD and CCS_TOP to the toolbar's style.
1283         TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
1284         defaults.
1285
1286         * dlls/comctl32/toolbar.c:
1287         Francois Gouget <fgouget@free.fr>
1288         The size of the comctl32 internal bitmaps is 24x24 not 26x26.
1289         Fixed minor typos.
1290
1291         * tools/wrc/parser.l, tools/wrc/README.wrc:
1292         Francois Gouget <fgouget@free.fr>
1293         Filenames may contain '/' and '\'.
1294         Small typo fixes.
1295
1296 2000-09-22  Alexandre Julliard  <julliard@winehq.com>
1297
1298         * dlls/comctl32/listview.c:
1299         Chris Morgan <cmorgan@codeweavers.com>
1300         Paint background before drawing item and subitems.  Paint any area of
1301         the control not occupied by items.  Early out of LISTVIEW_RefreshXXX
1302         if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
1303         has items to draw.
1304
1305         * windows/x11drv/event.c, windows/x11drv/keyboard.c, server/main.c, server/object.h, server/process.c, server/trace.c, scheduler/process.c, misc/main.c, include/options.h, include/server.h, include/x11drv.h, dlls/x11drv/x11drv_main.c:
1306         Andreas Mohr <a.mohr@mailto.de>
1307         Make GetTickCount not use the whole Unix epoch (since 1970) any more,
1308         since that crashed several games or caused problems with them as they
1309         aren't used to a high Windows uptime of more than 24.9 days.
1310
1311         * scheduler/client.c:
1312         Roberto Augusto Pungartnik <pung@karina.etcom.ufrgs.br>
1313         Added S_ISFIFO check for Solaris.
1314
1315         * include/windef.h:
1316         Francois Gouget <fgouget@codeweavers.com>
1317         Added a macro for _declspec (backward compatibility synonym of
1318         __declspec).
1319         Removed the dllimport and dllexport macros.
1320
1321         * include/objbase.h:
1322         Francois Gouget <fgouget@codeweavers.com>
1323         Must include 'stdlib.h'.
1324
1325         * include/commctrl.h:
1326         Francois Gouget <fgouget@codeweavers.com>
1327         Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
1328
1329         * dlls/wineps/Makefile.in, dlls/wineps/driver.c, dlls/wineps/psdlg.h, dlls/wineps/psdrv.h, dlls/wineps/rsrc.rc, dlls/wineps/wineps.spec, dlls/wineps/wps_En.rc, dlls/wineps/wps_xx.rc, dlls/wineps/.cvsignore, dlls/Makefile.in:
1330         Huw D M Davies <h.davies1@physics.ox.ac.uk>
1331         Paper size and orientation prop sheet for wineps.
1332
1333         * dlls/user/text.c:
1334         Susan Farley <sfarley@codeweavers.com>
1335         Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
1336         flags in DrawText.
1337
1338         * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
1339         Fixed WinExec16 to handle quoted filenames correctly.
1340
1341         * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
1342         Damyan Ognyanoff <Damyan@rocketmail.com>
1343         IErrorInfo is now derived from IUnknown.
1344
1345         * dlls/comctl32/listview.c:
1346         Aric Stewart <aric@codeweavers.com>
1347         Correct some situations with listview selections. Specifically fixed
1348         situations where in an OWNERDATA listview the selection ranges become
1349         invalid if the number of items is changed. Additional fixes a few
1350         problems resulting in loops in RemoveAllSelections.
1351
1352         * include/mmsystem.h, include/wingdi.h, include/winuser.h:
1353         Francois Gouget <fgouget@free.fr>
1354         Added a few missing macros, types and prototypes.
1355
1356         * include/winres.h:
1357         Francois Gouget <fgouget@free.fr>
1358         New file. All RC files generated by VC6 include afxres.h which in turn
1359         includes this file.
1360
1361         * windows/queue.c, windows/message.c, windows/nonclient.c:
1362         Andreas Mohr <a.mohr@mailto.de>
1363         Spelling, trace fixes.
1364
1365         * memory/environ.c:
1366         Andreas Mohr <a.mohr@mailto.de>
1367         Added SetLastError() in GetEnvironmentVariableA.
1368
1369         * graphics/x11drv/text.c:
1370         Damyan Ognyanoff <Damyan@rocketmail.com>
1371         Added error correction when using symbol offsets.
1372
1373         * dlls/winmm/mciseq/mcimidi.c:
1374         Eric Pouech <eric.pouech@voila.fr>
1375         Fixed reentrancy issues in play/stop operations.
1376
1377         * dlls/commdlg/cdlg_xx.rc:
1378         Huw D M Davies <h.davies1@physics.ox.ac.uk>
1379         Fix PrintDlg collate icons.  Add orientation icons.
1380
1381         * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
1382         Huw D M Davies <h.davies1@physics.ox.ac.uk>
1383         Stubs for shlwapi.151 and shlwapi.153.
1384
1385         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
1386         Huw D M Davies <h.davies1@physics.ox.ac.uk>
1387         Stub for CoIsOle1Class.
1388
1389         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
1390         Huw D M Davies <hdavies@codeweavers.com>
1391         Set close on exec() flag at times when we leave /dev/dsp and
1392         /dev/sequencer open.
1393
1394         * dlls/comctl32/tab.c:
1395         Susan Farley <sfarley@codeweavers.com>
1396         Added support for FLATBUTTON style tabs.
1397         Made width of BUTTON style tabs no less than 2x their height.
1398         Expanded focus rect to be just inside the border.
1399
1400         * dlls/kernel/toolhelp.c:
1401         Andreas Mohr <a.mohr@mailto.de>
1402         Add FIXMEs for all these nice completely unimplemented TOOLHELP
1403         functions.
1404
1405         * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
1406         fixed the win95 registry loader to have somewhat stricter checking.
1407
1408         * dlls/comctl32/toolbar.c:
1409         Chris Morgan <cmorgan@codeweavers.com>
1410         Fixed button image to be offset to the center of the button horizontally,
1411         visible with WinZip and CuteFTP 4.0.  Fixed compile warnings from format type
1412         specifiers in two TRACE's.  Removed TRACE in TOOLBAR_GetItemRect().  Added
1413         button width to TRACE in TOOLBAR_CalcToolbar().
1414
1415         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/comctl32/status.c:
1416         Chris Morgan <cmorgan@codeweavers.com>
1417         Changed RedrawWindow()'s to InvalidateRect()'s.  RedrawWindow() was
1418         being called with RDW_UPDATENOW, forcing immediate painting.  Added
1419         redrawing logic to STATUSBAR_SetTextW().
1420
1421         * dlls/comctl32/treeview.c:
1422         Chris Morgan <cmorgan@codeweavers.com>
1423         Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge.  Optimize
1424         redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.
1425
1426         * relay32/builtin32.c:
1427         Francois Gouget <fgouget@free.fr>
1428         Raised MAX_DLLS to 100.
1429
1430 2000-09-19  Alexandre Julliard  <julliard@winehq.com>
1431
1432         * include/commctrl.h, include/oleauto.h, include/prsht.h, include/shellapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winsock2.h, include/winsvc.h, include/wtypes.h, dlls/comctl32/propsheet.c, dlls/shell32/shell32.spec, dlls/shell32/systray.c, dlls/advapi32/service.c:
1433         Peter Hunnisett <hunnise@nortelnetworks.com>
1434         - Added some missing WINELIB_NAME_AW definitions, types and messages
1435         - Small prototype fixes
1436
1437         * relay32/snoop.c:
1438         Rein Klazes <rklazes@casema.net>
1439         Catch EXCEPTION_PRIV_INSTRUCTION exception too.
1440
1441         * dlls/comctl32/listview.c:
1442         Stephane Lussier <stephane@macadamian.com>
1443         Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
1444         should set lParam to a NMLISTVIEW instead of a NMHDR. According to
1445         MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
1446         the DLL version.
1447
1448         * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
1449         Fixed window lock problem in SetMenu().
1450
1451         * objects/metafile.c: Henning Hoffmann
1452         Avoid deadlocks in EnumMetaFile.
1453
1454         * dlls/oleaut32/typelib.c:
1455         Gerard Patel <g.patel@wanadoo.fr>
1456         Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
1457
1458 2000-09-18  Alexandre Julliard  <julliard@winehq.com>
1459
1460         * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
1461         Misc cleanups.
1462
1463         * dlls/ntdll/signal_i386.c, include/wine/exception.h:
1464         Added preliminary support for switching to vm86 mode with proper
1465         exception handling.
1466
1467         * files/file.c, include/file.h, include/global.h, memory/virtual.c, relay32/builtin32.c:
1468         Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
1469
1470         * dlls/comctl32/toolbar.c:
1471         Chris Morgan <cmorgan@wpi.edu>
1472         Change FIXME("Button size set after button in toolbar\n") in
1473         SetButtonSize() to WARN as quite a few applications are doing this
1474         after adding each button to the toolbar and there is no way we can
1475         stop them.
1476
1477         * dlls/ddraw/dsurface/dga.c:
1478         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1479         Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
1480
1481         * misc/comm.c:
1482         Mike McCormack <mike_mccormack@looksmart.com.au>
1483         - removed redundant functions COMM_Get(Read/Write)Fd
1484         - corrected the name of 16bit functions in comments
1485         - removed unused static variable
1486
1487         * README: Andreas Mohr <a.mohr@mailto.de>
1488         - prefer wineinstall
1489         - mention debugger setup (temporary)
1490
1491         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
1492         Mike McCormack <mike_mccormack@looksmart.com.au>
1493         Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
1494         report an error.
1495
1496         * dlls/comctl32/listview.c:
1497         Stephane Lussier <stephane@macadamian.com>
1498         Sorting items in a listview using LVW_SORTITEMS is only sorting the items
1499         and not the subitems. This patch fix this issue. I've remove the temporary
1500         Sortlist, it was not necessary to create another list, and it was buggy.
1501
1502 2000-09-16  Alexandre Julliard  <julliard@winehq.com>
1503
1504         * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
1505         Removed a couple of unused functions in the Callout structure.
1506
1507         * dlls/user/user32.spec, dlls/user/user_main.c, objects/palette.c, windows/painting.c:
1508         Moved Select/RealizePalette implementation to USER and use
1509         pfnSelect/RealizePalette function pointers in GDI.
1510         Make sure the palette handle is valid in GDISelectPalette16 (thanks to
1511         Uwe Bonnes).
1512
1513         * server/request.h, server/serial.c, server/trace.c, include/server.h, misc/comm.c:
1514         Mike McCormack <mike_mccormack@looksmart.com.au>
1515         Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
1516
1517         * dlls/wineps/objects.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/objects.c, graphics/x11drv/objects.c, include/gdi.h, objects/dc.c, objects/gdiobj.c, windows/syscolor.c, dlls/ttydrv/objects.c:
1518         Andreas Mohr <a.mohr@mailto.de>
1519         Added support for non-deletable system brushes and pens created by
1520         USER.
1521
1522         * dlls/winsock/socket.c:
1523         John Gilmore <gnu@toad.com>
1524         Cleaned it up so that code paths which have unsupported WS_SO values
1525         never actually pass them to Unix system calls.
1526
1527         * dlls/kernel/kernel32.spec, memory/virtual.c:
1528         Andreas Mohr <a.mohr@mailto.de>
1529         Added VirtualAllocEx.
1530
1531         * include/winbase.h:
1532         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1533         Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
1534
1535         * dlls/comctl32/tab.c:
1536         Andreas Mohr <a.mohr@mailto.de>
1537         Fixed tab control to use HTTRANSPARENT when mouse hits client area,
1538         but not tab control buttons.
1539
1540         * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
1541         Silence some bogus error message.
1542
1543         * include/winsock.h:
1544         Jeremy White <jwhite@codeweavers.com>
1545         Adjusted to allow MFC compilation; prevent definition of struct fd_set
1546         which conflicts with the fd_set typedef.
1547
1548         * include/winuser.h:
1549         Jeremy White <jwhite@codeweavers.com>
1550         Added PWNDCLASS definition.
1551
1552         * dlls/comctl32/listview.c:
1553         Stephane Lussier <stephane@macadamian.com>
1554         Allow having a transparent background text color for the listview.
1555
1556         * ole/ole2nls.c:
1557         Dimitrie O. Paun <dimi@cs.toronto.edu>
1558         Use the system local time if lpTime=NULL.
1559
1560 2000-09-13  Alexandre Julliard  <julliard@winehq.com>
1561
1562         * dlls/kernel/thunk.c:
1563         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1564         Update ESP correctly on return from flat thunk routines.
1565
1566         * windows/winproc.c, include/builtin16.h, loader/ne/module.c, tools/winebuild/relay.c, if1632/relay.c:
1567         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1568         Modified CallTo16Register routines to update register context after
1569         call returns. Callers adapted.
1570
1571         * dlls/shell32/shellstring.c, dlls/shlwapi/string.c, include/shlwapi.h, include/wine/undocshell.h:
1572         Huw D M Davies <hdavies@codeweavers.com>
1573         Add some Str* prototypes to shlwapi.h.
1574
1575         * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c:
1576         Chris Morgan <cmorgan@wpi.edu>
1577         Merged main Wine changes into Corel's treeview control rewritten by
1578         Serge Ivanov and Andrew Lewycky.  Fixed item focus behavior to match
1579         Windows.  Fixed item selection when un/expanding items.  Implemented
1580         WM_SETREDRAW.  Added Corel's COMCTL32_CreateToolTip() helper function
1581         to commctrl.c.
1582
1583         * windows/painting.c, controls/button.c:
1584         Serge Ivanov <sergei@corel.ca>
1585         (Merged by Marcus Meissner <marcus@jet.franken.de>)
1586         Fixed problem with origin for DST_COMPLEX style.
1587         Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
1588
1589         Added handling of BS_MULTILINE style, label alignment
1590         styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
1591         pushbuttons for now), and BS_PUSHLIKE.
1592
1593         Modified label drawing procedure: now all kinds of buttons
1594         use common BUTTON_DrawLabel function. Actual label drawing is
1595         performed by DrawStateW function.
1596
1597         GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
1598
1599         * dlls/ddraw/ddraw/main.c:
1600         Lionel Ulmer <lionel.ulmer@free.fr>
1601         Upgrade also 15bpp to 16bpp surfaces.
1602
1603 2000-09-12  Alexandre Julliard  <julliard@winehq.com>
1604
1605         * windows/winpos.c:
1606         James Hatheway <james@macadamian.com>
1607         KDE 1.x has problems with using XShapeCombineMask when there was no
1608         previous region.
1609
1610         * controls/scroll.c:
1611         Gerard Patel <g.patel@wanadoo.fr>
1612         SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
1613         maxval) change.
1614
1615         * include/wine/unicode.h:
1616         Added missing __volatile__.
1617
1618         * dlls/ddraw/ddraw/x11.c, dlls/gdi/gdi.spec, files/file.c, misc/main.c, scheduler/process.c, windows/message.c, controls/button.c, debugger/break.c, debugger/winedbg.c, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c:
1619         Andreas Mohr <a.mohr@mailto.de>
1620         - fixes debugger output
1621         - get rid of wrong comments
1622         - fix comments
1623         - .spec spelling fix
1624         - improve warning message
1625
1626         * dlls/kernel/kernel32.spec, win32/time.c:
1627         Andreas Mohr <a.mohr@mailto.de>
1628         "implemented" GetSystemTimeAdjustment.
1629
1630         * windows/class.c:
1631         Huw D M Davies <hdavies@codeweavers.com>
1632         Don't try to delete a wndclass background brush if it's a COLOR_*
1633         constant.
1634
1635         * windows/nonclient.c:
1636         Mike McCormack <mike_mccormack@looksmart.com.au>
1637         Make sure NC_HandleNCCalcSize returns a valid rectangle.
1638         Painting fails if the rectangle is invalid.
1639
1640         * dlls/comctl32/listview.c:
1641         Chris Morgan <cmorgan@wpi.edu>
1642         Hide the vertical scrollbar when listview style is LVS_LIST.
1643
1644         * include/winuser.h:
1645         Jeremy White <jwhite@codeweavers.com>
1646         Add WM_USERCHANGED.
1647
1648         * debugger/info.c, dlls/kernel/toolhelp.c, include/tlhelp32.h:
1649         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1650         Use tpXXX instead of tbXXX in tagTHREADENTRY32.
1651
1652         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c:
1653         Lionel Ulmer <lionel.ulmer@free.fr>
1654         Fixed DGA / DGA 2 palette creation.
1655
1656         * graphics/x11drv/text.c:
1657         Gerard Patel <g.patel@wanadoo.fr>
1658         Fix a memory leak in X11DRV_GetTextExtentPoint.
1659
1660 ----------------------------------------------------------------
1661 2000-09-10  Alexandre Julliard  <julliard@winehq.com>
1662
1663         * scheduler/client.c:
1664         Added WINESERVER environment variable to allow overriding the normal
1665         server search sequence.
1666
1667         * files/directory.c:
1668         Removed chdir("/") until we have proper Unix cwd management.
1669
1670         * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
1671         Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
1672
1673         * loader/ne/module.c:
1674         Andreas Mohr <a.mohr@mailto.de>
1675         Fixed NE_LoadExeHeader error handling.
1676
1677         * loader/module.c:
1678         Eric Pouech <Eric.Pouech@wanadoo.fr>
1679         Fixed loader - broken search for already loaded modules.
1680
1681         * objects/dib.c:
1682         Eric Pouech <Eric.Pouech@wanadoo.fr>
1683         Fixed fallback code for StretchBlt on RLE DIBs with gaps.
1684
1685 2000-09-09  Alexandre Julliard  <julliard@winehq.com>
1686
1687         * documentation/fonts.sgml:
1688         Marcus Meissner <marcus@jet.franken.de>
1689         Fixed bdftopcf command.
1690
1691         * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
1692         Eric Pouech <Eric.Pouech@wanadoo.fr>
1693         Added *Filter* functions.
1694         Misc bug fixes.
1695
1696         * dlls/comctl32/tab.c:
1697         Marcus Meissner <marcus@jet.franken.de>
1698         Implemented TCM_GETROWCOUNT.
1699
1700         * programs/control/Makefile.in, programs/notepad/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in:
1701         Francois Gouget <fgouget@codeweavers.com>
1702         Added the missing library dependencies.
1703
1704         * include/Makefile.in, include/cguid.h:
1705         Peter Hunnisett <hunnise@nortelnetworks.com>
1706         Added cguid.h.
1707
1708         * dlls/ddraw/dga.c:
1709         Lionel Ulmer <lionel.ulmer@free.fr>
1710         Do not support DGA when DirectVideo not present.
1711
1712         * windows/defwnd.c:
1713         Dmitry Timoshkov <dmitry@sloboda.ru>
1714         Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
1715
1716         * controls/listbox.c:
1717         Mike McCormack <mike_mccormack@looksmart.com.au>
1718         Avoid divide by zero when listbox set to zero height.
1719
1720         * windows/mdi.c:
1721         Dmitry Timoshkov <dmitry@sloboda.ru>
1722         Simplify a bit MDI child window creation.
1723
1724         * controls/menu.c:
1725         Dmitry Timoshkov <dmitry@sloboda.ru>
1726         GetMenu might be used to get child window id.
1727
1728 2000-09-07  Alexandre Julliard  <julliard@winehq.com>
1729
1730         * windows/x11drv/keyboard.c:
1731         Giovanni Pancotti <giovanni.pancotti@cedecra.it>
1732         Italian keyboard fixes.
1733
1734         * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
1735         DOSFS_MatchLong ignored several things about file mask matching for
1736         long file names.
1737
1738         * include/wine/unicode.h:
1739         Erik Hofman <erik.hofman@a1.nl>
1740         Added missing const to external tables definitions.
1741
1742         * files/dos_fs.c, include/comm.h, include/server.h, misc/comm.c, server/Makefile.in, server/request.h, server/serial.c, server/trace.c:
1743         Mike McCormack <mike_mccormack@looksmart.com.au>
1744         Added serial port object to the server.
1745
1746         * dlls/comctl32/tooltips.c:
1747         Francois Jacques <francoisj@macadamian.com>
1748         - Make sure tooltips are hidden before deleting them.
1749         - Glitch happened while moving from a tooltip to another (fixed).
1750
1751         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
1752         Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
1753
1754         * graphics/x11drv/codepage.c:
1755         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1756         Added support for cp949.
1757
1758 2000-09-06  Alexandre Julliard  <julliard@winehq.com>
1759
1760         * memory/atom.c: Fixed cut&paste typo.
1761
1762         * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xvideo.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xvideo.h, tools/make_X11wrappers:
1763         Lionel Ulmer <lionel.ulmer@free.fr>
1764         Added possibility to use XVideo.
1765
1766         * dlls/comctl32/listview.c, include/commctrl.h:
1767         Aric Stewart <aric@codeweavers.com>
1768         Implemented both customdraw message sending and handling (based off
1769         the treeview method) as well as LVS_OWNERDRAWFIXED.
1770
1771         * dlls/comctl32/comctl32undoc.c:
1772         Mike McCormack <mike_mccormack@looksmart.com.au>
1773         Fixed a bug (incorrect size in memmove) that I introduced with an
1774         earlier patch. Tested with wordview.
1775
1776         * tools/wineinstall:
1777         Phil Cole <ukpgc@p.cole.easynet.co.uk>
1778         Added two directories to default non-windows install.
1779
1780         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
1781         Andreas Mohr <a.mohr@mailto.de>
1782         Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
1783         Better error messages.
1784
1785         * dlls/shell32/systray.c:
1786         James Hatheway <james@macadamian.com>
1787         Systray should keep a copy of its icons.
1788
1789         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
1790         Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
1791         (thanks to Berend Ozceri for finding the problem).
1792
1793         * windows/mdi.c: Serge Ivanov
1794         Delay destroying menu entry until all messages are sent.
1795
1796 2000-09-04  Alexandre Julliard  <julliard@winehq.com>
1797
1798         * memory/atom.c:
1799         Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
1800
1801         * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
1802         Patrik Stridvall <ps@leissner.se>
1803         Fixed some issues found by winapi_check.
1804
1805         * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/x11drv.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_parser.pm:
1806         Patrik Stridvall <ps@leissner.se>
1807         Minor API files update.
1808
1809         * graphics/x11drv/xfont.c:
1810         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1811         Add jisx0212 encoding.
1812         Remove FIXMEs for implemented DBCS handling.
1813
1814         * windows/x11drv/keyboard.c:
1815         Mike McCormack <mike_mccormack@looksmart.com.au>
1816         Added missing comma.
1817
1818         * dlls/comctl32/comctl32undoc.c:
1819         Mike McCormack <mike_mccormack@looksmart.com.au>
1820         Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
1821
1822 2000-09-02  Alexandre Julliard  <julliard@winehq.com>
1823
1824         * win32/console.c:
1825         Marcus Meissner <marcus@jet.franken.de>
1826         Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
1827
1828         * scheduler/process.c:
1829         Andreas Mohr <a.mohr@mailto.de>
1830         Avoid crash on empty command-line.
1831
1832         * debugger/stabs.c:
1833         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1834         Added two missing casts.
1835
1836         * dlls/comctl32/animate.c:
1837         Jean-Claude Batista <jcb@macadamian.com>
1838         Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
1839
1840 2000-09-01  Alexandre Julliard  <julliard@winehq.com>
1841
1842         * if1632/builtin.c, relay32/builtin32.c:
1843         Avoid buffer overflows in builtin dll loading (with the help of Dmitry
1844         Timoshkov).
1845
1846         * windows/mdi.c: Henning Hoffmann
1847         Augment menu when a mdi window starts maximized.
1848
1849         * windows/mdi.c: Francis Beaudet
1850         MDI Patch which fixes problems in PR, QP, WP and Paradox.
1851
1852         * dlls/dsound/dsound_main.c:
1853         James Abbatiello <abbeyj@wpi.edu>
1854         Don't use copies of critical sections made by memcpy()
1855         Added missing WINAPIs
1856
1857         * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
1858         James Abbatiello <abbeyj@wpi.edu>
1859         Fix for debugger disassembly being off by one byte after using nexti
1860         on a "call" instruction.
1861
1862         * dlls/winsock/socket.c:
1863         Stephane Lussier <stephane@macadamian.com>
1864         When checking the socket return by the server request, we should do a
1865         "signed" check.
1866
1867         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
1868         James Hatheway <james@macadamian.com>
1869         Implemented CoGetPSClsid().
1870
1871 2000-08-31  Alexandre Julliard  <julliard@winehq.com>
1872
1873         * tools/wineconf:
1874         Phil Cole <ukpgc@p.cole.easynet.co.uk>
1875         The Path variable in the created .winerc must be in dos format.
1876
1877         * tools/wineinstall:
1878         Phil Cole <ukpgc@p.cole.easynet.co.uk>
1879         Small fix.
1880
1881         * dlls/commdlg/filedlg95.c:
1882         Andreas Mohr <a.mohr@mailto.de>
1883         Fixed a string buffer overflow.
1884
1885         * dlls/comctl32/animate.c:
1886         Jean-Claude Batista <jcb@macadamian.com>
1887         - improved ACS_TRANSPARENT and ACS_CENTER support
1888         - added RLE8 incremental decompression
1889         - each animation is now controlled by its own Windows thread
1890         - added use of Critical Sections in the WM_PAINT handler.
1891
1892         * win32/console.c:
1893         Marcus Meissner <Marcus.Meissner@caldera.de>
1894         Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
1895         MapVirtualKeyA.
1896
1897         * scheduler/thread.c, server/console.c, server/context_i386.c, server/context_sparc.c, server/debugger.c, server/file.c, server/process.c, server/sock.c, server/trace.c, tools/make_requests, win32/console.c, win32/except.c, dlls/ntdll/exception.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/server.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/process.c:
1898         Converted a lot of server requests to the new exception handling
1899         mechanism.
1900
1901 2000-08-30  Alexandre Julliard  <julliard@winehq.com>
1902
1903         * dlls/ddraw/dsurface/x11.c:
1904         Fixed non-OpenGL compile.
1905
1906         * files/change.c, files/file.c, include/ntddk.h, include/server.h, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/selector.c, memory/virtual.c, misc/registry.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/atom.c, server/debugger.c, server/event.c, server/mapping.c, server/mutex.c, server/object.c, server/request.h, server/semaphore.c, server/thread.c, server/timer.c, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/sync.c:
1907         Added exception handling wrapper to a number of server requests.
1908         Changed a few requests to use the new vararg mechanism.
1909
1910 2000-08-29  Alexandre Julliard  <julliard@winehq.com>
1911
1912         * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
1913         Andreas Mohr <a.mohr@mailto.de>
1914         Fixed verbose CD-ROM serial number warnings and some spelling errors.
1915
1916         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
1917         Peter Hunnisett <hunnise@nortelnetworks.com>
1918         Newbie friendly error message for 3D creation failure.
1919
1920         * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/name_server.c:
1921         Peter Hunnisett <hunnise@nortelnetworks.com>
1922         - More implementation
1923         - Should be able to enumerate sessions anywhere with at least tcp/ip
1924
1925         * include/server.h, include/thread.h, scheduler/client.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests:
1926         Added the data structures and macros that will be needed to support
1927         reentrant server requests.
1928
1929         * windows/message.c, windows/queue.c, windows/input.c:
1930         Andreas Mohr <a.mohr@mailto.de>
1931         - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
1932         - fix a crash in QUEUE_RemoveSMSG()
1933         - convert some queue WARN() to ERR()
1934         - spaileng fikses
1935
1936         * controls/listbox.c, dlls/comctl32/listview.c:
1937         Andreas Mohr <a.mohr@mailto.de>
1938         Always call LISTVIEW_SetSelection() for an item, even if that item
1939         has been selected before, in order to let other items get erased.
1940
1941         * graphics/x11drv/text.c:
1942         Albert den Haan <albertd@corel.com>
1943         Convert the Unicode Character id to a glyph id in
1944         X11DRV_GetTextExtentPoint.
1945
1946         * graphics/x11drv/xfont.c:
1947         Albert den Haan <albertd@corel.com>
1948         - enhanced reporting of unsupported X font encodings
1949         - added -cp-*- data to font encoding lookup structures
1950
1951 2000-08-28  Alexandre Julliard  <julliard@winehq.com>
1952
1953         * relay32/builtin32.c, documentation/wine.man.in, include/loadorder.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, misc/options.c:
1954         Peter Ganten <peter@ganten.org>
1955         - Always store the full path name of 32bit modules in WINE_MODREF
1956         - Add the possibility to use path names with the --dll command line
1957           option
1958         - Add the possibility to use the --dll command line option several
1959           times.
1960         - Note: The colon-sign is now exchanged with the plus-sign, as it is
1961           part of dos path names.
1962
1963         * tools/wineinstall:
1964         Andreas Mohr <a.mohr@mailto.de>
1965         Added a wine rpm uninstall section to wineinstall.
1966
1967         * windows/nonclient.c:
1968         Francois Methot <francoism@macadamian.com>
1969         Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
1970
1971         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
1972         Lionel Ulmer <lionel.ulmer@free.fr>
1973         - added ARGB 1555 format
1974         - fixed refcount problem for Add/DeleteAttachedSurface
1975
1976         * server/registry.c:
1977         Albert den Haan <albertd@corel.com>
1978         Fixed typo in HKEY_CURRENT_CONFIG name.
1979
1980         * dlls/kernel/messages/winerr_enu.mc:
1981         Dmitry Timoshkov <dmitry@sloboda.ru>
1982         Add missing message to winerr_enu.mc.
1983
1984         * dlls/kernel/wowthunk.c:
1985         James Abbatiello <abbeyj@wpi.edu>
1986         Increase number of supported args for WOW_CallProc32W16 from 11 to 13
1987         (for CreateService).
1988
1989         * dlls/kernel/wprocs.spec, msdos/vxd.c:
1990         James Abbatiello <abbeyj@wpi.edu>
1991         Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
1992
1993 2000-08-26  Alexandre Julliard  <julliard@winehq.com>
1994
1995         * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
1996         Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
1997
1998         * dlls/ntdll/reg.c, include/ntddk.h:
1999         Simplified root key handling now that the server supports a real root
2000         key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
2001
2002         * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
2003         Fixed debugstr_as/us prototypes.
2004
2005         * dlls/wininet/http.c, dlls/winmm/joystick/joystick.c, dlls/winmm/wineoss/midi.c, loader/main.c, loader/module.c, loader/ne/segment.c, loader/pe_image.c, misc/comm.c, misc/ext_debugger.c, windows/x11drv/clipboard.c, console/xterm.c, dlls/commdlg/colordlg.c, dlls/dsound/dsound_main.c, dlls/gdi/printdrv.c, dlls/ntdll/signal_sparc.c, dlls/oleaut32/parsedt.c, dlls/wininet/ftp.c:
2006         Andreas Mohr <a.mohr@mailto.de>
2007         - made the MIDI sequencer error message much better for confused users
2008           to be found on #WineHQ
2009         - use strerror instead of errno at important places
2010         - got rid of HAVE_STRERROR macro
2011         - removed some #include:s (hopefully I didn't break anything)
2012
2013         * dlls/comctl32/imagelist.c:
2014         Andreas Mohr <a.mohr@mailto.de>
2015         Replaced cCurImage by cMaxImage.
2016
2017         * dlls/comctl32/propsheet.c:
2018         Andreas Mohr <a.mohr@mailto.de>
2019         "Fixed" horribly misaligned pages in property sheets of apparently
2020         newer InstallShields.
2021
2022         * dlls/wineps/init.c:
2023         Dmitry Timoshkov <dmitry@sloboda.ru>
2024         Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
2025         "WINEPS.DRV" to allow an easy configuring for users.
2026
2027         * graphics/x11drv/codepage.c:
2028         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2029           implements DrawText for cp932.
2030
2031         * dlls/user/ddeml.c:
2032         Andreas Mohr <a.mohr@mailto.de>
2033         Don't make DDEML mutexes global any more.
2034
2035         * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
2036         Added a real root key and simplified creation of the HKEY_* special root keys.
2037         Do not prefix all keys with the name of the top key when saving to a file.
2038         Try to load $WINEPREFIX/config into the Wine config branch at startup.
2039
2040         * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm.rc, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, include/msacm.h:
2041         Eric Pouech <Eric.Pouech@wanadoo.fr>
2042         Implemented most of '*Format*' API.
2043         Improved internal object and messages handling.
2044         Started some '*Filter*' functions.
2045         Fixed standard headers for Winelib.
2046         Fixed acmMetrics.
2047
2048 2000-08-25  Alexandre Julliard  <julliard@winehq.com>
2049
2050         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
2051         Fixed Rtl* string functions for proper MBCS/codepage support. Added a
2052         few more functions.
2053
2054         * dlls/kernel/kernel_main.c, scheduler/process.c:
2055         Moved TASK_Create call to KERNEL initialisation routine.
2056         Clear last error code before calling main entry point (reported by
2057         James Juran).
2058
2059         * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
2060         Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
2061         Marcus Meissner).
2062
2063         * dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, include/dplay.h, ole/Makefile.in, ole/guid.c, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c:
2064         Peter Hunnisett <hunnise@nortelnetworks.com>
2065         - Implemented loading and initialization of service providers
2066         - Created service provider COM object
2067         - Lots of dplay/dplobby implementation/fixes
2068         - Clean up of ole/guid.c
2069
2070         * objects/dc.c: Backed out font codepage change.
2071
2072         * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
2073         Andreas Mohr <a.mohr@mailto.de>
2074         Minor cosmetic changes.
2075
2076         * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
2077         Cleanup and speedup of init code.
2078
2079         * objects/gdiobj.c:
2080         Gerard Patel <g.patel@wanadoo.fr>
2081         Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
2082         in memory DCs.
2083
2084         * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
2085         Backed out font codepage change.
2086
2087         * dlls/ddraw/helper.c:
2088         Lionel Ulmer <lionel.ulmer@free.fr>
2089         Fixed the displaying of the FOURCC codes in _dump_pixelformat.
2090
2091         * dlls/winmm/wineoss/audio.c:
2092         Eric Pouech <Eric.Pouech@wanadoo.fr>
2093         Fixed recording format settings (16 bit was broken) and reentrancy
2094         issues.
2095
2096         * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
2097         Eric Pouech <Eric.Pouech@wanadoo.fr>
2098         Improved a bit the folder browsing implementation.
2099
2100         * include/winbase.h:
2101         Matthew Lake <MasterR_L@yahoo.com>
2102         Added LHND.
2103
2104         * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
2105         Bertho Stultiens <bertho@akhphd.au.dk>
2106         Fixed a LALR(2) problem while scanning usertype resources which had
2107         identifiers for both name and type.
2108
2109         * misc/wsprintf.c:
2110         Marcus Meissner <Marcus.Meissner@caldera.de>
2111         Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
2112         problem).
2113
2114         * dlls/ddraw/ddraw/main.c:
2115         Lionel Ulmer <lionel.ulmer@free.fr>
2116         Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
2117
2118         * objects/gdiobj.c:
2119         Andreas Mohr <a.mohr@mailto.de>
2120         GetObjectA: unlock the object again even in case of failure.
2121
2122 2000-08-23  Alexandre Julliard  <julliard@winehq.com>
2123
2124         * include/wine/exception.h:
2125         Fixed finally handler name.
2126
2127         * windows/class.c:
2128         Fixed RegisterClass last error code on atom creation failure.
2129
2130         * graphics/x11drv/xfont.c:
2131         Cleaned up major ugliness in __lfCheckSum.
2132
2133         * dlls/comctl32/listview.c:
2134         Susan Farley <sfarley@codeweavers.com>
2135         Large caption icons should end in '...' when they are abbreviated.
2136
2137         * dlls/comctl32/animate.c:
2138         Francois Methot <francoism@macadamian.com>
2139         For the transparency issue, implemented a switch-case for the bitcount
2140         (bit per pixel) of the animation files.
2141
2142         * dlls/comctl32/trackbar.c:
2143         Aric Stewart <aric@codeweavers.com>
2144         Wine was not drawing trackbars with minimum ranges of more than 0
2145         correctly.
2146
2147 2000-08-22  Alexandre Julliard  <julliard@winehq.com>
2148
2149         * dlls/oleaut32/typelib.c:
2150         Francois Jacques <francoisj@macadamian.com>
2151         - removed unnecessary recursion
2152         - upon query failure on main primary lcid and secondary lcid,
2153           attempts a query on system lcid (0)
2154
2155         * dlls/wininet/internet.c, if1632/snoop.c:
2156         Marcus Meissner <marcus@jet.franken.de>
2157         Fixed some warnings.
2158
2159         * msdos/ioports.c:
2160         James Abbatiello <abbeyj@wpi.edu>
2161         Fixes for reading latched values with ports 0x40-0x43.
2162
2163         * dlls/ddraw/dsurface/main.c:
2164         James Abbatiello <abbeyj@wpi.edu>
2165         Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
2166         surface with no attached surfaces.
2167
2168         * dlls/kernel/format_msg.c:
2169         James Abbatiello <abbeyj@wpi.edu>
2170         Allow FormatMessage to load Unicode string resources.
2171
2172         * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
2173         Added APC support in waitable timers.
2174
2175         * graphics/bitblt.c, graphics/x11drv/bitblt.c:
2176         Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
2177         use DC_GetDCUpdate.
2178
2179 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
2180
2181         * ANNOUNCE, ChangeLog, include/version.h:
2182         Release 20000821.
2183
2184 ----------------------------------------------------------------
2185 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
2186
2187         * include/winbase.h, scheduler/process.c:
2188         Andreas Mohr <a.mohr@mailto.de>
2189         - don't return FALSE for system process changes
2190         - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
2191
2192         * dlls/comctl32/listview.c:
2193         Aric Stewart <aric@codeweavers.com>
2194         Beginning of some simple optimization of the listview
2195         drawing. Specifically it reduces flicker when selection changes.
2196
2197         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
2198         Transform every ERR() to WARN() in MakeProcInstance.
2199
2200         * dlls/kernel/kernel_main.c:
2201         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2202         Call WriteOutProfiles16 to make sure that last profile gets written.
2203
2204         * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
2205         Gerard Patel <g.patel@wanadoo.fr>
2206         Disable the owner of a modal dialog box just before creating the
2207         dialog window.
2208
2209         * files/file.c:
2210         Marcus Meissner <marcus@jet.franken.de>
2211         (from IBM TopPage patch) return correct error for already existing
2212         file.
2213
2214         * windows/winproc.c:
2215         Gerard Patel <g.patel@wanadoo.fr>
2216         Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
2217
2218         * windows/winpos.c:
2219         Gerard Patel <g.patel@wanadoo.fr>
2220         Enables showing of hidden windows when the app ask *only* to maximize it.
2221
2222 2000-08-20  Alexandre Julliard  <julliard@winehq.com>
2223
2224         * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
2225         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2226         Handle the codepage of fonts if supported by the graphics driver.
2227
2228         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
2229         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2230         Added internal charsets for supporting DBCS charsets.
2231
2232         * objects/dc.c:
2233         Fixed GDI locking in GetDeviceCaps.
2234
2235         * dlls/shell32/systray.c:
2236         Kai Morich <mail@kai-morich.de>
2237         Fixed bug in repeatedly iconisation, code cleanup.
2238
2239         * graphics/x11drv/init.c:
2240         Marcus Meissner <marcus@jet.franken.de>
2241         Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
2242         startup problem).
2243
2244         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
2245         Chris Morgan <cmorgan@wpi.edu>
2246         Implemented DuplicateIcon().
2247
2248         * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
2249         Stubbed INT 15 function 84h.
2250
2251         * include/win.h, windows/win.c, windows/x11drv/event.c:
2252         Louis Philippe Gagnon <louisphilippe@macadamian.com>
2253         - Separate application calls to ShowOwnedPopups from Wine calls (in
2254           EVENT_MapNotify) by introducing an internal function.
2255         - Fix ShowOwnedPopups so it sends messages with the same parameters as
2256           in Windows.
2257
2258         * dlls/comctl32/treeview.c:
2259         Chris Morgan <cmorgan@wpi.edu>
2260         Removed direct calls to TREEVIEW_Refresh().
2261
2262         * objects/enhmetafile.c:
2263         Huw D M Davies <h.davies1@physics.ox.ac.uk>
2264         Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
2265         EMR_POLYPOLYLINE.
2266
2267         * include/main.h, misc/main.c, ole/ole2nls.c:
2268         Dmitry Timoshkov <dmitry@sloboda.ru>
2269         Added new language detection scheme that uses NLS data base instead of
2270         hard coded values.
2271
2272         * loader/pe_resource.c:
2273         Dusan Lacko <dlacko@codeweavers.com>
2274         Pass the type/name as a C string instead of an
2275         IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
2276
2277 2000-08-19  Alexandre Julliard  <julliard@winehq.com>
2278
2279         * include/global.h, include/path.h, include/win.h, include/win16drv.h, include/wine/winbase16.h, include/x11drv.h, memory/local.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, windows/cursoricon.c, windows/dce.c, windows/scroll.c, windows/user.c, windows/x11drv/wnd.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/x11.c, dlls/gdi/gdi_main.c, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c, dlls/ttydrv/wnd.c, dlls/wineps/brush.c, dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/psdrv.h, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/font.c, graphics/win16drv/objects.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h:
2280         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
2281         Albert den Haan <albertd@corel.com>
2282         Added syslevel locking for GDI operations.
2283         Propagate the changes through the graphics code.
2284
2285         * misc/cdrom.c:
2286         Ed Snow <ed_snow@ttmengineering.com>
2287         Corrected serial number generation for CD's with 1 or 2 tracks.
2288
2289 2000-08-18  Alexandre Julliard  <julliard@winehq.com>
2290
2291         * misc/cdrom.c, files/dos_fs.c:
2292         Stefan Leichter <Stefan.Leichter@camline.com>
2293         Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
2294         Device entry for drive in wine.conf).
2295
2296         * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
2297         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2298         Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
2299
2300         * dlls/comctl32/status.c:
2301         Marcus Meissner <Marcus.Meissner@caldera.de>
2302         Fixed STATUS_GetTextW in regard to NULL pointers.
2303
2304         * graphics/win16drv/prtdrv.c:
2305         Dmitry Timoshkov <dmitry@sloboda.ru>
2306         Append .DRV to name only if no extension present.
2307
2308         * debugger/stabs.c:
2309         Dmitry Timoshkov <dmitry@sloboda.ru>
2310         Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
2311
2312         * dlls/winmm/wineoss/mixer.c:
2313         Ed Snow <ed_snow@ttmengineering.com>
2314         Clean out the hack on BASS/TREBLE and suppress them in the mask as was
2315         recommended oh so long ago.
2316
2317         * dlls/comctl32/toolbar.c:
2318         Chris Morgan <cmorgan@wpi.edu>
2319         - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
2320           determine whether we need to call InvalidateRect() with bErase of TRUE or
2321           FALSE.  Reduces background erases in non-text toolbars by 80-85%.
2322         - Fixed button state not being updated properly when LBUTTONDOWN and cursor
2323           leaves the toolbar.
2324         - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
2325           with a source code comment.
2326         - Removed unecessary call to TOOLBAR_CalcToolbar() in
2327           TOOLBAR_GetItemRect().  Optimized TOOLBAR_CalcStrings(). Fixes very
2328           slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
2329           messages.
2330         - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
2331
2332         * scheduler/synchro.c:
2333         Mike McCormack  <mike_mccormack@looksmart.com.au>
2334         Save GET_APCS data before calling any asynchronous procedure calls, in
2335         case the server is called during the APC.
2336
2337         * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
2338         Gerard Patel <g.patel@wanadoo.fr>
2339         Turns the handling to pure 16 bits, remove references to dialog.h.
2340
2341         * dlls/winspool/info.c:
2342         Albert den Haan <albertd@corel.com>
2343         Remove unused critical section global variable PRINT32_RegistryBlocker.
2344
2345         * dlls/commdlg/filedlg.c:
2346         Gerard Patel <g.patel@wanadoo.fr>
2347         Avoids changing 2 levels when clicking .. in the directory list.
2348
2349         * dlls/kernel/kernel32.spec, win32/console.c:
2350         Chris Morgan <cmorgan@wpi.edu>
2351         Stubbed SetConsoleInputExeNameA/W.
2352
2353         * dlls/comctl32/status.c:
2354         Gerard Patel <g.patel@wanadoo.fr>
2355         WM_GETFONT should return a real font handle instead of NULL.
2356
2357 2000-08-16  Alexandre Julliard  <julliard@winehq.com>
2358
2359         * loader/pe_image.c:
2360         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
2361         WATCOM compiled programs leave VirtualSize to zero which triggers the
2362         virus check. Use SizeOfRawData instead.
2363
2364         * dlls/comctl32/animate.c:
2365         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
2366         Implemented ACS_CENTER for animation controls.
2367
2368         * loader/pe_image.c:
2369         Avoid going past the end of the relocation section. Skip sanity checks
2370         for empty relocation blocks.
2371
2372         * dlls/comctl32/animate.c:
2373         Francois Methot <francoism@macadamian.com>
2374         Implemented background transparency on animation control for avi
2375         composed of 8 bpp(or less) image. I added support for 8 bpp or more,
2376         but it has not been tested.
2377
2378         * dlls/ole32/ole2.c:
2379         Louis Philippe Gagnon <louisphilippe@macadamian.com>
2380         While dragging, catch keyboard messages between WM_KEYFIRST and
2381         WM_KEYLAST, not just WM_KEYFIRST.
2382
2383         * dlls/kernel/wowthunk.c:
2384         Peter Ganten <peter@ganten.org>
2385         If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
2386         anyway, since it might be a builtin module.
2387
2388         * dlls/shell32/shell32_main.c:
2389         Marcus Meissner <marcus@jet.franken.de>
2390         Missed the first character of every argument in CommandLineToArgv.
2391
2392         * dlls/winspool/info.c:
2393         Gerard Patel <g.patel@wanadoo.fr>
2394         Add an error message if devmode structure in registry is invalid;
2395         attempt to provide plausible values.
2396
2397 2000-08-15  Alexandre Julliard  <julliard@winehq.com>
2398
2399         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
2400         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2401         Fixed for DBCS(cp932/cp949) codepage conversion.
2402         Implemented cp932 handling partly(but still incomplete).
2403         Added supporting multiple fonts for DBCS handling.
2404
2405         * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
2406         Eric Pouech <Eric.Pouech@wanadoo.fr>
2407         Enhanced ELF files lookup for symbolic info.
2408
2409         * debugger/break.c:
2410         Eric Pouech <Eric.Pouech@wanadoo.fr>
2411         Fixed regression in break command.
2412
2413 2000-08-14  Alexandre Julliard  <julliard@winehq.com>
2414
2415         * dlls/commdlg/filedlg.c:
2416         Gerard Patel <g.patel@wanadoo.fr>
2417         Fix return value to 16 bits for 16 bit hook; remove leading space for
2418         file specification.
2419
2420         * windows/message.c:
2421         Peter Ganten <peter@ganten.org>
2422         Threads without active or focus window should not receive keyboard
2423         messages.
2424
2425         * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
2426         Implemented SEC_IMAGE mappings and shared PE sections (with the help
2427         of Peter Ganten).
2428
2429         * include/ntddk.h, loader/ne/module.c, misc/lstr.c, misc/main.c, msdos/int21.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/user/lstr.c, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, files/dos_fs.c, files/profile.c:
2430         Moved CharUpper* and CharLower* functions to dlls/user.
2431
2432         * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
2433         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2434         Added support for special treatments (use 2 or more fonts, codepage
2435         conversion, etc...) for DBCS text.
2436
2437         * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
2438         Dmitry Timoshkov <dmitry@sloboda.ru>
2439         Add "FullWindowDrag" feature for not managed windows.
2440
2441         * controls/combo.c:
2442         Susan Farley <sfarley@codeweavers.com>
2443         Update the edit box before rolling up the listbox, so the
2444         selection isn't lost.
2445
2446         * libtest/Makefile.in:
2447         Marcus Meissner <marcus@jet.franken.de>
2448         Added missing referenced dlls for libtest.
2449
2450         * dlls/comctl32/listview.c:
2451         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
2452         LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
2453         text in its own buffer.
2454
2455         * win32/Makefile.in, win32/error.c, win32/file.c, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/wcstring.c, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/wowthunk.c, dlls/ole32/compobj.c, dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, files/dos_fs.c, files/file.c, dlls/Makefile.in, dlls/advapi32/advapi.c, dlls/avifil32/avifile.c:
2456         Cleaned up a few inter-dll dependencies. Added a few imports.
2457
2458         * ole/ole2nls.c, windows/class.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/multimon.c, windows/painting.c, windows/spy.c, dlls/version/info.c, dlls/winspool/info.c, graphics/escape.c, graphics/x11drv/xfont.c, include/shlwapi.h, include/wine/undocshell.h, include/wine/unicode.h, loader/ne/convert.c, memory/atom.c, memory/heap.c, memory/registry.c, objects/palette.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/wcstring.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/olefont.c, dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shpolicy.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/advapi32/registry.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/dplayx/dplayx_global.c, dlls/kernel/format_msg.c, controls/icontitle.c, controls/listbox.c:
2459         Replaced all lstr* calls from inside Wine code by their str* equivalent.
2460
2461         * msdos/dpmi.c:
2462         Replaced global Callbacks structure by appropriate glue code
2463         generation. Removed a few unused entries in the Callout structure.
2464
2465         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c, include/winversion.h, misc/version.c, win32/device.c, windows/winhelp.c, dlls/advapi32/security.c, dlls/imm32/imm.c, dlls/msacm/msacm32_main.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c:
2466         Replaced VERSION_* calls by exported API equivalents.
2467
2468         * include/callback.h, loader/ne/.cvsignore, loader/ne/Makefile.in, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/.cvsignore, memory/Makefile.in, memory/local.c, misc/comm.c, tools/winebuild/spec16.c, controls/.cvsignore, controls/Makefile.in, controls/edit.c, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, if1632/thunk.c, include/builtin16.h:
2469         Replaced global Callbacks structure by appropriate glue code
2470         generation. Removed a few unused entries in the Callout structure.
2471
2472         * winedefault.reg:
2473         Gerard Patel <g.patel@wanadoo.fr>
2474         Added load address for the shared memory of BDE (Borland database
2475         manager).
2476
2477         * scheduler/client.c:
2478         Huw D M Davies <h.davies1@physics.ox.ac.uk>
2479         Fix for starting server from the current directory.
2480
2481         * graphics/x11drv/xfont.c:
2482         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2483         Added checking for broken font cache.
2484         Added supporting for iso10646 encoding.
2485
2486 2000-08-11  Alexandre Julliard  <julliard@winehq.com>
2487
2488         * scheduler/client.c, server/request.c:
2489         Made server startup more robust against races caused by a previous
2490         server terminating at the same time.
2491
2492         * configure, configure.in, tools/c2man.pl:
2493         Mike_McCormack@looksmart.com.au
2494         Created default c2man compatible perl script for generating
2495         documentation, in case c2man isn't installed.
2496
2497         * dlls/comctl32/listview.c:
2498         Aric Stewart <aric@codeweavers.com>
2499         Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
2500         cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
2501         and fixed a problem where sub items where not being properly
2502         associated with their item for virtual list views.
2503
2504         * memory/codepage.c, misc/lstr.c, ole/ole2nls.c, unicode/Makefile.in, unicode/cpmap.pl, unicode/wctype.c, configure, configure.in, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/wcstring.c, dlls/user/lstr.c, include/config.h.in, include/winbase.h, include/wine/unicode.h:
2505         Added Unicode ctype support.
2506
2507         * dlls/comctl32/updown.c, include/commctrl.h:
2508         Moved NM_UPDOWN definition to commctrl.h.
2509
2510         * relay32/relay386.c:
2511         Peter Ganten <peter@ganten.org>
2512         The user driver functions might be called with the window lock held.
2513
2514         * include/module.h, loader/pe_resource.c, loader/resource.c:
2515         Dmitry Timoshkov <dmitry@sloboda.ru>
2516         Make FindResource and FindResourceEx fully windows compatible.
2517
2518         * include/tchar.h:
2519         Damyan Ognyanoff <Damyan@rocketmail.com>
2520         Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
2521
2522         * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
2523         Added UTF-8 conversion support.
2524
2525         * windows/x11drv/wnd.c:
2526         Stephane Lussier <stephane@macadamian.com>
2527         Instead of not doing the Z ordering when the application asks to place
2528         the window under a zero-sized window, now the window above the
2529         zero-sized window, is used to do the Z ordering.
2530
2531         * dlls/commdlg/filedlg95.c:
2532         Dmitry Timoshkov <dmitry@sloboda.ru>
2533         Initialize lpstrInitialDir to really bogus value to restore original
2534         value later.
2535
2536         * include/windef.h:
2537         Ove Kaaven <ovek@transgaming.com>
2538         Added a few more anonymous union definitions.
2539
2540         * include/guiddef.h:
2541         Ove Kaaven <ovek@transgaming.com>
2542         Fixed C++ operators return value.
2543
2544         * dlls/crtdll/crtdll_main.c:
2545         Ove Kaaven <ovek@arcticnet.no>
2546         Implemented fopen() append mode, and a really cheesy fscanf()
2547         implementation...
2548
2549         * dlls/shell32/shlfileop.c:
2550         Dmitry Timoshkov <dmitry@sloboda.ru>
2551         1. Make buffer for message large enough to hold very long file names.
2552         2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
2553            implementation specific behaviour.
2554         3. Show actual message to user, not non-formatted one.
2555
2556 2000-08-10  Alexandre Julliard  <julliard@winehq.com>
2557
2558         * windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/x11drv/x11drv_main.c, include/clipboard.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/event.c, windows/keyboard.c, windows/sysparams.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, configure, configure.in, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/ttydrv/Makefile.in, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c, dlls/user/display.c, dlls/user/mouse.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec:
2559         Merged clipboard driver into USER driver.
2560         Moved all ttydrv source files to dlls/ttydrv.
2561         Load functions pointer for the USER driver from the graphics driver
2562         dll with GetProcAddress.
2563
2564 2000-08-09  Alexandre Julliard  <julliard@winehq.com>
2565
2566         * objects/bitmap.c, programs/notepad/search.c, scheduler/synchro.c, windows/caret.c, windows/cursoricon.c, windows/queue.c, windows/x11drv/wnd.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, graphics/painting.c, include/msacmdrv.h, include/ntddk.h, include/ole.h, include/wine/obj_base.h, misc/comm.c, misc/main.c, msdos/int09.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/msacm/msacmdrv.h, dlls/ole32/compobj.c, dlls/ole32/storage.c, dlls/serialui/confdlg.c, dlls/shell32/brsfolder.c, dlls/user/ddeml.c, dlls/wininet/http.c, dlls/wininet/internet.c, controls/icontitle.c, controls/widgets.c, dlls/comctl32/tab.c, dlls/crtdll/crtdll_main.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c:
2567         Removed some unnecessary #includes and dll dependencies.
2568
2569         * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
2570         Make PDB, ENVDB and STARTUPINFO global variables.
2571         Added 'module' field in PDB, and removed Wine-specific fields.
2572
2573         * misc/version.c, scheduler/services.c:
2574         Removed winver and service_table from the PDB and made them static
2575         variables.
2576
2577         * include/file.h, loader/dos/dosvm.c, files/file.c:
2578         Removed the DOS handles table from the PDB and made it a static
2579         variable.
2580
2581         * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
2582         Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2583
2584         * dlls/oleaut32/typelib.c:
2585         Francois Jacques <francoisj@macadamian.com>
2586         - Avoid null-pointer exceptions by testing listnodes validity before doing
2587           any work with those.
2588         - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
2589           the TLB constructor which initializes TLBContext::length to that
2590           value.
2591         - For non-standard pointed types, td[3] is always 0. I observed that
2592           the type is stored at td[2]/8 and not td[3]/8.
2593         - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
2594           type with no inherited interfaces. If the implemented types linked list
2595           is empty, set pRefType as 0 and return S_OK.
2596
2597         * include/wine/obj_oleaut.h:
2598         James Hatheway <james@macadamian.com>
2599         Fixed typo in the IDispatch_GetTypeInfo macro.
2600
2601         * dlls/comctl32/tooltips.c:
2602         Huw D M Davies <hdavies@codeweavers.com>
2603         Fix some remaining problems with tooltips.
2604
2605         * configure.in, configure:
2606         Marcus Meissner <marcus@jet.franken.de>
2607         Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
2608         fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
2609
2610         * include/authors.h, include/crtdll.h, include/device.h, include/file.h, include/metafiledrv.h, include/w32sys.h, tools/make_authors, win32/file.c, dlls/ole32/ole2.c, dlls/shell32/authors.h, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/shell32/shlview.c, dlls/win32s/w32sys.c, files/file.c, graphics/metafiledrv/metafiledrv.h, debugger/winedbg.c, dlls/crtdll/crtdll.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c:
2611         Moved a few non-standard headers into their respective dlls.
2612
2613         * include/Makefile.in:
2614         Install all standard Windows includes, plus some from the wine subdir.
2615
2616         * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.h, include/animate.h, include/comboex.h, include/commctrl.h, include/datetime.h, include/flatsb.h, include/header.h, include/hotkey.h, include/imagelist.h, include/ipaddress.h, include/listview.h, include/monthcal.h, include/nativefont.h, include/pager.h, include/progress.h, include/rebar.h, include/status.h, include/tab.h, include/toolbar.h, include/tooltips.h, include/trackbar.h, include/treeview.h, include/updown.h, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c:
2617         Removed all non-standard common control headers from the include
2618         directory.
2619
2620         * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
2621         Moved struct32.c to windows directory.
2622
2623 2000-08-08  Alexandre Julliard  <julliard@winehq.com>
2624
2625         * relay32/builtin32.c:
2626         Make sure builtin dlls are never freed since we don't support dlclose
2627         properly yet.
2628
2629         * dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/richedit/reader.c, dlls/serialui/confdlg.c, dlls/shell32/shell32.spec, dlls/shell32/shellstring.c, dlls/tapi32/Makefile.in, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, include/wine/winbase16.h, dlls/Makefile.in, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/kernel/Makefile.in, dlls/kernel/kernel.spec, dlls/lzexpand/lzexpand_main.c, dlls/msacm/driver.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
2630         Small dll interfaces cleanups.
2631
2632         * configure, configure.in, include/wine_gl.h:
2633         Marcus Meissner <marcus@jet.franken.de>
2634         Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
2635         using mesa-3.2 even without glext.h.
2636
2637         * dlls/comctl32/listview.c, include/listview.h:
2638         Aric Stewart <aric@codeweavers.com>
2639         Reworked how selections are kept track of in the list view. Selections
2640         are now listed as a sorted range of paired integers.
2641
2642         * dlls/comctl32/tooltips.c:
2643         Louis Philippe Gagnon <louisphilippe@macadamian.com>
2644         When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
2645         toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
2646         valid window handle).
2647
2648         * documentation/HOWTO-winelib:
2649         Wilbur N. Dale <wilbur.dale@lumin.nl>
2650         Added description of using DLLs with WineLib.
2651
2652         * documentation/*:
2653         John R. Sheets <jsheets@codeweavers.com>
2654         Converted Wine documentation to SGML format.
2655
2656 2000-08-07  Alexandre Julliard  <julliard@winehq.com>
2657
2658         * controls/icontitle.c:
2659         Marcus Meissner <marcus@jet.franken.de>
2660         Initialize 'str' in ICONTITLE_GetTitlePos.
2661
2662         * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
2663         Fixed resource functions to work with 32-bit modules that don't have a
2664         16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
2665
2666         * programs/uninstaller/main.c:
2667         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2668         Add an edit control showing the command line of the currently selected
2669         deinstall item.
2670
2671         * windows/winpos.c:
2672         Huw D M Davies <hdavies@codeweavers.com>
2673         WINPOS_WindowFromPoint should respect hrgnWnd.
2674
2675         * loader/pe_image.c:
2676         Peter Ganten <peter@ganten.org>
2677         Set up exe_modref before loading implicitly linked dlls.
2678
2679         * dlls/kernel/format_msg.c:
2680         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2681         Prevent endless looping in linebreak handling.
2682
2683         * dlls/ddraw/ddraw/x11.c:
2684         Marcus Meissner <marcus@jet.franken.de>
2685         If we are looking for an existing pixmap format, we do not need the
2686         same bitsperpixel (fixes depth 15/bitspixel 16 mode).
2687
2688         * include/dinput.h:
2689         Ove Kaaven <ovek@transgaming.com>
2690         Added a few DirectInput 7 definitions and C++ fixes.
2691
2692         * dlls/kernel/wowthunk.c:
2693         Peter Ganten <peter@ganten.org>
2694         LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
2695
2696         * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
2697         Marcus Meissner <marcus@jet.franken.de>
2698         Removed local variable shadows warnings.
2699
2700         * win32/process.c, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, relay32/builtin32.c, scheduler/process.c, debugger/dbgmain.c, debugger/msc.c, debugger/types.c:
2701         - Fixed resource functions to work directly from the HMODULE instead of
2702           requiring a modref.
2703         - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
2704           Eric Pouech and Dusan Lacko).
2705         - Simplified modref structure and handling.
2706
2707         * include/wine/obj_base.h:
2708         Ove Kaaven <ovek@transgaming.com>
2709         Protect the prototypes in here from C++ name mangling...
2710
2711         * dlls/version/install.c:
2712         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2713         VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
2714
2715         * include/vfw.h:
2716         Marcus Meissner <marcus@jet.franken.de>
2717         inline must be first attribute in function definition.
2718
2719         * dlls/user/lstr.c:
2720         Marcus Meissner <marcus@jet.franken.de>
2721         Fixed CharNextW.
2722
2723         * graphics/x11drv/dib.c:
2724         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2725         X11DRV_DIB_SetImageBits_RLE8: break image lines.
2726
2727 2000-08-06  Alexandre Julliard  <julliard@winehq.com>
2728
2729         * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, dlls/winsock/Makefile.in, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/serialui/Makefile.in, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
2730         Added imports of kernel32.dll where necessary.
2731
2732         * Makefile.in, dlls/user/Makefile.in:
2733         Link USER resources into libuser.so.
2734
2735         * ole/ole2nls.c:
2736         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2737         Fix for calling ctype functions with Unicode characters.
2738
2739         * dlls/comctl32/toolbar.c:
2740         Chris Morgan <cmorgan@wpi.edu>
2741         Converted all calls to RedrawWindow to InvalidateRect.  Previously
2742         RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
2743         immediate WM_PAINT message.  Moving to InvalidateRect should let
2744         WM_PAINTs occur normally.
2745
2746         * controls/listbox.c:
2747         Susan Farley <sfarley@codeweavers.com>
2748         Avoid resetting the background color when clearing out blank areas, as
2749         it may have been set to something other than COLOR_WINDOW by the
2750         application.
2751
2752         * windows/x11drv/wnd.c:
2753         Stephane Lussier <stephane@macadamian.com>
2754         Top level windows with 0 width or height are created with a size of 1x1 in
2755         the X11 driver. I've added some code to make sure those windows are never
2756         mapped while the size <= 0.
2757
2758         * misc/lstr.c, misc/main.c, relay32/snoop.c, win32/except.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/user.spec, dlls/user/user32.spec, if1632/Makefile.in, if1632/dummy.c, include/wine/exception.h, include/wine/winestring.h, include/wine/winuser16.h, include/winuser.h, memory/string.c, console/interface.c, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi_main.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/shell32/shell32.spec:
2759         Moved most USER string functions to dlls/user.
2760         Cleaned up a few more inter-dll dependencies.
2761
2762         * ole/ole2nls.c, relay32/relay386.c, win32/device.c, win32/init.c, windows/driver.c, windows/painting.c, windows/win.c, files/dos_fs.c, files/drive.c, files/file.c, graphics/win16drv/init.c, graphics/x11drv/xfont.c, loader/loadorder.c, loader/ne/convert.c, loader/ne/module.c, loader/ne/resource.c, misc/registry.c, objects/enhmetafile.c, controls/edit.c, controls/menu.c, dlls/shlwapi/path.c, dlls/user/text.c:
2763         Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
2764         to trap exceptions.
2765
2766 2000-08-04  Alexandre Julliard  <julliard@winehq.com>
2767
2768         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi_check:
2769         Patrik Stridvall <ps@leissner.se>
2770         - Warn about directories specified in modules.dat that are not used.
2771         - Eliminated the warnings caused by the change above.
2772         - Minor API files update.
2773         - Minor bug fixes.
2774
2775         * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
2776         Patrik Stridvall <ps@leissner.se>
2777         Fixed issues found by winapi_check.
2778
2779         * debugger/stack.c, dlls/comctl32/listview.c:
2780         Patrik Stridvall <ps@leissner.se>
2781         Fixed some warnings.
2782
2783         * programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, debugger/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in:
2784         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2785         Added a few missing imports.
2786
2787         * objects/palette.c, objects/text.c, scheduler/thread.c, win32/Makefile.in, win32/newfns.c, win32/ordinals.c, windows/queue.c, windows/scroll.c, dlls/user/Makefile.in, dlls/user/cache.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, graphics/Makefile.in, graphics/cache.c, loader/resource.c, misc/lstr.c, dlls/kernel/kernel32.spec:
2788         Moved a bunch of functions out of libwine/kernel/gdi into USER.
2789
2790         * windows/x11drv/wnd.c, graphics/metafiledrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h, include/ttydrv.h, include/user.h, include/win.h, include/x11drv.h, objects/metafile.c, windows/caret.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/painting.c, windows/winpos.c, controls/combo.c, controls/menu.c, dlls/ttydrv/ttydrv_main.c, dlls/wineps/init.c, dlls/x11drv/x11drv_main.c, graphics/enhmetafiledrv/init.c:
2791         Removed a few dependencies on GDI internals from USER dll.
2792
2793         * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/user/user32.spec, programs/uninstaller/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, debugger/Makefile.in, debugger/winedbg.spec:
2794         Added a few missing imports.
2795
2796 2000-08-03  Alexandre Julliard  <julliard@winehq.com>
2797
2798         * win32/console.c, Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/printdrv.c, dlls/kernel/toolhelp.spec, dlls/user/Makefile.in, misc/Makefile.in, misc/printdrv.c, msdos/int09.c, msdos/int16.c, scheduler/thread.c:
2799         Make USER and GDI separate dlls.
2800
2801         * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
2802         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2803         Fixed the Win16/Win32 structure size/alignment differences of
2804         ws_hostent, ws_protoent, ws_servent, ws_netent.
2805
2806         * dlls/comctl32/tooltips.c, include/tooltips.h:
2807         Huw D M Davies <h.davies@codeweavers.com>
2808         Redo the show/hide logic and add a comment to explain what's going on.
2809         Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
2810         Fix handling of TTDT_AUTOMATIC.
2811         Relayed mouse messages should extract the position from lParam not
2812         msg.pt
2813         SubclassProc now unified with TTM_RELAYEVENT.
2814         Change all lstrcpyxtox to use win32 APIs.
2815
2816         * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
2817         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
2818         Changed the AFM metrics structure to use an array instead of a linked
2819         list. This avoids doing two heap allocations for every character, and
2820         reduces the metrics parsing time by approx 25%.
2821
2822         * dlls/wininet/http.c:
2823         John R. Sheets <jsheets@codeweavers.com>
2824         Added "Mime-Version" to standard MIME headers parsed in
2825         HTTP_GetStdHeaderIndex().
2826
2827         * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
2828         Juergen Schmied <juergen.schmied@debitel.net>
2829         Implemented the ErrorInfo interfaces.
2830
2831         * dlls/kernel/Makefile.in:
2832         Added explicit dependency on message files for people who don't run
2833         make depend.
2834
2835         * dlls/shell32/shellguid.c, dlls/shlwapi/shlwapi_main.c, ole/guid.c, dlls/avifil32/avifile.c, dlls/ddraw/main.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx_main.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/oleaut.c:
2836         Moved GUID definitions to their respective dll.
2837
2838         * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
2839         Fixed IShellLinkA/W definitions.
2840
2841         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shellord.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, include/guiddef.h, include/initguid.h, include/rpc.h, include/shlguid.h, include/vfw.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_enumidlist.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, include/wtypes.h:
2842         Added guiddef.h and moved a few GUID definitions to the correct file.
2843
2844         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
2845         Fixed IsEqualGUID definition.
2846
2847         * include/winnls.h, ole/ole2nls.c:
2848         Dmitry Timoshkov <dmitry@sloboda.ru>
2849         LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
2850         the registry. Instead, use system default values.
2851
2852         * dlls/comctl32/listview.c:
2853         Aric Stewart <aric@codeweavers.com>
2854         - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
2855         - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
2856           if there is only one column.
2857         - Corrected a bug I introduced with an earlier patch which caused
2858           problems with multiple selections.
2859
2860         * dlls/ddraw/convert.c:
2861         Marcus Meissner <marcus@jet.franken.de>
2862         One of the 24/32 convert color masks was wrong.
2863
2864         * dlls/user/user32.spec:
2865         Marcus Meissner <marcus@jet.franken.de>
2866         GetPropA/W have string args.
2867
2868         * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
2869         Added imports of user32/gdi32/kernel32 wherever necessary.
2870
2871 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
2872
2873         * include/version.h, ANNOUNCE, ChangeLog:
2874         Release 20000801.
2875
2876 ----------------------------------------------------------------
2877 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
2878
2879         * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
2880         Jeremy White <jwhite@codeweavers.com>
2881         Added WM_TCARD and DWORDLONG.
2882
2883         * dlls/kernel/format_msg.c, tools/wmc/write.c:
2884         Marcus Meissner <marcus@jet.franken.de>
2885         PE_MESSAGE_HEADER.Length contains the header itself too.
2886
2887         * memory/virtual.c: Peter Ganten <peter@ganten.org>
2888         Committing a page of a shared mapping in one process lets it appear
2889         committed in other processes, too. To fake this, we commit them as
2890         soon as they are mapped.
2891
2892         * include/winnt.h, memory/heap.c:
2893         Peter Ganten <peter@ganten.org>
2894         Moved Wine private heap creation flags to other values.
2895         Return system heap when a shared heap is requested.
2896
2897         * files/directory.c:
2898         Only set COMSPEC if not defined already.
2899
2900         * dlls/commdlg/filedlg.c, include/wine/unicode.h:
2901         Gerard Patel <g.patel@wanadoo.fr>
2902         Changed the win31 style file dialog to 32 bits structures and
2903         messages.
2904
2905         * dlls/comctl32/treeview.c: Serge Ivanov
2906         Andrew Lewycky
2907         Improved drawing of item text, added SHOWSELALWAYS capability.
2908
2909         * dlls/comctl32/listview.c:
2910         Matthew Lake <MasterR_L@yahoo.com>
2911         Fixed a segfault problem using the standard file open dialog box.
2912
2913         * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
2914         Moved MulDiv() and VGA routines out of GDI.
2915
2916         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
2917         Dave Pickles <davep@cyw.uklinux.net>
2918         Added support for ERRORLEVEL.
2919         Most errors reported via FormatMessage().
2920         COPY command now works correctly if output specifier is a directory.
2921
2922         * dlls/comctl32/treeview.c:
2923         Susan Farley <sfarley@codeweavers.com>
2924         More consistent calculation of line height, scrolls a full item on
2925         line up/down.
2926
2927         * dlls/comctl32/listview.c, include/listview.h:
2928         Aric Stewart <aric@codeweavers.com>
2929         Fixed a few bugs including one with setting extended styles and
2930         editing labels.
2931         Implemented the LVS_EX_FULLROWSELECT extended style.
2932         Begin an implementation of virtual list views (LVS_OWNERDATA style
2933         set).
2934
2935         * include/ddraw.h:
2936         Marcus Meissner <marcus@jet.franken.de>
2937         Removed unnecessary X11 includes from ddraw.h.
2938
2939         * loader/module.c: Peter Ganten <peter@ganten.org>
2940         WinExec16 should not split quoted filenames with spaces.
2941
2942         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
2943         Aric Stewart <aric@codeweavers.com>
2944         Implemented InternetCheckConnectionA.
2945
2946         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
2947         Fixed another non-Linux build failure.
2948
2949         * dlls/crtdll/crtdll.spec:
2950         Marcus Meissner <marcus@jet.franken.de>
2951         Fixed 2 forward entries.
2952
2953         * dlls/comctl32/status.c:
2954         Marcus Meissner <marcus@jet.franken.de>
2955         Removed some flicker by detecting if we set the same value again.
2956
2957         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
2958         Change logic of listbox resizing for 16 bits apps for lists without
2959         LBS_NOINTEGRALHEIGHT style.
2960
2961         * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
2962         Fixed CreateDC to work properly when it is called with a device.
2963
2964         * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
2965         Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
2966         - Support whitespace around commands better, and support the @
2967           prefix better
2968         - Enhance the set support to unset, display value error correctly
2969         - Enhance the command line support for parms, and env var expansion
2970         - Enhance the echo command to not loose whitespace, and display
2971           output with % signs better
2972
2973         * configure, configure.in, include/regstr.h, programs/Makefile.in, programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/README, programs/uninstaller/main.c, programs/uninstaller/main.h, programs/uninstaller/rsrc.rc, programs/uninstaller/uninstaller.spec:
2974         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2975         Added an uninstaller for InstallShield, WISE etc.
2976
2977         * windows/x11drv/wnd.c:
2978         Jean-Claude Batista <jcb@macadamian.com>
2979         Provide position hints for window managers.
2980
2981 2000-07-31  Alexandre Julliard  <julliard@winehq.com>
2982
2983         * graphics/x11drv/init.c, include/monitor.h, include/sysmetrics.h, include/ttydrv.h, include/x11drv.h, misc/main.c, windows/multimon.c, windows/sysmetrics.c, windows/ttydrv/init.c, windows/user.c, windows/win.c, windows/x11drv/init.c, windows/x11drv/mouse.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/gdi/wing.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/painting.c, graphics/ttydrv/dc.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
2984         Cleaned up some more USER dependencies.
2985
2986         * include/wingdi.h, include/winuser.h:
2987         Moved system metrics definitions to winuser.h.
2988
2989         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
2990         Tidyed up stack backtrace code a bit, and added a simple special
2991         case for backtracing from a null EIP.
2992
2993         * files/file.c, server/file.c:
2994         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2995         Fix for 64-bit negative seek value.
2996
2997         * include/module.h, msdos/int2f.c:
2998         Ove Kaaven <ovek@arcticnet.no>
2999         Removed DOS task fields from the NE_MODULE structure.
3000
3001         * loader/task.c:
3002         Skip quoted program name when building command line.
3003
3004         * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
3005         DOS binary support has been restored.
3006
3007         * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
3008         Moved toolhelp implementation into kernel32 dll.
3009
3010         * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
3011         Backed out FindResource language patch.
3012
3013         * loader/dos/dosvm.c, msdos/int09.c:
3014         Ove Kaaven <ovek@arcticnet.no>
3015         Fixed a few problems.
3016
3017         * dlls/kernel/messages/winerr_enu.mc:
3018         Dave Pickles <davep@cyw.uklinux.net>
3019         Added text for all messages included in win95 and winNT.
3020
3021         * dlls/kernel/format_msg.c:
3022         Marcus Meissner <marcus@jet.franken.de>
3023         Added { } around stuff in ADD_TO_T macros.
3024
3025         * include/dosexe.h, loader/dos/module.c:
3026         Ove Kaaven <ovek@arcticnet.no>
3027         Convert DOS (MZ) binary loader to the new DOS process model.
3028
3029         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
3030         Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
3031         assembly code a bit, and wrapped it in #ifdef __i386__.
3032
3033 2000-07-30  Alexandre Julliard  <julliard@winehq.com>
3034
3035         * if1632/thunk.c, include/callback.h, include/keyboard.h, loader/dos/dosvm.c, misc/main.c, objects/bitmap.c, objects/dib.c, objects/palette.c, windows/keyboard.c:
3036         Cleaned up a few USER dependencies.
3037
3038         * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
3039         Ove Kaaven <ovek@arcticnet.no>
3040         Removed hModule parameter from MZ_AllocDPMITask(), and renamed
3041         MZ_KillModule() to MZ_KillTask().
3042
3043         * configure, configure.in:
3044         Create dll/kernel/messages directory.
3045
3046         * include/miscemu.h, msdos/dosmem.c:
3047         Ove Kaaven <ovek@arcticnet.no>
3048         Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
3049         initialize DOS memory properly in the new process model. Made
3050         DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
3051
3052         * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
3053         Removed usage of obsolete pModule->lpDosTask.
3054
3055 2000-07-29  Alexandre Julliard  <julliard@winehq.com>
3056
3057         * include/winbase.h, include/winuser.h, loader/resource.c, memory/atom.c, memory/environ.c, misc/comm.c, misc/lstr.c, objects/gdiobj.c, objects/region.c, objects/text.c, relay32/builtin32.c, relay32/snoop.c, win32/device.c, win32/except.c, debugger/winedbg.c, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, graphics/painting.c, graphics/x11drv/xfont.c, if1632/snoop.c:
3058         Removed some unnecessary inclusions of wingdi.h and winuser.h
3059
3060         * dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, include/ntddk.h, loader/module.c:
3061         Removed a few external dependencies from ntdll.
3062
3063         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
3064         Marcus Meissner <marcus@jet.franken.de>
3065         Added CreateTypeLib,LHashValOfNameSys stubs.
3066         Check for correct struct magic before reading out of it.
3067
3068         * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
3069         Marcus Meissner <marcus@jet.franken.de>
3070         Implemented SmoothScrollWindow.
3071
3072         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
3073         Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
3074         of pointers from global heap functions.
3075
3076         * dlls/kernel/format_msg.c:
3077         Marcus Meissner <marcus@jet.franken.de>
3078         Get rid of USER32 functions in KERNEL32.
3079
3080         * include/dosexe.h, loader/dos/dosvm.c:
3081         Ove Kaaven <ovek@arcticnet.no>
3082         Added support for the Win32 Console interface to the main DOSVM event
3083         loop. Cleaned up event dispatching code a bit.
3084
3085         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
3086         Make direct console input routines go through int16, rather than
3087         reading directly from the console driver.
3088
3089         * programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/wcmd/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in:
3090         Francois Gouget <fgouget@psn.net>
3091         ole32 now requires linking with kernel32
3092         shell32 now requires linking with kernel32 and shlwapi
3093
3094         * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
3095         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3096         We always have strerror, so no need to ifdef HAVE_STRERROR.
3097
3098         * windows/win.c:
3099         Huw D M Davies <hdavies@codeweavers.com>
3100         Initialize hrgnWnd.
3101
3102         * configure, configure.in:
3103         Lionel Ulmer <lionel.ulmer@free.fr>
3104         Fix the GLEXT function prototype typedefs detection.
3105
3106         * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
3107         Ove Kaaven <ovek@arcticnet.no>
3108         Let Int09 routines remember a keystroke's ASCII code, if available.
3109
3110         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
3111         Added some int33 function stubs.
3112
3113         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
3114         Changed a few core int10 routines to use the BIOS data segment cursor
3115         positions and the VGA routines, instead of directly accessing the
3116         console driver.
3117
3118         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
3119         Marcus Meissner <marcus@jet.franken.de>
3120         Implemented OleGetAutoConvert.
3121
3122         * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
3123         Dmitry Timoshkov <dmitry@sloboda.ru>
3124         FindResourceExA/W should search for the specified language resource only.
3125         FindResourceA/W should search for any language resource.
3126
3127         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
3128         Marcus Meissner <marcus@jet.franken.de>
3129         No longer crash when running with DirectDraw with a DDClipper in
3130         -desktop mode.
3131
3132         * windows/nonclient.c:
3133         Francois Boisvert <francois@macadamian.com>
3134         NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
3135         clicking on a window having a customize non client area.
3136
3137 2000-07-28  Alexandre Julliard  <julliard@winehq.com>
3138
3139         * graphics/x11drv/dib.c, include/x11drv.h:
3140         Ove Kaaven <ovek@transgaming.com>
3141         Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
3142
3143         * memory/codepage.c:
3144         Wolfgang Schwotzer <woschwot@gmx.net>
3145         Added NULL pointer checks.
3146
3147         * include/acconfig.h, include/config.h.in, include/ts_shape.h, include/ttydrv.h, include/win.h, include/x11drv.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_shape.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/winpos.c, windows/x11drv/init.c, windows/x11drv/wnd.c, configure, configure.in, dlls/x11drv/x11drv_main.c:
3148         Francois Jacques <francoisj@macadamian.com>
3149         - implementation of SetWindowsRgn and GetWindowRgn
3150         - X11DRV and TTYDRV updated with new API SetWindowRgn
3151
3152         * include/miscemu.h, include/winnt.h, loader/dos/module.c, memory/global.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/interrupts.c:
3153         Ove Kaaven <ovek@arcticnet.no>
3154         Removed the hModule parameter from various DOSMEM routines, the DOSMEM
3155         routines now always use the current memory space.
3156
3157         * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
3158         Fixed some warnings.
3159
3160         * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
3161         Patrik Stridvall <ps@leissner.se>
3162         Minor API files update.
3163
3164         * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
3165         Solaris specific fixes.
3166
3167         * windows/x11drv/event.c, windows/defwnd.c:
3168         Stephane Lussier <stephane@macadamian.com>
3169         Now the service thread is no more in charge of erasing the background
3170         of the Window. Service thread is doing the invalidation part, and the
3171         application thread is doing the erasing part. All this has been
3172         implemented using WM_SYNCPAINT message.
3173
3174         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
3175         Dmitry Timoshkov <dmitry@sloboda.ru>
3176         Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
3177
3178         * windows/x11drv/event.c:
3179         Dmitry Timoshkov <dmitry@sloboda.ru>
3180         Do not crash if window was not found.
3181
3182         * windows/dialog.c, windows/painting.c:
3183         Stephane Lussier <stephane@macadamian.com>
3184         - UpdateWindow should refresh all children that have an update region.
3185         - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
3186           a WM_PAINT eventually for the dialog, no need to force a paint right away.
3187         (based on a patch from James Hatheway in the Corel tree)
3188
3189         * msdos/int21.c, msdos/int2f.c:
3190         Ove Kaaven <ovek@arcticnet.no>
3191         Just get DOS task structure from MZ_Current(), instead of (clumsily)
3192         trying to find and read from the current task's module structures.
3193
3194         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
3195         Make a global asm helper function to handle 32-bit RMCB calls, so we
3196         don't need those complex constraints either.
3197
3198         * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
3199         Always get a hardware message from the system queue in PeekMessage,
3200         even if no such wake bits are set, because in a PeekMessage loop,
3201         there's no sleeping, so the necessary wake bits are never set...
3202
3203         * dlls/oleaut32/olefont.c, include/olectl.h:
3204         Huw D M Davies <hdavies@codeweavers.com>
3205         Add Connection Point support to OLE font objects.
3206         Add some more TRACE()s.
3207
3208         * dlls/*/*.spec:
3209         Added 'owner' field to 16-bit spec files to specify the name of the
3210         32-bit dll that contains it.
3211
3212 2000-07-26  Alexandre Julliard  <julliard@winehq.com>
3213
3214         * dlls/winmm/Makefile.in, dlls/winmm/sound.spec, dlls/winmm/sound16.c, include/stress.h, include/wine/winesound.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/stress.c, dlls/kernel/stress.spec, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
3215         Merged setupx.dll into setupapi.dll.
3216         Merged sound.dll into winmm.dll.
3217         Merged stress.dll into kernel32.dll.
3218
3219         * dlls/dciman32/Makefile.in, dlls/dciman32/dciman_main.c, dlls/dplay/Makefile.in, dlls/dplay/dplay_main.c, dlls/msnet32/Makefile.in, dlls/msnet32/msnet_main.c, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shfolder/shfolder_main.c, dlls/wow32/Makefile.in, dlls/wow32/wow_main.c:
3220         Added a few empty source files so that each dll has at least one C
3221         file.
3222
3223         * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, dlls/winmm/wineoss/oss.c, include/driver.h, include/mmsystem.h, include/msacm.h, include/vfw.h, programs/avitools/icinfo.c, windows/driver.c, dlls/comctl32/animate.c, dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c, dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mmsystem.c, dlls/avifil32/avifile.c:
3224         Eric Pouech <Eric.Pouech@wanadoo.fr>
3225         - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
3226         - upgraded vfw.h content
3227
3228         * msdos/dpmi.c: Avoid clobbering %ebx.
3229
3230         * loader/ne/module.c:
3231         Return the proper error code when a 16-bit task failed to start
3232         (thanks to Peter Ganten).
3233
3234         * documentation/HOWTO-winelib:
3235         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3236         Adapted to the recent winebuild rename.
3237
3238         * loader/module.c:
3239         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3240         Added detection code for very old Windows (1.1, 2.0, ...) binaries to
3241         MODULE_GetBinaryType().
3242
3243         * dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c:
3244         Moved shlwapi routines from shell32.dll to shlwapi.dll.
3245
3246 2000-07-25  Alexandre Julliard  <julliard@winehq.com>
3247
3248         * Make.rules.in, Makefile.in, configure, configure.in, dlls/Makedll.rules.in, server/Makefile.in, server/atom.c, server/registry.c, server/unicode.c, server/unicode.h, tools/wmc/Makefile.in, unicode/.cvsignore, unicode/Makefile.in:
3249         Make unicode.o into a separate ELF library so that we can use it from
3250         the wineserver too.
3251
3252         * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
3253         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3254         - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
3255           non-existent directory would leave the new drive enabled upon aborting
3256           (fixes CuteFTP install and should fix MANY apps)
3257           This has probably been caused by myself. *brownpaperbag*
3258         - added GetVolumeInformation serial number bug-for-bug compatibility
3259         - corrected Unicode labels (better CD-ROM handling in general)
3260         - moved CD-ROM label detection code to misc/cdrom.c
3261         - possible to use loopback mounted ISO9660 files
3262         - init some uninitialised drive fields
3263         - remove some unnecessary header includes
3264
3265         * windows/winpos.c:
3266         Susan Farley <sfarley@codeweavers.com>
3267         Don't destroy the caret on SWP_HIDEWINDOW.
3268
3269         * dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/format_msg.c, dlls/kernel/kernel.rc, dlls/kernel/kernel32.spec, dlls/kernel/messages/.cvsignore, dlls/kernel/messages/winerr_enu.mc, loader/resource.c, misc/lstr.c:
3270         Dave Pickles <davep@cyw.uklinux.net>
3271         Improved FormatMessage:
3272         - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
3273         - Implemented language search as documented
3274         - Illegal combinations of options trapped.
3275         - Message table for system messages added.
3276
3277         * include/winbase.h, include/winuser.h:
3278         Moved FORMAT_MESSAGE flags definition to winbase.h.
3279
3280         * Make.rules.in:
3281         Added rules for message compiler .mc files.
3282
3283         * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
3284         James Hatheway <james@macadamian.com>
3285         Portability fixes.
3286
3287         * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
3288         Patrik Stridvall <ps@leissner.se>
3289         Fixed issues found by winapi_check.
3290
3291         * tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/serialui.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/setupx.api:
3292         Patrik Stridvall <ps@leissner.se>
3293         Minor API files update.
3294
3295         * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
3296         Bertho Stultiens <bertho@akhphd.au.dk>
3297         - Implemented a bug-work-around for Berkeley yacc (byacc) which
3298           does not generate proper default transition rules for non-terminals.
3299           See comments in parser.y how the fix works.
3300         - Changed the error-line/char position to make emacs happy parsing
3301           the position of the error.
3302         - Added comments in the documentation in which order the line-numer
3303           and character-position of the error is written.
3304
3305         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
3306         Use lcall opcodes, so all gas-es understand it...
3307
3308         * dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, if1632/relay.c, if1632/thunk.c, include/flatthunk.h, misc/Makefile.in, misc/w32scomb.c, relay32/Makefile.in, relay32/utthunk.c, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/flatthunk.h, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/ole32/Makefile.in, dlls/ole32/ole32.spec:
3309         Moved thunking functions off to kernel32.dll.
3310
3311         * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/ntdll/sec.c, memory/Makefile.in, memory/registry.c:
3312         Temporarily moved advapi32 registry support back into libwine.so, and
3313         made advapi32 a separate dll.
3314
3315         * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
3316         Eric Pouech <Eric.Pouech@wanadoo.fr>
3317         fixed a number of long standing bugs:
3318             - segmented expressions didn't display correctly
3319             - using dynamic size array for nested types parsing
3320             - correct display of source code after a crash
3321         factorized some code
3322
3323         * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
3324         Merged wing.dll into gdi32.dll.
3325
3326         * dlls/comctl32/listview.c:
3327         Aric Stewart <aric@codeweavers.com>
3328         Prevent the attempt to draw invalid image indexes.
3329         Provide the two pixel buffer between the image and the label.
3330
3331         * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
3332         Huw D M Davies <hdavies@codeweavers.com>
3333         A generic implemention of IConnectionPoint/IEnumConnections.
3334
3335         * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
3336         Dmitry Timoshkov <dmitry@sloboda.ru>
3337         Make fnt2bdf produce correct fonts.
3338
3339         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
3340         Make int16 read from the BIOS keyboard buffer, not directly from the
3341         console driver.
3342
3343         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
3344         Fixed broken assembler. Removed support for old protected-mode hack
3345         for running real-mode code on platforms that don't support vm86; the
3346         current CallRM->RMCB shortcut code should take care of all
3347         Wine-supplied RM APIs (such as DOSASPI) anyway.
3348
3349         * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
3350         Perform NE_InitProcess in the context of the new task.
3351
3352 2000-07-24  Alexandre Julliard  <julliard@winehq.com>
3353
3354         * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/win87em.c, dlls/kernel/win87em.spec, dlls/kernel/windebug.c, dlls/kernel/windebug.spec:
3355         Merged msacm and msacm32 dlls.
3356         Merged win87em and windebug into kernel32.dll.
3357
3358 2000-07-23  Alexandre Julliard  <julliard@winehq.com>
3359
3360         * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
3361         Francois Gouget <fgouget@psn.net>
3362         Fixed int/HANDLE mismatches revealed by -DSTRICT.
3363         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
3364
3365         * programs/progman/main.c:
3366         Francois Gouget <fgouget@psn.net>
3367         Fixed WinMain's signature.
3368         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
3369         Removed obsolete references to the Languages array.
3370
3371         * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
3372         Francois Gouget <fgouget@psn.net>
3373         Removed obsolete references to the Languages array.
3374
3375         * programs/clock/main.c:
3376         Francois Gouget <fgouget@psn.net>
3377         Fixed WinMain's signature.
3378         Fixed parameter order for the call to CreateWindow.
3379
3380         * libtest/hello.c, libtest/hello2.c, libtest/hello3.c, libtest/hello4.c, libtest/hello5.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, programs/notepad/main.c, programs/winver/winver.c:
3381         Francois Gouget <fgouget@psn.net>
3382         Fixed WinMain's signature.
3383
3384         * programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, libtest/Makefile.in:
3385         Francois Gouget <fgouget@psn.net>
3386         Added -DSTRICT.
3387         Added missing libraries comctl32 and rpcrt4.
3388
3389         * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
3390         James Hatheway <james@macadamian.com>
3391         Adds an initial WSAIoctl function with support for only the
3392         SIO_GET_INTERFACE_LIST command.  Adds initial code to WsControl
3393         function to support the WSCNTL_TCPIP_QUERY_INFO command.
3394
3395         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
3396         Eric Pouech <Eric.Pouech@wanadoo.fr>
3397         Compilation fixes for OpenGL.
3398
3399         * Make.rules.in: Mike_McCormack@looksmart.com.au
3400         Corrected c2man flags. It still crashes anyhow :-/
3401
3402         * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
3403         Lionel Ulmer <lionel.ulmer@free.fr>
3404         Detect broken glext.h headers.
3405
3406         * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
3407         Mike_McCormack@looksmart.com.au
3408         Added some basic text display and editing capabilities, cursor
3409         positioning, a bit of scrolling and a text file loader.
3410
3411         * include/tapi.h: Mike_McCormack@looksmart.com.au
3412         Implemented lineGetCountry. (works with HyperTrm.exe)
3413
3414         * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c:
3415         Gerard Patel <g.patel@wanadoo.fr>
3416         Focus handling, visual changes + misc fixes.
3417
3418         * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
3419         Implemented lineGetCountry. (works with HyperTrm.exe)
3420
3421         * include/winbase.h: Francois Gouget <fgouget@psn.net>
3422         Removed duplicate declaration of AddAccessAllowedAce.
3423
3424         * dlls/comctl32/listview.c:
3425         Aric Stewart <aric@codeweavers.com>
3426         Handle the case where the function SetItem is called to select an item
3427         or set its focus.
3428
3429         * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
3430         Ove Kaaven <ovek@transgaming.com>
3431         Added a few C++ operators to Direct3D structures, and made some unions
3432         'nameless'.
3433
3434         * dlls/winsock/async.c:
3435         Eric Pouech <Eric.Pouech@wanadoo.fr>
3436         Insured that all parameters of async functions are copied before
3437         returnig from request.
3438
3439         * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
3440         Ove Kaaven <ovek@arcticnet.no>
3441         Fix a few typos and such.
3442
3443         * include/d3d.h, include/ddraw.h:
3444         Ove Kaaven <ovek@transgaming.com>
3445         Added some DirectDraw7-related definitions.
3446
3447         * configure, configure.in, include/config.h.in:
3448         Marcus Meissner <marcus@jet.franken.de>
3449         Make non-existence of (f)lex an error.
3450
3451         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
3452         Marcus Meissner <marcus@jet.franken.de>
3453         IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
3454
3455         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
3456         Added a few Win32 definitions.
3457
3458         * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
3459         Reduce scope of "Status" #ifdef hack.
3460
3461         * if1632/relay.c, relay32/builtin32.c:
3462         Ove Kaaven <ovek@arcticnet.no>
3463         Say that "No handler" messages as fatal.
3464
3465         * winedefault.reg: Fixed SharedDir location.
3466
3467         * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
3468         Ove Kaaven <ovek@arcticnet.no>
3469         Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
3470         the ugly Dr7 hack.
3471
3472         * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
3473         Eric Pouech <Eric.Pouech@wanadoo.fr>
3474         Fixed first seek on MEM mmio files.
3475
3476         * dlls/commdlg/fontdlg.c:
3477         Gerard Patel <g.patel@wanadoo.fr>
3478         Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
3479
3480         * dlls/wininet/http.c:
3481         John R. Sheets <jsheets@codeweavers.com>
3482         Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
3483
3484         * dlls/wininet/internet.c:
3485         John R. Sheets <jsheets@codeweavers.com>
3486         Put the URL parameter list in with the URL path if the ExtraInfo
3487         buffer isn't specified.
3488
3489         * controls/icontitle.c:
3490         Gerard Patel <g.patel@wanadoo.fr>
3491         Fixed calculation of buffer length after switch of window text to
3492         unicode.
3493
3494         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
3495         Comment out a nonfunctional DOS part of debugger.
3496
3497         * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
3498         Ove Kaaven <ovek@arcticnet.no>
3499         Added stub for RasHangUpA().
3500
3501         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
3502         DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
3503         to documentation.
3504
3505         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
3506         Fixed a few problems.
3507
3508         * dlls/comctl32/toolbar.c:
3509         David Elliott <dfe@infinite-internet.net>
3510         - Changed the temporary buffer for loading resources from 256 to 512
3511         - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
3512           the function
3513         - Use lstrcpynW instead of lstrcpyW
3514
3515 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
3516
3517         * ANNOUNCE, ChangeLog, include/version.h:
3518         Release 20000716.
3519
3520 ----------------------------------------------------------------
3521 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
3522
3523         * windows/winproc.c:
3524         Added assembly wrapper for calling window procedures.
3525
3526         * include/main.h, include/options.h, include/process.h, loader/dos/module.c, loader/main.c, misc/options.c, scheduler/client.c, scheduler/process.c:
3527         Get full path of argv[0] before we change directories.
3528         Make sure process names are long path names.
3529         Cleaned up initialisation a bit.
3530
3531         * server/sock.c:
3532         Stephane Lussier <stephane@macadamian.com>
3533         In set_socket_event, the event should be signaled if there's a pending
3534         network event corresponding to the events the application wanted to be
3535         notified.
3536
3537         * dlls/winspool/info.c, files/file.c, graphics/x11drv/xfont.c, loader/task.c, windows/class.c, dlls/odbc32/proxyodbc.c, dlls/ole32/datacache.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/wininet/internet.c:
3538         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3539         Spelling fixes.
3540
3541         * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
3542         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3543         Doc and trace updates.
3544
3545         * include/process.h, loader/module.c, scheduler/process.c:
3546         Marcus Meissner <marcus@jet.franken.de>
3547         Transmit current directory settings to newly created processes.
3548
3549         * documentation/installation-und-konfiguration.german:
3550         Peter Ganten <peter@ganten.org>
3551         Added German installation and configuration manual.
3552
3553         * windows/x11drv/keyboard.c:
3554         Raul Fernandes <rgf@ieg.com.br>
3555         Added Brazilian keyboard.
3556
3557         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
3558         Set clipping region to client window before owner-drawn painting.
3559
3560         * winedefault.reg:
3561         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3562         Added the "SharedDir" registry key.
3563
3564         * include/acconfig.h, include/config.h.in, configure, configure.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11_private.h:
3565         Lionel Ulmer <lionel.ulmer@free.fr>
3566         - fix Direct3D support and a lot of warnings
3567         - add support for DDraw in a window (not optimized yet)
3568         - cleans up OpenGL extensions handling for D3D
3569
3570         * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
3571         Background of SS_SIMPLE static control is not filled (unless it has
3572         SS_NOPREFIX too).
3573
3574         * files/directory.c:
3575         Marcus Meissner <marcus@jet.franken.de>
3576         Drop UNIX cwd to / after calculating WINE current directory (to allow
3577         CD unmounts).
3578
3579 2000-07-15  Alexandre Julliard  <julliard@winehq.com>
3580
3581         * graphics/x11drv/dib.c:
3582         Stephane Lussier <stephane@macadamian.com>
3583         New version of the patch from Francois Jacques with a modification of
3584         my own that makes everybody happy :-)
3585
3586         * misc/comm.c, dlls/kernel/kernel32.spec:
3587         Mike McCormack <mike_mccormack@looksmart.com.au>
3588         Hook serialui dll into existing comm functions.
3589
3590         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/serialui/.cvsignore, dlls/serialui/Makefile.in, dlls/serialui/confdlg.c, dlls/serialui/serialui.h, dlls/serialui/serialui.spec, dlls/serialui/serialui_rc.rc:
3591         Mike McCormack <mike_mccormack@looksmart.com.au>
3592         Implemented serialui dll containing CommConfigDialog,
3593         GetDefaultCommConfig and SetDefaultCommConfig.
3594
3595         * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
3596         Patrik Stridvall <ps@leissner.se>
3597         Fixed some warnings.
3598
3599         * tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
3600         Patrik Stridvall <ps@leissner.se>
3601         - Minor API files fixes.
3602         - Minor bug fixes and additions.
3603
3604         * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
3605         Patrik Stridvall <ps@leissner.se>
3606         Fixed some issues found by winapi_check.
3607
3608         * controls/button.c:
3609         Dave Hawkes <daveh-wine@cadlink.com>
3610         All standard window controls should have CS_PARENTDC, but should still
3611         clip to the control window.
3612
3613         * windows/message.c:
3614         John R . Sheets <jsheets@codeweavers.com>
3615         We also have to validate the frame to avoid an infinite loop when the
3616         app doesn't call BeginPaint.
3617
3618         * scheduler/handle.c:
3619         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3620         Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
3621
3622         * dlls/winmm/wineoss/mixer.c:
3623         Ed Snow <ed_snow@ttmengineering.com>
3624         Fixes unmuting when unmuted.
3625         Unifies scale reported with scale used for volume control.
3626         Hack for Bass/Treble until better fix is complete.
3627
3628         * graphics/x11drv/xfont.c:
3629         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3630         Added DBCS/unicode encoding templates.
3631
3632         * controls/combo.c:
3633         Susan Farley <sfarley@codeweavers.com>
3634         Don't clear selection when initial entry is not in the list.
3635
3636         * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
3637         Made --language behave the same as setting the LANGUAGE environment
3638         variable.
3639
3640         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec, dlls/rpcrt4/.cvsignore, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c, include/rpc.h, include/wtypes.h, loader/loadorder.c:
3641         Huw D M Davies <hdavies@codeweavers.com>
3642         Create rpcrt4.dll.
3643         Implement UuidCreate (using existing code from CoCreateGuid).
3644         CoCreateGuid calls UuidCreate.
3645
3646         * memory/heap.c:
3647         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3648         Fix for supporting DBCS.
3649
3650         * dlls/comctl32/toolbar.c:
3651         Rob Farnum <rfarnum@mindspring.com>
3652         Ignore iBitmap width when drawing flat toolbar.
3653
3654         * loader/pe_image.c: Peter Ganten <peter@ganten.org>
3655         Fixed a file descriptor leak in the PE loader.
3656
3657         * windows/winpos.c:
3658         Jean-Claude Batista <jcb@macadamian.com>
3659         Ensure the validity of hOldFocus before calling WIN_GetTopParent.
3660
3661         * graphics/x11drv/xfont.c:
3662         Drew Ronneberg <drew@codon.princeton.edu>
3663         Ignore broken fonts when building cache file.
3664
3665         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
3666         Allow SetWindowLong(... GWL_STYLE) to change visible bit.
3667
3668         * documentation/registry:
3669         Ove Kaaven <ovek@arcticnet.no>D
3670         Text of WWN article "The Registry".
3671
3672         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
3673         David Elliott <dfe@infinite-internet.net>
3674         - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
3675           guessing the command length correctly, and if not, tell's it what's up.
3676         - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
3677           caller to clear the fields.
3678         - Added a new field to HA_Unique content to fix some applications.  Will
3679           fix this for good at a later date.
3680         - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
3681           Linux)
3682         - Added some constants to winescsi.h
3683         (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
3684
3685         * dlls/user/user32.spec, windows/user.c:
3686         Peter Ganten <peter@ganten.org>
3687         Stubs for CreateDesktopA and EnumDesktopWindows.
3688
3689         * loader/loadorder.c:
3690         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3691         Added ws2_32 loadorder.
3692
3693         * tools/winebuild/main.c:
3694         Peter Ganten <peter@ganten.org>
3695         Try to unlink output file before opening it.
3696
3697         * controls/edit.c:
3698         Marcus Meissner <marcus@jet.franken.de>
3699         Replaced %s by %p in EDIT_WM_SetText.
3700
3701         * dlls/winsock/ws2_32.spec:
3702         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3703         Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
3704
3705         * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
3706         Add a warning when the normal load address for a win32 program is not
3707         available.
3708
3709         * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
3710         Huw D M Davies <hdavies@codeweavers.com>
3711         OLE picture object implementation.
3712
3713         * misc/comm.c:
3714         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3715         Fixed an incorrect format string.
3716
3717         * loader/loadorder.c:
3718         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3719         Added loadorder entry for the Linux glide3x library.
3720
3721         * winedefault.reg:
3722         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3723         Added "CommonFilesDir"="C:\Program Files\Common Files".
3724
3725         * debugger/db_disasm.c:
3726         Ian Schmidt <ischmidt@cfl.rr.com>
3727         Added Pentium Pro/2/3/4 conditional move instructions.
3728
3729 2000-07-11  Alexandre Julliard  <julliard@winehq.com>
3730
3731         * dlls/kernel/kernel_main.c, memory/codepage.c:
3732         Set ansi/oem/mac code pages from current locale.
3733
3734         * scheduler/client.c:
3735         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3736         Better error message for really clueless newbies.
3737
3738         * dlls/msacm32/msacm32_main.c:
3739         James Hatheway <james@macadamian.com>
3740         Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
3741
3742         * dlls/ddraw/dsurface/main.c:
3743         Marcus Meissner <marcus@jet.franken.de>
3744         Check for NULL flipchain and just return the current surface if it
3745         happens.
3746
3747         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
3748         Marcus Meissner <marcus@jet.franken.de>
3749         Implemented _vsnprintf by calling wvsnprintfA.
3750
3751         * objects/dib.c:
3752         Stephane Lussier <stephane@macadamian.com>
3753         In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
3754         instead of failing.
3755
3756         * dlls/comctl32/toolbar.c:
3757         Chris Morgan <cmorgan@wpi.edu>
3758         Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
3759         is non-zero.  Better fix than my previous patch.
3760
3761 2000-07-10  Alexandre Julliard  <julliard@winehq.com>
3762
3763         * scheduler/thread.c:
3764         Lazy initialisation of thread locale.
3765
3766         * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplobby.h:
3767         Peter Hunnisett <hunnise@nortelnetworks.com>
3768         - Make ref counting a little more efficient
3769         - Correct suspended process resumption
3770         - Don't use sys/queue.h anymore
3771         - Properly initialize the global semaphore across processes
3772         - Create a mapped file for shared data structures
3773         - Change some trace messages
3774         - Allocate dynamic shared data from the mapped file
3775         - Rework setting and retrieving lobby settings from shared memory
3776         - Add infrastructure for syncronization after app launch
3777         - Small documentation update
3778         - Include some stuff missing from header
3779         - Start on dp and dpl message infrastructure
3780         - Unicode versions of player/group commands added
3781         - Combined Connect/ConnectEx and Open/SecureOpen
3782         - More implementation
3783
3784         * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
3785         Dmitry Timoshkov <dmitry@sloboda.ru>
3786         Moved all NLS dependent data to the KERNEL resources.
3787
3788         * scheduler/thread.c:
3789         Juergen Schmied <juergen.schmied@debitel.net>
3790         Moved setting the locale value to the right position.
3791
3792         * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3793         Fixed FormatMessage[A|16] against some buffer overflow cases.
3794
3795         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3796         Removed extraneous trace message.
3797
3798         * debugger/winedbg.c:
3799         Eric Pouech <Eric.Pouech@wanadoo.fr>
3800         Unconditionnally print messages on DLL load breakpoint.
3801
3802         * debugger/break.c:
3803         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3804         Fixed winedbg watchpoints.
3805
3806         * dlls/oleaut32/ole2disp.c:
3807         Francois Jacques <francoisj@macadamian.com>
3808         Prevent SysAllocString and SysAllocString16 to perform any processing
3809         on NULL strings.
3810
3811         * tools/fnt2bdf.c:
3812         Stas Sergeev <stas.orel@mailcity.com>
3813         Make it possible to change the encoding of fonts from the command
3814         line, even if autodetected.
3815
3816         * windows/spy.c, windows/ttydrv/wnd.c, windows/win.c, windows/x11drv/wnd.c, controls/button.c, controls/icontitle.c, controls/static.c, include/mdi.h, include/ttydrv.h, include/win.h, include/x11drv.h, windows/defwnd.c, windows/dialog.c, windows/mdi.c, wine.ini:
3817         Dmitry Timoshkov <dmitry@sloboda.ru>
3818         Convert WND.text field to Unicode.
3819         Add new key to wine.ini in the section [x11drv] - TextCP, which means
3820         code page used for texts passed to X.
3821         Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
3822
3823         * graphics/x11drv/dib.c: Backed out previous patch.
3824
3825         * dlls/user/user32.spec, include/winuser.h, windows/user.c:
3826         Marcus Meissner <marcus@jet.franken.de>
3827         Stub for RegisterDeviceNotificationA.
3828
3829         * dlls/winsock/socket.c:
3830         Gerard Patel <g.patel@wanadoo.fr>
3831         Fakes a negotiation of the winsock version.
3832
3833         * dlls/oleaut32/typelib.c:
3834         Juergen Schmied <juergen.schmied@debitel.net>
3835         - better loading of *.tlb files
3836         - seperated code for loading tlb resource into memory from code for
3837           parsing the tlb resource.
3838
3839         * dlls/ole32/ole2stubs.c:
3840         Juergen Schmied <juergen.schmied@debitel.net>
3841         Implemented OleCreate.
3842
3843 2000-07-09  Alexandre Julliard  <julliard@winehq.com>
3844
3845         * windows/class.c: Noomen Hamza <noomen@macadamian.com>
3846         GetClassInfo should return global classes even if the hInstance
3847         parameter is different from the one passed to the RegisterClass
3848         function.
3849
3850         * misc/comm.c: Stefan Leichter <sle@camline.com>
3851         Fixes the BuildCommDCBA function.
3852
3853         * configure, configure.in, include/config.h.in, misc/port.c:
3854         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3855         Added configure check for libutil.h.
3856
3857         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
3858         Make the focus follow the last selected item for multiselect listboxes.
3859
3860         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
3861         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3862         Stub implementation of LHashValOfNameSysA.
3863         Don't crash if we encounter a BSTR with length <= 0.
3864         Fix typos in ITypeLib::GetDocumentation.
3865
3866         * dlls/shell32/shell.c:
3867         Dave Hawkes <daveh-wine@cadlink.com>
3868         With some apps a fault was possible in ExtractAssociatedIcon.
3869
3870         * windows/cursoricon.c:
3871         Dave Hawkes <daveh-wine@cadlink.com>
3872         GetIconInfo did no correctly identify icons from cursors.
3873
3874         * windows/msgbox.c:
3875         Haithem Hmida <haithem@macadamian.com>
3876         Under Windows 95/98/NT, message boxes do not have a default icon.
3877
3878         * misc/registry.c:
3879         Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
3880         Small cleanups.
3881
3882         * dlls/wsock32/.cvsignore, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, dlls/dplay/.cvsignore, dlls/dplay/Makefile.in, dlls/dplay/dplay.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplay.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/wow32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, dlls/shfolder/.cvsignore, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shlwapi/.cvsignore, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/winsock/wsock32.spec, dlls/wow32/.cvsignore, dlls/wow32/Makefile.in, dlls/wow32/wow32.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in:
3883         Created separate libraries for dplay, shfolder, shlwapi, wow32 and
3884         wsock32 so that we have at most one Win32 dll in each .so library.
3885
3886 2000-07-08  Alexandre Julliard  <julliard@winehq.com>
3887
3888         * graphics/x11drv/dib.c:
3889         Francois Jacques <francoisj@macadamian.com>
3890         Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
3891         manipulation.
3892         Corrected XGetSubImage arguments order.
3893
3894         * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
3895         Matthew Lake <MLake@sunbelt-plb.com>
3896         Added some missing definitions.
3897
3898         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
3899         Francois Jacques <francoisj@macadamian.com>
3900         Implemented SafeArrayGetVarType.
3901         Added a VT_RECORD variant type definition.
3902
3903         * dlls/kernel/kernel32.spec, misc/comm.c:
3904         Stefan Leichter <sle@camline.com>
3905         Started implementation of the functions GetDefaultCommConfigA/W.
3906
3907         * dlls/ddraw/convert.c:
3908         Marcus Meissner <Marcus.Meissner@caldera.de>
3909         Corrected 24->32 conversion. Still only correct for little endian.
3910
3911         * windows/winpos.c:
3912         Susan Farley <sfarley@codeweavers.com>
3913         Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
3914
3915         * loader/module.c:
3916         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3917         Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
3918
3919         * dlls/comctl32/toolbar.c:
3920         Chris Morgan <cmorgan@wpi.edu>
3921         Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
3922         is non-zero or the default himl, himlDef, is non-zero.  Fixes a bug in
3923         WinZip 8.0 where text is not shifted down by the height of the button
3924         image.
3925
3926         * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
3927         Check the value returned by DIALOG_GetCharSize.
3928
3929         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/debugdefs.h:
3930         Francois Jacques <francoisj@macadamian.com>
3931         Added setupapi shared library and SetupIterateCabinet stub.
3932
3933         * dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c, include/vfw.h, tools/winapi_check/win16/msvideo.api, tools/winapi_check/win32/msvfw32.api, windows/driver.c:
3934         Bradley Baetz <bbaetz@student.usyd.edu.au>
3935         Implemented a large number of the msvideo dll routines.
3936
3937         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
3938         Gerard Patel <g.patel@wanadoo.fr>
3939         Allow the size of bitmaps to be changed after toolbar buttons have
3940         been added.
3941
3942         * dlls/comctl32/propsheet.c:
3943         Slava Monich <Slava_Monich@cnt.com>
3944         On Windows property sheet has DWL_USER dword pointing to a structure
3945         that starts with HWND and PROPSHEETHEADER fields.
3946
3947         * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
3948         Slava Monich <Slava_Monich@cnt.com>
3949         Implementation of Get/SetThreadPriorityBoost.
3950
3951         * documentation/psdriver:
3952         Stefan Leichter <sle@camline.com>
3953         Added documentation on how to setup wine's Buildin Postscript Driver
3954         working with ghostscript (afmfiles, ppdfile).
3955
3956         * debugger/debugger.h, debugger/expr.c, debugger/types.c:
3957         Peter Hunnisett <hunnise@nortelnetworks.com>
3958         - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
3959           expose further bad code
3960         - Print of pointer used as array now works
3961
3962         * dlls/comctl32/listview.c:
3963         James Hatheway <james@macadamian.com>
3964         Only use the column headers to calculate the width of a
3965         LDS_REPORT-type listbox if it actually has column headers.
3966         (ie. LVS_NOCOLUMNHEADER bit is not set.)
3967
3968         * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
3969         BeginDeferWindowPos should allow zero count.
3970
3971         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
3972         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3973         Added semi-stub.
3974
3975         * dlls/winmm/mci.c:
3976         Bradley Baetz <bbaetz@student.usyd.edu.au>
3977         Handle mciSendString("open <mcitype>",...)
3978
3979         * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
3980         Bertho Stultiens <bertho@panter.soci.aau.dk>
3981         - Bugfix: Macro expansion of strings would assert an internal error
3982           or a segfault due to a lacking '\0' in the expansion.
3983         - Bugfix: Prevent buffer overflow in reallocation of macro expansion
3984           buffers.
3985         - Bugfix: Wrc's version information was not passed as numerical to the
3986           preprocessor due to an error in the definition of the macro.
3987         - Relaxed the newline constraint in global LANGUAGE statements, which
3988           was introduced in version 1.1.3, so that some fancy preprocessor
3989           constructs can work.
3990         - Removed the gcc-style #line handling from the resource-parser to the
3991           resource-scanner so that it is possible to include files at any stage
3992           of the source, independent of the parser-state.
3993         - Bugfix: Stringtables were not correctly searched for duplicates
3994           because the language comparison disregarded the sublanguage.
3995         - Eliminated a repetitive warning when writing stringtables with zero
3996           length string entries. These are perfectly valid (but make no sense:-).
3997           Warnings are now only generated during parse in pedantic mode.
3998
3999         * dlls/oleaut32/ole2disp.c:
4000         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4001         Fix SysStringByteLen to really return the length in bytes.
4002
4003         * dlls/comctl32/rsrc.rc:
4004         Slava Monich <Slava_Monich@cnt.com>
4005         Changed the size of property sheet template to be the same as the
4006         original one (was 292x159, now 220x140).
4007
4008         * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
4009         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4010         Implement IDataAdviseHolder.
4011
4012         * dlls/oleaut32/typelib.c:
4013         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4014         Fix typo in ITypeLib::IsName.
4015
4016         * dlls/ole32/hglobalstream.c:
4017         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4018         CreateStreamOnHGlobal should alloc a shared memory block if supplied
4019         handle is 0.
4020
4021         * dlls/commdlg/filedlg95.c:
4022         Dmitry Timoshkov <dmitry@sloboda.ru>
4023         Do not crash if there was no files selected and OK button was pressed.
4024
4025         * dlls/dsound/dsound_main.c:
4026         Ove Kaaven <ovek@transgaming.com>
4027         Fix a couple of problems with underruns and stopping/restarting.
4028
4029         * misc/main.c:
4030         Joerg Mayer <jmayer@telesun2.telemation.de>
4031         Fixed the debugmsg help.
4032
4033         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
4034         David Elliott <dfe@infinite-internet.net>
4035         Map each channel on every host to an ASPI controller number.
4036         Store map in HKEY_DYN_DATA.
4037
4038         * dlls/comctl32/comctl32undoc.c:
4039         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4040         DSA_InsertItem returns nIndex, not nItemCount.
4041
4042         * dlls/comctl32/monthcal.c:
4043         Chris Morgan <cmorgan@wpi.edu>
4044         Fixed background redrawing when control is covered.  Fixed a really
4045         dumb mistake I made with border drawing many patches ago.  Fixed
4046         offset by 1 alignment issues.
4047
4048         * dlls/ddraw/dsurface/main.c:
4049         Marcus Meissner <Marcus.Meissner@caldera.de>
4050         Removed another bad assert and two no longer needed ones.
4051
4052 2000-06-25  Alexandre Julliard  <julliard@winehq.com>
4053
4054         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4055         Fixed bad exception handler chain termination.
4056
4057         * windows/x11drv/wnd.c, windows/win.c:
4058         Lawson Whitney <lawson_whitney@juno.com>
4059         Moved zero-sized window hack to x11drv.
4060
4061         * dlls/ntdll/nt.c:
4062         Marcus Meissner <marcus@jet.franken.de>
4063         Return "no debugger attached" in NtQueryInformationProcess to satisfy
4064         some copy protection mechanisms.
4065
4066         * dlls/commdlg/colordlg.c:
4067         Eric Pouech <Eric.Pouech@wanadoo.fr>
4068         Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
4069
4070         * dlls/ddraw/dsurface/main.c:
4071         Marcus Meissner <marcus@jet.franken.de>
4072         Fixed two asserts in Blt().
4073
4074         * dlls/ddraw/helper.c:
4075         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4076         Properly cast arguments to printf to match the intended output.
4077
4078         * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
4079         Eric Pouech <Eric.Pouech@wanadoo.fr>
4080         Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
4081         Seeking from SEEK_END was wrong.
4082         Seeking on empty buffer was wrong.
4083         Some installed ioProcs had uninitialized fields.
4084         A few more bits for rename functions.
4085
4086         * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
4087         Eric Pouech <Eric.Pouech@wanadoo.fr>
4088         Added BreakOnDllLoad internal var, cleaned up register validation on
4089         exception.
4090
4091         * dlls/comctl32/toolbar.c:
4092         Mike McCormack <Mike_McCormack@looksmart.com.au>
4093         Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
4094         TOOLBAR_SetButtonSize after button added to the toolbar (latter for
4095         WINZIP32.EXE)
4096
4097         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
4098         Set the minimum dropped height to the combo list height if any in
4099         CBDropDown.
4100
4101         * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
4102         If whitespace or dots are appended to the end of any component in a
4103         path then it should be ignored.
4104
4105 2000-06-24  Alexandre Julliard  <julliard@winehq.com>
4106
4107         * loader/module.c, scheduler/process.c, include/process.h:
4108         Make sure the cmdline passed to CreateProcessA is writeable (thanks to
4109         Peter Ganten <peter@ganten.org>).
4110
4111         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
4112         Eric Pouech <Eric.Pouech@wanadoo.fr>
4113         Cleaned up loading/init code in OSS.
4114         Cleaned up getDevCaps in midi part.
4115         Implemented asynchronous waveIn recording using a thread.
4116
4117         * dlls/kernel/kernel32.spec, win32/console.c:
4118         Eric Pouech <Eric.Pouech@wanadoo.fr>
4119         A few missing console stubs.
4120
4121         * dlls/comctl32/animate.c:
4122         Eric Pouech <Eric.Pouech@wanadoo.fr>
4123         Fixed animation loading for RLE encoding.
4124
4125         * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
4126         Juergen Schmied <juergen.schmied@debitel.net>
4127         - removed hack to find the right resource
4128         - updated to use the ICOM macros
4129         - cleaned up use typelib and typelib2 (was mixed up)
4130
4131         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
4132         Juergen Schmied <juergen.schmied@debitel.net>
4133         - fixed reported bugs
4134         - fixed default extensions
4135         - implemented "browse to desktop" button
4136
4137         * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
4138         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4139         GetCommandLine should return non-const strings.
4140
4141         * dlls/kernel/kernel.spec:
4142         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4143         CallProcEx32W should be named _CallProcEx32W.
4144
4145         * files/change.c:
4146         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4147         Added some stuff saying that this is NOT supported.
4148
4149         * relay32/snoop.c:
4150         Juergen Schmied <juergen.schmied@debitel.net>
4151         Avoid calling the exception handler in some cases.
4152
4153         * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
4154         Juergen Schmied <juergen.schmied@debitel.net>
4155         - many new Path* stubs
4156         - many bugfixes
4157         - class functions expanding environments variables now
4158
4159         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
4160         Ove Kaaven <ovek@transgaming.com>
4161         Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
4162         driver, and winmm's interface for DirectSound to access it. It
4163         requires the ability to mmap /dev/dsp, to trigger playback, and
4164         sample-accurate position readouts. (If the soundcard's device driver
4165         does not report these capabilities, wineoss will report the HAL as
4166         unavailable and force DirectSound to use its HEL instead.)
4167
4168         * include/mmsystem.h, dlls/dsound/dsound_main.c:
4169         Ove Kaaven <ovek@transgaming.com>
4170         Implemented the DirectSound HAL mode for DMA primary buffers, with a
4171         10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
4172         a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
4173         DirectSound to use (so drivers like wineoss have some way of knowing
4174         what to prepare itself for).
4175
4176         * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
4177         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4178         Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
4179         2.0 control.exe and paint.exe.
4180
4181         * include/winuser.h:
4182         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4183         Added IDI_WINLOGO.
4184
4185         * debugger/winedbg.c:
4186         Eric Pouech <Eric.Pouech@wanadoo.fr>
4187         Don't block endlessly after last debugged process has exited.
4188
4189         * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4190         Added (back) correct behavior for NULL ptrs in CharToOem funcs.
4191
4192         * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4193         Fixed some OOM conditions in GlobalAlloc.
4194
4195         * dlls/ntdll/misc.c:
4196         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4197         Added missing #include <math.h>.
4198
4199         * include/winresrc.h: Removed MIME garbage.
4200
4201         * dlls/ddraw/ddraw/x11.c:
4202         Marcus Meissner <marcus@jet.franken.de>
4203         Create xlib ddsurfaces with correct reference counts.
4204
4205         * dlls/gdi/Makefile.in, dlls/gdi/bidi16.c, dlls/user/Makefile.in, dlls/user/bidi16.c, dlls/user/network.c, misc/Makefile.in, misc/bidi16.c, misc/network.c:
4206         Split bidi16.c and network.c out of misc/ into their respective dlls.
4207
4208 2000-06-23  Alexandre Julliard  <julliard@winehq.com>
4209
4210         * tools/.cvsignore, tools/Makefile.in, tools/build-spec.txt, tools/build.c, tools/winebuild/.cvsignore, tools/winebuild/Makefile.in, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in, configure, configure.in, if1632/.cvsignore, if1632/Makefile.in, relay32/.cvsignore, relay32/Makefile.in:
4211         Split the build program in several files.
4212         Renamed it 'winebuild' to avoid possible conflicts.
4213         Cleaned up command-line parsing.
4214         Make it understand -fPIC instead of -pic.
4215         Merged call16.s and call32.s generated files.
4216
4217         * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
4218         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4219         Added more ordinals to KERNEL, GDI, USER and system drivers
4220         (Windows 1.1, 2.0).
4221
4222         * dlls/ddraw/ddraw/dga.c:
4223         Peter Ganten <peter@ganten.org>
4224         _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
4225         supported.
4226
4227         * dlls/comctl32/toolbar.c:
4228         Dave Hawkes <daveh-wine@cadlink.com>
4229         Avoid gratuitously changing the ZORDER.
4230
4231         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
4232         Marcus Meissner <marcus@jet.franken.de>
4233         Use correct bpp for the X side of the surface XImages.
4234         Cleaned up Xlib_Surface_Release so it is a bit more readable.
4235         use VirtualAlloc for conversion-programside buffer to simplify
4236         handling.
4237
4238         * loader/resource.c:
4239         Dave Hawkes <daveh-wine@cadlink.com>
4240         GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
4241         should return TRUE on success.
4242
4243         * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
4244         Marcus Meissner <marcus@jet.franken.de>
4245         Dump FourCC correctly, print conversion messages, add reference to
4246         ddraw in DDSurface::GetDDInterface.
4247
4248         * dlls/x11drv/x11drv_main.c:
4249         Marcus Meissner <marcus@jet.franken.de>
4250         Restrict nTimeout to 0-32767, since it is a 16bit value in X.
4251
4252         * dlls/ntdll/signal_i386.c:
4253         Dave Hawkes <daveh-wine@cadlink.com>
4254         Exception handling for SIGFPE must always clear the FPU interrupt
4255         status.
4256
4257         * dlls/commdlg/filedlg95.c, dlls/crtdll/.cvsignore, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/Makefile.in, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, include/crtdll.h, Make.rules.in, Makefile.in, dlls/Makefile.in:
4258         Moved shared crtdll/ntdll functions into ntdll.
4259         Made crtdll a separate dll.
4260
4261         * dlls/olecli/olecli_main.c, dlls/shell32/classes.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/wine/obj_base.h, misc/lstr.c, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
4262         Cleaned up a few inter-dll dependencies.
4263
4264         * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
4265         Patrik Stridvall <ps@leissner.se>
4266         Fixed some issues found by winapi_check.
4267
4268         * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
4269         Patrik Stridvall <ps@leissner.se>
4270         Fixed some warnings.
4271
4272         * tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/olecli32.api, tools/winapi_check/win32/opengl32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/winapi_local.pm:
4273         Patrik Stridvall <ps@leissner.se>
4274         - Minor API files fixes.
4275         - Minor bug fixes and additions.
4276
4277         * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
4278         Ove Kaaven <ovek@transgaming.com>
4279         Restructure DirectSound. Remove dsound thread, use MM timers
4280         instead. Implemented the DirectSound HEL, with the ability to
4281         prebuffer 300ms of sound, while maintaining play latency of 40ms, and
4282         the exact playposition (Starcraft cinematics are lip-synched).  Some
4283         initial HAL support.
4284
4285         * relay32/builtin32.c:
4286         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
4287         Replaced the BUILTIN32_dlopen() ERR() by a WARN().
4288
4289         * include/winresrc.h:
4290         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4291         Added include/winresrc.h for porting with winelib.
4292
4293         * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
4294         Francois Gouget <fgouget@psn.net>
4295         Merged DeviceCapabilities and DeviceCapabilitiesA.
4296
4297         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
4298         Francois Gouget <fgouget@psn.net>
4299         Merged MCIWndCreate and MCIWndCreateA.
4300
4301         * dlls/ole32/compobj.c:
4302         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4303         CLSIDFromString apparently also accepts ProgIDs as an input string.
4304
4305         * include/winuser.h:
4306         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4307         Added SC_ICON/SC_ZOOM (obsolete macros).
4308
4309         * include/wininet.h:
4310         Marcus Meissner <marcus@jet.franken.de>
4311         Added prototypes for new InternetCheckConnection*.
4312
4313 2000-06-20  Alexandre Julliard  <julliard@winehq.com>
4314
4315         * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
4316         Cleaned up a few inter-dll dependencies.
4317
4318         * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
4319         Alexander V. Lukyanov <lav@long.yar.ru>
4320         Fixed problems with compilation/install out of source tree.
4321
4322         * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
4323         Noomen Hamza <noomen@macadamian.com>
4324         OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
4325         the CLSID of the OLE object is not found in the registry. Fixed.
4326
4327         * files/profile.c:
4328         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4329         Make WritePrivateProfileSectionA care for "" and NULL as the
4330         string argument. New function PROFILE_DeleteAllKeys.
4331
4332         * dlls/winmm/wineoss/midi.c:
4333         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4334         Fixed format strings.
4335
4336         * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
4337         Rein Klazes <rklazes@casema.net>
4338         Fix a crash in winhelp caused by hmemcpy16 without prototype.
4339         Fix some compiler warnings.
4340
4341         * dlls/*/Makefile.in:
4342         For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
4343
4344         * dlls/winmm/wineoss/audio.c:
4345         Ove Kaaven <ovek@transgaming.com>
4346         Fixed WHDR_DONE race condition.
4347
4348         * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
4349         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4350         Implemented StrCatBuff.
4351
4352         * include/shlobj.h:
4353         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4354         Added typedef of DROPFILES.
4355
4356         * include/winerror.h:
4357         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4358         Added ResultFromScode/GetScode (obsolete macros).
4359
4360         * graphics/painting.c:
4361         Dave Hawkes <daveh-wine@cadlink.com>
4362         MoveToEx: return TRUE even if there is no driver implementation.
4363
4364         * dlls/comctl32/status.c:
4365         Gerard Patel <g.patel@wanadoo.fr>
4366         Protect against programs creating parts with negative width.
4367
4368 2000-06-18  Alexandre Julliard  <julliard@winehq.com>
4369
4370         * loader/resource.c, msdos/int21.c:
4371         Dmitry Timoshkov <dmitry@sloboda.ru>
4372         Use GetSystemDefaultLangID() instead of WINE_LanguageId.
4373
4374         * documentation/winedbg, debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/registers.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
4375         Eric Pouech <Eric.Pouech@wanadoo.fr>
4376         - cleaned-up break handling
4377         - better integration of debugger inner loops (parser & events)
4378         - added attach command
4379         - improved parser so that it can be entered without any process loaded
4380         - added BreakOnFirstChance internal variable
4381         - disabled NE module symbol module (which is broken with ASS)
4382         - misc portability cleanups
4383
4384         * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
4385         Stephane Lussier <stephane@macadamian.com>
4386         - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
4387           function with a SafeArray created with FADF_FIXEDSIZE.
4388         - Added more FADF flags in the .h file.
4389         - FADF flags were defined twice, corrected the situation.
4390
4391         * graphics/x11drv/text.c:
4392         Dmitry Timoshkov <dmitry@sloboda.ru>
4393         Do not assume that double byte font == unicode font.
4394
4395         * dlls/msvideo/msvideo_main.c, include/ddeml.h, include/vfw.h, include/winbase.h, include/winuser.h, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/win32/user32.api, windows/user.c:
4396         Francois Gouget <fgouget@psn.net>
4397         Added some missing prototypes.
4398         Define the HDRAWDIB handle type.
4399
4400         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
4401         hmemcpy16 is a Win16 API, the macro is hmemcpy.
4402
4403         * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
4404         James Hatheway <james@macadamian.com>
4405         Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
4406         functions already implemented.
4407
4408         * dlls/winmm/mciseq/mcimidi.c:
4409         Eric Pouech <Eric.Pouech@wanadoo.fr>
4410         Fixed port status query.
4411
4412         * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
4413         Added DirectSound device driver header file.
4414
4415         * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
4416         Make the base relocation message a WARN, not a FIXME.
4417
4418         * tools/Makefile.in:
4419         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4420         Distinguish between SUBDIRS and INSTALLSUBDIRS.
4421
4422         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
4423         CB_SETCURSEL should not generate another listbox event after updating
4424         the edit box.
4425
4426         * dlls/comctl32/treeview.c:
4427         Noomen Hamza <noomen@macadamian.com>
4428         WM_PAINT should be processed only by the TREEVIEW_Paint function, so
4429         we don't need to call DefWindowProcA function within TREEVIEW_Paint.
4430
4431         * windows/class.c:
4432         James Hatheway <james@macadamian.com>
4433         We must return the atom of the class in GetClassInfoEx instead of just
4434         TRUE.
4435
4436         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
4437         James Hatheway <james@macadamian.com>
4438         Added a stub for CoCreateFreeThreadedMarshaler().
4439
4440         * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
4441         Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
4442         OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
4443
4444         * controls/menu.c:
4445         Francois Jacques <francoisj@macadamian.com>
4446         GetSystemMenu called with bRevert argument set to TRUE now returns
4447         NULL as specified in Platform SDK.
4448
4449         * graphics/x11drv/dib.c:
4450         Stephane Lussier <stephane@macadamian.com>
4451         Fixed memory access outside of the range for source bits in 24-bit bitmaps.
4452
4453 2000-06-16  Alexandre Julliard  <julliard@winehq.com>
4454
4455         * dlls/ole32/ole32.spec:
4456         Francois Jacques <francoisj@macadamian.com>
4457         Make IIDFromString point to CLSIDFromString.
4458
4459         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
4460         Juergen Schmied <juergen.schmied@debitel.net>
4461         - better error check when importing functions via GetProcAdress
4462         - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
4463         - changed call order when browsing to different folder (crash with native shell)
4464         - removed Move call since IShellview_CreateViewWindow creates it already in
4465           the right rect
4466
4467         * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
4468         Juergen Schmied <juergen.schmied@debitel.net>
4469         - fixed null-pidl from _ILCreateControl
4470         - some more no-name functions in shlwapi
4471
4472         * dlls/shell32/systray.c:
4473         Francois Jacques <francoisj@macadamian.com>
4474         Keep an internal copy of the icon.
4475
4476         * include/objbase.h: Francois Gouget <fgouget@psn.net>
4477         Reorder the __attribute__ directive in the legacy macros for
4478         compatibility with old g++ compilers.
4479
4480         * graphics/x11drv/dib.c:
4481         Ken Coleman <ken_coleman@iname.com>
4482         Fixes to CreateDIBSection and other areas where biSizeImage is
4483         incorrectly assumed to be correct if it non-zero.  This fixes a
4484         crashing problem in Sid Meier's Alpha Centauri.
4485
4486 ----------------------------------------------------------------
4487 2000-06-15  Alexandre Julliard  <julliard@winehq.com>
4488
4489         * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
4490         David Lassonde <davidl@macadamian.com>
4491         Implemented the More Windows... menu item for MDI.
4492
4493         * windows/dialog.c:
4494         Sheri Steeves <sheri@macadamian.com>
4495         Check again for GetNextDlgTabItem after return from WM_INITDIALOG
4496         message in dialog creation.
4497
4498         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
4499         Set clipping region to client window in LISTBOX_Paint.
4500
4501         * server/main.c:
4502         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4503         More verbose error message.
4504
4505         * unicode/mbtowc.c:
4506         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4507         cp_mbstowcs: check functions return zero on success.
4508
4509         * files/dos_fs.c:
4510         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4511         GetFullPathName: get "drive" value too for absolute paths.
4512
4513         * misc/printdrv.c:
4514         Frederic Boulanger <frederic@macadamian.com>
4515         CreateSpoolFile is called with a dos name, we have to make sure that
4516         when we create the spoolfile we use the unix name associated to the
4517         dos file name.
4518
4519         * include/winbase.h, misc/comm.c:
4520         Mike McCormack <mike_mccormack@looksmart.com.au>
4521         - add prototypes for serial API functions
4522         - correct existing serial API prototypes incorrectly using DWORD
4523           instead of HANDLE
4524         - define more structures and values in serial API
4525
4526         * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
4527         Added a NULL pointer check within DCE_AddClipRects function.
4528
4529         * loader/resource.c:
4530         Dmitry Timoshkov <dmitry@sloboda.ru>
4531         Optimized implementation of LoadStringA.
4532
4533         * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
4534         Text of WWN article "The X11 driver".
4535
4536         * documentation/HOWTO-winelib:
4537         Wilbur N. Dale <wilbur.dale@lumin.nl>
4538         WineLib does not support Win16. Removed references to Win16 and Win
4539         3.x in the introduction. Standardized capitalization of Wine and
4540         WineLib. Added documentation for compiling a simple "Hello World"
4541         WineLib program.
4542
4543         * windows/message.c:
4544         Sheri Steeves <sheri@macadamian.com>
4545         Added setting of cursor postition to MSG_PostToQueue.
4546
4547         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
4548         WM_SETREDRAW should repaint the listbox when set to on if something
4549         has been changed.
4550
4551 2000-06-14  Alexandre Julliard  <julliard@winehq.com>
4552
4553         * configure.in, debugger/Makefile.in, server/Makefile.in, tools/Makefile.in, tools/cvdump/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, Make.rules.in, Makefile.in, configure:
4554         Removed @PROGEXT@ (it was broken anyway).
4555         Improved 'make install'.
4556         Cleaned up the main Makefile.
4557
4558         * scheduler/handle.c:
4559         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4560         ConvertToGlobalHandle: fixed handle leak.
4561
4562         * include/options.h:
4563         Fixed options structure definition.
4564
4565         * windows/winpos.c:
4566         Noomen Hamza <noomen@macadamian.com>
4567         Made SetWindowPos handle the case when inserting a window after itself
4568         (don't need to change the Zorder).
4569
4570         * documentation/opengl:
4571         Lionel Ulmer <lionel.ulmer@free.fr>
4572         Updated OpenGL documentation.
4573
4574         * dlls/olepro32/olepro32.spec:
4575         Gerard Patel <g.patel@wanadoo.fr>
4576         Set the base for the ordinals of olepro32 to 248.
4577
4578         * include/commctrl.h:
4579         Matthew J. Francis <mfrancis@plus.net.uk>
4580         Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
4581         NMUPDOWN.
4582
4583         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
4584         jimregan@litsu.ie
4585         Added difftime function.
4586
4587 2000-06-13  Alexandre Julliard  <julliard@winehq.com>
4588
4589         * tools/Makefile.in, tools/wmc/.cvsignore, tools/wmc/CHANGES, tools/wmc/Makefile.in, tools/wmc/lang.c, tools/wmc/lang.h, tools/wmc/language.c, tools/wmc/mcl.c, tools/wmc/mcy.y, tools/wmc/utils.c, tools/wmc/utils.h, tools/wmc/wmc.c, tools/wmc/wmc.h, tools/wmc/wmc.man, tools/wmc/wmctypes.h, tools/wmc/write.c, tools/wmc/write.h, unicode/wctomb.c, Make.rules.in, configure, configure.in:
4590         Bertho Stultiens <bertho@panter.soci.aau.dk>
4591         Initial release of the message compiler.
4592
4593         * loader/loadorder.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellstring.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/undocshell.h:
4594         Juergen Schmied <juergen.schmied@debitel.net>
4595         - new dll shfolder.dll
4596         - small fixes
4597
4598         * dlls/user/Makefile.in, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
4599         Bertho Stultiens <bertho@akhphd.au.dk>
4600         - Bugfix: Corrected "off by one" error in the linenumber while parsing
4601           resource.
4602         - Bugfix: A segfault would occur if messagetables were parsed without
4603           memory options attached. Also added buffer-overflow safeguard while
4604           converting between byteorders.
4605         - Finished remapping usertype resources onto standars types by tricking
4606           the parser into accepting a different token. The remapping can be
4607           disabled with a new commandline option '-m'.
4608         - Resolved some warning about chars used as index on SGI O2 machine
4609           (the ctype isXXX() routines are macros there).
4610
4611         * ole/ole2nls.c:
4612         Bertho Stultiens <bertho@panter.soci.aau.dk>
4613         Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
4614         extended search.
4615
4616         * documentation/opengl:
4617         Lionel Ulmer <lionel.ulmer@free.fr>
4618         OpenGL documentation.
4619
4620         * files/drive.c:
4621         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4622         DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
4623         on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
4624         normally returns the "avail" of the corresponding partition.
4625         Cleaned up GetDiskFreeSpaceA.
4626
4627         * windows/x11drv/wnd.c:
4628         Gerard Patel <g.patel@wanadoo.fr>
4629         Do not change the WS_CHILD style in SetParent.
4630
4631         * loader/pe_resource.c, ole/ole2nls.c, dlls/comctl32/comctl32undoc.c, dlls/ntdll/reg.c, dlls/ole32/datacache.c, dlls/ole32/ole2nls.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/version/info.c:
4632         Use the Unicode string functions from wine/unicode.h instead of the
4633         crtdll ones.
4634
4635         * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
4636         Added a couple of Unicode string routines.
4637
4638         * dlls/ddraw/convert.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
4639         Marcus Meissner <marcus@jet.franken.de>
4640         Added 24->32 packed pixel mapping support to convert.
4641         Slightly rewrote the conversion initialisation.
4642
4643         * files/profile.c:
4644         Marcus Meissner <marcus@jet.franken.de>
4645         Strip whitespace from front of profile values.
4646
4647 2000-06-12  Alexandre Julliard  <julliard@winehq.com>
4648
4649         * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
4650         Juergen Schmied <juergen.schmied@debitel.net>
4651         Implementation for PrivateExtractIcons, PrivateExtractIconEx.
4652
4653         * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
4654         Juergen Schmied <juergen.schmied@debitel.net>
4655         - implemented Get/SetThreadLocale
4656         - added comment about OleErrorInfo field in TEB
4657
4658         * include/ddraw.h:
4659         Marcus Meissner <marcus@jet.franken.de>
4660         Added struct offsets so understanding game disassembly is easier.
4661
4662         * dlls/wineps/brush.c:
4663         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4664         If printer only supports level 1 PostScript then complain rather than
4665         trying to use a pattern color space.  Thanks to David Goodenough.
4666
4667         * include/wine/obj_base.h:
4668         Marcus Meissner <marcus@jet.franken.de>
4669         Corrected IsEqualGUID prototype.
4670
4671         * dlls/ddraw/dga2.c:
4672         Lionel Ulmer <lionel.ulmer@free.fr>
4673         replaced a DPRINTF by a TRACE
4674
4675         * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
4676         Lionel Ulmer <lionel.ulmer@free.fr>
4677         - moved the 'constructor' into a real DLL init function
4678         - make OpenGL32 dependant on the X11 driver
4679
4680         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
4681         hookThunk was not initialized in GetDcState.
4682
4683         * graphics/x11drv/text.c:
4684         Use the font default char for undefined characters when mapping from
4685         Unicode.
4686
4687         * dlls/opengl32/make_opengl, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
4688         Lionel Ulmer <lionel.ulmer@free.fr>
4689         New OpenGL thunk generation script.
4690
4691         * dlls/ddraw/dsurface/x11.c:
4692         Lionel Ulmer <lionel.ulmer@free.fr>
4693         Removed the Release in case of error as we do not AddRef anymore.
4694
4695         * misc/version.c:
4696         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4697         Made the DLL version clash error message more verbose.
4698
4699         * unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/casemap.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, dlls/ntdll/rtlstr.c, include/casemap.h, include/wine/unicode.h, memory/string.c, unicode/Makefile.in, unicode/c_037.c:
4700         Reimplemented Unicode case mapping in a slightly more efficient way.
4701         Moved case mapping support to the unicode directory.
4702         Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
4703
4704 2000-06-11  Alexandre Julliard  <julliard@winehq.com>
4705
4706         * dlls/comctl32/header.c:
4707         Aric Stewart <aric@codeweavers.com>
4708         We were not properly masking the item that was sent with the message
4709         and also we where not sending the notification at the proper times.
4710
4711         * controls/listbox.c:
4712         Jason Mawdsley <jason@macadamian.com>
4713         Take focus before setting the caret position and selections.
4714
4715         * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
4716         Fix for compiler warning (due to setjmp/longjmp being used for
4717         exception handling).
4718
4719         * controls/button.c:
4720         Sheri Steeves <sheri@macadamian.com>
4721         Added save and reset of SetBKMode values in WM_PAINT.
4722         Added handling of lParam value in BM_SETSTYLE.
4723
4724         * include/wine/exception.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_misc.h, include/wine/obj_oleaut.h, include/wine/obj_oleview.h, include/wine/undocshell.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dplobby.h, include/dsound.h, include/gdi.h, include/imagehlp.h, include/imm.h, include/keyboard.h, include/mmddk.h, include/mmsystem.h, include/msacm.h, include/netspi.h, include/ntddk.h, include/ole.h, include/ole2.h, include/oleauto.h, include/oledlg.h, include/pe_image.h, include/process.h, include/prsht.h, include/richedit.h, include/server.h, include/shlobj.h, include/tapi.h, include/task.h, include/user.h, include/winbase.h, include/wingdi.h, include/wininet.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winsvc.h, include/winuser.h, include/animate.h, include/callback.h, include/commctrl.h, include/commdlg.h, include/crtdll.h, include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/ddeml.h:
4725         Francois Gouget <fgouget@psn.net>
4726         Reordered the CALLBACK and WINAPI directives so that it compiles with
4727         old g++ versions.
4728
4729         * include/vfw.h, include/windef.h:
4730         Francois Gouget <fgouget@psn.net>
4731         - Define HIC in this header rather than in windef.h (this is the
4732           correct thing to do although it is unrelated to the C++ issues).
4733         - WINE_HIC is an internal structure and it won't compile in C++ because
4734           it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
4735         - Reordered the CALLBACK and WINAPI directives so that it compiles with
4736           old g++ versions.
4737
4738         * include/winspool.h: Francois Gouget <fgouget@psn.net>
4739         Fixed a typo in the name of FreePrinterNotifyInfo.
4740
4741         * dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec:
4742         Ulrich Czekalla <ulrichc@corel.ca>
4743         HTTP protocol now supported, InternetCrackUrl fixed, lots of other
4744         fixes.
4745
4746         * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
4747         Patrik Stridvall <ps@leissner.se>
4748         Fixed some warnings.
4749
4750         * dlls/oleaut32/oleaut32.spec:
4751         Patrik Stridvall <ps@leissner.se>
4752         Fixed some issues found by winapi_check.
4753
4754         * tools/winapi_check/modules.dat, tools/winapi_check/output.pm, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
4755         Patrik Stridvall <ps@leissner.se>
4756         - Minor API files fixes
4757         - Use output prefix instead of high order functions that, for some
4758           reason, leaks memory. The memory usage of winapi_check is now greatly
4759           reduced. :-)
4760         - Turned on argument kind checking of doubles by default
4761
4762         * dlls/commdlg/comdlg32.spec:
4763         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4764         Remove second import of winspool.drv.
4765
4766         * controls/static.c:
4767         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4768         Add support for icons set by STM_SETIMAGE.
4769
4770         * dlls/wineps/bitmap.c:
4771         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4772         Terminate image data with a '>' [The PSLRM is rather vague about this].
4773         Thanks to Bernd Herd.
4774
4775         * graphics/x11drv/xfont.c:
4776         John Elliot <jce@seasip.demon.co.uk>
4777         Some fonts may have no characters at all for some reason, avoid crashes.
4778
4779         * dlls/dsound/dsound_main.c:
4780         James Abbatiello <abbeyj@wpi.edu>
4781         Add a few more flags to those recognized when doing trace+dsound.
4782
4783         * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
4784         Don't print uiLengthDrawn in the FIXME in DrawTextExA.  Its an output
4785         variable, not an input variable.
4786
4787         * graphics/x11drv/dib.c:
4788         James Abbatiello <abbeyj@wpi.edu>
4789         Use XCreateImage/XGetSubImage instead of XGetImage for
4790         X11DRV_DIB_GetImageBits.
4791
4792 2000-06-10  Alexandre Julliard  <julliard@winehq.com>
4793
4794         * unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/Makefile.in, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1253.c, unicode/c_1255.c, unicode/c_1257.c, unicode/c_28593.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_424.c, unicode/c_856.c, unicode/c_857.c, unicode/c_864.c, unicode/c_874.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, memory/codepage.c:
4795         Added support for symbol codepage.
4796         Improved handling of undefined codepage characters.
4797
4798         * loader/ne/module.c:
4799         Make sure GetModuleFileName16 does not return garbage even if the path
4800         is not valid (thanks to Andreas Mohr).
4801
4802         * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
4803         Dmitry Timoshkov <dmitry@sloboda.ru>
4804         Assign codepage for every X11 font suffix, and use it for converting
4805         text to display.
4806
4807         * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
4808         Rewrote codepage support to use the new codepage tables.
4809
4810         * unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, include/wine/unicode.h, include/winnls.h, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c:
4811         Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
4812         cp_wcstombs.
4813         Minor cosmetic fixes.
4814
4815         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
4816         Ove Kaaven <ovek@transgaming.com>
4817         Call TSXFlush after setting DGA palette, so it updates immediately.
4818
4819 2000-06-09  Alexandre Julliard  <julliard@winehq.com>
4820
4821         * unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/defaults, unicode/mbtowc.c, unicode/wctomb.c, Makefile.in, configure, configure.in, include/wine/unicode.h, unicode/.cvsignore, unicode/Makefile.in, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c:
4822         Added a bunch of code page tables for multibyte<->wide char
4823         conversions (with the help of Dmitry Timoshkov).
4824
4825 2000-06-08  Alexandre Julliard  <julliard@winehq.com>
4826
4827         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/shell32/shellpath.c, include/ntddk.h, include/winnls.h, memory/string.c, misc/lstr.c, dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c:
4828         Dmitry Timoshkov <dmitry@sloboda.ru>
4829         Implement NTDLL.towupper and NTDLL.towlower using already existing
4830         case conversion tables. Replace all direct calls to towupper/towlower
4831         either to NTDLL for core or to CRTDLL if latter already used in the
4832         non core dll.
4833
4834         * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
4835         The implementation of StretchBlt in WINE does not use the foreground and
4836         background color when a bitmap is copied from mono to mono.  This is
4837         not the case in the actual implementation under Windows but MSDN did
4838         not document it.
4839
4840         * dlls/comctl32/status.c:
4841         Aric Stewart <aric@codeweavers.com>
4842         Windows must update the right edge (-1) of the last panel upon drawing
4843         instead of relying on WM_SIZE.
4844
4845         * dlls/comctl32/treeview.c:
4846         Aric Stewart <aric@codeweavers.com>
4847         Properly handle InsertItem with an invalid HTREEITEM. Windows handles
4848         these like a TVI_LAST.
4849
4850         * windows/x11drv/event.c:
4851         Turchanov Sergei <turchanov@otvprim.ru>
4852         DGA compile fix.
4853
4854         * dlls/Makefile.in: Added missing dependency.
4855
4856         * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
4857         Removed the .xcnlnk section hack, and replaced it by another hack in
4858         the debugger CREATE_PROCESS event handling.
4859
4860         * dlls/Makefile.in: Merged mouse dll into USER.
4861
4862         * programs/winhelp/macro.c: Compile fix.
4863
4864         * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
4865         Removed a few unnecessary includes.
4866
4867         * dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/display.c, dlls/user/display.spec, dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/mouserc.rc, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/mouse.c, Makefile.in, configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec:
4868         Merged mouse dll into USER.
4869
4870         * debugger/Makefile.in, dlls/richedit/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/urlmon/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, libtest/Makefile.in, programs/avitools/Makefile.in, resources/Makefile.in, Make.rules.in:
4871         Simplified wrc flags handling.
4872
4873         * windows/win.c:
4874         Yet another attempt at fixing CW_USEDEFAULT handling.
4875
4876         * loader/module.c:
4877         Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
4878
4879         * debugger/module.c:
4880         Strip path name from dll when adding symbols.
4881
4882         * loader/pe_image.c:
4883         Send full path name and debug information in load_dll event.
4884
4885         * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
4886         Pass the main exe name in the CREATE_PROCESS debug event.
4887
4888         * scheduler/sysdeps.c:
4889         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4890         Make a better guess to find the top of the initial stack.
4891         Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
4892
4893         * windows/cursoricon.c:
4894         Louis-Philippe Gagnon (of Macadamian for Corel)
4895         Search for already loaded CursorIcon was done with the wrong handle,
4896         so it was leaking icons. Fixed.
4897
4898         * tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
4899         Bertho Stultiens <bertho@akhphd.au.dk>
4900         - Implemented MESSAGETABLE resource type.
4901         - Usertype resources that cause a type-clash with defined resources
4902           are now detected and a warning is generated. Some types should be
4903           rerouted through other code so that they will be (re-)interpreted.
4904         - Bugfix: Line-continuation in strings in resources include a newline.
4905           This `feature' got deleted with the builtin preprocessor, but has been
4906           put back into place (see last changes comment from version 1.1.0).
4907         - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
4908           continuation.
4909         - Bugfix: Assemblers on some platforms do not use 16bit quantities
4910           for `.word'. This directive is now changed into `.short'.
4911         - All types that accept inline data definitions (a la RCDATA) now
4912           also accept a file specification. This unifies the structure a bit.
4913
4914 2000-06-07  Alexandre Julliard  <julliard@winehq.com>
4915
4916         * documentation/dll-overrides:
4917         Ove Kaaven <ovek@arcticnet.no>
4918         Text of WWN article "DLL overrides".
4919
4920         * documentation/HOWTO-winelib:
4921         Wilbur N. Dale <wilbur.dale@lumin.nl>
4922         Added to project. Currently incomplete but will update weekly.
4923
4924         * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
4925         Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
4926         has been sent, to avoid deadlocking the debugger.
4927
4928         * controls/combo.c, include/combo.h:
4929         Serge Ivanov <sergei@corel.ca>
4930         - ComboLBox is always created as child of ComboBox. If ComboBox has style
4931           other than CBS_SIMPLE, parent of listbox is set to desktop.
4932         - In CBDropDown. ComboBox uses only first item to calculate height of
4933           dropped listbox. Also if listbox is empty its height is unmodified
4934           (previously it was set to 0).
4935         - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
4936         - General clean-up. Message order is now more precise (at least
4937           notifications to client); listbox - combobox interaction has slight
4938           differences comparing to Windows.
4939
4940         * controls/edit.c: Serge Ivanov <sergei@corel.ca>
4941         - Removed dependency of edit control from combobox implementation.
4942         - Edit control uses undocumented window style 0x0200 to detect is it a part
4943           of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
4944           window handle (see comments for combo.c below).
4945         - EDIT_CheckCombo - modified for correct handling of keyboard messages.
4946         - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
4947           depends on whether listbox is dropped down. This prevents closing of dialog
4948           if listbox is dropped down and allows combobox to process these keyboard
4949           messages properly.
4950
4951         * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
4952         - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
4953         - When user clicks outside of dropped listbox, original selection must be
4954           restored.
4955         - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
4956           LB_CARETON message before dropping listbox down (but only for
4957           CBS_DROPDOWNLIST - I don't now why).
4958
4959         * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
4960         Well, SetParent doesn't work properly at all, but at least it must preserve
4961         window ID.  In fact it also must preserve window styles, destroy X
4962         counterpart if parent of popup or overlapped window is set to someting
4963         different from Desktop, and lot of other stuff that it must and mustn't do.
4964         But preserving ID is good enough for now.
4965
4966         * include/winuser.h: Serge Ivanov <sergei@corel.ca>
4967         Added undocumented window style.
4968
4969         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
4970         Peter Hunnisett <hunnise@nortelnetworks.com>
4971         - Small update to documentation
4972         - More player/group interface implementation (not tested)
4973
4974         * win32/except.c:
4975         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4976         Don't call MessageBoxA before USER is initialized.
4977
4978         * controls/listbox.c: Stephane Lussier
4979         Sheri Steeves
4980         Haithem Hmida
4981         - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
4982           and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
4983           the size in both cases.
4984         - When the caret index change, items repainting need tp be in this
4985           order
4986           a) Paint old caret item without the focus
4987           b) Paint old caret item without the selection
4988           c) Paint new caret item with the selection
4989           d) Paint new caret item with the focus.
4990         - When repainting the listbox, we should paint all items regarding if
4991           they are slected or not and then paint after the focus item. So focus
4992           item will end out being painted twice. (That's what Windows does).
4993
4994         * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
4995         mmap() fails with ENODEV on NTFS under Linux.
4996
4997         * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
4998         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4999         PathFindNextComponent: return pointer to NULL and not NULL.
5000
5001         * dlls/comctl32/toolbar.c:
5002         Aric Stewart <aric@codeweavers.com>
5003         Added handling of TBSTYLE_AUTOSIZE.
5004
5005         * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
5006         Patrik Stridvall <ps@leissner.se>
5007         Fixed some warnings.
5008
5009         * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
5010         Patrik Stridvall <ps@leissner.se>
5011         Fixed issues found by winapi_check.
5012
5013         * tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/winapi_check:
5014         Patrik Stridvall <ps@leissner.se>
5015         - Minor API files update.
5016         - Turned on calling convention checking for Win32 functions by
5017           default.
5018
5019         * dlls/comctl32/toolbar.c:
5020         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5021         TOOLBAR_DrawString: catch index== -1 (but not yet handled).
5022
5023         * misc/options.c:
5024         Fixed off-by-one error in string allocation.
5025
5026         * windows/win.c:
5027         Alexandre Julliard <julliard@codeweavers.com> for Corel
5028         The window dimensions have to be initialized before sending the
5029         WM_GETMINMAXINFO message.
5030
5031         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
5032         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5033         Removed mis-aligned accesses during BIOS/DOS data initialization.
5034
5035         * tools/build.c:
5036         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5037         Fixed size of pe_header on machines with non-4K pages.
5038
5039         * if1632/snoop.c, relay32/snoop.c:
5040         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5041         Use "CALL" and "RET" in capital letters for distinction.
5042
5043         * dlls/comctl32/propsheet.c:
5044         Noomen Hamza <noomen@macadamian.com>
5045         The active page should be unchanged when removing an active first page
5046         from a property sheets.
5047
5048 2000-06-04  Alexandre Julliard  <julliard@winehq.com>
5049
5050         * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
5051         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5052         Updated support for Solaris/Sparc architecture.
5053
5054         * dlls/comctl32/toolbar.c:
5055         Michael Cardenas <michael_cardenas@deneba.com>
5056         Corrected a potential crash.
5057
5058         * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
5059         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5060         Moved stack switch handling (large stack) to sysdeps.c
5061         Enable exception dispatch while on large stack.
5062
5063         * dlls/comctl32/listview.c:
5064         Chris Morgan <cmorgan@wpi.edu>
5065         Finished the implementation of LISTVIEW_SetColumnWidth.  Tested
5066         against windows thoroughly.  Fixed bug resulting in unsigned values
5067         being passed into LISTVIEW_SetColumnWidth from the listview window
5068         procedure.  Fixed LISTVIEW_GetItemHeight to disregard the height of
5069         icons if no icons exist.
5070
5071         * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
5072         Added defines for LVSCW_AUTOSIZE/_USEHEADER.
5073
5074         * dlls/comctl32/header.c:
5075         Chris Morgan <cmorgan@wpi.edu>
5076         Replaced calls to HEADER_Refresh with InvalidateRect.
5077
5078         * dlls/comctl32/toolbar.c:
5079         Eric Kohl <ekohl@rz-online.de>
5080         Started support for menubar-like toolbars.
5081
5082         * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
5083         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5084         Compile fixes for non-i386 archs.
5085
5086         * controls/button.c, controls/uitools.c:
5087         Susan Farley <sfarley@codeweavers.com>
5088         Attempt to paint the checkbox and radio buttons better.
5089
5090 2000-06-03  Alexandre Julliard  <julliard@winehq.com>
5091
5092         * dlls/ttydrv/ttydrv_main.c: Fixed warning.
5093
5094         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
5095         Eric Kohl <ekohl@rz-online.de>
5096         Updated to dll version 5.81 (IE 5.01).
5097
5098         * dlls/comctl32/treeview.c:
5099         Eric Kohl <ekohl@rz-online.de>
5100         Implemented TVM_GETITEMW.
5101
5102         * dlls/comctl32/listview.c, include/listview.h:
5103         Jason Mawdsley <jason@macadamian.com>
5104         Added support for typing the filename in the listview control and
5105         having the control select it.
5106
5107         * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
5108         Removed MSG_WineStartTicks (does not work for multiple address spaces
5109         anyway).
5110
5111         * graphics/enhmetafiledrv/init.c:
5112         Replaced GetDC by CreateDC.
5113
5114         * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
5115         Moved DIB_FixColorsToLoadflags to cursoricon.c.
5116
5117         * documentation/wine.man.in:
5118         Peter Ganten <peter@ganten.org>
5119         Documented the new wine command line and the environment variable
5120         WINEPREFIX.
5121
5122         * msdos/dpmi.c, dlls/dsound/dsound_main.c:
5123         Patrik Stridvall <ps@leissner.se>
5124         Fixed some warnings.
5125
5126         * tools/winapi_check/win16/wineps16.api, tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/dsound.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/wineps.api:
5127         Patrik Stridvall <ps@leissner.se>
5128         API files update.
5129
5130         * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
5131         Delay loading of interrupt table functions until they are needed.
5132
5133         * include/miscemu.h, msdos/ioports.c:
5134         Delay initialization of I/O permissions until they are first used.
5135
5136         * loader/main.c, dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, if1632/relay.c, scheduler/process.c:
5137         Moved kernel initialization to kernel_main.c
5138
5139         * windows/x11drv/wnd.c, configure.in, dlls/Makefile.in, dlls/dinput/dinput_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/disp.rc, dlls/user/display.c, dlls/user/display.spec, dlls/user/user_main.c, include/display.h, loader/main.c, windows/cursoricon.c, Makefile.in, configure:
5140         Merged display.dll into USER.
5141
5142         * misc/wsprintf.c:
5143         Juergen Schmied <juergen.schmied@debitel.net>
5144         Fixed crash.
5145
5146         * relay32/.cvsignore, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/comm.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/system.spec, dlls/kernel/toolhelp.spec, dlls/kernel/wow32.spec, dlls/kernel/wprocs.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/comm.spec, if1632/kernel.spec, if1632/system.spec, if1632/toolhelp.spec, if1632/wprocs.spec, Make.rules.in, Makefile.in:
5147         Dimitrie O. Paun <dimi@cs.toronto.edu>
5148         Start to separate KERNEL out of libwine.
5149
5150 2000-06-02  Alexandre Julliard  <julliard@winehq.com>
5151
5152         * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
5153         Susan Farley <sfarley@codeweavers.com>
5154         Preserve WM hints that were set during window creation by calling
5155         XGetWMHints prior to XSetWMHints.
5156
5157         * include/commdlg.h:
5158         Michael Cardenas <michael_cardenas@deneba.com>
5159         Added a few message crackers.
5160
5161         * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
5162         Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
5163         statements, to autogenerated wine.conf.
5164
5165         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/printdlg.c:
5166         Juergen Schmied <juergen.schmied@debitel.net>
5167         - Rewrite of the shell related parts of the dialog to use the already
5168           in shell32implemented functions (ShellFolder/Path*). Eliminated direct
5169           file access.
5170         - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
5171           some dlls per *.spec file
5172         - Most OpenFile Flags (OFN_*) should work properly now
5173         - The edit box should work right with all stuff entered in it like
5174           ..\temp\file.txt or just c: to change a drive
5175         - Optimized DataObject handling
5176         - Some bugs fixed, should work with native shell32 again.
5177         - Stubs for PrintDlgEx
5178
5179 2000-06-01  Alexandre Julliard  <julliard@winehq.com>
5180
5181         * dlls/dplayx/dplay.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, documentation/config, documentation/distributors, documentation/fonts, documentation/no-windows, misc/registry.c, win32/kernel32.c, windows/driver.c, windows/message.c, controls/menu.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/mesa_private.h:
5182         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5183         Lots of spelling fixes that accumulated in my tree again, made several
5184         error msgs more verbose, doc updates.
5185
5186         * documentation/shell32, include/shlwapi.h, dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec:
5187         Juergen Schmied <juergen.schmied@debitel.net>
5188         - New (some stubs): SHGetFolderLocation, PathAddExtension,
5189           PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
5190           SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
5191         - Many string functions implemented
5192         - Some stubs for exports by ordinal
5193
5194         * loader/pe_image.c:
5195         Juergen Schmied <juergen.schmied@debitel.net>
5196         Give a error message if a forwarded export is not resolved.
5197
5198         * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
5199         Juergen Schmied <juergen.schmied@debitel.net>
5200         Implemented FindFirstFileEx, cleaned old implementation up.
5201
5202         * controls/widgets.c:
5203         Louis-Philippe Gagnon (of Macadamian for Corel)
5204         Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
5205         Static window class was registered without the CS_DBLCLKS style (which it
5206         has in Windows).
5207
5208         * scheduler/process.c:
5209         Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
5210
5211         * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
5212         Peter Hunnisett <hunnise@nortelnetworks.com>
5213         - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
5214         - Added some SoundCapture stubs
5215         - Changed REFIID to LPCGUID in a few places as per MS header file
5216
5217         * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
5218         Juergen Schmied <juergen.schmied@debitel.net>
5219         Stub for RtlConvertSidToUnicodeString.
5220
5221         * controls/static.c: Serge Ivanov <sergei@corel.ca>
5222         MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
5223         SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
5224
5225         * dlls/winsock/socket.c:
5226         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5227         Fixed warning.
5228
5229 2000-05-31  Alexandre Julliard  <julliard@winehq.com>
5230
5231         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
5232         Set a default size for windows when CW_USEDEFAULT is used.
5233
5234 2000-05-30  Alexandre Julliard  <julliard@winehq.com>
5235
5236         * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
5237         Zoran Dzelajlija <jelly@srk.fer.hr>
5238         Basic Croatian language support.
5239
5240         * controls/edit.c: Serge Ivanov
5241         Returning DLGC_WANTALLKEYS for multiline edit control was not good because
5242         it breaks navigation in dialogs.
5243
5244         * dlls/dsound/dsound_main.c:
5245         Peter Hunnisett <hunnise@nortelnetworks.com>
5246         - Fixed some initialization/destruction and reference counting
5247         - Added a little more debugging information
5248
5249         * tools/font_convert.sh:
5250         Peter Ganten <peter@ganten.org>
5251         Added a shell-script for easier font-installation.
5252
5253         * dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/objects.c, dlls/wineps/pen.c, dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/text.c, dlls/wineps/wineps.spec, dlls/wineps/wineps16.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/wineps.spec, include/psdrv.h, loader/main.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/gdi_main.c, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/bitblt.c, Make.rules.in:
5254         Dimitrie O. Paun <dimi@cs.toronto.edu>
5255         Separate wineps out of Wine's core.
5256
5257         * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
5258         Peter Hunnisett <hunnise@nortelnetworks.com>
5259         - Added a little more dll level debugging and small changes
5260         - Start on group and player interfaces
5261
5262         * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
5263         Peter Hunnisett <hunnise@nortelnetworks.com>
5264         - Add another way to create a 3d listener interface.
5265         - Fix up some reference counting bugs and interface creation bugs
5266         - Add DirectSoundEnumerateW stub
5267         - Add DirectSoundCaptureEnumerate{A,W} stubs
5268
5269         * dlls/comctl32/datetime.c, include/datetime.h:
5270         Chris Morgan <cmorgan@wpi.edu>
5271         Added 3D border around control.  Fixed monthcal control popup.  Added
5272         WM_SIZE support.  Optimized drawing.  Added WM_LBUTTONUP handling.
5273         Handle DTS_RIGHTALIGN style.  Fixed handling of formatting styles,
5274         date is now displayed properly for DTS_SHORTDATEFORMAT.
5275
5276         * dlls/comctl32/monthcal.c:
5277         Chris Morgan <cmorgan@wpi.edu>
5278         Removed all direct calls to MONTHCAL_Refresh() and replaced with
5279         either RedrawWindow or InvalidateRect. Optimized drawing using
5280         RedraWindow and update regions.  Fixed "Today" date bug where year was
5281         only one digit.  Fixed drawing of circle drawn next to "Today".  Fixed
5282         moving to previous or next month by clicking on days belonging to
5283         previous or next months.
5284
5285         * relay32/kernel32.spec, win32/console.c:
5286         Ulrich Czekalla <ulrichc@corel.com>
5287         Add stub for SetConsoleOutputCP.
5288
5289         * tools/wrc/ppy.y:
5290         Marcus Meissner <marcus@jet.franken.de>
5291         Add a ; needed by some YACCs.
5292
5293         * dlls/ddraw/dsurface/x11.c:
5294         Lionel Ulmer <lionel.ulmer@free.fr>
5295         Install the colormap only if it was created.
5296
5297         * msdos/int21.c:
5298         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5299         Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
5300
5301         * dlls/opengl32/wgl.c:
5302         Lionel Ulmer <lionel.ulmer@free.fr>
5303         Implemented wglShareLists and wglGetCurrentDC.
5304
5305         * windows/message.c, windows/queue.c, windows/user.c, include/process.h, include/queue.h, include/server.h, scheduler/process.c, server/Makefile.in, server/object.h, server/process.c, server/process.h, server/queue.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
5306         Moved idle event handling to the server.
5307
5308         * windows/win.c:
5309         Use GetStartupInfoA() instead of accessing process structure
5310         directly.
5311
5312         * loader/task.c:
5313         Make sure initial task is not marked as 32-bit.
5314
5315         * misc/options.c:
5316         Make child processes inherit command-line options through the
5317         WINEOPTIONS environment variable.
5318
5319         * windows/win.c: Serge Ivanov
5320         SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
5321
5322         * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
5323         Dimitrie O. Paun <dimi@cs.toronto.edu>
5324         Moved DISPDIB out of the kernel into GDI.
5325
5326         * controls/combo.c, include/combo.h:
5327         David Grant <davidgra@corel.ca>
5328         - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
5329         - Edit text must be selected only if CB is in focus.
5330         - If CB has edit control we have to call CBUpdateEdit to update its
5331           contents. Invalidating textRect will not force updating of child
5332           edit control, obviously.
5333         - We have to protect ourselves from changing selection in listbox when
5334           we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
5335           EN_CHANGE will not reselect item in the lisbox.
5336
5337         * dlls/gdi/gdi_main.c:
5338         Dimitrie O. Paun <dimi@cs.toronto.edu>
5339         Add include for LoadLibrary.
5340
5341         * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
5342         Turchanov Sergei <turchanov@otvprim.ru>
5343         Implemented local atoms in the server.
5344
5345         * if1632/builtin.c: Do not load wineps on startup.
5346
5347         * misc/comm.c:
5348         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5349         Fixed warning.
5350
5351         * controls/combo.c: Owen Wang
5352         When you click on an icon to open a combo box, you would expect it to
5353         be enabled so you can choose something in it. In Wine this was not
5354         guaranteed since your default flags could get lost in the process-heap
5355         of the application.
5356
5357 2000-05-29  Alexandre Julliard  <julliard@winehq.com>
5358
5359         * msdos/int21.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/except.c, windows/nonclient.c, windows/queue.c, windows/user.c, loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, memory/environ.c, misc/main.c, misc/options.c, miscemu/main.c, msdos/int20.c, dlls/shell32/shell.c, include/main.h, include/module.h, include/options.h, include/pe_image.h, include/process.h, include/task.h, include/thread.h, loader/main.c, loader/module.c:
5360         Exec a separate wine binary for every win32 process so that they run
5361         in separate address spaces.
5362         Run 16-bit tasks as Win32 threads, not processes.
5363
5364 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
5365
5366         * include/version.h, ANNOUNCE, ChangeLog:
5367         Release 20000526.
5368
5369         * controls/listbox.c: Serge Ivanov
5370         - Added handling of WM_MOUSEACTIVATE message
5371         - Added in_focus field to internal listbox's structure. This flag is set on
5372           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
5373           GetFocus function were replaced with checks of this flag.
5374         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
5375           clear
5376
5377         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
5378         Peter Hunnisett <hunnise@nortelnetworks.com>
5379         Started local name server framework.
5380
5381         * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
5382         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5383         Add PrintSetup dialog and support for hooks and templates.
5384         Move 16 bit api definitions out of commdlg.h to cdlg.h
5385
5386 ----------------------------------------------------------------
5387 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
5388
5389         * controls/listbox.c: Serge Ivanov
5390         - Added handling of WM_MOUSEACTIVATE message
5391         - Added in_focus field to internal listbox's structure. This flag is set on
5392           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
5393           GetFocus function were replaced with checks of this flag.
5394         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
5395           clear
5396
5397         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
5398         Peter Hunnisett <hunnise@nortelnetworks.com>
5399         Started local name server framework.
5400
5401         * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
5402         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5403         Add PrintSetup dialog and support for hooks and templates.
5404         Move 16 bit api definitions out of commdlg.h to cdlg.h
5405
5406         * controls/edit.c: Henning Hoffmann
5407         Don't send EN_CHANGE after painting the edit.
5408         Send it wherever text is changed.
5409
5410         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
5411         Moved the EN_UPDATE notification out of the paint handler. Instead,
5412         the notification is sent when an InvalidateRect is made after
5413         modifying the text.
5414
5415         * dlls/comctl32/tooltips.c:
5416         Francois Methot (Macadamian)
5417         Fixed the blank color palette tooltip bug by triggering a refresh of
5418         the tooltip with UpdateWindow function instead of calling directly the
5419         refresh function.
5420
5421         * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
5422         James Juran <juran@cse.psu.edu>
5423         DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
5424
5425 2000-05-25  Alexandre Julliard  <julliard@winehq.com>
5426
5427         * Make.rules.in:
5428         Do not clear suffixes list (breaks BSD make).
5429
5430         * dlls/winspool/info.c, include/winspool.h:
5431         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5432         Move winspool to unicode.
5433         Minor bug fixes.
5434
5435         * dlls/comctl32/trackbar.c:
5436         Aric Stewart <aric@codeweavers.com>
5437         Reworked the thumb drawing code, thumb calculation code, channel
5438         calculation code, and corrected some bugs in how tics are drawn and
5439         how clicks are handled.
5440
5441         * controls/edit.c:
5442         Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
5443         Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
5444
5445         * dlls/comctl32/toolbar.c:
5446         Chris Morgan <cmorgan@wpi.edu>
5447         Use clipping regions to reduce the amount of processing performed when the
5448         toolbar is repainting.  Reduces processing by approximately 85-95% in most
5449         cases.
5450
5451         * dlls/comctl32/treeview.c:
5452         Gerard Patel <g.patel@wanadoo.fr>
5453         Fixes crash when calling Treeview_EndEditLabelNow and no node is
5454         currently edited.
5455
5456 2000-05-24  Alexandre Julliard  <julliard@winehq.com>
5457
5458         * dlls/comctl32/flatsb.c:
5459         Susan Farley <sfarley@codeweavers.com>
5460         Defer to standard scrolling APIs for non-flatSB specific functions so
5461         that flatSBs show up and behave properly, just not with flat properties.
5462
5463         * graphics/x11drv/dib.c:
5464         Rob Farnum <robf@codeweavers.com>
5465         Separate out the 32bit case from the 24bit case, and copy 3bytes of
5466         source for every 4bytes of input, into the destination for the 24bit
5467         case.
5468
5469         * include/winbase.h, include/winnt.h, win32/file.c:
5470         Francois Gouget <fgouget@psn.net>
5471         Sorted out a few misplaced definitions.
5472         Added some missing definitions related to file handling and virtual
5473         memory manipulation.
5474         Added IsTextUnicode.
5475
5476         * dlls/comctl32/treeview.c:
5477         Aric Stewart <aric@codeweavers.com>
5478         Added handling for TVS_SINGLEEXPAND.
5479
5480         * dlls/comctl32/tab.c:
5481         Aric Stewart <aric@codeweavers.com>
5482         Corrected the problem where a tab control marked multiline but has
5483         only one tab was being justified to fill the whole tab space.
5484
5485         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
5486         Commented out broken __asm__, added comments where it is broken.
5487
5488         * dlls/comctl32/listview.c:
5489         Martin Fuchs <martin-fuchs@gmx.net>
5490         Inserted a missing call to SetWindowPos(). With this change the header
5491         control is visible again in list views with report style.
5492
5493         * Make.rules.in, tools/wrc/Makefile.in:
5494         Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
5495
5496 2000-05-23  Alexandre Julliard  <julliard@winehq.com>
5497
5498         * windows/message.c:
5499         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5500         Send a normal mouse message code in WM_PARENTNOTIFY, even if the
5501         actual message was a non-client one.
5502
5503         * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
5504         Patrik Stridvall <ps@leissner.se>
5505         Fixed issues found by winapi_check.
5506
5507         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
5508         Patrik Stridvall <ps@leissner.se>
5509         - Updated API files
5510         - Better headers and prototype checking
5511         - Prototype checking now called --prototype instead of --headers
5512         - New options --headers-{duplicated,misplaced} for
5513           duplicated/misplaced functions checking of the headers.
5514         - Minor bug fixes.
5515
5516         * Make.rules.in, configure, configure.in:
5517         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5518         If system doesn't have OpenGL, don't refer to libopengl32.so.
5519
5520         * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
5521         Abey George (of Macadamian/Corel)
5522         When you open files with Embedded objects, they were not getting drawn
5523         correctly.  When you paste OLE objects with presentation data, they
5524         were not getting drawn correctly.
5525
5526         * controls/menu.c: Rob Farnum <robf@codeweavers.com>
5527         Post a WM_CANCELMODE message to wake up the internal menu handling
5528         code. This fixes the problem of a menu being orphaned when the parent
5529         window disappears, or if the parent loses focus.
5530
5531         * dlls/winsock/socket.c:
5532         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5533         Fix a mismatch between format string and parameter.
5534
5535         * dlls/comctl32/updown.c:
5536         Susan Farley <sfarley@codeweavers.com>
5537         SetBuddy no longer overwrites its superclass' WndProc property when
5538         the buddy has already been subclassed, eliminating the infinite loop
5539         that resulted.
5540
5541         * configure, configure.in:
5542         John R. Sheets <jsheets@codeweavers.com>
5543         Cleaned up X11 extension tests.
5544
5545         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
5546         Capture ^V,^X,^C and translate it to the corresponding message for
5547         paste, cut, copy.
5548
5549         * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
5550         Lionel Ulmer <lionel.ulmer@free.fr>
5551         - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
5552         - prevent HalfLife from crashing when it frees three times the same
5553           rendering context
5554
5555         * graphics/vga.c, include/vga.h:
5556         Ove Kaaven <ovek@arcticnet.no>
5557         Improved DirectDrawPalette handling (set it on init, not every time it
5558         changes). Added VGA_WriteChars() function.
5559
5560         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
5561         Scale mouse coordinates to default width 640.
5562
5563         * dlls/ddraw/ddraw/main.c:
5564         Ove Kaaven <ovek@arcticnet.no>
5565         Made WINE_DirectDraw a decorationless popup window. Fixes mouse
5566         coordinates previously offset by the invisible decorations.
5567
5568         * include/winnt.h:
5569         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5570         #undef DELETE before (re)defining it.
5571
5572         * dlls/comctl32/tooltips.c:
5573         Chris Morgan <cmorgan@wpi.edu>
5574         Fixed tooltips.
5575
5576         * dlls/comctl32/toolbar.c:
5577         Chris Morgan <cmorgan@wpi.edu>
5578         Reduce toolbar redrawing and flicker by calling RedrawWindow() in
5579         TOOLBAR_MouseMove() only if hot effect applies to the current hot
5580         button.  Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
5581         restore hot effect properly.
5582
5583         * controls/listbox.c: Serge Ivanov
5584         Fixed WM_LBUTTONDBLCLK handling.
5585
5586         * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
5587         Susan Farley <sfarley@codeweavers.com>
5588         Set and retrieve the window icon that is drawn under managed mode
5589         (based on the work of Andrew Lewycky for Corel).
5590
5591         * dlls/comctl32/toolbar.c:
5592         Aric Stewart <aric@codeweavers.com>
5593         Corrected a problem of when oldHit is negative and we try to use it as
5594         an index into the buttons array.
5595
5596         * include/windows.h: Francois Gouget <fgouget@psn.net>
5597         Should include commdlg.h.
5598
5599         * include/windef.h: Francois Gouget <fgouget@psn.net>
5600         Define the _X86_ macro on Intel processors.
5601
5602         * controls/edit.c:
5603         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5604         Some part of EDIT_EM_LineLength code was commented (broken). Restored
5605         the capability to calculate the remaining non-selected chars of a
5606         selection area.
5607
5608         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
5609         Lionel Ulmer <lionel.ulmer@free.fr>
5610         Remove the PRIMARYSURFACE attribute from back buffers.
5611
5612         * dlls/comctl32/listview.c:
5613         Aric Stewart <aric@codeweavers.com>
5614         If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
5615         header like normal but just sets it not visible. This fix lays out
5616         those supposedly nonexistent headers to size 0,0. So that even if they
5617         become visible they are not drawn.
5618
5619         * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
5620         Gerard Patel <g.patel@wanadoo.fr>
5621         Remove the direct call into core (DIALOG_DoDialogBox).
5622
5623         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
5624         Lionel Ulmer <lionel.ulmer@free.fr>
5625         Initialize the back-buffer with the correct VTable.
5626
5627         * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
5628         Lionel Ulmer <lionel.ulmer@free.fr>
5629         - added option to get double-buffered desktop
5630         - implemented wglUseFontBitmapsA and wglDeleteContext
5631
5632         * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/dumpres.h, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
5633         Bertho Stultiens <bertho@akhphd.au.dk>
5634         - Implemented animated cursors and icons resource types.
5635         - Added partial support for font resources (user supplied fontdir is
5636           required).
5637         - All resources with inline data (a la RCDATA) now support language,
5638           version and characteristics data.
5639         - Implemented resource name duplicate checks. It is now an error if
5640           two resources of the same type have the same name.
5641         - Bugfix: Language propagation was not correct when .res files were
5642           generated.
5643         - Bugfix: VERSIONINFO now handles memory options.
5644         - Bugfix: resource names and the resource type may be equal (e.g. MENU
5645           MENU {...}). This support was mistakingly deleted in the upgrade to
5646           the builtin preprocessor.
5647           The standalone LANGUAGE setting became context sensitive as a consequence
5648           of this. Now it *must* end with a newline *after* both expressions and
5649           no newlines are allowed within the line (the statement must fit on one
5650           line). This is no practical problem though.
5651
5652         * tools/winapi_check/output.pm:
5653         Francois Gouget <fgouget@psn.net>
5654         Send regular messages to stdout so that they are separate from
5655         progress messages.
5656
5657         * documentation/bugreports:
5658         Gerard Patel <g.patel@wanadoo.fr>
5659         Regression testing using CVS.
5660
5661         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
5662         Peter Hunnisett <hunnise@nortelnetworks.com>
5663         - Small fixes/updates
5664         - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
5665
5666         * documentation/winedbg:
5667         Eric Pouech <Eric.Pouech@wanadoo.fr>
5668         A bit of documentation on new debugging features.
5669
5670         * files/directory.c: James Juran <juran@cse.psu.edu>
5671         SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
5672         it does not find the file.
5673
5674         * scheduler/debugger.c:
5675         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5676         Use WARN() instead of TRACE() in DebugOutputA().
5677
5678         * memory/heap.c:
5679         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5680         HeapFree on a NULL ptr should return TRUE.
5681
5682 2000-05-19  Alexandre Julliard  <julliard@winehq.com>
5683
5684         * dlls/comctl32/listview.c:
5685         Chris Morgan <cmorgan@wpi.edu>
5686         Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
5687         mode and item text is wider than the current nItemWidth.
5688
5689         * loader/task.c:
5690         Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
5691         Fixed initialization of INSTANCEDATA in InitTask().
5692
5693         * dlls/ole32/storage.c:
5694         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5695         StgOpenStorage16: correct arguments to the CreateFile call.
5696
5697         * files/dos_fs.c:
5698         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5699         DOSFS_DoGetFullPathName: terminate string weh called like .\\file
5700
5701         * dlls/icmp/icmp_main.c:
5702         Francois Gouget <fgouget@psn.net>
5703         Replace the calls to malloc by calls to HeapAlloc and friends.
5704
5705         * dlls/comctl32/toolbar.c:
5706         Aric Stewart <aric@codeweavers.com>
5707         Fixes the line of garbage at the bottom of images and the fact that
5708         the buttons in the open dialog box where too tall.
5709
5710         * dlls/ole32/Makefile.in, dlls/ole32/ole2conv.spec, dlls/ole32/ole2prox.spec, dlls/ole32/ole2thk.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ole2conv.spec, if1632/ole2prox.spec, if1632/ole2thk.spec, dlls/Makefile.in:
5711         Dimitrie O. Paun <dimi@cs.toronto.edu>
5712         Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
5713
5714 2000-05-18  Alexandre Julliard  <julliard@winehq.com>
5715
5716         * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
5717         Peter Hunnisett <hunnise@nortelnetworks.com>
5718         - Added remaining DirectX 3D3 6&7 3D interfaces.
5719         - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
5720           DirectX 7 headers.
5721         - Fixed dsound.h include list (d3d.h->d3dtypes.h).
5722
5723         * programs/regapi/README:
5724         Juergen Lock <nox@jelal.kn-bremen.de>
5725         Minor update.
5726
5727         * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
5728         Fixed issues found by winapi_test.
5729
5730         * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
5731         Patrik Stridvall <ps@leissner.se>
5732         GetRelAbs for some reason takes 2 parameters, even though the second
5733         one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
5734
5735         * controls/edit.c: Sheri Steeves
5736         The edit is now detected correctly if the parent is a combo box. It
5737         wasn't working when the combobox was superclassed.
5738
5739         * windows/nonclient.c: Francois Boisvert
5740         System icons in the small caption bars are displayed with the right size.
5741
5742         * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
5743         Patrik Stridvall <ps@leissner.se>
5744         Fixed issues found by winapi_check.
5745
5746         * tools/winapi_check/modules.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
5747         Patrik Stridvall <ps@leissner.se>
5748         Minor bug fixes.
5749
5750         * dlls/comctl32/tab.c:
5751         Francois Gouget <fgouget@psn.net>
5752         Convert C++ comments to regular C comments.
5753
5754         * dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/x11_private.h:
5755         Ove Kaaven <ovek@arcticnet.no>
5756         Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
5757         map to point to the IDirectDrawPalette's own depth conversion color map.
5758
5759         * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
5760         Ove Kaaven <ovek@arcticnet.no>
5761         Initialize an identity mapping in CreatePalette if no depth conversion
5762         is necessary. Also fixed a warning.
5763
5764         * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
5765         Made X11DRV_DIB_MapColor map back to the original color index if the
5766         XImage pixel's physical color is still the same.
5767
5768 2000-05-15  Alexandre Julliard  <julliard@winehq.com>
5769
5770         * graphics/x11drv/xfont.c:
5771         Use the correct display for cached metrics file name.
5772         Store metrics in specified config dir.
5773
5774         * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
5775         Make sure all Wine processes share the same X display.
5776         Inherit --managed option across processes.
5777         Add support for specifying display and managed mode in config file.
5778
5779         * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
5780         Use unsigned int instead of unsigned short in DirectDraw
5781         depth-conversion color map.
5782
5783         * controls/listbox.c:
5784         Susan Farley <sfarley@codeweavers.com>
5785         Avoid calls to SetFocus when they are unnecessary.
5786
5787 2000-05-14  Alexandre Julliard  <julliard@winehq.com>
5788
5789         * dlls/comctl32/treeview.c:
5790         David Black <dblack@btinternet.com>
5791         Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
5792
5793         * dlls/winmm/wineoss/midi.c:
5794         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5795         More verbose errors.
5796
5797         * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
5798         Fixed borders of windows while dragging or sizing to match
5799         TWEAK_WineLook setting.
5800
5801         * relay32/builtin32.c:
5802         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5803         #include <sys/types.h> before <sys/mman.h>.
5804
5805         * misc/Makefile.in, misc/ddeml.c, dlls/Makefile.in, dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ddeml.spec, if1632/ole2nls.spec:
5806         Dimitrie O. Paun <dimi@cs.toronto.edu>
5807         Moved DDEML into dlls/user.
5808
5809         * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
5810         Added support for registry values larger than the server buffer.
5811         When loading a registry file, automatically determine overlap between
5812         key name and file contents based on the first key name.
5813         Removed v1 saving code.
5814         Save USER\.Default separately into ~/.wine/userdef.reg.
5815
5816         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
5817         Ove Kaaven <ovek@arcticnet.no>
5818         Improved DIBSection support for IDirectDrawSurface::GetDC.
5819
5820         * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
5821         Lionel Ulmer <lionel.ulmer@free.fr>
5822         - set debug messages after a TRACE_ON test
5823         - prevent crash when making the NULL context current
5824
5825         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
5826         When new menu Id is not found or index > nitems, insert the new menu
5827         at end of current menu.
5828
5829 2000-05-13  Alexandre Julliard  <julliard@winehq.com>
5830
5831         * dlls/ddraw/d3d_private.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, include/ddraw.h:
5832         Peter Hunnisett <hunnise@nortelnetworks.com>
5833         - Added ability to create 3D3 interfaces for Xlib
5834         - Changed DD_OK to D3D_OK in some places for consistency
5835         - Cleaned up some compiler warnings present without DGA2
5836         - Changed order for DirectDrawEnumerateExA to enumerate at least
5837           what abilities are known rather than bailing on unsupported flags
5838         - Added DirectDrawCreateEx stub
5839
5840 2000-05-12  Alexandre Julliard  <julliard@winehq.com>
5841
5842         * controls/menu.c:
5843         Susan Farley <sfarley@codeweavers.com>
5844         Distinguish RADIOCHECK style menu items from standard checkmark menu
5845         items.
5846
5847         * controls/button.c:
5848         Susan Farley <sfarley@codeweavers.com>
5849         Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
5850         should be sent a BN_CLICKED when it receives the focus.
5851
5852         * files/dos_fs.c:
5853         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5854         GetFullPathname: add missing termination to the string.
5855
5856         * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
5857         Patrik Stridvall <ps@leissner.se>
5858         Fixed byte order on Solaris and FreeBSD.
5859
5860         * graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c, graphics/x11drv/opengl.c, include/acconfig.h, include/config.h.in, include/debugdefs.h, include/gdi.h, include/wine_gl.h, include/x11drv.h, loader/loadorder.c, dlls/Makefile.in, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa_private.h, dlls/opengl32/.cvsignore, dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_ext.h, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, graphics/enhmetafiledrv/init.c, graphics/painting.c, Make.rules.in, configure, configure.in:
5861         Lionel Ulmer <lionel.ulmer@free.fr>
5862         Added support for OpenGL.
5863
5864         * dlls/shell32/shlfolder.c:
5865         Eric Pouech <Eric.Pouech@wanadoo.fr>
5866         Fixed absolute path to pidl generation.
5867
5868 2000-05-11  Alexandre Julliard  <julliard@winehq.com>
5869
5870         * dlls/shell32/shlfolder.c:
5871         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
5872         Fixed buffer overflow.
5873
5874         * dlls/imagehlp/access.c, dlls/imagehlp/integrity.c, dlls/imagehlp/symbol.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, windows/driver.c:
5875         Patrik Stridvall <ps@leissner.se>
5876         Fixed some debug messages.
5877
5878         * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
5879         Patrik Stridvall <ps@leissner.se>
5880         Fixed issues found by winapi_check.
5881
5882         * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imagehlp.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/riched32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
5883         Patrik Stridvall <ps@leissner.se>
5884         - Check for missing modules in modules.dat.
5885         - New options --debug-messages for debug message checking (turned off
5886           by default)
5887         - Do not discard the argument name (use in debug message checking)
5888         - Improved parsing
5889         - Minor bug fixes
5890
5891         * graphics/x11drv/dib.c:
5892         Marcus Meissner <Marcus.Meissner@caldera.de>
5893         Fixed asm() constraints.
5894
5895         * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
5896         Eric Pouech <Eric.Pouech@wanadoo.fr>
5897         Fixed %p in printf (now using wsprintf which doesn't support it).
5898         Added ThreadId and ProcessId internal vars.
5899         Allow at startup to pick up a process to debug.
5900
5901         * dlls/winmm/wineoss/audio.c:
5902         Eric Pouech <Eric.Pouech@wanadoo.fr>
5903         Fixed division by zero.
5904
5905         * dlls/comctl32/trackbar.c:
5906         Eric Pouech <Eric.Pouech@wanadoo.fr>
5907         Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
5908
5909         * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
5910         Scroll off-screen controls when scroll rectangle is NULL.
5911
5912         * dlls/comctl32/tab.c, include/tab.h:
5913         Ken Thomases <ken@codeweavers.com>
5914         Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
5915         mouse-over).
5916
5917         * dlls/comctl32/imagelist.c:
5918         Aric Stewart <aric@codeweavers.com>
5919         Remove the background from the new image when it is being replaced
5920         with a ReplaceImage.
5921
5922         * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
5923         Bernd Herd <info@herdsoft.com>
5924         Make sure hInstance is a proper global handle and not a selector
5925         value.
5926
5927         * dlls/commdlg/printdlg.c: Jean-Claude Batista
5928         PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
5929
5930         * dlls/comctl32/treeview.c:
5931         Aric Stewart <aric@codeweavers.com>
5932         Clean up the drawing code after a label update. There were problems if
5933         the new label is shorter that the old label fragments of the old label
5934         were left drawn.
5935
5936         * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
5937         Clear menu handle after destroying menu.
5938
5939         * controls/menu.c:
5940         Guy Albertelli <galberte@neo.lrun.com>
5941         Revalidate menu handle in mt.hTopMenu after DispatchMessage.
5942
5943         * windows/dialog.c: Bernd Herd <info@herdsoft.com>
5944         Pass CTLDATA as SEGPTR for 16-bit programs.
5945
5946         * dlls/version/ver16.c:
5947         Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
5948         Prevent possible NULL pointer access.
5949
5950 2000-05-10  Alexandre Julliard  <julliard@winehq.com>
5951
5952         * controls/menu.c: Aric Stewart <aric@codeweavers.com>
5953         - Wine was passing the wrong hwnd as the owner when processing owner
5954           drawn menubars.
5955         - When doing MENU_CalcItemSize for the menu bar we were not properly
5956           padding the returned rect.
5957
5958         * dlls/comctl32/treeview.c:
5959         Aric Stewart <aric@codeweavers.com>
5960         Allow the user to cancel label editing with esc and confirm with return.
5961
5962         * dlls/comctl32/tab.c:
5963         Ken Thomases <ken@codeweavers.com>
5964         Restore accidentally undone changes.
5965
5966         * dlls/comctl32/treeview.c:
5967         Aric Stewart <aric@codeweavers.com>
5968         - Wine was not properly reporting back the edited label to the
5969           application in a treeview when the label is a callback.
5970         - Because windows applications assume they get a new edit control
5971           every time they often subclass that edit box willy-nilly and do not
5972           clean up. So it is necessary to actually give them a new edit control
5973           each time.
5974
5975         * dlls/comctl32/toolbar.c:
5976         Aric Stewart <aric@codeweavers.com>
5977         - Cleaned up some of the drawing code, specifically dealing with
5978           avoiding trying to draw invalid bitmaps.
5979         - Avoid directly calling drawing functions instead invalidating rects
5980           and relying on WM_PAINT.
5981         - For the dropdown event check the button style as opposed to the
5982           toolbar style.
5983
5984         * dlls/dsound/dsound_main.c:
5985         Eric Pouech <Eric.Pouech@wanadoo.fr>
5986         Make internal buffers size multiple of 4.
5987
5988         * windows/mdi.c:
5989         Guy L. Albertelli <galberte@neo.lrun.com>
5990         Verify the menu handle is non-zero prior to use.
5991
5992         * controls/menu.c: Ken Thomases <ken@codeweavers.com>
5993         Fixed to display popup-menu arrow on owner-drawn popup menus.
5994         Fixed positioning of submenus relative to parent menus.
5995
5996         * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
5997         Specify the service thread timers in ms instead of us.
5998
5999         * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
6000         Reserve space for the PE header at the start of the .so file.
6001         Store the export table inside the data section so that sections can be
6002         properly aligned.
6003         Build the relay function table directly in the .spec.c file.
6004         Moved relay debugging functions to relay386.c.
6005
6006         * dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c:
6007         Gerard Patel <g.patel@wanadoo.fr>
6008         Protect against use of comctl32 private control memory after it has
6009         been freed.
6010
6011         * dlls/comctl32/status.c:
6012         Aric Stewart <aric@codeweavers.com>
6013         Some programs switch their status bar back and forth from simple mode
6014         while running. This fix corrects drawing and text setting problems that
6015         result from this behavior.
6016
6017 2000-05-09  Alexandre Julliard  <julliard@winehq.com>
6018
6019         * memory/heap.c:
6020         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
6021         Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
6022         Various optimizations.
6023
6024         * dlls/winmm/wineoss/audio.c:
6025         Eric Pouech <Eric.Pouech@wanadoo.fr>
6026         Changed WAVEHDR notification heuristic.
6027         Added preliminary support for loops in WAVEHDRs.
6028         Fixed issues when mixing open and getCaps calls.
6029
6030         * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
6031         Bertho Stultiens <bertho@akhphd.au.dk>
6032         - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
6033           address of a pointer instead of its value. This probably slipped in
6034           during the merge of my tree into the winetree.
6035           Lesson learned: always double check.
6036         - Verified most resources so that win16 compile also generates correct
6037           output for reversed endian.
6038         - Implemented byte-ordering for resources. All resources can be forced
6039           to be little-, big- or native endian with command-line option -B.
6040         - Reading resources from .res-files are only accepted in native byte-
6041           ordering so that no additional semantic analysis is required.
6042         - Resource directory is still written in native-only format, including
6043           the strings.
6044         - Wrc is now installed through the makefile with 'make install' and also
6045           uninstalled with 'make uninstall'.
6046         - Wrote a man-page for better reference. The manpage also gets installed
6047           and uninstalled.
6048         - Cleaned up the namespace a bit by more agressive use of static.
6049
6050         * dlls/comctl32/tab.c, include/tab.h:
6051         Aric Stewart <aric@codeweavers.com>
6052         Added the ability to use multiline tab controls to wine.
6053
6054         * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
6055         Marcus Meissner <marcus@jet.franken.de>
6056         Number of surface Lock/Unlocks must NOT match, so do NOT use it for
6057         reference counting.
6058
6059         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
6060         Update for new Wine features; use ttydrv instead of x11drv when
6061         running regapi, and set correct winedbg path in the registry.
6062
6063         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
6064         Fixed jump_alias for non-PIC, and disabled it for PIC, since it
6065         doesn't work for PIC right now. This fixes current crashing sigaction
6066         calls.
6067
6068         * debugger/memory.c:
6069         Eric Pouech <Eric.Pouech@wanadoo.fr>
6070         Fixed x /s command.
6071
6072         * dlls/advapi32/registry.c:
6073         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6074         Added some reg temp file clutter check (more than 100 temp files in
6075         ~/.wine).
6076
6077 2000-05-07  Alexandre Julliard  <julliard@winehq.com>
6078
6079         * graphics/x11drv/dib.c:
6080         Marcus Meissner <marcus@jet.franken.de>
6081         SetImageBits_8: added ->15 conversion in optimized assembler.
6082
6083         * dlls/richedit/Makefile.in, dlls/richedit/ansi_gen.h, dlls/richedit/ansi_sym.h, dlls/richedit/charlist.c, dlls/richedit/charlist.h, dlls/richedit/reader.c, dlls/richedit/riched32.h, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/richedit/rtf2text.h, dlls/richedit/stdcharnames.h, dlls/richedit/text-writer.c, dlls/richedit/text_map.h, include/richedit.h:
6084         Jean-Claude Batista
6085         Wraps some RichEdit control functionality on an Edit control. It uses
6086         a free implementation of an RTF parser written by Paul DuBois
6087         http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
6088         work with the control.
6089
6090         * windows/winproc.c:
6091         Do not send WM_SIZING to 16-bit windows.
6092
6093         * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
6094         Cleaned up local heap initialisation.
6095
6096         * dlls/commdlg/cdlg32.c, dlls/ole32/ole2.c, include/winbase.h, include/wine/winbase16.h, loader/pe_image.c, relay32/builtin32.c, windows/driver.c:
6097         Moved Load/FreeLibrary16 definition to winbase16.h.
6098
6099         * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
6100         Dimitrie O. Paun <dimi@cs.toronto.edu>
6101         Separate OLE2NLS out of KERNEL.
6102
6103         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
6104         Patrik Stridvall <ps@leissner.se>
6105         - Check for missing modules in modules.dat.
6106         - Minor bug fixes
6107
6108         * graphics/x11drv/dib.c:
6109         Jean-Claude Batista (Macadamian/Corel)
6110         Top-down images have a negative biHeight, the scanlines of theses
6111         images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
6112         simply changed the sign of lines, the scanlines were correctly handled
6113         afterwards
6114
6115         * debugger/stabs.c:
6116         Marcus Meissner <marcus@jet.franken.de>
6117         Old versions of glibc might not have STN_UNDEF defined.
6118
6119         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
6120         Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
6121
6122         * dlls/comctl32/status.c:
6123         Gerard Patel <g.patel@wanadoo.fr>
6124         Set the itemID member of the DRAWITEMSTRUCT to the number of the
6125         status part painted.
6126
6127         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
6128         Always calls SetMenu in MDISetMenu.
6129
6130         * dlls/tapi32/line.c:
6131         Dimitrie O. Paun <dimi@cs.toronto.edu>
6132         Small debug channel cleanup.
6133
6134         * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
6135         Fixed scrolling bug.
6136
6137         * dlls/comctl32/listview.c, include/listview.h:
6138         Chris Morgan <cmorgan@wpi.edu>
6139         Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
6140         support for the LVS_EX_TRACKSELECT flag.  Added code to delete items
6141         in LISTVIEW_SetItemCount().
6142
6143 2000-05-05  Alexandre Julliard  <julliard@winehq.com>
6144
6145         * include/winuser.h, windows/nonclient.c:
6146         Aric Stewart <aric@codeweavers.com>
6147         Added WM_SIZING message support.
6148
6149         * graphics/path.c: Rob Farnum <robf@twinux.com>
6150         Removed warnings from freeing path in DeleteDC.
6151
6152         * dlls/comctl32/header.c:
6153         Aric Stewart <aric@codeweavers.com>
6154         Fixed a bug with the processing of HitTest.
6155
6156         * controls/edit.c: Susan Farley <susan@codeweavers.com>
6157         Handle ^C, ^V and ^X in an edit control properly.
6158
6159         * misc/registry.c:
6160         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6161         Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
6162
6163         * dlls/comctl32/treeview.c:
6164         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6165         Fixed DC leak.
6166
6167         * loader/pe_resource.c:
6168         Stephane Lussier <stephane@macadamian.com>
6169         If we do not find a resource for both (primary lang|sub lang), we try
6170         just (primary lang) before using the default.
6171
6172         * dlls/comctl32/tooltips.c:
6173         Sheri Steeves <sheri@macadamian.com>
6174         Worked around some tooltips hide problems by checking the current tooltip.
6175
6176         * documentation/distributors:
6177         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6178         Added a configuration hint for the CD-ROM "unhide" option.
6179
6180         * ole/ole2nls.c:
6181         Henning Hoffmann (of Macadamian for Corel)
6182         Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
6183         as well, because GetLocaleInfo() has to get any values saved by
6184         SetLocaleInfo() in the registry.
6185
6186         * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
6187         Eric Pouech <Eric.Pouech@wanadoo.fr>
6188         Fixed some buffer overflows.
6189         Made stab parsing more robust (now ignores C++ stabs).
6190         Display correct backtrace at first when invoked on unhandled exception.
6191         Loads stabs from .so files when those are loaded.
6192
6193 2000-05-03  Alexandre Julliard  <julliard@winehq.com>
6194
6195         * include/debugdefs.h: Generated again.
6196
6197         * include/pe_image.h, loader/pe_image.c:
6198         PE_LoadImage: removed version parameter, set last error correctly.
6199
6200         * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
6201         Store process file name in startup info.
6202         Fixed exe_file handling.
6203
6204         * dlls/Makefile.in: Fixed typo.
6205
6206         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/richedit/.cvsignore, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c:
6207         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6208         Added stubs for riched32.dll.
6209
6210         * dlls/x11drv/x11drv_main.c:
6211         Lionel Ulmer <lionel.ulmer@free.fr>
6212         Call XOpenIM on the large stack.
6213
6214         * include/winsock.h:
6215         Bang Jun-Young <bangjy@dreamwiz.com>
6216         FreeBSD 3.4 compile fix.
6217
6218         * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
6219         Fixed COORD structure definition.
6220         Fixed GetLargestConsoleWindowSize to not return a structure when
6221         called from the Window binary.
6222
6223         * server/object.c: Small optimization.
6224
6225         * scheduler/thread.c: Fixed default thread stack size.
6226
6227         * objects/text.c: Fixed DrawTextW length handling.
6228
6229         * dlls/ddraw/dsurface/main.c:
6230         Lionel Ulmer <lionel.ulmer@free.fr>
6231         Remove the assertion when there is no source surface.
6232
6233         * include/oleauto.h:
6234         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6235         Add DosDateTimeToVariantTime prototype.
6236
6237         * dlls/shell32/shlwapi.spec:
6238         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6239         Map StrChrA to strchr.  Fix StrChrW arg list.
6240
6241         * include/winuser.h:
6242         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6243         Added HWND_MESSAGE.
6244
6245         * dlls/ole32/stg_stream.c:
6246         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6247         Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
6248
6249         * misc/registry.c:
6250         Bertho Stultiens <bertho@panter.soci.aau.dk>
6251         Mmap does not fail on zero-length files.
6252
6253 2000-05-01  Alexandre Julliard  <julliard@winehq.com>
6254
6255         * include/global.h, memory/virtual.c:
6256         Use exception handling to implement the IsBad* functions.
6257         Removed /proc/self/maps parsing as it is not very useful with .so libs.
6258
6259         * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
6260         Setup the initial thread %fs from a constructor.
6261
6262         * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
6263         Added DECL_GLOBAL_CONSTRUCTOR macro.
6264
6265         * resources/user32.rc, tools/Makefile.in, tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/preproc.c, tools/wrc/preproc.h, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/writeres.c, dlls/commdlg/rsrc.rc, dlls/display/disp.rc, dlls/shell32/shres.rc, programs/clock/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/comctl32/rsrc.rc:
6266         Bertho Stultiens <bertho@akhphd.au.dk>
6267         - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
6268           old parser has been stripped from the old preprocessor-code which
6269           cleaned up both resource-scanner and -parser.
6270         - Standard defines have been introduced (see README.wrc)
6271         - Both preprocessor- and resource-scanner have been optimized slightly
6272           so that no backing up is required (one char lookahead is enough).
6273         - Filename-scanning has been cleaned up, though not perfect yet.
6274         - User-type resources are compatible now.
6275         - Line-continuation in strings is corrected so that it does not
6276           introduce a newline in the output.
6277
6278         * scheduler/thread.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, windows/queue.c, loader/module.c, memory/environ.c, miscemu/main.c, scheduler/process.c, include/process.h, include/server.h, include/thread.h, loader/main.c:
6279         Rewrote Unix process launching to allow passing startup information to
6280         Winelib apps. Improved handling of execve() failures.
6281
6282         * files/file.c: Added ENOEXEC error code.
6283
6284         * scheduler/pthread.c: Added atfork support.
6285
6286         * configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, configure:
6287         Lionel Ulmer <lionel.ulmer@free.fr>
6288         Added DGA2 driver to DirectDraw.
6289
6290         * dlls/commdlg/cdlg32.c:
6291         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6292         COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
6293         allocation of Tls for CommDlgExtendedError until it is needed.
6294
6295         * debugger/winedbg.c:
6296         Eric Pouech <Eric.Pouech@wanadoo.fr>
6297         Fixed segv when debugger registry key doesn't exist.
6298
6299         * dlls/icmp/icmp_main.c:
6300         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6301         Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
6302
6303 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
6304
6305         * ANNOUNCE, ChangeLog, include/version.h:
6306         Release 20000430.
6307
6308         * windows/x11drv/wnd.c:
6309         Gerard Patel <g.patel@wanadoo.fr>
6310         X11DRV_SetFocus: really don't mess with focus for managed windows.
6311
6312         * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
6313         Dimitrie O. Paun <dimi@cs.toronto.edu>
6314         Removed HEAP_xalloc.
6315
6316         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
6317         Eric Pouech <Eric.Pouech@wanadoo.fr>
6318         - Enhanced internal variables framework (including read/save to
6319           registry and typing)
6320         - Finalized use of Windows' Console I/O interface (instead of Unix std
6321           streams)
6322         - Now handling registers as internal variables (they are no longer
6323           seen as a specific type)
6324
6325         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6326         Insure we always try to launch a debugger.
6327
6328         * relay32/wowthunk.c:
6329         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6330         Use Thread pseudo handle and not Thread Id as argument for the call to
6331         GetThreadSelectorEntry.
6332
6333 ----------------------------------------------------------------
6334 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
6335
6336         * windows/x11drv/wnd.c:
6337         Gerard Patel <g.patel@wanadoo.fr>
6338         X11DRV_SetFocus: really don't mess with focus for managed windows.
6339
6340         * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
6341         Dimitrie O. Paun <dimi@cs.toronto.edu>
6342         Removed HEAP_xalloc.
6343
6344         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
6345         Eric Pouech <Eric.Pouech@wanadoo.fr>
6346         - Enhanced internal variables framework (including read/save to
6347           registry and typing)
6348         - Finalized use of Windows' Console I/O interface (instead of Unix std
6349           streams)
6350         - Now handling registers as internal variables (they are no longer
6351           seen as a specific type)
6352
6353         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6354         Insure we always try to launch a debugger.
6355
6356         * relay32/wowthunk.c:
6357         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6358         Use Thread pseudo handle and not Thread Id as argument for the call to
6359         GetThreadSelectorEntry.
6360
6361 2000-04-29  Alexandre Julliard  <julliard@winehq.com>
6362
6363         * loader/pe_image.c:
6364         Clear the remainder of the page when mapping a section whose size on
6365         disk is not a full page multiple.
6366         Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
6367
6368         * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
6369         Lionel Ulmer <lionel.ulmer@free.fr>
6370         - added thread-safety protection to XListPixmapFormats
6371         - moved pixmap / image format matching ERRs to WARNs
6372
6373         * win32/console.c, include/winbase.h:
6374         Eric Pouech <Eric.Pouech@wanadoo.fr>
6375         Fixed GetLargestConsoleWindowSize prototype.
6376
6377         * dlls/wininet/ftp.c:
6378         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6379         FreeBSD compile fix.
6380
6381         * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
6382         Ove Kaaven <ovek@arcticnet.no>
6383         Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
6384         ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
6385         it is a pitch override (specifies bytes per line), and tells to treat
6386         the offset parameter as an already-mapped virtual memory address (if
6387         the section parameter is zero). Fixed a DIB status init bug in
6388         creating DIB sections from file mappings (if created from mapping, the
6389         DIB is *not* really InSync).
6390
6391         * include/winbase.h, memory/virtual.c:
6392         Ove Kaaven <ovek@arcticnet.no>
6393         Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
6394         register external mappings (like video frame buffers).
6395
6396         * configure.in, include/config.h.in, scheduler/pthread.c, configure:
6397         Eric Pouech <Eric.Pouech@wanadoo.fr>
6398         Enhanced libc's pthread configuration detection.
6399
6400         * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
6401         Eric Pouech <Eric.Pouech@wanadoo.fr>
6402         Fixed a few compilation warnings.
6403
6404         * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
6405         Patrik Stridvall <ps@leissner.se>
6406         Fixed some warnings.
6407
6408         * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
6409         Patrik Stridvall <ps@leissner.se>
6410         Fixed issues reported by winapi_check.
6411
6412         * tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
6413         Patrik Stridvall <ps@leissner.se>
6414         - API files update
6415         - Minor bug fixes.
6416         - Added new option --cross-call-unicode-ascii for checking illegal
6417           Unicode to ASCII calls.
6418
6419         * configure, configure.in, include/config.h.in:
6420         Lionel Ulmer <lionel.ulmer@free.fr>
6421         Added '--enable-opengl' flag to bypass the thread-safety check.
6422
6423         * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
6424         Dimitrie O. Paun <dimi@cs.toronto.edu>
6425         Removed some HEAP_xalloc calls.
6426
6427         * dlls/winmm/mci.c:
6428         Eric Pouech <Eric.Pouech@wanadoo.fr>
6429         Fixed bug when file doesn't exist in MCI_OPEN handling.
6430         Reduced time spent with crit sect locked.
6431
6432         * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6433         Fixed argv handling for cuiexe winelib programs.
6434
6435         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
6436         Made pthread_kill_other_threads_np and pthread_atfork fixmes less
6437         obtrusive.
6438
6439         * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
6440         WinHelp must accept a NULL pointer to the help key string.
6441
6442 2000-04-28  Alexandre Julliard  <julliard@winehq.com>
6443
6444         * dlls/commdlg/finddlg32.c:
6445         Guy L. Albertelli <galberte@neo.lrun.com>
6446         - Correct check for minimum buffer length.
6447         - Correct cases where ShowWindow is done/not done.
6448
6449         * dlls/comctl32/commctrl.c:
6450         Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
6451         Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
6452         TrackMouseEventProc.  Added code to allow addition/cancelation of
6453         tracking flags on existing entries rather than create extra entries.
6454         Fixed timer.  Added check to _TrackMouseEvent to stop timer if the
6455         tracking list is empty.  Fixed TME_CANCEL.  Fixed TME_LEAVE/TME_HOVER
6456         when hwndTrack isn't the current hwnd.
6457
6458         * files/dos_fs.c:
6459         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6460         DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
6461
6462         * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
6463         Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
6464         Added support for memory mapping of 4k aligned PE binaries.  This can
6465         speed up load times significantly for some applications.
6466
6467         * dlls/shell32/brsfolder.c, dlls/shell32/shellguid.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/obj_shellbrowser.h, include/wine/undocshell.h:
6468         Juergen Schmied <juergen.schmied@debitel.net>
6469         Complete cleanup, bugfixes.
6470         New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
6471         PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
6472         PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
6473         PathFindNextComponent, PathRemoveFileSpec.
6474
6475         * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
6476         Juergen Schmied <juergen.schmied@debitel.net>
6477         Stubs for IQueryAssociations.
6478
6479         * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
6480         Juergen Schmied <juergen.schmied@debitel.net>
6481         Moved policy related functions to shpolicy.c
6482         Moved dialog related functions to dialogs.c
6483
6484         * dlls/shell32/shell32.spec:
6485         Juergen Schmied <juergen.schmied@debitel.net>
6486         Explicit import user32.dll.
6487         Many corrections, exported some functions by name.
6488
6489         * dlls/shell32/shell.c, dlls/shell32/shellole.c:
6490         Juergen Schmied <juergen.schmied@debitel.net>
6491         Separated 32 bit functions to shellole.c.
6492
6493         * dlls/shell32/pidl.c:
6494         Juergen Schmied <juergen.schmied@debitel.net>
6495         Small fixes.
6496
6497         * dlls/shell32/iconcache.c:
6498         Juergen Schmied <juergen.schmied@debitel.net>
6499         Fixed: extract the icon by resource id.
6500
6501         * dlls/shell32/shlview.c:
6502         Juergen Schmied <juergen.schmied@debitel.net>
6503         Small fixes.
6504
6505         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
6506         Juergen Schmied <juergen.schmied@debitel.net>
6507         Fixes.
6508         Use GetModuleHandleA instead of LoadLibrary for dlls imported by
6509         the spec file.
6510
6511         * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
6512         Make WineLook=Win95 the default setting.
6513
6514         * dlls/dinput/dinput_main.c:
6515         Lionel Ulmer <lionel.ulmer@free.fr>
6516         Added leaving of critical section on all return cases.
6517
6518         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
6519         Removed init_sect. Use Interlocked* functions instead.
6520
6521         * misc/registry.c:
6522         Juergen Schmied <juergen.schmied@debitel.net>
6523         Small fixes, removed asserts.
6524
6525         * libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in:
6526         Changed imports of winspool to winspool.drv.
6527
6528         * dlls/Makefile.in, dlls/user/Makefile.in:
6529         Added libkeyboard.so creation.
6530
6531         * dlls/comctl32/header.c, include/header.h:
6532         Martin Fuchs <martin-fuchs@gmx.net>
6533         - Return modified rectangle after layouting header control
6534         - Output text in header control when no other Flag specified
6535         - Delay bounding rectangle calculation for header control items
6536
6537         * dlls/comctl32/toolbar.c:
6538         Chris Morgan <cmorgan@wpi.edu>
6539         Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
6540         Added TrackMouseEvent calls to TOOLBAR_MouseMove.  Hot buttons now
6541         look/behave almost exactly the same as native windows.
6542
6543         * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
6544         Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
6545         SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
6546
6547         * misc/comm.c: Rein Klazes <rklazes@casema.net>
6548         Implement mark and space parity generation. Accept one-and- a-half
6549         stopbits: the most common uarts will generate this automatically when
6550         there are 5 databits.
6551
6552         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
6553         Override fork().
6554
6555         * debugger/debugger.h, include/heap.h, memory/heap.c:
6556         Dimitrie O. Paun <dimi@cs.toronto.edu>
6557         Get rid of HEAP_xrealloc.
6558
6559 2000-04-25  Alexandre Julliard  <julliard@winehq.com>
6560
6561         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
6562         Patrik Stridvall <ps@leissner.se>
6563         Compile fix for --without-x.
6564
6565         * loader/main.c, wine.ini:
6566         Patrik Stridvall <ps@leissner.se>
6567         Added new configuration file option for selecting graphics driver.
6568
6569         * dlls/ttydrv/Makefile.in:
6570         Patrik Stridvall <ps@leissner.se>
6571         Link the TTY driver with the standard libs.
6572
6573         * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
6574         Eric Pouech <Eric.Pouech@wanadoo.fr>
6575         Fixed winspool(.drv) loading.
6576
6577         * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/x11drv.h, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
6578         Patrik Stridvall <ps@leissner.se>
6579         Removed X_DISPLAY_MISSING.
6580
6581         * debugger/types.c, debugger/msc.c:
6582         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6583         Improved CodeView type information loader.
6584
6585         * dlls/commdlg/colordlg.c:
6586         Gerard Patel <g.patel@wanadoo.fr>
6587         Don't use the template member unless the corresponding flag is set.
6588
6589 2000-04-24  Alexandre Julliard  <julliard@winehq.com>
6590
6591         * LICENSE, WARRANTY:
6592         Switched to the X11 license.
6593
6594         * server/registry.c, if1632/relay.c, misc/ddeml.c:
6595         Patrik Stridvall <ps@leissner.se>
6596         Fixed some warnings.
6597
6598         * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/wininet/wininet_main.c, dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplayx.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
6599         Patrik Stridvall <ps@leissner.se>
6600         Fixed issues found by winapi_check.
6601
6602         * tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/dinput.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check:
6603         Patrik Stridvall <ps@leissner.se>
6604         - Updated API files.
6605         - Improved misplaced function checking.
6606         - Fixed minor bugs.
6607
6608         * include/winnt.h: Francois Gouget <fgouget@psn.net>
6609         Include string.h to make winnt.h self-sufficient.
6610
6611         * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
6612         infoPtr sometimes can be NULL.
6613
6614         * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c, include/commdlg.h:
6615         Gerard Patel <g.patel@wanadoo.fr>
6616         32 bits message processing for color dialog.
6617
6618         * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
6619         Martin Fuchs <martin-fuchs@gmx.net>
6620         Fixed toolbar bitmap size handling.
6621
6622         * configure.in, configure:
6623         Rein Klazes <rklazes@casema.net>
6624         Correct test for linux 2.2 joystick API, which returned true in every
6625         case.
6626
6627         * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
6628         Dimitrie O. Paun <dimi@cs.toronto.edu>
6629         Removed the last xmalloc calls.
6630
6631         * programs/winver/Makefile.in, relay32/builtin32.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/shell32/shellord.c, dlls/x11drv/Makefile.in, if1632/builtin.c, include/module.h, libtest/Makefile.in, libtest/hello3res.rc, programs/avitools/Makefile.in, programs/clock/Makefile.in, configure.in, debugger/Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, wine.ini, .cvsignore, Make.rules.in, Makefile.in, configure:
6632         Implemented on-demand loading of builtin dlls using dlopen().
6633
6634 2000-04-23  Alexandre Julliard  <julliard@winehq.com>
6635
6636         * Makefile.in, dlls/x11drv/Makefile.in:
6637         Build wineclipsrv as part of the x11drv dll.
6638
6639         * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, dlls/shell32/Makefile.in, dlls/shell32/shlview.c:
6640         Removed a few inter-dll dependencies.
6641
6642         * windows/painting.c: Rein Klazes <rklazes@casema.net>
6643         Make RDW_ValidateParent() modify the update region of all parents, not
6644         just the direct parent.
6645
6646         * relay32/snoop.c:
6647         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6648         SNOOP_PrintArg: replaced IsBad* functions by exception handler.
6649
6650         * configure, configure.in:
6651         Patrik Stridvall <ps@leissner.se>
6652         Added --without-curses compile option.
6653
6654         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
6655         Added some more pthread overrides.
6656
6657         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
6658         Fixed debugger registry key location.
6659
6660         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
6661         Use DECLARE_HANDLE to declare handles.
6662
6663         * include/windef.h: Francois Gouget <fgouget@psn.net>
6664         DECLARE_HANDLE should not be undef'ed after use.
6665
6666         * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
6667         Fix edit control's WM_GETTEXT behaviour.
6668
6669         * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
6670         Do not initialize dcb in BuildCommDCB[AndTimeouts].
6671
6672         * include/casemap.h, tools/unimap.pl:
6673         Dmitry Timoshkov <dmitry@sloboda.ru>
6674         Adapted unimap.pl script and generated by it casemap.h to the Unicode
6675         Standard, Version 3.0.
6676
6677         * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
6678         Check if dialog is visible before setting the focus.
6679
6680         * windows/defwnd.c:
6681         Dmitry Timoshkov <dmitry@sloboda.ru>
6682         Removed the longstanding hack in response to WM_ACTIVATE message.
6683
6684         * include/winuser.h:
6685         Martin Fuchs <martin-fuchs@gmx.net>
6686         Fixed GetNumberFormat declaration.
6687
6688         * dlls/comctl32/toolbar.c:
6689         Chris Morgan <cmorgan@wpi.edu>
6690         James Abbatiello <abbeyj@wpi.edu>
6691         Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
6692         of the button changes.  Stops flickering in toolbars caused by
6693         excessive redrawing.
6694
6695         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
6696         Gerard Patel <g.patel@wanadoo.fr>
6697         Stub for InternetGetConnectedState.
6698
6699         * include/winbase.h: Francois Gouget <fgouget@psn.net>
6700         Fixed GetProcessHeap() for the STRICT mode.
6701
6702         * dlls/ddraw/main.c:
6703         Marcus Meissner <marcus@jet.franken.de>
6704         Also check for empty GUID in DirectDrawCreate.
6705
6706 2000-04-19  Alexandre Julliard  <julliard@winehq.com>
6707
6708         * dlls/version/version.spec, dlls/winmm/joystick/joystick.spec, dlls/winmm/mcianim/mcianim.spec, dlls/winmm/mciavi/mciavi.spec, dlls/winmm/mcicda/mcicda.spec, dlls/winmm/mciseq/mciseq.spec, dlls/winmm/mciwave/mciwave.spec, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wineoss/wineoss.spec, dlls/avifil32/avifil32.spec, dlls/commdlg/comdlg32.spec, dlls/ddraw/ddraw.spec, dlls/dplayx/dplayx.spec, dlls/msvideo/msvfw32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec:
6709         Added some missing import directives.
6710
6711         * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
6712         Removed winmm from import list.
6713
6714         * dlls/comctl32/animate.c, include/animate.h:
6715         Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
6716
6717         * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
6718         Fixed resource loading.
6719
6720         * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
6721         John R. Sheets <jsheets@codeweavers.com>
6722         Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
6723         Added dump for MISC section.
6724
6725         * winedefault.reg:
6726         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6727         Added DirectPlay registry keys to winedefault.reg.
6728
6729         * dlls/comctl32/treeview.c:
6730         Stephane Lussier <stephane@macadamian.com>
6731         Mousewheel support.
6732
6733 2000-04-18  Alexandre Julliard  <julliard@winehq.com>
6734
6735         * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, include/imagehlp.h, include/neexe.h, include/pe_image.h, include/peexe.h, include/winnt.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, relay32/builtin32.c, relay32/snoop.c, debugger/dbgmain.c, debugger/module.c, debugger/msc.c, debugger/types.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/version/resource.c:
6736         Moved PE header definitions to winnt.h where they belong.
6737
6738         * windows/x11drv/event.c, controls/combo.c, controls/edit.c, controls/listbox.c, dlls/comctl32/listview.c, include/mouse.h, include/winuser.h, windows/input.c, windows/spy.c:
6739         Stephane Lussier <stephane@macadamian.com>
6740         Implemented Mousewheel support.
6741
6742         * dlls/winsock/async.c:
6743         Rein Klazes <rklazes@casema.net>
6744         Convert service and protocol names to lowercase before calling
6745         getservby{name|port} and getprotoby{name|port}.
6746
6747         * objects/region.c:
6748         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6749         Fix return value for OffsetRgn if x and y are 0.
6750
6751         * graphics/path.c:
6752         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6753         Implement StrokeAndFillPath.
6754         Call DeleteObject when finished with hrgn in PATH_FillPath.
6755
6756         * include/wininet.h:
6757         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6758         Fixed typo.
6759
6760         * graphics/enhmetafiledrv/objects.c:
6761         Sheri Steeves <sheri@macadamian.com>
6762         EMR_SELECTOBJECT records stock objects with their id as the object
6763         handle and the high bit set.
6764
6765         * objects/enhmetafile.c:
6766         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6767         Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
6768
6769 2000-04-16  Alexandre Julliard  <julliard@winehq.com>
6770
6771         * server/registry.c:
6772         Removed permission checks in create_key and delete_key. It seems
6773         Windows doesn't check anything.
6774
6775         * loader/resource.c:
6776         Richard Cohen <richard@jubjub.demon.co.uk>
6777         Wrap an exception handler around FindResource.
6778
6779         * programs/regtest/regtest.c:
6780         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6781         Corrected WinMain.
6782         Added test case for RegCreateKeyEx showing win95 behaviour.
6783
6784         * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
6785         Implemented 'walk process' and 'walk threads' commands using toolhelp
6786         snapshots.
6787
6788         * include/server.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, server/process.c, server/process.h, server/request.h, server/snapshot.c, server/thread.c, server/thread.h, server/trace.c:
6789         Implemented thread and (partial) module snapshots, based on the work
6790         of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
6791
6792         * server/main.c, server/registry.c, server/request.h, server/trace.c, documentation/wine.conf.man.in, include/server.h, include/shell.h, loader/main.c, misc/registry.c, wine.ini:
6793         Save the registry on server exit without client intervention.
6794         Removed "alt" registry files since we now have symlinks and
6795         WINEPREFIX to replace them.
6796
6797         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
6798         Stephane Lussier <stephane@macadamian.com>
6799         Support switching the keyboard layout with WINE running.
6800
6801         * dlls/crtdll/crtdll_main.c:
6802         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6803         fgets: Don't swallow \n, treat EOF
6804         feof: Crude implementation
6805         signal: Return error
6806
6807         * winedefault.reg:
6808         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6809         Add missing backslash in the debugger definition.
6810
6811         * win32/time.c: Rein Klazes <rklazes@casema.net>
6812         SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
6813         adjustment of 2 minutes just in case...
6814
6815         * dlls/dsound/dsound_main.c:
6816         Marcus Meissner <marcus@jet.franken.de>
6817         DSOUND_MixerNorm: do not compare unrelated pointers.
6818
6819 2000-04-15  Alexandre Julliard  <julliard@winehq.com>
6820
6821         * loader/module.c:
6822         Rewrote command-line parsing of CreateProcessA to be more compatible.
6823
6824         * programs/winhelp/Makefile.in, programs/winver/Makefile.in, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, tools/build.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, programs/osversioncheck/osversioncheck.spec, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/wcmd/wcmdmain.c, programs/winemine/Makefile.in, debugger/Makefile.in, include/callback.h, include/main.h, include/module.h, include/thread.h, libtest/Makefile.in, loader/main.c, loader/module.c, loader/pe_image.c, misc/options.c, programs/avitools/Makefile.in, programs/clock/Makefile.in, Make.rules.in:
6825         Improved Winelib apps initialisation code. No longer need to link
6826         winestub.o with Winelib apps.
6827
6828         * include/wine/winbase16.h, relay32/utthunk.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx.spec, dlls/icmp/icmp_main.c, dlls/ntdll/om.c, dlls/shell32/shlwapi.spec, dlls/win87em/emulate.c, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/winmm/mcianim/mcianim.c, graphics/ttydrv/palette.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
6829         Patrik Stridvall <ps@leissner.se>
6830         Fixed some issues reported by winapi_check.
6831
6832         * tools/winapi_check/*:
6833         Patrik Stridvall <ps@leissner.se>
6834         - API files update.
6835         - Add new options --all and --none that enable/disables all check
6836           respectively.
6837         - Fixed and improved stub statistics.
6838         - Fixed bug that prevented checking of the first function in the .spec files.
6839         - Partial implementation of a more advanced misplaced function checking.
6840         - Minor fixes.
6841
6842         * dlls/comctl32/toolbar.c:
6843         Martin Fuchs <martin-fuchs@gmx.net>
6844         Implement CCS_NOMOVEY for tool bars.
6845
6846         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
6847         Symlink root's registry to global registry. Minor cleanups.
6848
6849         * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
6850         Added further implementation of WINAPI EnumDateFormats() to support
6851         three more locales: German(standard), French(standard) and French
6852         (canadian). All date formats follow conventions from Windows NT 4.0
6853
6854         * dlls/comctl32/treeview.c:
6855         Serge Ivanov <sergei@corel.ca>
6856         Added proper handling TVIS_OVERLAYMASK flag and allows to display
6857         overlay images. Fixed off by one error with listitem in
6858         TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
6859
6860 2000-04-14  Alexandre Julliard  <julliard@winehq.com>
6861
6862         * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
6863         Ove Kaaven <ovek@arcticnet.no>
6864         POSIX threads emulation, tricks glibc into being threadsafe.
6865
6866         * scheduler/client.c, server/main.c, server/request.c:
6867         Made server launching somewhat cleaner and faster.
6868
6869         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
6870         Marcus Meissner <Marcus.Meissner@caldera.de>
6871         Detypoed X11DRV_EVENT_SetInputMethod.
6872
6873         * windows/x11drv/keyboard.c:
6874         Stephane Lussier <stephane@macadamian.com>
6875         When dealing with XKB extensions, force the AltGr key mask to use the
6876         group index instead of the modifier.
6877
6878         * include/windef.h:
6879         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6880         Define __fastcall.
6881
6882         * include/commctrl.h:
6883         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6884         Added a few toolbar defines.
6885
6886         * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
6887         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6888         A few corrections to bounding boxes.
6889
6890         * graphics/x11drv/graphics.c:
6891         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6892         Don't close groups of polylines.
6893
6894         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
6895         Do not dereference a ptr we just checked being NULL.
6896
6897         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
6898         Francois Gouget <fgouget@psn.net>
6899         Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
6900
6901         * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
6902         Follow symlinks when saving registry.
6903
6904         * debugger/Makefile.in:
6905         Added missing winestub dependency.
6906
6907         * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
6908         Load done event now created by the server.
6909
6910 2000-04-13  Alexandre Julliard  <julliard@winehq.com>
6911
6912         * debugger/.cvsignore, debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec, include/stackframe.h, Makefile.in:
6913         Eric Pouech <Eric.Pouech@wanadoo.fr>
6914         Made the winedbg an external and WineLib program.
6915         Centralized output handling (preparation for console usage).
6916         Fixed a few debug information reading options (stabs and sym).
6917         Started a framework to hold debugger's internal variables.
6918
6919         * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
6920         Eric Pouech <Eric.Pouech@wanadoo.fr>
6921         Got rid of -debug wine's option (wine now requires an external debugger).
6922
6923         * win32/except.c, winedefault.reg:
6924         Eric Pouech <Eric.Pouech@wanadoo.fr>
6925         Added launching of a debugger when unhandled exception occurs.
6926
6927         * relay32/builtin32.c:
6928         Eric Pouech <Eric.Pouech@wanadoo.fr>
6929         Added a .xcnlnk section to builtin KERNEL32 PE header.
6930
6931         * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6932         Let CreateProcess launch unix executable without a .exe extension.
6933         Fixed arguments passed when creating a unix process.
6934
6935         * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
6936         Fixed signal stack handling on Linux when sigaltstack is available.
6937         Added a direct sigaltstack syscall to work-around the glibc bug.
6938
6939         * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
6940         Implemented guard pages and stack overflow exceptions.
6941
6942         * include/thread.h, scheduler/process.c, scheduler/thread.c:
6943         Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
6944         the various stacks.
6945
6946         * files/profile.c:
6947         Make sure HKLM\Software\Wine\Wine is a non-volatile key.
6948
6949         * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
6950         Stephane Lussier <stephane@macadamian.com>
6951         Fixed AltGr key handling.
6952
6953         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
6954         Marcus Meissner <Marcus.Meissner@caldera.de>
6955         Make DirectDraw compile with DGA2 present.
6956
6957         * files/file.c:
6958         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6959         FILE_CreateFile()'s read/write-check was broken due to checking of
6960         ERROR_xxx instead of STATUS_xxx.
6961
6962         * objects/enhmetafile.c:
6963         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6964         Fixes and cleans up some of the GetEnhMetaFile* functions.
6965         Fixes scaling of EMFs in playback.  Will probably be right
6966         when World Transforms work properly...
6967
6968         * memory/global.c:
6969         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6970         GlobalReAlloc returns 0 on failure.
6971
6972         * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
6973         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6974         Stub for NtAllocateUuids.
6975
6976         * dlls/comctl32/treeview.c:
6977         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6978         Clear TopRootItem when whole tree is deleted.
6979         Fix off by one lstrcpyn.
6980         Clean up and fix GetNextItem.
6981
6982 2000-04-11  Alexandre Julliard  <julliard@winehq.com>
6983
6984         * documentation/.cvsignore: Ignore all output files.
6985
6986         * dlls/wininet/.cvsignore, dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec, include/debugdefs.h, include/urlmon.h, include/wininet.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/urlmon/.cvsignore, dlls/urlmon/Makefile.in, dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
6987         Merged urlmon.dll and wininet.dll from the Corel tree (implementation
6988         by Ulrich Czekalla <ulrichc@corel.ca>)
6989
6990         * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
6991         Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
6992         GetCurrentProcess() inline.
6993
6994         * AUTHORS, include/authors.h:
6995         Marcus Meissner <marcus@jet.franken.de>
6996         Merged in Corel's AUTHORs.
6997
6998         * graphics/x11drv/dib.c:
6999         Marcus Meissner <marcus@jet.franken.de>
7000         Only copy dstwidth*3 bytes in the 24bit case.
7001
7002         * dlls/ddraw/dsurface/x11.c:
7003         Marcus Meissner <marcus@jet.franken.de>
7004         Free private structure in Xlib_DDS_Release.
7005
7006         * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
7007         MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
7008
7009         * dlls/comctl32/treeview.c:
7010         Serge Ivanov <sergei@corel.ca>
7011         TreeView - minor bugfix and optimization:
7012            - GetDC call moved down to avoid possible resource leak.
7013            - Invariant code is moved out of loop.
7014
7015         * dlls/shell32/pidl.c:
7016         Ulrich Czekalla <ulrichc@corel.ca>
7017         _ILGetFileDate should convert the date to local time before generating
7018         the string (_ILGetFileDateTime does not).
7019
7020         * dlls/winmm/mmio.c:
7021         Noomen Hamza <noomen@macadamian.com>
7022         Fixed other bugs within MMIO implementation. Now, it's possible to
7023         copy/cut from PhotoPaint and paste to CorelDraw.
7024
7025 2000-04-10  Alexandre Julliard  <julliard@winehq.com>
7026
7027         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
7028         Marcus Meissner <Marcus.Meissner@caldera.de>
7029         Use d3dexecutebuffer_create only when compiling with MESA.
7030
7031 2000-04-09  Alexandre Julliard  <julliard@winehq.com>
7032
7033         * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
7034         Dimitrie O. Paun <dimi@cs.toronto.edu>
7035         Replaced xmalloc calls with malloc/HeapAlloc calls.
7036
7037         * console/generic.c, console/ncurses.c, console/xterm.c:
7038         Eric Pouech <Eric.Pouech@wanadoo.fr>
7039         Cosmetics.
7040
7041         * memory/heap.c:
7042         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7043         Implemented HeapWalk().
7044
7045         * dlls/ddraw/dsurface/x11.c:
7046         Marcus Meissner <marcus@jet.franken.de>
7047         Two left over HeapValidate assertions removed.
7048
7049         * server/debugger.c:
7050         Eric Pouech <Eric.Pouech@wanadoo.fr>
7051         Clear status for sending exception event.
7052
7053         * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
7054         Added ability to put new-lines in changelog entry.
7055         Added -p to locate destination directory.
7056
7057         * dlls/comctl32/listview.c:
7058         Richard Cohen <richard@jubjub.demon.co.uk>
7059         GetItem was returning the item instead of subitem info.
7060
7061         * programs/winemine/main.c:
7062         Dave Pickles <davep@cyw.uklinux.net>
7063         Registry key used in LoadBoard() was not the same as the one used in
7064         SaveBoard(). Also fixed a typo in the position saving code.
7065
7066         * configure, configure.in:
7067         Create directories that don't contain a Makefile.
7068
7069         * tools/wrc/Makefile.in, dlls/ttydrv/Makefile.in, dlls/winmm/Makefile.in, dlls/x11drv/Makefile.in, documentation/Makefile.in, include/Makefile.in, ole/Makefile.in, programs/Makefile.in, programs/winhelp/Makefile.in, tools/Makefile.in, Make.rules.in, Makefile.in, debugger/Makefile.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
7070         Improved support for Makefiles that need to recurse in subdirectories.
7071
7072         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c, configure.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, configure:
7073         Marcus Meissner <marcus@jet.franken.de>
7074         Restructured DirectDraw. Split into X11 and DGA driver, and multiple
7075         files/dirs for easier maintenance. Cleaned up structs and include
7076         files. Reindented the code. Started the same for Direct3D.  Driver
7077         inclusion now done by using configure/Makefile/ELF constructor tricks.
7078
7079 2000-04-08  Alexandre Julliard  <julliard@winehq.com>
7080
7081         * windows/x11drv/event.c, files/profile.c, graphics/x11drv/xfont.c, include/cursoricon.h, include/message.h, loader/ne/module.c, memory/heap.c, scheduler/sysdeps.c, scheduler/syslevel.c, windows/cursoricon.c, windows/timer.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c:
7082         Removed a number of global handle allocations and critical section
7083         initializations.
7084
7085         * server/process.c, scheduler/process.c:
7086         Temporary hack to share handles between processes sharing the same
7087         address space.
7088
7089         * include/winbase.h, scheduler/critsection.c:
7090         Added lazy initialization of critical sections, based on a patch by
7091         Andrew Lewycky.
7092
7093         * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
7094         Stephen Mereu
7095         TabCtrl leftmostVisible is not updated properly. It caused the QP
7096         application bar on the bottom fail to bring back the items when there
7097         is no need to scrolling. Also fixed a bug that when an item is inserted,
7098         setItemBounds should be called first, then it's time to invalidate.
7099
7100         * relay32/kernel32.spec, win32/newfns.c:
7101         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7102         Added PeekNamedPipe stub.
7103
7104         * graphics/x11drv/init.c:
7105         Gerard Patel <g.patel@wanadoo.fr>
7106         Fixed pixmap leak with the 1x1 bitmap in memory DCs.
7107
7108         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
7109         wineinstall now properly configures no-windows installs, and should now
7110         be easier to adapt for binary packages too.
7111
7112         * documentation/samples/system.ini:
7113         Ove Kaaven <ovek@arcticnet.no>
7114         Default system.ini (from documentation/status/multimedia).
7115
7116 2000-04-06  Alexandre Julliard  <julliard@winehq.com>
7117
7118         * server/debugger.c, server/thread.c, server/thread.h:
7119         Do not send a debug event for a thread until the previous event for
7120         the same thread has been continued.
7121
7122         * misc/registry.c, wine.ini:
7123         Moved SaveOnlyUpdatedKeys to wine.ini.
7124         Use get_config_dir() instead of hardcoding ~/.wine
7125         Simplified loading and saving routines.
7126
7127         * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
7128         Added support for WINEPREFIX environment variable.
7129
7130         * windows/winpos.c, loader/ne/module.c, memory/selector.c, misc/lstr.c, misc/network.c, msdos/int21.c, objects/font.c, win32/console.c, win32/except.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, dlls/win32s/w32sys.c, dlls/win87em/emulate.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, graphics/painting.c, graphics/psdrv/driver.c, graphics/win16drv/font.c, loader/module.c, dlls/advapi32/advapi32.spec, dlls/advapi32/service.c, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi.spec, dlls/msacm/msacm_main.c, dlls/ole32/storage32.c, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/shell32/shell.c, dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
7131         Patrik Stridvall <ps@leissner.se>
7132         Fixed some issues reported by winapi_check.
7133
7134         * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
7135         Owen Wang <owenw@corel.ca>
7136         Implemented API EnumTimeFormatsA(). It supports now all different
7137         English locales, as well as German(standard), French(standard) and
7138         French(Canadian).  All time formats follow conventions in Windows NT 4.0
7139
7140         Haithem Hmida (of Macadamian for Corel)
7141         Implemented GetCurrencyFormatA() API:
7142         - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
7143           (as a positive one), then formats the number depending on
7144           NegativeOrder/PositiveOrder fields.
7145         - GetNumberFormatA() has been slightly modified.
7146
7147         * objects/text.c:
7148         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
7149         Added conversion from DBCS lpDx to WCHAR lpDx.
7150
7151         * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
7152         Patrik Stridvall <ps@leissner.se>
7153         - Implemented stub statistics. Turned off by default. (Requested by Francois
7154         Gouget).
7155         - Implemented missing prototype checking. Turned off by default (Requested
7156         by Dimitry Timoshkov).
7157         - Implemented .spec file name sanity checking. Turned off by default.
7158         - Implemented documentation width checking. Turned off by default.
7159         - Minor bug fixes.
7160
7161         * dlls/ole32/compobj.c:
7162         Andrew Lewycky <andrewl@corel.ca>
7163         Fix StringFromGUI2 return value as per documentation.
7164
7165         * dlls/dsound/dsound_main.c:
7166         Marcus Meissner <Marcus.Meissner@caldera.de>
7167         Make audiodevice blocking directly after the non-blocking open, since
7168         we use the write(2) also for synchronization.
7169
7170         * dlls/winsock/async.c, dlls/winsock/socket.c:
7171         Rein Klazes <rklazes@casema.net>
7172         Corrected error handling for ws_getprotobyname/number.
7173         Made the Async error returns the same as the normal functions.
7174
7175         * files/dos_fs.c:
7176         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7177         GetShortPathName: always erase characters at the end of the new
7178         string, and return only single backslashes.
7179
7180 2000-04-04  Alexandre Julliard  <julliard@winehq.com>
7181
7182         * files/dos_fs.c, files/drive.c, files/file.c, include/drive.h, include/file.h, include/options.h, misc/main.c, misc/options.c, misc/registry.c, documentation/wine.conf.man.in, documentation/wine.man.in:
7183         Added a per-drive FailReadOnly flag, and removed the global
7184         --failreadonly option.
7185
7186         * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
7187         Fixed file descriptor leaks.
7188
7189         * misc/registry.c:
7190         Call PROFILE_GetWineIniBool before starting to fill the request
7191         buffer. Made new registry format the default.
7192
7193         * server/ptrace.c:
7194         Increment suspend count before attempting attach in suspend_for_ptrace.
7195
7196         * server/file.c, server/mapping.c, server/mutex.c, server/process.c, server/registry.c, server/request.h, server/semaphore.c, server/timer.c, server/trace.c, tools/make_requests, server/atom.c, server/console.c, server/event.c:
7197         Made request tracing more robust against bogus lengths.
7198
7199         * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
7200         Peter Ganten <peter@ganten.org>
7201         Adapted the manual pages to the new long options, updated the
7202         -debugmsg channels and added a small hack to get the @sysconfdir@
7203         stuff in the manual pages right.
7204
7205         * dlls/winmm/mmio.c:
7206         Noomen Hamza <noomen@macadamian.com>
7207         Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
7208
7209         * programs/winemine/main.c, programs/winemine/main.h:
7210         Joshua Thielen <fozey@netzero.com>
7211         Added DestroyBoard function to delete bitmap handles.
7212         Moved SelectObject outside of DrawMine.
7213         Selected old object's back into hMemDC.
7214
7215         * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
7216         Implemented FAT32 function 7302 (Get Extended DPB).
7217
7218         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
7219         Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
7220         Internet Explorer.
7221
7222         * programs/regapi/regapi.c:
7223         Gavriel State <gavriels@corel.ca>
7224         This patch adds the ability for regapi to call the DllRegisterServer or
7225         DllUnregisterServer for a list of DLLs.
7226
7227         * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
7228         OleRegGetUserType did return an unterminated ASCII string instead of an
7229         OLESTR (wide characters).
7230
7231         * misc/main.c, ole/nls/ena.nls, ole/nls/enb.nls, ole/nls/enc.nls, ole/nls/eng.nls, ole/nls/eni.nls, ole/nls/enj.nls, ole/nls/enl.nls, ole/nls/ens.nls, ole/nls/ent.nls, ole/nls/enu.nls, ole/nls/enz.nls, ole/nls/irl.nls, ole/ole2nls.c:
7232         Michael Abd-El-Malek (Corel)
7233         Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
7234         to be more compatible to Windows.
7235         Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
7236
7237         Jeff Tranter <jefft@corel.ca>
7238         The measurement unit for Canadian English should be metric.
7239         LANG_SUB_ENTRY did always return the first language due to missing {}.
7240
7241 2000-03-30  Alexandre Julliard  <julliard@winehq.com>
7242
7243         * documentation/distributors:
7244         Marcus Meissner <marcus@jet.franken.de>
7245         Updated documentation/distributors in regards to shared libraries and
7246         some more windows specific dirs.
7247
7248         * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
7249         Peter Hunnisett <hunnise@nortelnetworks.com>
7250         - Fix painting bug with middle button down when dragging mouse
7251         - Speed up drawing and hence overall speed
7252         - Fix compiler warnings
7253         - Added some optional debugging information
7254         - Added a new known bug to the list
7255
7256         * misc/comm.c: Rein Klazes <rklazes@casema.net>
7257         Added CTS, DSR and RingIndicator states to Window's semi-documented
7258         modem line status register.
7259
7260         * include/wingdi.h, objects/enhmetafile.c:
7261         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7262         Delete objects after use in EnumEnhMetaFile.
7263         Make PlayEnhMetaFile call EnumEnhMetaFile.
7264         Move EnumEnhMetaFile prototype to wingdi.h.
7265
7266         * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
7267         Marcus Meissner <Marcus.Meissner@caldera.de>
7268         open() the OSS sounddevice non-blocking in case another process has it
7269         open already.
7270
7271         * scheduler/process.c:
7272         Commented out exit() call on ExitProcess for now.
7273
7274         * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
7275         Set thread start address to 0 on events generated by
7276         DebugActiveProcess.
7277         Return a correct address in the simulated exception event.
7278
7279         * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
7280         Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
7281
7282 2000-03-28  Alexandre Julliard  <julliard@winehq.com>
7283
7284         * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
7285         Niels Kristian Bech Jensen <nkbj@image.dk>
7286         - Fix some compiler warnings.
7287         - Remove superfluous #include statement.
7288
7289         * include/wine/winnet16.h, misc/network.c:
7290         Ron Gage <rongage@att.net>
7291         Fixed bug reported by winapi_check.
7292
7293         * */*.c:
7294         Patrik Stridvall <ps@leissner.se>
7295         Added/fixed some documentation reported by winapi_check.
7296
7297         * graphics/x11drv/palette.c, objects/palette.c:
7298         Fixed memory allocations.
7299
7300         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
7301         Patrik Stridvall <ps@leissner.se>
7302         - Added/fixed some documentation reported by winapi_check
7303         - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
7304         - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
7305
7306         * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
7307         Patrik Stridvall <ps@leissner.se>
7308         Fixed some warnings.
7309
7310         * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
7311         Patrik Stridvall <ps@leissner.se>
7312         - Updated the API files.
7313         - Minor bug fixes
7314
7315         * dlls/comctl32/animate.c:
7316         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7317         Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
7318         ANIMATE_Destroy.
7319
7320         * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
7321         Minor fix in wrc to support the Solaris preprocessor.
7322
7323         * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
7324         Fixed some ANSI C violations.
7325
7326         * documentation/no-windows:
7327         Ove Kaaven <ovek@arcticnet.no>
7328         Add start menu directories.
7329
7330         * scheduler/sysdeps.c, scheduler/thread.c:
7331         Put CLONE_FILES back in, it is still breaking too many things.
7332
7333         * objects/bitmap.c, graphics/ttydrv/bitmap.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/bitmap.h, include/x11drv.h:
7334         Merged DDBitmap and physBitmap into the generic bitmap structure
7335         (suggested by Andrew Lewycky).
7336
7337         * files/dos_fs.c:
7338         Ignore trailing spaces in DOSFS_ToDosFCBFormat.
7339
7340         * dlls/winsock/socket.c:
7341         Fixed small bug in WSOCK32_accept
7342
7343 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
7344
7345         * include/version.h, ANNOUNCE, ChangeLog:
7346         Release 20000326.
7347
7348 ----------------------------------------------------------------
7349 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
7350
7351         * files/dos_fs.c: Stefan Leichter <sle@camline.com>
7352         DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
7353
7354         * tools/cvdump/.cvsignore, tools/cvdump/Makefile.in, tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvdump.h, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c, Makefile.in, configure, configure.in:
7355         John R. Sheets <jsheets@codeweavers.com>
7356         Added cvdump tool to dump CodeView symbol information.
7357
7358         * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
7359         Ove Kaaven <ovek@arcticnet.no>
7360         Handle POLLHUP better (delay FD_CLOSE notification until all data has
7361         been read). Made WSAEnumNetworkEvents atomic. Convert socket event
7362         error codes properly. Made accept()-ed sockets inherit the listening
7363         socket's WSAAsyncSelect().
7364
7365         * dlls/dsound/dsound_main.c:
7366         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7367         Fixed debug formatting.
7368
7369         * dlls/advapi32/registry.c: Fixed error checking in registry saving.
7370
7371         * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7372         Use strerror in debug output.
7373
7374         * dlls/shell32/changenotify.c:
7375         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7376         SHChangeNotify[A|W]: free only items we allocated.
7377
7378         * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
7379         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7380         Fixes for i18n.
7381
7382         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7383         Now read .so list from debuggee's address space.
7384
7385         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
7386         Added missing macros.
7387
7388         * include/winnt.h, include/winreg.h, server/registry.c:
7389         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7390         Moved some registry definitions to winnt.h.
7391
7392         * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
7393         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7394         Added import of comdlg32.dll in spec file.
7395
7396         * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
7397         Activate a hidden window only when explicitely asked by the
7398         application.
7399
7400         * debugger/Makefile.in, debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/hash.c, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
7401         Eric Pouech <Eric.Pouech@wanadoo.fr>
7402         improved exception handling
7403         merged all module handling code in new module.c file
7404         reenabled 'walk module' and 'info module' commands
7405         added ability to drive break on thread startup
7406
7407         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
7408         Marcus Meissner <marcus@jet.franken.de>
7409         Stubs for DllRegisterServer/DllUnregisterServer.
7410
7411         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
7412         Fixed return value for SC_GET_DEV_TYPE.
7413
7414 2000-03-25  Alexandre Julliard  <julliard@winehq.com>
7415
7416         * server/registry.c, server/trace.c, tools/build.c, windows/cursoricon.c, windows/dce.c, windows/msgbox.c, windows/nonclient.c, windows/rect.c, windows/timer.c, windows/user.c, windows/winpos.c, windows/winproc.c, loader/pe_image.c, loader/resource.c, memory/heap.c, memory/local.c, misc/version.c, msdos/int21.c, objects/enhmetafile.c, objects/region.c, programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/winhelp.c, dlls/winmm/wineoss/audio.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/xfont.c, include/windef.h, dlls/comctl32/comctl32undoc.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/commdlg/colordlg.c, dlls/crtdll/crtdll_main.c, dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/winmm/lolvldrv.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, controls/edit.c, controls/menu.c, controls/scroll.c:
7417         Francois Gouget <fgouget@psn.net>
7418         Use min/max instead of MIN/MAX.
7419
7420         * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
7421         Handle socket POLLERR/POLLHUP conditions properly.
7422         Clear error field for OOB notifications.
7423
7424         * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7425         Send the correct ODA_ code when deselecting an item.
7426
7427         * windows/user.c, include/process.h, include/server.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c:
7428         Fixed a couple of file descriptor leaks.
7429         Always call USER signal proc in the right context.
7430         Cleaned up THREAD_Create.
7431
7432         * include/Makefile.in:
7433         Do not erase local files on uninstall if install dir does not exist.
7434
7435         * windows/multimon.c, windows/sysparams.c, windows/ttydrv/Makefile.in, windows/ttydrv/desktop.c, windows/ttydrv/init.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c, windows/user.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/init.c, windows/x11drv/monitor.c, controls/desktop.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/ttydrv/dc.c, include/desktop.h, include/monitor.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/dce.c:
7436         Store monitor size and depth in the generic structure.
7437         Merged monitor driver into USER driver.
7438
7439         * windows/ttydrv/Makefile.in, windows/ttydrv/main.c, windows/x11drv/Makefile.in, windows/x11drv/desktop.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/ddraw/ddraw_main.c, dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, include/x11drv.h:
7440         A few simplifications and optimizations in the x11 driver.
7441
7442         * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
7443         Link ttydrv and x11drv objects into their respective dll.
7444
7445         * dlls/user/Makefile.in: Added missing keyboard.spec.
7446
7447 2000-03-24  Alexandre Julliard  <julliard@winehq.com>
7448
7449         * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
7450         Moved FatalAppExit functions to win32/except.c.
7451         Added a few uses of Callout instead of referencing USER functions
7452         directly.
7453
7454         * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
7455         Moved LoadImage and related functions to cursoricon.c.
7456
7457         * dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/thunk.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/keyboard.spec, dlls/user/thunk.c, dlls/user/user.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/keyboard.spec, if1632/thunk.c, include/callback.h, objects/linedda.c, windows/win.c:
7458         Moved gdi/user thunking functions into their respective dlls.
7459         Moved keyboard.spec into user dll.
7460
7461         * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
7462         Disable OpenGL support if the latter is thread safe.
7463
7464         * debugger/dbg.y, debugger/memory.c, dlls/crtdll/wcstring.c, dlls/ole32/clipboard.c, dlls/ole32/storage32.h, graphics/win16drv/init.c, graphics/x11drv/dib.c, scheduler/sysdeps.c:
7465         Patrik Stridvall <ps@leissner.se>
7466         Fixed some warnings.
7467
7468         * dlls/dinput/dinput_main.c, graphics/dispdib.c, include/animate.h, include/button.h, include/crtdll.h, include/dinput.h, include/dispdib.h, include/enhmetafile.h, include/imagelist.h, include/metafile.h, include/region.h, include/sqltypes.h, include/wine/icmpapi.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/windef16.h, include/wine/wingdi16.h, include/winpos.h:
7469         Patrik Stridvall <ps@leissner.se>
7470         Made the include files self sufficient.
7471
7472         * dlls/win32s/w32skernel.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c, dlls/winsock/socket.c, dlls/winsock/wsock32.spec, misc/ddeml.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/systray.c, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, dlls/version/install.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c, dlls/mpr/mpr_main.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c, dlls/ntdll/time.c, dlls/odbc32/proxyodbc.c, dlls/ole32/compositemoniker.c, dlls/avifil32/avifile.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c, dlls/commdlg/finddlg32.c, dlls/ddraw/ddraw_main.c:
7473         Patrik Stridvall <ps@leissner.se>
7474         Added/fixed some documentation reported by winapi_check.
7475
7476         * relay32/kernel32.spec, scheduler/critsection.c, win32/newfns.c, windows/painting.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, graphics/painting.c, include/ddeml.h, include/wingdi.h:
7477         Patrik Stridvall <ps@leissner.se>
7478         Fixed some issues reported by winapi_check.
7479
7480         * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
7481         Patrik Stridvall <ps@leissner.se>
7482         Fixed some ANSI C violations.
7483
7484         * programs/cmdlgtst/cmdlgtst.c, programs/notepad/Da.rc, programs/notepad/De.rc, programs/notepad/dialog.c, programs/regapi/regapi.c, programs/regtest/regtest.c, programs/view/view.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/avitools/aviplay.c:
7485         Patrik Stridvall <ps@leissner.se>
7486         Fixed ANSI C related compile problems.
7487
7488         * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winmm.api, tools/winapi_check/win16/ddeml.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
7489         Patrik Stridvall <ps@leissner.se>
7490         - Updated API files
7491         - Don't check the *.spec.c files
7492         - Better parsing of strings
7493         - Better documentation checking
7494         - Minor bug fixes
7495
7496         * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
7497         - added some debug code and cleaned-up the mouse warping code
7498         - be ready once mouse will be reported relatively
7499
7500         * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7501         Fixed copying of the MDI 'Windows' menu items if the items are not of
7502         type MFT_STRING.
7503
7504         * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7505         Set the correct value for the cch element of MENUITEMINFO in
7506         GetMenuItemInfo.
7507
7508         * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7509         Fix spec file entries for EnumFontFamiliesEx*.
7510
7511         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7512         Further code simplifications and interface (consistency) improvements.
7513         Fix selection of the Wine binary which was broken by a recent change.
7514
7515         * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7516         Added proper termination upon failure.
7517
7518         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7519         Fixed basic type evaluation.
7520
7521         * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7522         Ensure that non-NULL terminated stings are saved correctly.
7523
7524         * windows/input.c: Rein Klazes <rklazes@casema.net>
7525         Correct the NotifyCode in the WM_COMMAND message sent by
7526         KBD_translate_accelerator().
7527
7528         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
7529         Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
7530         work around EXEC SCSI commands which do not set the host<->target data
7531         flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
7532
7533         * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
7534         Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
7535         PTRACE_POKEUSR for libc5(?) compile.
7536
7537         * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7538         Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
7539         messages to the parent.
7540
7541         * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
7542         Added (correct) prototype for HeapWalk.
7543
7544         * dlls/ole32/ifs.c, include/wine/obj_base.h:
7545         Francois Gouget <fgouget@psn.net>
7546         - The ICOM_CMETHODxxx cause problems because the 'const' changes the
7547           signature. There's no such thing on Windows anyway (it's a shame) so
7548           just remove them altogether.
7549         - HeapMinimize returns a void, not a 'void*'
7550
7551 2000-03-20  Alexandre Julliard  <julliard@winehq.com>
7552
7553         * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/desktop.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, loader/main.c, misc/main.c, objects/gdiobj.c, windows/event.c, windows/keyboard.c, windows/multimon.c, windows/ttydrv/desktop.c, windows/win.c, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/display/display_main.c, dlls/mouse/mouse_main.c, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, graphics/ttydrv/init.c, graphics/x11drv/init.c, include/desktop.h, include/keyboard.h, include/message.h, include/monitor.h, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h:
7554         Moved graphics initialisation to the x11drv/ttydrv dll init code.
7555         Merged event, keyboard and mouse drivers into USER driver.
7556
7557 2000-03-19  Alexandre Julliard  <julliard@winehq.com>
7558
7559         * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
7560         Improved CompareStringA performance.
7561
7562         * library/winestub.c: Added missing debugtools.h include.
7563
7564         * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c, programs/clock/language.c, programs/clock/main.h, programs/cmdlgtst/cmdlgtst.c, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/search.c, programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c, programs/view/init.c, programs/view/view.c:
7565         Niels Kristian Bech Jensen <nkbj@image.dk>
7566         Fixed some compiler errors and warnings.
7567
7568         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
7569         Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
7570         function pending a more complete implementation of locales.
7571
7572         * loader/module.c:
7573         Hack: always try builtin module before elf or elfdll to avoid loading
7574         a builtin dll .so file in the wrong mode.
7575
7576         * graphics/x11drv/xfont.c, objects/font.c:
7577         Moved font resource functions out of the X11 driver.
7578
7579         * tools/makedep.c:
7580         Added support for source files stored in subdirectories.
7581
7582         * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/x11drv.h, objects/dc.c:
7583         Added GetDCOrgEx in graphics device interface and removed X11 code
7584         from dc.c.
7585
7586         * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
7587         Eric Pouech <Eric.Pouech@wanadoo.fr>
7588         Fixed segmented/linear buffers manipulation.
7589         Better IO buffering.
7590         Added some missing prototypes.
7591
7592         * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
7593         Francois Gouget <fgouget@psn.net>
7594         Explicitly use the TVN_xxxA version of the macros.
7595
7596         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
7597         - Added the TVN_xxxA macros
7598         - Added missing TBNOTIFY macros and types
7599         - Added SNDMSG
7600
7601         * include/winuser.h: Francois Gouget <fgouget@psn.net>
7602         Added WM_APP.
7603
7604         * scheduler/client.c, scheduler/critsection.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/keyboard.c, graphics/x11drv/graphics.c, graphics/x11drv/palette.c, include/x11drv.h, library/winestub.c, loader/ne/segment.c, memory/virtual.c, misc/main.c, misc/printdrv.c, misc/registry.c, misc/xmalloc.c, objects/palette.c, graphics/win16drv/init.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c:
7605         Dimitrie O. Paun <dimi@cs.toronto.edu>
7606         Removed most calls to xmalloc/xrealloc.
7607
7608         * include/windef.h: Francois Gouget <fgouget@psn.net>
7609         - Added missing definition for GLOBALHANDLE and LOCALHANDLE
7610         - Fixed the prototype of WNDENUMPROC
7611
7612         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
7613         Added some missing defines.
7614
7615         * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
7616         Propagate IsDialogMessage to the parent if the dialog has the
7617         DS_CONTROL flag.
7618
7619         * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7620         Added an exception frame for lstrcpy16.
7621
7622         * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7623         Now attaching imported DLLs of a winelib executable.
7624
7625         * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
7626         IOleItemContainer has OLEGUID(0x11c), not 0x11a.
7627
7628         * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
7629         Fixed memory corruption with CoTaskMemRealloc.
7630
7631         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
7632         Made various changes to tools/genpatch including suggestions from Ove
7633         Kaaven (Place added files last in the patch.  Add a switch that
7634         specifies modified files.)
7635
7636         * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
7637         Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
7638
7639         * include/windows.h: Francois Gouget <fgouget@psn.net>
7640         Should include 'winspool.h'.
7641
7642         * tools/wrc/parser.h, tools/wrc/parser.l:
7643         Francois Gouget <fgouget@psn.net>
7644         - An extern statement finishes with the first closing '}' or the first
7645           outer ';'
7646         - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
7647           'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
7648           co).  But still don't issue an error if '#error' is found when in the
7649           'pp_false' state.
7650
7651         * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
7652         Make the first comma in the control's definition optional.
7653
7654         * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
7655         Support loading any presentation aspect.
7656
7657         * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7658         Avoid a link error from another DLL on FreeBSD.
7659
7660         * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
7661         Eric Pouech <Eric.Pouech@wanadoo.fr>
7662         Fixed joystick ID/deviceID/driver handle/instance ID mixup.
7663
7664         * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
7665         Delete the shm segment as soon as wine and X have attached it.
7666
7667         * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
7668         Corrected handling of proto==NULL in WINSOCK_getservbyname and
7669         WINSOCK_getservbyport.
7670
7671         * windows/event.c, include/main.h, loader/main.c, misc/main.c, miscemu/main.c, objects/gdiobj.c, relay32/.cvsignore, relay32/Makefile.in, relay32/gdi32.spec, relay32/user32.spec, configure.in, dlls/Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/gdi_main.c, dlls/ttydrv/.cvsignore, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/user_main.c, dlls/x11drv/.cvsignore, dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, if1632/.cvsignore, if1632/Makefile.in, if1632/gdi.spec, if1632/user.spec, Make.rules.in, configure:
7672         Created separate dlls for user,gdi,ttydrv,x11drv.
7673         Fixed Winelib argc handling (thanks to Eric Pouech).
7674
7675 2000-03-18  Alexandre Julliard  <julliard@winehq.com>
7676
7677         * graphics/psdrv/escape.c, include/dinput.h, include/keyboard.h, include/ttydrv.h, include/tweak.h, include/user.h, include/x11drv.h, loader/main.c, misc/tweak.c, ole/ole2nls.c, scheduler/synchro.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/init.c, windows/x11drv/main.c:
7678         Misc small cleanups.
7679
7680         * windows/spy.c, windows/sysparams.c, graphics/x11drv/bitblt.c, loader/dos/dosvm.c, misc/Makefile.in, misc/main.c, misc/spy.c, objects/Makefile.in, objects/clipping.c, objects/cursoricon.c, objects/region.c, objects/text.c, windows/Makefile.in, windows/cursoricon.c, windows/message.c:
7681         Avoid calling the *Rect USER functions from inside GDI.
7682         Moved a few USER functions to a more appropriate location.
7683
7684         * loader/main.c, misc/Makefile.in, misc/main.c, misc/options.c, misc/registry.c, misc/version.c, miscemu/main.c, windows/x11drv/main.c, windows/x11drv/monitor.c, dlls/ddraw/ddraw_main.c, documentation/wine.man.in, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/main.h, include/options.h, include/shell.h, wine.ini:
7685         Moved command-line option handling out of the X11 driver.
7686         Added support for "--" prefix on options.
7687         Replaced a few X11 command-line options by wine.conf parameters.
7688
7689 2000-03-17  Alexandre Julliard  <julliard@winehq.com>
7690
7691         * graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/vga.c, relay32/Makefile.in, relay32/ddraw.spec, relay32/dinput.spec, windows/Makefile.in, windows/dinput.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/dinput/.cvsignore, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
7692         Made ddraw and dinput separate dlls.
7693
7694         * server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, include/thread.h, include/winbase.h, include/windef.h, loader/module.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
7695         Have threads and processes exit more cleanly whenever possible.
7696
7697         * relay32/builtin32.c:
7698         Include space for resources in the module header instead of doing a
7699         separate allocation.
7700
7701         * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
7702         Made MPR a separate dll.
7703
7704         * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
7705         Andrew Lewycky <andrewl@corel.com>
7706         Rewrite the BIGBLOCKFILE implementation for better performance.
7707
7708         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7709         Further simplify the code and remove some redundant code.
7710         Make the user interface more consistent and appealing.
7711
7712         * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
7713         Avoid a refcount leak in QueryInterface when delegating.
7714         And a couple of minor bugs.
7715
7716 2000-03-15  Alexandre Julliard  <julliard@winehq.com>
7717
7718         * debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/dbgmain.c, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c:
7719         Eric Pouech <Eric.Pouech@wanadoo.fr>
7720         Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
7721         Added watch (hardware assisted debugging) and whatis (type of expr) commands.
7722         Fixed some issues in local vars handling (stabs parsing & registers optimization).
7723
7724         * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
7725         Karl Lessard <karll@corel.ca>
7726         Update DIB sections in text output and for graphics primitives.
7727
7728         * windows/dce.c, windows/x11drv/event.c:
7729         Michael Abd-El-Malek (on behalf of Corel)
7730         When we were switching to another desktop, the popup windows lost
7731         their WS_VISIBLE flag.
7732
7733         * server/context_i386.c:
7734         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
7735         Fixed context flags handling (thanks to Eric Pouech).
7736
7737         * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
7738         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
7739
7740         * server/debugger.c: Fixed bug in generate_startup_debug_events().
7741
7742         * programs/Makefile.in, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/README, programs/winemine/dialog.c, programs/winemine/dialog.h, programs/winemine/main.c, programs/winemine/main.h, programs/winemine/resource.h, programs/winemine/rsrc.rc, programs/winemine/winemine.spec, configure, configure.in:
7743         Joshua Thielen <fozey@netzero.com>
7744         Added winemine app.
7745
7746         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7747         Improved the visual appearence of the user interface. Made the code
7748         somewhat simpler.
7749
7750 2000-03-12  Alexandre Julliard  <julliard@winehq.com>
7751
7752         * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
7753         Waldek Hebisch <hebisch@math.uni.wroc.pl>
7754         Implemented _read and _lseek.
7755
7756         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
7757         Correct conversion of level parameter if WINSOCK_setsockopt is called
7758         for option WS_SO_DONTLINGER.
7759
7760         * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
7761         Correct rounding of the result in MulDiv16().
7762
7763         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
7764         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7765         Fixed FreeBSD compilation.
7766
7767         * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, documentation/status/directplay:
7768         Peter Hunnisett <hunnise@nortelnetworks.com>
7769         - Make registry usage a little more correct and modern
7770         - Create home for all dplay name server functionality
7771         - Add the framework for EnumSessions
7772         - Documentation update
7773
7774         * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
7775         Dimitrie Paun <dimi@bigfoot.com>
7776         Cleaned up debug channels a bit.
7777
7778         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
7779         Implemented stretched blts for depth 24 (unoptimized).
7780
7781 2000-03-10  Alexandre Julliard  <julliard@winehq.com>
7782
7783         * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
7784
7785         * include/process.h, memory/virtual.c, scheduler/process.c:
7786         Removed PROCESS_IsCurrent().
7787
7788         * include/server.h, scheduler/debugger.c, server/context_i386.c, server/debugger.c, server/file.c, server/main.c, server/object.h, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/except.c, dlls/ntdll/exception.c:
7789         Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
7790         Generate a breakpoint event on process attach.
7791         Misc cleanups in request handling.
7792
7793 2000-03-09  Alexandre Julliard  <julliard@winehq.com>
7794
7795         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
7796         Eric Pouech <Eric.Pouech@wanadoo.fr>
7797         Now relying on exception codes to know when debugger is entered for a
7798         single step trap.
7799
7800         * debugger/winedbg.c, miscemu/main.c:
7801         Eric Pouech <Eric.Pouech@wanadoo.fr>
7802         Added proc to start debugging process from its command line (by launching it).
7803
7804         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7805         Cleanup.
7806
7807         * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7808         Add Black as a valid font weight.
7809         Cope with afm files that do not contain {Family|Full}Name entries.
7810
7811         * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
7812         - Got rid of PROFILE functions.
7813         - Use functionality of aspi.c.
7814         - Automagically read /proc/scsi/scsi (part of aspi.c which is already
7815           in tree).
7816
7817         * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
7818         Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
7819
7820         * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
7821         Added resource.h include.
7822
7823         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
7824         IsRectEmpty also returns true for negative width/heights (verified
7825         against Windows), found by Brad Oliver <bradman@pobox.com>.
7826
7827         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
7828         Take type from referenced variant for VT_BYREF && VT_VARIANT.
7829
7830         * relay32/builtin32.c, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, server/debugger.c, server/object.h, server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/trace.c, include/elfdll.h, include/module.h, include/pe_image.h, include/process.h, include/server.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/pe_image.c:
7831         Store the list of loaded dlls in the server, and generate debug events
7832         internally.
7833
7834 2000-03-08  Alexandre Julliard  <julliard@winehq.com>
7835
7836         * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
7837         Added server protocol version check.
7838
7839         * include/aspi.h, include/winaspi.h, include/wnaspi32.h, msdos/Makefile.in, msdos/dosaspi.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h, dlls/winaspi/wnaspi32.spec:
7840         David Elliott <dfe@netnitco.net>
7841         - Slightly reworked include files (less messy, more straightforward).
7842         - Moved DOS ASPI functionality to msdos/dosaspi.c.
7843         - Got rid using PROFILE to get SCSI info from wine.conf.
7844         - Read scsi info from /proc/scsi/scsi.
7845         - Added setting of a reasonable timeout when opening a SCSI device (5
7846           minutes, defined in winescsi.h).
7847         - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
7848           behavior).
7849
7850         * dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/rsrc.rc, dlls/shell32/shell32_Sk.rc, dlls/shell32/shres.rc, documentation/wine.man.in, include/options.h, misc/main.c, resources/sysres_Sk.rc, resources/user32.rc:
7851         Simen Zamecnik <simen@nextra.sk>
7852         Added Slovak language support.
7853
7854         * dlls/shell32/shell32_Ja.rc, dlls/shell32/shres.rc, include/options.h, misc/main.c, resources/.cvsignore, resources/sysres_Ja.rc, resources/user32.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/rsrc.rc:
7855         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
7856         Added some Japanese resources.
7857
7858         * dlls/ole32/Makefile.in, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/olestd.h, dlls/ole32/storage32.c, include/ole2.h, include/winerror.h:
7859         Abey George <abey@macadamian.com>
7860         Implemented OLE clipboard functionality for Embed Source format.
7861         It helps you cut and paste data with Embed Source format between
7862         applications.  It also implements OleCreateFromData and
7863         OleQueryCreateFromData and fixes some bugs in datacache.c.
7864
7865         * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
7866         wm->modname might be invalid at the end of FreeLibrary.
7867
7868         * loader/ne/module.c, misc/debugstr.c, misc/error.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/focus.c, windows/input.c, windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, controls/edit.c, controls/menu.c, debugger/stack.c, dlls/comctl32/commctrl.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/dce.h, include/menu.h, include/message.h, include/nonclient.h, include/queue.h, include/stackframe.h, include/struct32.h, include/thread.h, include/win.h, include/winbase.h, include/wine/winuser16.h, include/winpos.h, loader/module.c, controls/button.c:
7869         Patrik Stridvall <ps@leissner.se>
7870         Removed a lot of unnecessary includes and fixed the compile errors.
7871
7872         * dlls/ole32/moniker.c, dlls/ole32/storage32.c, include/ole2.h, include/shell.h, memory/global.c, misc/registry.c, misc/wsprintf.c, server/registry.c, server/request.c:
7873         Patrik Stridvall <ps@leissner.se>
7874         Fixed some warnings.
7875
7876         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
7877         Corrected value for DAYS_IN_ONE_YEAR.
7878
7879         * dlls/crtdll/crtdll_main.c:
7880         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7881         Cleaned up CRTDLL__unlink.
7882
7883         * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
7884         The static control only needs to invalidate its rect when we SetText.
7885
7886         * include/winuser.h, misc/spy.c:
7887         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7888         Added a few messages for IME.
7889
7890         * debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, include/debugdefs.h, include/debugger.h, miscemu/main.c:
7891         Eric Pouech <Eric.Pouech@wanadoo.fr>
7892         No longer directly accessing debuggee memory.
7893         Execution context (mode, steps...) are now linked to a thread.
7894         Removed some X11 crst hacks.
7895         Rewrote info/walk commands.
7896         Removed direct debugger invocation code (and moved the rest to the new
7897         winedbg.c file).
7898
7899         * scheduler/debugger.c, scheduler/process.c, server/process.c, server/trace.c, win32/except.c, win32/newfns.c, include/ntddk.h, include/server.h, include/winbase.h, loader/module.c, dlls/ntdll/exception.c:
7900         Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
7901         Implemented IsDebuggerPresent().
7902
7903         * server/debugger.c, server/object.h, server/process.c, server/process.h, server/thread.c, server/thread.h, server/trace.c, include/process.h, include/server.h, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, scheduler/thread.c:
7904         Generate CREATE_PROCESS/THREAD debug events internally in the server.
7905
7906 2000-03-07  Alexandre Julliard  <julliard@winehq.com>
7907
7908         * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
7909         Better implementation of inline functions SetLastError and
7910         GetCurrentThreadId.  Added asm inlines for Interlocked* functions.
7911
7912         * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
7913         Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
7914
7915         * loader/ne/module.c, loader/ne/segment.c:
7916         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7917         Fixed second instance DGROUP loading.
7918
7919         * include/winuser.h, misc/main.c:
7920         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7921         Implement SPI_GETICONMETRICS.
7922         Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
7923
7924         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
7925         Actual write the cached struct in GlobalMemoryStatus.
7926
7927         * documentation/fonts, graphics/x11drv/xfont.c:
7928         Rein Klazes <rklazes@casema.net>
7929         Include in the AddFontResourceA/W fixme message a pointer to the fonts
7930         document. In this document tell the user how to find the needed tools.
7931
7932         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
7933         Add a message and fix error code if __ws_getservbyname() and
7934         __ws_getservbyport() cannot find the requested service.
7935         Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
7936
7937         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
7938         Check for existence if MMIO_EXIST is passed to MMIO_Open.
7939
7940         * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
7941         The pathname was stored in a string of size 100, which was not always
7942         large enough. It should be set to MAX_PATH (255).
7943
7944         * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7945         Several fixes to MakeProcInstance.
7946
7947 2000-03-05  Alexandre Julliard  <julliard@winehq.com>
7948
7949         * dlls/winmm/Makefile.in, dlls/winsock/Makefile.in, dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/olesvr/Makefile.in, dlls/rasapi32/Makefile.in, dlls/shell32/Makefile.in, dlls/version/Makefile.in, dlls/win32s/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/commdlg/Makefile.in, dlls/dplayx/Makefile.in, dlls/lzexpand/Makefile.in, dlls/msvideo/Makefile.in, dlls/Makedll.rules.in:
7950         Added support for creating extra symlinks for .so files that contain
7951         multiple dlls.
7952
7953 2000-03-04  Alexandre Julliard  <julliard@winehq.com>
7954
7955         * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
7956         Moved dll-specific make rules to a separate Makedll.rules file.
7957
7958         * misc/registry.c: Fixed error checking in registry saving.
7959
7960         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
7961         WSACleanup should set last error to WSANOTINITIALISED if failing
7962         because Winsock was not initialized...
7963
7964         * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
7965         Marcus Meissner <marcus@jet.franken.de>
7966         CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
7967         Whitney), removed the dllName component of the openDlls.  Added some
7968         debugstr_guid().
7969
7970         * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
7971         Fixed typos in _alldiv() and _allmul().
7972
7973         * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
7974         Added message for missing xpm devel libs for debian/corel.
7975
7976         * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
7977         OleRegGetUserType did query wrong registry key.
7978
7979         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
7980         Some applications call GlobalMemoryStatus() very often. Cache the
7981         results of the call for 1 second (spotted by Corel).
7982
7983         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
7984         GetClipboardData16 might return an invalid global handle (spotted by
7985         Corel).
7986
7987         * objects/enhmetafile.c: Lilia Roumiantseva
7988         cbCountSizeOfEnhMetafile callback function instead of increasing a
7989         contents of the pointer to the size increased the pointer itself.
7990
7991         * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7992         Fix docs to reflect change to .winerc processing.
7993
7994         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
7995         Fixed a couple of config.cache problems.
7996
7997         * dlls/comctl32/trackbar.c: Vahid Pourlotfali
7998         Trackbar contol did not have proper position value in case of
7999         SB_THUMBTRACK notification message: it was always sending 0.
8000
8001         Jim Aston <jima@corel.ca>
8002         Made the slider control a rect.  It had been trying to draw a notched
8003         slider, but the result didn't look right.
8004
8005         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
8006         Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
8007
8008         * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
8009         CURSORICON_IconToCursor: inconsistent Lock/Unlock
8010
8011         * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8012         PROFILE_GetString: only accept NULL for keyname to return the list of
8013         keys as Win95 does.
8014
8015         * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
8016         Fix a sign bug where memcpy was called with negative length.
8017
8018 2000-02-29  Alexandre Julliard  <julliard@winehq.com>
8019
8020         * files/profile.c: Make profile key a global handle.
8021
8022         * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
8023         Renamed libwin32s to use the proper dll name (libw32skrnl).
8024
8025         * windows/x11drv/keyboard.c, windows/x11drv/wnd.c, dlls/comctl32/monthcal.c, dlls/comctl32/toolbar.c, dlls/imm32/imm.c, dlls/msacm32/driver.c, dlls/msvideo/msvideo_main.c, dlls/shell32/iconcache.c, msdos/int21.c, windows/x11drv/clipboard.c:
8026         Niels Kristian Bech Jensen <nkbj@image.dk>
8027         Removed superfluous #include statements for header files included twice.
8028
8029         * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
8030         Make updown control work. UpDown control always sends WM_*SCROLL
8031         message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
8032
8033         * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
8034         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
8035         WM_RBUTTONUP.
8036
8037         * dlls/ole32/storage32.c: Murali Pattathe
8038
8039         This is the patch for the OleConvertOLESTREAMToIStorage wine API.
8040         This API calls another function called OLECONVERT_LoadOLE10 which
8041         basically read the OLE stream from the file through the callback
8042         function (this is passed by the application).
8043
8044         The reading format was wrong. Still I am not very sure this is 100 %
8045         correct format. I did some reverse engineering and found the format. I
8046         have tried with different OLE object and its worked in paradox. I
8047         haven't tested with any other apps.
8048
8049         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
8050         Patrik Stridvall <ps@leissner.se>
8051         Moved some stubs and added forwards in order to make both winapi_check
8052         and checklink happy.
8053
8054         * tools/winapi_check/*:
8055         Patrik Stridvall <ps@leissner.se>
8056         Moved the rest of the API specification from the global file to the
8057         local files.
8058
8059 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
8060
8061         * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
8062
8063 ----------------------------------------------------------------
8064 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
8065
8066         * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8067         GetComputerNameA(): added parameter check like Win95 does.
8068
8069         * tools/build.c: Patrik Stridvall <ps@leissner.se>
8070         - Fixed some Solaris specific assembler problems
8071         - Fixed some missing .type @function (helps debugging with dbx)
8072         - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
8073         - Fixed use of zero width arrays (ANSI C violation)
8074         - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
8075
8076         * memory/selector.c, include/selectors.h:
8077         Patrik Stridvall <ps@leissner.se>
8078         Fixed some Solaris specific assembler problems.
8079
8080         * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
8081         Patrik Stridvall <ps@leissner.se>
8082         Fixed some issues found by winapi_check.
8083
8084         * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
8085         Patrik Stridvall <ps@leissner.se>
8086         Updated winapi_check.
8087
8088         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
8089         Added utility that generates patches for submission to
8090         wine-patches@winehq.com.
8091
8092         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
8093         oleaut32 should not import functions from olepro32.
8094
8095         * dlls/comctl32/listview.c, include/listview.h:
8096         Pierre Mageau <pierre@macadamian.com>
8097         Don't display the context menu on a double click.
8098
8099         Ulrich Czekalla <ulrichc@corel.ca>
8100         Set the font on the edit label control to that used by the listview
8101         control. It also uses text metrics to set a more reasonable initial
8102         edit control size.
8103
8104         Pierre Mageau <pierre@macadamian.com>
8105         Handle M_SETREDRAW in ListView.
8106         Fix to EnsureVisible to handle small and large icon correctly.
8107         Add edit label functionnality to the listview and the file open dialog.
8108
8109         Ulrich Czekalla <ulrichc@corel.ca>
8110         RelaseDC in CreateEditLabel.
8111
8112         Pierre Mageau <pierre@macadamian.com>
8113         Add functionnality to create new folder in the open dialog.
8114         Add support for right click menu in common file dialog.
8115         LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
8116
8117         Serge Ivanov <sergei@corel.ca>
8118         LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
8119
8120         Luc Tourangeau <luc@macadamian.com>
8121         Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
8122
8123         Don Kelly
8124         -Implemented the sorting on insert of items into a ListView control
8125          with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
8126         -(helping evil applications): sometimes not so well structured apps
8127          (PFPI90, in this case) will not fully initialize structs.  In the case
8128          of the LVM_GETITEM message the app may have only initialized the mask
8129          and iItem members of the struct.  Added processing of the LVIF_PARAM
8130          mask in the case that iSubItem was set but is invalid/uninitialized.
8131
8132         Pierre Mageau <pierre@macadamian.com>
8133         Fix for handling correctly the cancelling mode of the Edit label.
8134         Fix width calculation of the edit label.
8135
8136         Pascal Lessard <pascal@macadamian.com>
8137         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
8138         WM_RBUTTONUP.
8139
8140         Ulrich Czekalla <ulrichc@corel.ca>
8141         Fixed a painting problem with listview when the view changes and an
8142         edit label is active.
8143
8144         Ulrich Czekalla <ulrichc@corel.ca>
8145         Fixed a notification problem with listview. On creation if the user
8146         specifies an item with focus and/or selection we should send the
8147         proper notification. Insert was preventing LISTVIEW_SetItem from
8148         seeing the changes and sending the notification.
8149
8150         Make the draw item rectangle consistent with the selection
8151         rectangle. This allows us to click on the folders and icons in the
8152         file open dialog box and the item actually gets selected.
8153
8154         * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
8155         - Write serial numbers to the device (FAT)
8156         - DRIVE_ReadSuperblock: better checking for the FAT fs.
8157
8158         * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8159         GetFullPathName fixes.
8160
8161 2000-02-26  Alexandre Julliard  <julliard@winehq.com>
8162
8163         * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
8164         Juergen Schmied <juergen.schmied@debitel.net>
8165         Fixed definition of the RtlMemory functions. Use macros internally and
8166         for Winelib, use real functions for exports from ntdll.
8167
8168         * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
8169         Prototypes OleInitialize, OleUninitialize.
8170
8171         * dlls/commdlg/filedlg95.c:
8172         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8173         ArrangeCtrlPositions: fix for user-defined template with no stc32.
8174
8175         * controls/menu.c, include/menu.h, windows/message.c:
8176         Ulrich Czekalla <ulrichc@corel.com>
8177         Send WM_HELP message when F1 is pressed.
8178
8179         * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
8180         In the listbox, when the last item is selected and deleted, it still
8181         appeared in the window.
8182
8183         Sheri Steeves <sheri@macadamian.com>
8184         In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
8185         style it would just return.  This left the horizontal scroll bar
8186         uninitialized and it was appearing at the bottom of the listbox when
8187         it did not have to.
8188
8189         Serge Ivanov <sergei@corel.com>
8190         LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
8191         (it says it is for column margins). Obviously it is wrong, because
8192         margins must be internal.
8193
8194         * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
8195         ErrorInfo functions need to be in ole32, not oleaut32.
8196
8197         * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
8198
8199         * dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shlwapi.spec, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/pidl.h, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c:
8200         Juergen Schmied <juergen.schmied@debitel.net>
8201         Moved file functions to shlfileop.c
8202         New SHELL_DeleteDirectoryA
8203         Use shell notifications.
8204         Enabled file manipulation functions.
8205
8206         * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
8207         Juergen Schmied <juergen.schmied@debitel.net>
8208         Fix for OpenIcon.
8209
8210         * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
8211         Juergen Schmied <juergen.schmied@debitel.net>
8212         Stub PathIsDirectory.
8213
8214         * dlls/shell32/shellord.c:
8215         Juergen Schmied <juergen.schmied@debitel.net>
8216         Fixes for ShellExecuteEx.
8217
8218         * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
8219         Juergen Schmied <juergen.schmied@debitel.net>
8220         Basic implementation of shell notifications.
8221
8222         * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
8223         Updated.
8224
8225         * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
8226         Juergen Schmied <juergen.schmied@debitel.net>
8227         Added Winelib types.
8228
8229         * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
8230         Added icon no 4 (open folder).
8231
8232         * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
8233         Patrik Stridvall <ps@leissner.se>
8234         Added stubs for {Create,Get,Set}ErrorInfo.
8235
8236         * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
8237         Return an error instead of a success code in OleCreate stub function.
8238
8239         * dlls/comctl32/tab.c, include/tab.h: Don Kelly
8240         In Windows Property Sheet can have any mix of icon-less tabs and tabs
8241         with icons.  Adds a check to see if the icon we're adding is non-NULL
8242         (otherwise random junk from memory can be rendered) when the application
8243         has specified the PSP_USEICONID flag is set.  Changes to the Tab control
8244         to only render icons for tabs that have the TCIF_IMAGE flag set
8245         (previously, if the flag was set the entire image list of icons was
8246         rendered).
8247
8248         Stephane Lussier <stephane@macadamian.com>
8249         Fixes for some tab control bugs
8250
8251         Henning Hoffmann
8252         Fixed some width problem with OWNERDRAW tab.
8253
8254         Luc Tourangeau <luc@macadamian.com>
8255         TCM_ADJUSTRECT is now returning consistant compare to Windows.
8256
8257         Serge Ivanov <sergei@corel.ca>
8258         Fixed problem with tab selection. When you select tab it becames first
8259         visible tab. Now leftmost visible tab is calculated properly.
8260         - Added code for correct handling of updown control.
8261         - Forced recalculation of tabs' coordinates when:
8262         a) all items are deleted,
8263         b) window style is canged
8264
8265         * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
8266         Added necessary defines and structures to compile WineLib apps using
8267         MFC 6.0 headers.
8268         Fixed typo in TCM_SETMINTABWIDTH constant.
8269
8270         * controls/button.c: Bill Jin <billj@corel.ca>
8271         Bitmap buttons were not refreshed correctly.
8272
8273         * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
8274         This reverts Matts patch.  The messaging needs double checking.
8275
8276         * windows/message.c, windows/winproc.c, memory/selector.c, misc/w32scomb.c, msdos/dpmi.c, relay32/relay386.c, scheduler/sysdeps.c, scheduler/syslevel.c, tools/build.c, win32/kernel32.c, controls/edit.c, controls/listbox.c, debugger/registers.c, dlls/ntdll/signal_i386.c, if1632/snoop.c, if1632/thunk.c, include/selectors.h, include/thread.h, include/winnt.h, loader/main.c:
8277         Improved the selector get/set functions.
8278         Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
8279
8280         * dlls/winmm/joystick/Makefile.in, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, include/acconfig.h, include/config.h.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/msvideo/Makefile.in, dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, Make.rules.in, Makefile.in:
8281         Made winmm a separate shared library.
8282
8283         * scheduler/process.c, tools/bin2res.c, include/wine/windef16.h, loader/ne/resource.c, misc/registry.c, objects/dib.c, ole/ole2nls.c, programs/clock/winclock.c, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, graphics/x11drv/dib.c, if1632/builtin.c, include/dplobby.h, include/wingdi.h, dlls/dplayx/dplobby.c, dlls/icmp/icmp_main.c, dlls/ntdll/reg.c, dlls/odbc32/proxyodbc.c, dlls/oleaut32/typelib.c, dlls/commdlg/filedlg95.c:
8284         Patrik Stridvall <ps@leissner.se>
8285         Fixed ANSI C violations.
8286
8287         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
8288         Fixed Solaris specific compiler issue.
8289
8290         * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
8291         Fixed some debug message crashes.
8292
8293         * include/dinput.h, windows/dinput.c:
8294         Lionel Ulmer <lionel.ulmer@free.fr>
8295         - implement EnumObjects and GetProperty for Mouse and Joystick drivers
8296         - implement SetDataFormat for the Mouse driver
8297
8298         * dlls/winmm/joystick/.cvsignore, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.c, dlls/winmm/joystick/joystick.spec, include/debugdefs.h, include/message.h, include/mmddk.h, windows/message.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/joystick.c:
8299         Eric Pouech <Eric.Pouech@wanadoo.fr>
8300         Moved hardware related handling to dlls/winmm/joystick driver.
8301         Got rid of joySendMessages() hack (now implementation with a timer).
8302
8303 2000-02-25  Alexandre Julliard  <julliard@winehq.com>
8304
8305         * misc/debugstr.c:
8306         Release unused space in debug strings to avoid too frequent
8307         wrap-arounds in the circular buffer.
8308
8309         * dlls/oleaut32/Makefile.in: Added import of olepro32.
8310
8311         * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8312         Added OLE entries and comments.
8313
8314         * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8315         Japanese support implemented.
8316
8317         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
8318         Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
8319         order to allow Windows 9x Perl to start.
8320
8321         * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
8322         This patch initializes the return buffer used in GetPrinterDriverA to
8323         zeros. This prevents buffer overruns caused by accessing garbage data.
8324         Some improvements to the NULL check patch.
8325
8326         Gautam Jain
8327         EnumPrinters is not returning the number of printers found in case the
8328         parameter dwLevel is 1.
8329
8330         * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8331         Do not overwrite the valid ObjectAttributes->RootDirectory.
8332         Perform case insensitive comparison for the registry paths.
8333
8334         * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
8335         Added prototypes for registry functions.
8336
8337         * include/winbase.h, include/winnls.h:
8338         Dmitry Timoshkov <dmitry@sloboda.ru>
8339         Move definition of CPINFO structure from winbase.h to winnls.h
8340         Add definition of CPINFOEX structure to winnls.h
8341
8342         * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
8343         Add prototype for CRTDLL_wcstol.
8344
8345         * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8346         Fix for toolbar button size.
8347
8348         * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8349         Fixed CharNextA/CharNextExA for DBCS.
8350
8351         * windows/multimon.c, windows/x11drv/monitor.c, include/debugger.h, misc/comm.c, ole/ole2nls.c, relay32/snoop.c, tools/build.c, debugger/msc.c, debugger/stabs.c, dlls/comctl32/draglist.c, graphics/ddraw.c:
8352         James Abbatiello <abbeyj@WPI.EDU>
8353         Misc. fixes for compiler warnings.
8354
8355         * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
8356         Pierre Mageau <pierre@macadamian.com>
8357         Implementation of OleConvert routines.
8358
8359         Thuy Nguyen <thuy@macadamian.com>
8360         Don't allow to resize stream open in read only mode
8361         Allow write access for stream/storage open with STGM_READWRITE.
8362         StgOpenStorage return values are now more detailed.
8363         Don't rely on STGM_CREATE flag in the Storage constructor.
8364         Preventing to write out of date property.
8365
8366         Owen Wang <owenw@corel.ca>
8367         Allow both positive & negative 32-bit integers as with MFC assumption.
8368         This patch improves the 32bit limit on IStream::*_Seek operations.
8369
8370         John Li <johnl@corel.ca>
8371         When WP opens a linked file, the malloc function in
8372         OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
8373         crash. The actual problem is the function reading a large data length.
8374
8375         * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
8376         Made some local functions static.
8377
8378         * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
8379         Patrik Stridvall <ps@leissner.se>
8380         Fixed some issues found by winapi_check.
8381
8382         * tools/winapi_check/*:
8383         Patrik Stridvall <ps@leissner.se>
8384         Moved some of the API specification from the global file to the local
8385         files.
8386
8387         * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
8388         James Abbatiello <abbeyj@WPI.EDU>
8389         Better thread safety for WarpPointer hack.
8390
8391         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
8392         Juergen Schmied <juergen.schmied@debitel.net>
8393         Added AddAccessAllowedAce.
8394
8395         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
8396         Some more ListView_ macros, winelib fixes.
8397
8398         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
8399         Fixed allocation of 16x16 icons.
8400
8401         * dlls/commdlg/filedlg95.c:
8402         Juergen Schmied <juergen.schmied@debitel.net>
8403         For unicode: give the selected filename back.
8404
8405         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
8406         Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
8407         necessary.
8408
8409         * windows/painting.c: Serge Ivanov <sergei@corel.ca>
8410         We don't need to call LPtoDP in here as far as PatBlt does it internally.
8411
8412         * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
8413         In Windows, if PropertySheet can't create some page it just skips it. This
8414         patch adds similar behaviour to Wine. It also adds some NULL checks.
8415
8416         <yuxi@corel.com>
8417         Fix property sheet initialization bugs.
8418
8419         Matthew Robertson
8420         The template was calling GetActiveIndex which was not being set in the
8421         propsheet code, and the call was moved before we call SetActive -
8422         because that's where we query for the Active Index.
8423
8424         Noomen Hamza
8425         Resize property sheet to the largest dialog size.
8426
8427         Don Kelly
8428         In the WM_INITDIALOG handler for the prop sheet, there is a call to
8429         PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
8430         PROPSHEET_AdjustSize().  Contrary to its comment, .._AdjustSize() actually
8431         aligns the sizes of the "largest" prop. sheet dialog template and the tab
8432         control.  The IsTooSmall() call doesn't properly catch this mismatch.
8433         Modified the function to return TRUE if the sizes mismatch and renamed it to
8434         PROPSHEET_SizeMismatch() to reflect its proper use.
8435
8436         * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
8437         We define PathISURLA, so use it.
8438
8439         * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
8440         In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
8441         fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
8442         to improper display of overlay images.
8443
8444         * windows/win.c:
8445         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
8446         ATOMs are considered unique, so we don't need to check class
8447         pointers in FindWindow.
8448
8449         * objects/region.c: Serge Ivanov <sergei@corel.com>
8450         Not all region functions updated 'type' field to reflect current
8451         region state.
8452
8453         * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
8454         Eric Williams <ewill@ncal.verio.com>
8455         Minor fixups and tweaking, and a dummy hook.
8456
8457         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
8458         Fixed handling of filedlg flags.
8459
8460 2000-02-20  Alexandre Julliard  <julliard@winehq.com>
8461
8462         * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8463         Added FIXME comment for entry point parameter.
8464
8465         * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
8466         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8467         - stub for OLE32.MkParseDisplayName
8468         - spelling fixes
8469
8470         * windows/dialog.c, windows/win.c:
8471         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8472         - fixed my slightly incorrect EndDialog patch
8473         - cleaned up win.c
8474
8475         * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
8476         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8477         Spelling fixes.
8478
8479         * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
8480         Made the buffer list in the directsound object thread-safe.
8481
8482         * loader/module.c, loader/ne/module.c:
8483         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8484         It seems to be GetModuleFileName16 that checks exe version on whether
8485         to return long or short paths, not GetModuleFileNameA.
8486
8487         * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
8488         Avoid too much refreshing when changing the drive in the 16 bits file
8489         dialog.
8490
8491         * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
8492         GetLongPathName rewrite.
8493
8494         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
8495         Corel merge:
8496
8497         Pierre Mageau
8498         Don't update the combo box selection when closing the dialog only when
8499         clicking on OK button.  Adjust file dialog size when help button isn't
8500         present.
8501
8502         Don Kelly.
8503         Fixes problems with open dialog box filters.
8504
8505         Ulrich Czekalla
8506         Prevents the help button from displaying on OpenFile dialogs unless
8507         the proper flag is set in the OPENFILENAME struct.
8508
8509         Yuxi Zhang
8510         Fixed memory leak.
8511
8512         Jean-Claude Batista
8513         Add tooltips to the file Dialog toolbar.
8514
8515         Sylvain Bouchard, Bill Jin
8516         Three new functions
8517         EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
8518         Instead of passing in a copy of ofn, passing in the pointer of ofn.
8519
8520         David Golding
8521         A "!" was missing in a check against lpstrInitialDir.
8522
8523         Rick Mutzke
8524         Fixed crash: if dialog has no filetypes appearing in the dropdown list.
8525
8526         Matt Robertson, Ulrich Czekalla
8527         Fixed problems occurring with selection of files inside openfiledlg.
8528
8529         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
8530         - activated use of templates
8531         - moved the creating of new folders to the shellview
8532
8533         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
8534         Juergen Schmied <juergen.schmied@debitel.net>
8535         Started with shell-clipboard handling (context menu cut&paste,
8536         drag&drop).
8537
8538         * dlls/shell32/dataobject.c:
8539         Juergen Schmied <juergen.schmied@debitel.net>
8540         Removed ItemIDListList, reorganisation, more formats.
8541
8542         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
8543         - implemented rename, copy and delete file
8544         - "new file" is activating label edit for rename
8545         - implemented IShellView_SelectItem
8546
8547         * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
8548         Juergen Schmied <juergen.schmied@debitel.net>
8549         Better context menus.
8550
8551         * dlls/shell32/Makefile.in, dlls/shell32/clipboard.c, dlls/shell32/contmenu.c, dlls/shell32/shv_item_cmenu.c, include/wine/obj_contextmenu.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
8552         Juergen Schmied <juergen.schmied@debitel.net>
8553         - new files related to context menu and drag drop file operations
8554         - render functions for clipboardformats
8555
8556         * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
8557         Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
8558
8559         * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
8560         Juergen Schmied <juergen.schmied@debitel.net>
8561         Started implementation of shell notifications.
8562
8563         * dlls/shell32/shlfileop.c:
8564         Juergen Schmied <juergen.schmied@debitel.net>
8565         New file (SHFileOperation).
8566
8567         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
8568         Fixes.
8569
8570         * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
8571         Juergen Schmied <juergen.schmied@debitel.net>
8572         - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
8573         - implemented IPersistFolder2 interface
8574
8575         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
8576         Juergen Schmied <juergen.schmied@debitel.net>
8577         New aPidl handling functions.
8578
8579         * misc/main.c: Avoid crash on usage message.
8580
8581         * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
8582
8583         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
8584         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8585         Added stub for RtlAssert().
8586
8587         * windows/x11drv/keyboard.c:
8588         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8589         Added Japanese jp106 and pc98x1 keyboard layout.
8590
8591         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8592         Got rid of PROFILE_ functions, now accessing Wine config options
8593         through the registry.
8594
8595         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8596         While creating the wine config key, make sure that only Wine's subkeys
8597         are volatile.
8598
8599         * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
8600         Check for NULL ptr in PSDRV_GetDeviceCapabilities.
8601
8602         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
8603         Added a bit magic to CONSOLE_get_input so we don't get single Escapes
8604         from function key escape sequences.
8605
8606 2000-02-19  Alexandre Julliard  <julliard@winehq.com>
8607
8608         * memory/atom.c: Bug fix for native USER.
8609
8610         * loader/loadorder.c, wine.ini:
8611         Hard-coded DllPairs configuration; there is no need for the user to
8612         change it.
8613
8614         * graphics/psdrv/afm.c, graphics/x11drv/xfont.c, include/console.h, include/main.h, include/options.h, misc/main.c, misc/version.c, windows/x11drv/main.c, windows/x11drv/wnd.c, console/interface.c, documentation/wine.man.in, files/profile.c:
8615         Store config file contents in the registry so we only have to load it
8616         once per session.
8617         Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
8618         Removed a few unnecessary/unused command-line options.
8619
8620 2000-02-18  Alexandre Julliard  <julliard@winehq.com>
8621
8622         * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, scheduler/process.c, server/process.c, server/process.h, server/trace.c, include/process.h, include/server.h:
8623         Store the handle of the process exe file in the server.
8624         Removed PROCESS_Initial().
8625
8626         * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
8627         Set the type of VarBstrFromDate to dwFlags, instead of lcid.
8628
8629         Ulrich Czekalla  <ulrichc@corel.ca>
8630         Fixed the problem with the date being off by one.
8631
8632         Petar Djukic
8633         VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
8634         with VariantClear.
8635         Coerce function doesn't implement coercion for VT_DISPATCH type.
8636
8637         * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
8638         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8639         Added/corrected ordinals of kernel, gdi, user.
8640
8641         * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
8642         Popup windows will be hidden when minimizing the main frame.
8643
8644         * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
8645         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
8646         Changed the loading of typelib files to use a memory mapping instead
8647         of reading the file bit by bit.
8648
8649         * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8650         DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
8651         path component even if a match already occurred.
8652
8653         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8654         Fixed prototype for OleTranslateColor.
8655
8656         * files/file.c: Matthew Cline <matt@nightrealms.com>
8657         Added WARN messages on open errors.
8658
8659         * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8660         The maximum size of the buffer is 1024 bytes in Win32.
8661
8662 2000-02-16  Alexandre Julliard  <julliard@winehq.com>
8663
8664         * relay32/snoop.c, windows/driver.c, windows/hook.c, windows/win.c, windows/winproc.c, if1632/snoop.c, if1632/thunk.c, include/region.h, loader/loadorder.c, loader/ne/module.c, misc/ddeml.c, misc/toolhelp.c, objects/enhmetafile.c, objects/metafile.c, objects/region.c, files/drive.c, files/file.c, files/profile.c, graphics/driver.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/xfont.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/mpr_main.c, dlls/winaspi/winaspi16.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/wineoss/midi.c, dlls/wnaspi32/winaspi32.c, files/dos_fs.c, dlls/advapi32/security.c:
8665         Moved SystemHeap allocations to the process heap.
8666
8667         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
8668         Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
8669
8670         * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
8671         Send WM_HELP message when F1 is pressed.
8672
8673         * ole/nls/brf.nls, ole/nls/cor.nls, ole/nls/cym.nls, ole/nls/gae.nls, ole/nls/gdh.nls, ole/nls/gdv.nls, documentation/wine.man.in, include/options.h, include/winnls.h, misc/main.c, ole/ole2nls.c:
8674         Alastair McKinstry <Alastair.McKinstry@digital.com>
8675         Added support for the following celtic languages: Irish Gaelic, Scots
8676         Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
8677
8678 2000-02-14  Alexandre Julliard  <julliard@winehq.com>
8679
8680         * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
8681         Juergen Schmied <juergen.schmied@debitel.net>
8682         Added stub for CoResumeClassObjects.
8683
8684         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
8685         - added argument printing to stubs
8686         - replaced memcmp by IsEqualGUID
8687         - implemented GetCapabilities for Mouse and Keyboard
8688
8689         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
8690         ioctlsocket() now returns success if the app sets nonblocking mode for
8691         WSAAsyncSelect()-ed sockets.
8692
8693         * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8694         Fixed FreeBSD compile.
8695
8696         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8697         - fixed crash on mci channel tracing
8698         - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
8699
8700 2000-02-13  Alexandre Julliard  <julliard@winehq.com>
8701
8702         * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
8703         Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
8704
8705         * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
8706         Dave Pickles <davep@nugate.demon.co.uk>
8707         Added definition for STILL_ACTIVE.
8708
8709         * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
8710         Juergen Lock <nox@jelal.kn-bremen.de>
8711         Added configure check for the unix domain sockaddr length.
8712
8713         * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
8714         Fixed CDROM_Audio_Seek for non-linux systems.
8715
8716         * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
8717         GetObjectA() now rejects GDI handles which are invalid.
8718
8719         * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
8720         VERSION_GetSystemDLLVersion crashed when being called on a .so.
8721
8722         * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
8723         Display the system popup menu when clicking with the right mouse
8724         button in the window caption.
8725
8726         * dlls/ole32/clipboard.c: Removed check for class existence.
8727
8728         * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c:
8729         Alexandre Julliard <julliard@codeweavers.com>
8730         Removed superfluous GlobalFindAtom calls.
8731
8732         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
8733         Reading of ri blocks.
8734         Better error handling.
8735
8736         * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
8737         Check that ci->hWindowMenu is not zero before using it.
8738
8739         * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
8740         David Howells <David.Howells@nexor.co.uk>
8741         Implemented isw*() wctype.h functions.
8742
8743         * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8744         Better error messages.
8745
8746         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
8747         Fixed off-by-one error.
8748
8749         * memory/atom.c, server/Makefile.in, server/atom.c, server/main.c, server/object.h, server/request.h, server/trace.c, server/unicode.h, windows/class.c, windows/message.c, windows/win.c, if1632/kernel.spec, if1632/user.spec, include/server.h, include/wine/winbase16.h, include/wine/winuser16.h:
8750         Moved global atoms to the server (based on the work of Sergei
8751         Turchanov <turchanov@otvprim.ru>).
8752
8753 2000-02-12  Alexandre Julliard  <julliard@winehq.com>
8754
8755         * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
8756         Added a PTEXTMETRIC[A|W] definition.
8757
8758         * include/windef.h: Matthew Cline <matt@nightrealms.com>
8759         Added typedefs for PSHORT and PUSHORT.
8760
8761         * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8762         Protect EndDialog() from invalid window handles.
8763
8764         * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
8765         Lionel Ulmer <lionel.ulmer@free.fr>
8766         Replaced fprintfs by proper debug macros and fixed some compilation warnings.
8767
8768 2000-02-10  Alexandre Julliard  <julliard@winehq.com>
8769
8770         * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
8771         Added GUIDs, defines, and structures for DirectX7.
8772
8773         * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
8774         Oleg Korda <oleg@isp.nsc.ru>
8775         Added Russian translation.
8776
8777         * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
8778         Added missing goto in switch statement.
8779
8780         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
8781         Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
8782
8783         * win32/kernel32.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/psdrv/afm.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, if1632/builtin.c, include/debugdefs.h, include/debugtools.h, include/miscemu.h, memory/global.c, memory/heap.c, memory/ldt.c, memory/virtual.c, misc/cpu.c, misc/debugstr.c, misc/error.c, misc/main.c, misc/registry.c, msdos/dpmi.c, msdos/int2a.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/ioports.c, relay32/snoop.c, tools/make_debug, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mmio.c, dlls/winmm/wineoss/mixer.c, dlls/wnaspi32/winaspi32.c, files/file.c, graphics/ddraw.c, dlls/ole32/compobj.c, dlls/ole32/compositemoniker.c, dlls/oleaut32/typelib.c, dlls/shell32/classes.c, dlls/shell32/shellord.c, dlls/version/install.c, dlls/version/resource.c, dlls/winaspi/winaspi16.c, dlls/advapi32/registry.c, dlls/comctl32/datetime.c, dlls/comctl32/ipaddress.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlg95.c, dlls/dplayx/dplayx_global.c, dlls/dsound/dsound_main.c, dlls/lzexpand/lzexpand_main.c, dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c:
8784         Optimized debugging API to reduce code size.
8785
8786         * library/winestub.c, misc/cdrom.c, msdos/int2f.c, objects/linedda.c, dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, graphics/cache.c, graphics/escape.c, graphics/ttydrv/text.c, include/color.h, include/enhmetafiledrv.h, include/metafiledrv.h, include/ole.h, include/psdrv.h, include/win16drv.h, include/wingdi.h, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/storage.c:
8787         Removed extra includes from ole.h and wingdi.h.
8788
8789         * */*:
8790         Jeremy White <jwhite@codeweavers.com>
8791         Removed #include of wingdi.h and windef.h from winuser.h (and resolved
8792         the resulting compilation failures).
8793
8794 2000-02-07  Alexandre Julliard  <julliard@winehq.com>
8795
8796         * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
8797         Make CLSIDFromString return a CLSID of zeros instead of crashing when
8798         passed a null pointer.
8799
8800         * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8801         Fixed unconditional use of JOYDEV.
8802
8803         * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
8804         Michael Cardenas <michael_cardenas@deneba.com>
8805         Added a bunch of macros needed for compiling Winelib apps.
8806
8807         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
8808         Added ListView_EditLabel macros.
8809
8810         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
8811         Changed import to ordinal.
8812
8813         * include/wine/obj_shellfolder.h:
8814         Juergen Schmied <juergen.schmied@debitel.net>
8815         Added IPersistFolder2 interface.
8816
8817         * misc/cdrom.c, msdos/int2f.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mcicda/mcicda.spec, files/drive.c, include/cdrom.h, include/debugdefs.h:
8818         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8819         - implemented serial numbers for audio CDs and data CDs
8820         - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
8821           naming and such
8822         - split debug channel cdaudio into cdrom and mcicda
8823         - fixed some typos
8824
8825         * dlls/oleaut32/olefont.c, include/olectl.h:
8826         Sean Langley <seanl@corel.ca>
8827         Made OleCreateFontIndirect have the same signature (exactly) as the
8828         header file. Added olepro32 dll stubs.
8829
8830         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/olepro32/.cvsignore, dlls/olepro32/Makefile.in, dlls/olepro32/README, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
8831         Sean Langley <seanl@corel.ca>
8832         OLEPRO32 stubs.
8833
8834         * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
8835         Added CF_HDROP.
8836
8837         * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
8838         Extended the winmm joystick API calls to support the new Linux
8839         joystick driver.
8840
8841         * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
8842         Added context functions for FreeBSD.
8843
8844         * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
8845         Fix for the system tray, Icon and popup menu's now work.
8846
8847         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
8848         Use window properties instead of window long, also use them to
8849         determine if we really own a window and can destroy it.
8850         The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
8851         Set paintable flag for application passed cooperative/drawing window.
8852         GetDisplayMode: We might have and do support 2 backbuffers.
8853
8854         * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
8855         Running object table are not using 0 as a valid index anymore.
8856
8857         * controls/static.c: Luc Tourangeau <luc@macadamian.com>
8858         Implementation of Static OwnerDraw.
8859
8860         * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
8861         Height calculation was 1 off in ImageList_Read.
8862
8863 2000-02-03  Alexandre Julliard  <julliard@winehq.com>
8864
8865         * programs/view/init.c, programs/view/view.c, tools/wrc/wrc.c, windows/mdi.c, controls/edit.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/resource.h, loader/ne/resource.c:
8866         Removed resource.h.
8867
8868         * programs/regtest/Makefile.in, programs/regtest/regtest.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, programs/winver/.cvsignore, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/control/.cvsignore, programs/control/Makefile.in, programs/control/control.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/osversioncheck/.cvsignore, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/regapi.spec, programs/regtest/.cvsignore, libtest/.cvsignore, libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.spec, libtest/volinfo.spec:
8869         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8870         Added .spec files for all libtest/ and programs/ WineLib apps.
8871         Updated all Makefiles to use .spec files and new resource handling.
8872
8873         * loader/libres.c, loader/main.c, loader/pe_resource.c, loader/resource.c, relay32/builtin32.c, resources/sysres.c, tools/build.c, include/builtin32.h, include/libres.h, include/module.h, include/pe_image.h, include/resource.h, loader/Makefile.in, loader/elf.c:
8874         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8875         Added .spec keyword 'mode' to allow creating built-in EXE modules.
8876         Use built-in EXE modules for WineLib apps (instead of ELF modules).
8877         Removed dummy ELF module creation.
8878         Removed LIBRES handling.
8879
8880         * programs/notepad/main.c:
8881         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8882         Fixed memory overwrite bug.
8883
8884         * include/windef.h, include/wine/windef16.h:
8885         Jeremy White <jwhite@codeweavers.com>
8886         Moved definitions such as BOOL16 and INT16 from windef.h into
8887         wine/windef16.h.
8888
8889         * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
8890         GetNumberFormatA implementation added.
8891
8892         * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8893         Save and restore cursor in WriteConsoleOutputA.
8894
8895         * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
8896         Alex Priem <alexp@sci.kun.nl>
8897         - Implementation of WM_SETFORMAT
8898         - Reworked drawing/selection
8899         - Implementation of WM_KEYDOWN
8900
8901         * include/miscemu.h, msdos/int09.c, msdos/int16.c:
8902         Ove Kaaven <ovek@arcticnet.no>
8903         Added INT_Int16ReadChar and made int09 handle special keys.
8904
8905         * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
8906         Added alphanumeric mode to the VGA emulation.
8907         Use service thread for the periodic refresh.
8908
8909         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
8910         Cleanup VGA refresh when terminating.
8911
8912         * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
8913         Handle backspace correctly.
8914
8915 2000-01-31  Alexandre Julliard  <julliard@winehq.com>
8916
8917         * configure, Make.rules.in, */Makefile.in:
8918         Build most dlls as separate shared libraries.
8919
8920 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
8921
8922         * configure.in, include/config.h.in, server/context_i386.c, configure:
8923         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8924         Added configure check for sys/reg.h.
8925
8926         * dlls/comctl32/imagelist.c, include/imagelist.h:
8927         Marcus Meissner <marcus@jet.franken.de>
8928         Overlay indices are signed shorts (-1 means no overlay)
8929         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
8930         (ImageList_Read) We can read a NxM bitmap from the stream and have
8931         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
8932         documentation.
8933         (others) removed some potential operator precendence problems.
8934
8935         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
8936         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
8937
8938         * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
8939         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8940         Moved debugger to libwine to make it available to WineLib apps.
8941         Try to invoke external debugger if internal debugger crashes.
8942         Try to handle early invocation of debugger more gracefully.
8943
8944         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
8945         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8946         Mark initial process as 32-bit for WineLib apps.
8947         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
8948         Removed unused thread event.
8949
8950         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8951         - Windows skips the '\t' and ' ' at the beginning and end of section
8952           key names of .INI files.
8953         - Fixed Get/WritePrivateProfileStructA():
8954           - (re-)translate the binary data into ASCII hex chars
8955           - add checksum / checking of it
8956
8957 ----------------------------------------------------------------
8958 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
8959
8960         * configure.in, include/config.h.in, server/context_i386.c, configure:
8961         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8962         Added configure check for sys/reg.h.
8963
8964         * dlls/comctl32/imagelist.c, include/imagelist.h:
8965         Marcus Meissner <marcus@jet.franken.de>
8966         Overlay indices are signed shorts (-1 means no overlay)
8967         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
8968         (ImageList_Read) We can read a NxM bitmap from the stream and have
8969         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
8970         documentation.
8971         (others) removed some potential operator precendence problems.
8972
8973         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
8974         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
8975
8976         * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
8977         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8978         Moved debugger to libwine to make it available to WineLib apps.
8979         Try to invoke external debugger if internal debugger crashes.
8980         Try to handle early invocation of debugger more gracefully.
8981
8982         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
8983         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8984         Mark initial process as 32-bit for WineLib apps.
8985         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
8986         Removed unused thread event.
8987
8988         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8989         - Windows skips the '\t' and ' ' at the beginning and end of section
8990           key names of .INI files.
8991         - Fixed Get/WritePrivateProfileStructA():
8992           - (re-)translate the binary data into ASCII hex chars
8993           - add checksum / checking of it
8994
8995         * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
8996         Juergen Schmied <juergen.schmied@debitel.net>
8997         - fixes, loading of settings per user
8998         - autodetecting of windows registry version
8999
9000         * dlls/commdlg/filedlgbrowser.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/typelib.c, include/wine/obj_base.h:
9001         Francois Gouget <fgouget@psn.net>
9002         The COM virtual tables must use the
9003         'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
9004
9005         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
9006         Made int9 handler add keystroke to BIOS keyboard buffer.
9007
9008         * loader/dos/dosmod.c, loader/dos/dosmod.h:
9009         Ove Kaaven <ovek@arcticnet.no>
9010         dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
9011
9012         * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
9013         Added a couple of prototypes.
9014
9015         * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
9016         Add information about code pages to default registry.
9017
9018         * configure.in, Make.rules.in, configure:
9019         Patrik Stridvall <ps@leissner.se>
9020         - Unixware (Solaris) linker typo fixed
9021         - Solaris (and possibly Unixware) specific linker support for the
9022           GNU:ism --[no-]whole-archive
9023         - Solaris make specific makefile fix
9024
9025         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
9026         Solaris support for {set,get}_thread_context added.
9027
9028 2000-01-29  Alexandre Julliard  <julliard@winehq.com>
9029
9030         * server/context_i386.c:
9031         Added our own user_regs_struct definition for better compatibility.
9032
9033         * controls/button.c, windows/dialog.c:
9034         Dmitry Timoshkov <dmitry@sloboda.ru>
9035         Correct the behaviour of the accelerator keys in dialogs according to
9036         the Windows' one.
9037
9038         * programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h, programs/notepad/notepad.rc, programs/notepad/rsrc.rc, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/Xx.rc, programs/progman/accel.rc, programs/progman/main.c, programs/progman/rsrc.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc, programs/winhelp/Xx.rc, programs/winhelp/rsrc.rc, programs/winhelp/winhelp.c, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.rc, programs/clock/main.c, programs/clock/rsrc.rc:
9039         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9040         Link only a single .rc file with application.
9041
9042         * windows/x11drv/wnd.c, dlls/shell32/shlfolder.c, documentation/no-windows, documentation/wine.man.in, graphics/d3dtexture.c, if1632/snoop.c, loader/loadorder.c, loader/ne/module.c, loader/pe_image.c, scheduler/process.c, BUGS, README, dlls/comctl32/treeview.c, dlls/dplayx/dplay.c, dlls/ole32/storage32.c:
9043         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9044         - add some documentation items
9045         - fix some spelling
9046         - fix some warnings
9047
9048         * dlls/winmm/mcicda/mcicda.c, documentation/cdrom-labels, files/drive.c, include/cdrom.h, include/debugdefs.h, include/drive.h, libtest/volinfo.c, misc/cdrom.c, msdos/int2f.c, wine.ini:
9049         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9050         - support for reading labels and serial nums from device
9051         - "reasonable" misc/cdrom.c device handling
9052         - much improved audio CD support
9053         - serial number overwrite bug fix
9054         - spelling fixes
9055
9056         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
9057         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9058         Added SETUPX dll.
9059
9060         * dlls/ole32/ole2.spec, server/process.c:
9061         Patrik Stridvall <ps@leissner.se>
9062         Fixed minor issues found by winapi_check.
9063
9064         * tools/winapi_check/*:
9065         Patrik Stridvall <ps@leissner.se>
9066         - Minor fixes.
9067         - Moved some of the API specifications from the global file to the
9068           local files.
9069
9070         * include/imagelist.h, dlls/comctl32/imagelist.c:
9071         Marcus Meissner <marcus@jet.franken.de>
9072         Implemented ImageList_Read (not 100% correct in regarding to setting
9073         the bitmap).
9074         Filled out unknown members of ILHEAD.
9075         Started reordering IMAGELIST to make it Windows binary compatible.
9076
9077         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
9078         nIconIndex == -1 should return nr of available icons, not 0.
9079
9080         * Makefile.in: Fixed building of dosmod and wineclipsrv.
9081
9082         * misc/debugstr.c:
9083         Bug fix: added temp structure to cope with debug traces during thread
9084         startup.
9085
9086         * win32/newfns.c, windows/msgbox.c, dlls/avifil32/avifile.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, if1632/snoop.c, include/debugstr.h, libtest/vartest.c, loader/resource.c, objects/text.c, relay32/relay386.c, relay32/snoop.c, relay32/utthunk.c:
9087         Removed debugstr.h.
9088
9089         * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
9090         Use a per-thread buffer and write(2) for debug traces.
9091         Removed debug_dumpstr.
9092
9093 2000-01-27  Alexandre Julliard  <julliard@winehq.com>
9094
9095         * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
9096         Small fix.
9097
9098         * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
9099         Get HCU name from unix user name.
9100
9101         * scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c, tools/make_requests, include/server.h, memory/selector.c:
9102         Implemented GetThreadSelectorEntry through the server.
9103
9104 2000-01-26  Alexandre Julliard  <julliard@winehq.com>
9105
9106         * dlls/winmm/lolvldrv.c:
9107         Dynamically load version.dll in MMDRV_GetDescription32.
9108
9109         * dlls/ole32/ole2.c:
9110         Use a linked list instead of a DPA for the hook list.
9111
9112         * windows/x11drv/clipboard.c:
9113         Use a linked list instead of a DPA to manage pixmaps.
9114
9115         * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
9116         Gerard Patel <g.patel@wanadoo.fr>
9117         Returns an error if trying to write to a stream opened for read.
9118
9119         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9120         Add a newbie warning for slashes in the search Path= of wine.conf.
9121
9122         * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
9123         Wait for ShmCompletion during Flip.
9124
9125         * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
9126         Made --enable-dll the default.
9127         Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
9128         Cleaned up install targets in main Makefile.
9129
9130         * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
9131
9132 2000-01-25  Alexandre Julliard  <julliard@winehq.com>
9133
9134         * windows/x11drv/monitor.c, debugger/dbgmain.c, debugger/stabs.c, dlls/crtdll/crtdll_main.c, include/options.h, loader/dos/module.c, loader/main.c, misc/main.c, miscemu/main.c, scheduler/client.c:
9135         Use argv[0] to locate the server executable.
9136
9137         * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
9138         Alexandre Julliard <julliard@codeweavers.com>
9139         Share the system heap between different address spaces. Made process
9140         heap per-address space instead of per-process.
9141
9142         * server/thread.h, server/trace.c, Makefile.in, include/server.h, include/thread.h, loader/main.c, misc/registry.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/process.c, server/process.h, server/request.c, server/request.h, server/select.c, server/thread.c:
9143         Alexandre Julliard <julliard@codeweavers.com>
9144         Made the server listen for new clients on a Unix socket in
9145         $HOME/.wine. Newly started wine processes now attach to an existing
9146         server if one is running.
9147
9148         * files/profile.c, include/options.h:
9149         Added PROFILE_GetConfigDir function.
9150
9151 2000-01-24  Alexandre Julliard  <julliard@winehq.com>
9152
9153         * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
9154         Changed the server to return STATUS_* error codes.
9155
9156         * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
9157         Built a complete translation table for RtlNtStatusToDosError.
9158
9159         * include/winerror.h, include/winnt.h: Added some error codes.
9160
9161         * windows/nonclient.c:
9162         Use GetProcAddress instead of calling ShellAboutA directly.
9163
9164 2000-01-23  Alexandre Julliard  <julliard@winehq.com>
9165
9166         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
9167         Merged dlls/ver into dlls/version.
9168
9169         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, include/ntddk.h, include/ntdef.h, include/ntsecapi.h, include/winbase.h:
9170         Juergen Schmied <juergen.schmied@debitel.net>
9171         - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
9172           NtAllocateLocallyUniqueId
9173         - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
9174           RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
9175           RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
9176           RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
9177           RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
9178           RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
9179           RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
9180           RtlValidSid, RtlxUnicodeStringToOemSize
9181         - corrected most RtlString* functions, added documentation
9182         - more fixes and partial implementations
9183
9184         * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
9185         Ove Kaaven <ovek@arcticnet.no>
9186         Added -dxgrab command line option, which confines cursor motion to the
9187         DirectX primary surface.
9188
9189         * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
9190         Replaced some weird C constructs (char[]="" ) with more compatible ones.
9191         Added another NULL ptr check in _OnOpen.
9192
9193         * misc/winsock_async.c, relay32/Makefile.in, relay32/wsock32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/winsock/wsock32.spec, if1632/Makefile.in, if1632/winsock.spec, misc/Makefile.in, misc/winsock.c:
9194         Moved winsock implementation to dlls/winsock.
9195
9196         * dlls/*/.cvsignore:
9197         Marcus Meissner <marcus@jet.franken.de>
9198         Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
9199
9200         * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
9201         Corrected arguments to VirtualFree().
9202
9203         * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
9204         Dmitry Timoshkov <dmitry@sloboda.ru>
9205         Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
9206         lstrcpynWtoA().
9207
9208         * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
9209         Map WM_MENUSELECT 32->16 bits for closing menu.
9210
9211         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
9212         Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
9213
9214         * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
9215         Implemented (Register|Get|Revoke)ActiveObject from the docs.
9216
9217         * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
9218         Ove Kaaven <ovek@arcticnet.no>
9219         Supercharged XShm implementation for DirectDraw.
9220
9221         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9222         Bugfix: missing NULL pointer checks.
9223
9224         * loader/pe_image.c:
9225         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9226         Check for MZ header before trying to decipher the PE header.
9227
9228         * relay32/kernel32.spec:
9229         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9230         Export GetLongPathName[A|W].
9231
9232         * memory/global.c, memory/heap.c:
9233         Guy Albertelli <galberte@neo.lrun.com>
9234         Fix problems with GlobalHandle and GlobalFree so results match Win98.
9235         Restructure HEAP_ValidateInUseArena, HeapValidate, and add
9236         HEAP_IsRealArena to eliminate *bogus* error messages.
9237
9238         * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9239         Actually print return value of message.
9240
9241         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
9242         Corrected arguments in DIB_DeleteDIBSection.
9243
9244         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
9245         Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
9246         help of James Feeney <james@nurealm.net>.
9247
9248 2000-01-20  Alexandre Julliard  <julliard@winehq.com>
9249
9250         * scheduler/debugger.c, scheduler/thread.c, server/Makefile.in, server/context_i386.c, server/debugger.c, server/object.h, server/request.h, server/trace.c, tools/make_requests, include/server.h:
9251         Alexandre Julliard <julliard@codeweavers.com>
9252         Added Get/SetThreadContext support through the server.
9253
9254 2000-01-18  Alexandre Julliard  <julliard@winehq.com>
9255
9256         * windows/dinput.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/memorystream.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/debugstr.h, misc/debugstr.c, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dsound/dsound_main.c, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/ifs.c, dlls/ole32/storage.c:
9257         Added debugstr_guid function and used it to replace
9258         WINE_StringFromCLSID in all debugging messages.
9259
9260         * dlls/winmm/wineoss/audio.c:
9261         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9262         Always initialize lpWaveHdr->lpNext to NULL.
9263         Don't fail on strange fragment sizes.
9264
9265 2000-01-17  Alexandre Julliard  <julliard@winehq.com>
9266
9267         * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
9268         Add some defines needed for Unicode to Ascii conversions.
9269
9270         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
9271         Better error handling, less keys held open.
9272
9273         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
9274         EnumDisplayModes must pass lPitch.
9275
9276         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
9277         Validate the menu handles.
9278
9279         * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
9280         Rounds to the lowest integer, not the nearest.
9281
9282         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9283         Fixed race between Win16 parent and child for first rescheduling
9284         of child process. This fixes WinExec returning too early.
9285
9286 2000-01-16  Alexandre Julliard  <julliard@winehq.com>
9287
9288         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
9289         Use --whole-archive to force linking all of libwine.a. into wine.
9290
9291         * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
9292         Added automatic registration of built-in DLLs.
9293
9294 2000-01-15  Alexandre Julliard  <julliard@winehq.com>
9295
9296         * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
9297         Fixed IPX detection.
9298
9299         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
9300         New implementation of the win95 registry loader.
9301
9302         * dlls/advapi32/registry.c:
9303         Juergen Schmied <juergen.schmied@debitel.net>
9304         If there is enough space in the buffer and the type is REG_SZ and the
9305         string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
9306
9307         * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
9308         Display the external modules after the internal modules in crash report.
9309
9310         * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
9311         Made SetVolumeLabel report failure on CD-ROM drives.
9312
9313         * documentation/status/directplay:
9314         Peter Hunnisett <hunnise@nortelnetworks.com>
9315         Updated documentation.
9316
9317         * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
9318         Eric Pouech <Eric.Pouech@wanadoo.fr>
9319         Replaced Wine specific DRIVER_GetType by a correct implementation of
9320         GetDriverFlag.
9321
9322         * configure, configure.in, include/wine_gl.h:
9323         Lionel Ulmer <lionel.ulmer@free.fr>
9324         - (ugly) fix for the 'Xmd.h' problem
9325         - fix the detection of DGA 2 in configure script
9326
9327         * include/thread.h, scheduler/thread.c:
9328         Juergen Schmied <juergen.schmied@debitel.net>
9329         - added NT fields to TEB
9330         - moved tls-fields and some wine specific fields to a higher offset
9331         - added some documentation
9332         - initialisation of the UnicodeString
9333
9334         * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
9335         Add HAVE_SOUNDCARD_H to support OpenBSD.
9336
9337         * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
9338         Peter Hunnisett <hunnise@nortelnetworks.com>
9339         - Added some missing EMR record types and updated and fixed others
9340         - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
9341         - Added header for SetICMMode
9342         - Added ability to play more enhanced metafile records
9343
9344         * graphics/enhmetafiledrv/init.c:
9345         Peter Hunnisett <hunnise@nortelnetworks.com>
9346         Store reference hdc size into enhanced metafile header when creating.
9347
9348         * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
9349         Marcus Meissner <marcus@jet.franken.de>
9350         Implemented OleRun.
9351
9352         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
9353         Removed DeleteObject call left over from previous patch.
9354
9355         * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
9356         Fixed bad register constraint in InterlockedCompareExchange.
9357
9358         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
9359         Added prototypes for the NT synchronization functions
9360         InterlockedCompareExchange and InterlockedExchangeAdd.
9361
9362         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9363         Don't access 'wm->modname' after the modref has been flushed.
9364
9365         * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
9366         Added null check in GlobalHandle.
9367
9368 2000-01-12  Alexandre Julliard  <julliard@winehq.com>
9369
9370         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
9371         Removed a dependency between oleaut32 and comctl32.
9372
9373         * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
9374         More STATUS_ codes.
9375
9376         * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
9377         Fixed macro definition of IDirectDrawSurface_Restore.
9378         Added defines for Ddraw's WaitForVerticalDisplay().
9379
9380         * include/dsound.h: Steve Langasek <vorlon@dodds.net>
9381         Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
9382         IDirectSoundBuffer_Unlock.
9383
9384         * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
9385         Missing Winelib declarations for AUXCAPS.
9386
9387         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9388         Fix (harmless) assembler warnings.
9389
9390         * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
9391         Fix problem with initialization (reported by Andreas Mohr).
9392
9393         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
9394         InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
9395
9396 ----------------------------------------------------------------
9397 Sun Jan  9 21:42:42 2000  Alexandre Julliard  <julliard@winehq.com>
9398
9399         * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
9400         Non-Linux compile fix.
9401
9402         * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
9403         DOSFS_DoGetFullPathName would underflow (p would get past the
9404         beginning of buffer) if given the name "//..".
9405         Regrouped the handling of the directory separators.
9406         Directory separators in the returned path are now alway a single "\"
9407         which simplifies the handling of ".." in the name.
9408
9409         * dlls/advapi32/registry.c:
9410         Juergen Schmied <juergen.schmied@debitel.net>
9411         Corrected behaviour of RegOpenKey in case of failure.
9412
9413         * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
9414         Juergen Schmied <juergen.schmied@debitel.net>
9415         - removed copying of HKEY_USERS to HKEY_CURRENT_USER
9416         - HKEY_CURRENT_USER is now subkey of HKEY_USERS
9417         - changed query_key_info_request to return the key name too (NtQueryKey needs this)
9418         - the rootkeys (MACHINE and USER) do have names
9419
9420         * include/gdi.h, objects/dc.c, objects/gdiobj.c:
9421         Gerard Patel <g.patel@wanadoo.fr>
9422         Avoid deleting of the default 1x1 bitmap for memory DCs.
9423
9424         * include/builtin16.h, include/builtin32.h, loader/ne/module.c, relay32/builtin32.c, relay32/user32.spec, tools/build.c, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec, dlls/display/display.spec, dlls/mouse/mouse.spec, dlls/shell32/shell32.spec, dlls/winmm/winmm.spec, if1632/builtin.c:
9425         Built-in DLLs resources are now specified in spec file.
9426         Removed unnecessary flags in built-in DLLs tables.
9427
9428         * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
9429         Erez Volk <erez@gmx.net>
9430         Added stubs for some BiDi API functions.
9431
9432         * dlls/winmm/mciwave/mciwave.c:
9433         Bradley Baetz <bbaetz@student.usyd.edu.au>
9434         Fixed race condition between app and wine in WAVE_mciPlay.
9435
9436         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
9437         Stop menu tracking when clicking on the menu bar where there is no
9438         menu item.
9439
9440         * win32/newfns.c: Erez Volk <erez@gmx.net>
9441         Better error reporting.
9442
9443 Sat Jan  8 22:27:31 2000  Alexandre Julliard  <julliard@winehq.com>
9444
9445         * graphics/x11drv/xfont.c:
9446         Backed out scalable bitmap change (gives ugly results).
9447
9448         * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
9449         GetMenuString should return itemlength on 0 nMax or NULL str
9450         InsertItem pos=-1, flags = 0 should append item
9451         (thanks to Sander van Leeuwen)
9452
9453         * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
9454         David Elliott <dfe@netnitco.net>
9455         Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
9456         Added critical section around code dealing with global variables.
9457         Added a few comments about how ASPI is supposed to work.
9458         Copy sense info into the correct place (right after the fixed 16-byte CDB).
9459         Now returns target status (many Windows apps won't even look at the
9460         sense are unless they get an error code).
9461         Added SC_ABORT_SRB FIXME.
9462         Added SC_GET_DISK_INFO place holder for clarity.
9463         Updated Linux SG interface structure to include new kernel 2.2
9464         status fields.
9465
9466         * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
9467         Look for our header files first, then for systems headers.
9468
9469         * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
9470         The new filedialog stuff does not handle template. So do not call if
9471         there are any.
9472
9473         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
9474         Avoid problems during changing the Z-order if the window and the
9475         window to insert after are the same.
9476
9477         * libtest/expand.c, libtest/hello5.c:
9478         Marcus Meissner <Marcus.Meissner@caldera.de>
9479         Removed GUI junk from expand.c, so you can use it in commandline mode.
9480         Fixed hello5.c.
9481
9482         * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
9483         Patrik Stridvall <ps@leissner.se>
9484         Fixed some issues found by winapi_check.
9485
9486         * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
9487         Patrik Stridvall <ps@leissner.se>
9488         - Added support for auto allocated ordinals
9489         - Fixed varargs (16 bit) bug
9490         - Minor fixes
9491
9492         * dlls/version/info.c:
9493         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9494         Fixed alignment problem with VERSION_INFO members.
9495
9496 Wed Jan  5 03:24:52 2000  Alexandre Julliard  <julliard@winehq.com>
9497
9498         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
9499         Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
9500         of the $X_EXTRA_LIBS are required.
9501
9502         * windows/defwnd.c, windows/painting.c:
9503         Patrik Stridvall <ps@leissner.se>
9504         - Made FillRect behave like it does on Windows
9505         - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
9506         - Added some comments on how Windows behaves
9507
9508         * windows/winhelp.c: Peter Ganten <peter@ganten.org>
9509         Check if winhelp is already running; use winhlp32.exe or winhelp.exe
9510         depending on the emulated version, relase win16lock before calling
9511         WinHelpA.
9512
9513         * AUTHORS, include/authors.h:
9514         Updated authors list from the Changelog. Please let me know if you
9515         have been left out.
9516
9517         * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
9518         TrueType clarification.
9519
9520         * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
9521         Lionel Ulmer <lionel.ulmer@free.fr>
9522         - detect if the OpenGL implementation defines the paletted texture and
9523           color table extensions
9524         - small warning fixes
9525         - fix the double '-lXxf86dga' when having DGA 2.0
9526
9527         * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
9528         Some comm clean up, much more error messages, only use TIOCOUTQ if
9529         defined [wine-bugs/104], tried implementing SetCommTimeouts.
9530
9531         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
9532         - When processing WM_PAINT messages, the treeview might sometimes use
9533           the wrong hdc. Fixed.
9534         - Better checking for TREEVIEW_INFO *infoPtr=NULL.
9535           Similar to code in toolbar.c
9536         - Other small fixes (subclassed edit control).
9537
9538         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9539         Bugfix: uninitialized pointer caused crashes.
9540
9541         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
9542         Made virus warning a bit more drastic, since some people don't believe us.
9543
9544         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
9545         Some comm clean up, much more error messages, only use TIOCOUTQ if
9546         defined [wine-bugs/104], tried implementing SetCommTimeouts.
9547
9548         * files/profile.c: Rein Klazes <rklazes@casema.net>
9549         Implement WritePrivateProfileSectionA().
9550
9551         * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
9552         Fix for compilers that don't support 'long long' (From Ove Kaaven).
9553
9554 Tue Jan  4 02:40:22 2000  Alexandre Julliard  <julliard@winehq.com>
9555
9556         * scheduler/thread.c, server/thread.c:
9557         Moved allocation of the socket pair for a new thread to the server.
9558
9559         * server/debugger.c: Made debug events and contexts standard objects.
9560         Use sleep_on to wait on debug events.
9561
9562         * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
9563         Made sleep_on usable from all requests.
9564
9565         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
9566         Eric Pouech <Eric.Pouech@wanadoo.fr>
9567         Added more MIDI messages 16<=>32 mapping.
9568         Fixes some bugs in buffers handling and index for MAPPER.
9569
9570         * include/callback.h, if1632/thunk.c:
9571         Eric Pouech <Eric.Pouech@wanadoo.fr>
9572         Removed the obsoleted CallTimeFuncProc, CallDriverProc,
9573         CallDriverCallback.
9574
9575         * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
9576         Eric Pouech <Eric.Pouech@wanadoo.fr>
9577         Put back visible minimum timer resolution to 1 ms.
9578         Decorrelate the service thread resolution from the user required timer
9579         & visible minimum resolutions.
9580         Removed the Callback.TimeFuncProc entry.
9581
9582         * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
9583         Give +0+0 as a default position for the desktop window.
9584
9585         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
9586         Convert mmio to allow the use of 32 bit mmio procedures.
9587
9588         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shell32/systray.c:
9589         Juergen Schmied <juergen.schmied@debitel.net>
9590         Small fixes.
9591
9592         * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
9593         Patrik Stridvall <ps@leissner.se>
9594         Fixed some issues found by winapi_check.
9595
9596         * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
9597         Patrik Stridvall <ps@leissner.se>
9598         Updated winapi_check to handle the new additions.
9599
9600         * dlls/comctl32/monthcal.c, include/monthcal.h:
9601         Chris Morgan <cmorgan@wpi.edu>
9602         James Abbatiello <abbeyj@wpi.edu>
9603         Implemented WM_SIZE message support. Optimized drawing to use
9604         precalculated size values rather than recalculating during each call
9605         of MONTHCAL_Refresh.
9606
9607         * relay32/user32.spec, windows/dialog.c:
9608         Juergen Schmied <juergen.schmied@debitel.net>
9609         Corrected parameter count for DialogBoxIndirectParamAorW.
9610
9611         * controls/scroll.c: Rein Klazes <rklazes@casema.net>
9612         Don't show the scrollbar if SetScrollinfo() is called with only the
9613         SIF_DISABLENOSCROLL flag.
9614
9615         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
9616         Added extra US keymap with the infamous phantom key.
9617
9618         * Makefile.in, dlls/winmm/wineoss/Makefile.in:
9619         Eric Pouech <Eric.Pouech@wanadoo.fr>
9620         Use a uniform naming scheme for driver modules.
9621
9622         * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9623         Encapsulated Wine internal data into an ifdef __WINE__.
9624
9625         * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
9626         Eric Pouech <Eric.Pouech@wanadoo.fr>
9627         Moved the 16 bit driver functions callout into the dir.
9628
9629         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9630         Added support for WODM_BREAKLOOP message.
9631
9632         * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9633         Removed extraneous ERR message.
9634
9635         * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9636         Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
9637
9638         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9639         Use case insensitive comparison while searching for new modules.
9640
9641         * dlls/ntdll/ntdll.spec:
9642         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9643         Added spec entry for _itoa.
9644
9645         * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
9646         Bertho Stultiens <bertho@panter.soci.aau.dk>
9647         Generated labels of resource names must be unique throughout the
9648         generated code.
9649
9650         * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9651         "resultp" can be NULL in SendMessageTimeout*().
9652
9653         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
9654         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9655         - prevent mem leak of CRTDLL_acmdln_dll
9656         - better argument parsing
9657         - last xargv entry has to be NULL
9658         - return value is environment pointer instead of NULL
9659         - added a spec entry for bsearch()
9660
9661 Sat Jan  1 22:38:21 2000  Alexandre Julliard  <julliard@winehq.com>
9662
9663         * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
9664         Peter Ganten <peter@ganten.org>
9665         Implemented WaitForInputIdle.
9666
9667         * misc/ddeml.c, windows/win.c:
9668         Fixed potential buffer overflows (spotted by Francois Gouget).
9669
9670         * relay32/wow32.spec, dlls/mpr/mpr.spec, dlls/ntdll/ntdll.spec, dlls/psapi/psapi.spec, dlls/shell32/shlwapi.spec, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/version/version.spec, dlls/winmm/winmm.spec, relay32/ddraw.spec, relay32/dinput.spec, relay32/gdi32.spec, dlls/avifil32/avifil32.spec, dlls/crtdll/crtdll.spec, dlls/dciman32/dciman32.spec, dlls/dplayx/dplay.spec, dlls/icmp/icmp.spec, dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec, dlls/lzexpand/lz32.spec, dlls/advapi32/advapi32.spec:
9671         Make use of automatic ordinal allocation.
9672
9673         * server/socket.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/registry.c, server/request.c, server/request.h, server/select.c, server/semaphore.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, server/Makefile.in, server/change.c, server/console.c:
9674         Moved poll handling to the generic part of the server objects.
9675         Fixed busy waiting on POLLERR events.
9676         Merged struct client into struct thread.
9677
9678 Mon Dec 27 05:26:01 1999  Alexandre Julliard  <julliard@winehq.com>
9679
9680         * win32/process.c, windows/x11drv/wnd.c, dlls/odbc32/proxyodbc.c, dlls/ole32/bindctx.c, dlls/ole32/hglobalstream.c, graphics/ttydrv/bitmap.c, misc/ddeml.c, misc/version.c:
9681         Cosmetics.
9682
9683         * memory/atom.c, memory/environ.c, misc/lstr.c, misc/registry.c, misc/winsock.c, programs/regapi/regapi.c, relay32/builtin32.c, windows/driver.c, windows/mdi.c, windows/x11drv/keyboard.c, dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/mixer.c, files/profile.c, graphics/psdrv/driver.c, graphics/psdrv/font.c, loader/module.c, loader/ne/module.c, loader/task.c, dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/version/install.c:
9684         Francois Gouget <fgouget@psn.net>
9685         Buffer overflows and strncpy fixes.
9686
9687         * loader/pe_image.c:
9688         PE_FindExportedFunction: use a binary search for function names.
9689
9690 Sun Dec 26 23:12:38 1999  Alexandre Julliard  <julliard@winehq.com>
9691
9692         * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
9693         Fixed/commented out duplicate entry point names.
9694
9695         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
9696         Added support for automatic ordinal allocation.
9697         Output list of function names in sorted order.
9698         Added support for nameless (ordinal-only) entry points.
9699         Cleaned up error handling.
9700
9701         * include/metafiledrv.h, include/psdrv.h, include/ts_xlib.h, include/ttydrv.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/text.c, tsx11/X11_calls, tsx11/ts_xlib.c, graphics/metafiledrv/text.c, graphics/psdrv/font.c, graphics/psdrv/ps.c, graphics/psdrv/text.c, graphics/ttydrv/font.c, graphics/ttydrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
9702         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9703         Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
9704         Map a few Unicode chars to the first 0xff in psdrv.
9705         Don't expect x11drv to display Unicode chars yet.
9706
9707         * dlls/comctl32/tooltips.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, memory/string.c, relay32/relay386.c, relay32/snoop.c:
9708         Francois Gouget <fgouget@psn.net>
9709         Wrapped some strings in a debugstr_* call.
9710         Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
9711         Removed redundant 'L's for Unicode strings.
9712         Tried to harmonize the traces a little bit.
9713
9714         * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
9715         debugstr_w now returns something looking like 'L"xxxx"...'
9716
9717         * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
9718         FILEDLG95_HandleCustomDialogMessages:
9719         - for the three handled messages we must return the required buffer size
9720         - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
9721         - fixed multiple potential buffer overflows.
9722         FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
9723         FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
9724         leading to a buffer overflow.
9725
9726 Sat Dec 25 22:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
9727
9728         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
9729         Added support for playing more record types (still more to come).
9730
9731         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
9732         Better support very long strings by avoiding to copy them in a fixed
9733         size buffer (one exception partly remains: callback strings).
9734         Raise the buffer size to 512 characters.
9735         Merge the handling of item 0 and other items together in GetItemA to
9736         reduce code duplication.
9737
9738         * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9739         Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
9740
9741         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
9742         Cast the unsigned int to signed, or NEAR_MATCH will not work.
9743
9744         * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
9745         Eric Pouech <Eric.Pouech@wanadoo.fr>
9746         Fixed first/last playable frame referencing.
9747
9748         * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
9749         Eric Pouech <Eric.Pouech@wanadoo.fr>
9750         Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
9751         Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
9752
9753         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
9754         Test pointers passed to copyrect for NULL.
9755
9756         * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9757         Restore erroneously deleted lines.
9758
9759         * dlls/comctl32/comctl32undoc.c:
9760         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9761         DPA_DeletePtr was resizing the array to a too small size.
9762
9763         * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9764         Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
9765         client area is less than the icon spacing.
9766
9767         * documentation/linux-fat-permissions:
9768         Steven Elliott <elliotsl@mindspring.com>
9769         Added a document that describes configuring FAT filesystem permissions
9770         for Wine.
9771
9772         * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
9773         NT allocates one page as TEB. Some native NT-dlls are using this.
9774
9775         * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9776         Don't skip usable X fonts. Add support for koi8 fonts.
9777
9778         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
9779         Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
9780         crash if the handle is INVALID_HANDLE_VALUE.
9781
9782         * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
9783         Changed the "this_is_a_syntax_error" error message to a more specific
9784         error message.
9785
9786 Mon Dec 20 04:14:48 1999  Alexandre Julliard  <julliard@winehq.com>
9787
9788         * graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/metafiledrv.h, include/path.h, include/ttydrv.h, include/x11drv.h:
9789         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9790         Move Bezier code out of x11drv into commmon GDI code; if any driver
9791         does not implement PolyBezier[To] the curve is approximated to lines
9792         and drawn with Polyline.
9793         Implement many GDI-Path recording functions (at least the win9x subset).
9794         Implement FlattenPath and FillPath.
9795
9796         * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
9797         Fixed ordinal numbering and added new spec stub.
9798
9799         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
9800         Readded Xpm autoconf checks.
9801
9802         * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
9803         EnumSystemLocalesA should look for registry values, not subkeys.
9804
9805         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
9806         Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
9807
9808         * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
9809         Corrected background color and fixed leaking GDI brush.
9810
9811         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
9812         NT loader: don't stop loading a hive when an error occurs.
9813
9814         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9815         PlayMetaFile and EnumMetaFile should work if the hdc is a
9816         (enh)metafile DC.
9817
9818         * README: Juergen Lock <nox@jelal.kn-bremen.de>
9819         Updated the FreeBSD notes, the LDT patch finally made it into -current.
9820
9821         * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
9822         If lpTitle==NULL and cbBuf==0 then we must return the required buffer
9823         size.
9824
9825         * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
9826         Shaun Morris <shaun@blueneptune.com>
9827         Implemented _TrackMouseEvent for the TME_LEAVE flag.
9828
9829         * graphics/ddraw.c, graphics/ddraw_private.h:
9830         Lionel Ulmer <lionel.ulmer@free.fr>
9831         Adds resolution / depth switching with DGA 2.0.
9832
9833 ----------------------------------------------------------------
9834 Sun Dec 12 21:28:44 1999  Alexandre Julliard  <julliard@winehq.com>
9835
9836         * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
9837         Fixed handling of DGA2.0 keyboard events.
9838
9839         * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
9840         Eric Pouech <Eric.Pouech@wanadoo.fr>
9841         Added the ability to open several streams on the same driver.
9842         Added a few acmMetrics options.
9843
9844         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9845         SysStringLen can get a NULL pointer (and shall return 0).
9846
9847         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9848         Now using notification for detecting when a WAVEHDR has been played
9849
9850         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9851         Enhanced synchronization between playback thread and stop/close commands
9852         Now using notification for detecting when a WAVEHDR has been played
9853
9854         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
9855         ComboBox should not send bogus messages to edit buddy and to itself.
9856
9857         * files/dos_fs.c: Peter Ganten <peter@ganten.org>
9858         Fixed GetShortPathNameA.
9859
9860         * Makefile.in, configure, configure.in:
9861         Moses DeJong <dejong@cs.umn.edu>
9862         Fixed missing libwine.so symlink during install. Set the runtime
9863         linker path.
9864
9865         * windows/dialog.c: Murali Pattathe
9866         GetNextDlgGroupItem: needs to check the control parent is the main dialog.
9867         GetNextTabItem: make sure this control is visible and not disabled.
9868
9869         * loader/module.c:
9870         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9871         Fixed cmd line length calculation.
9872
9873         * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
9874         Lionel Ulmer <lionel.ulmer@free.fr>
9875         - added support of DGA-2.0 events
9876         - fixed the leaving of DGA-2.0 mode
9877
9878         * controls/menu.c, include/menu.h, windows/winproc.c:
9879         Rein Klazes <rklazes@casema.net>
9880         In win32 a WM_MENUSELECT message should contain the position when the
9881         item refers to a submenu, not the submenu's handle as in win16.
9882
9883         * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9884         Fixed arg types of FIXMEs.
9885
9886         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
9887         Check for passed invalid window handle in DefMDIChildProc*.
9888
9889         * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9890         Fix no. of arguments in a WARN statement.
9891
9892         * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9893         Allows DrawText(16|A|W) to get a NULL string as parameter.
9894
9895         * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
9896         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9897         Fixed compiler warnings.
9898
9899         * controls/listbox.c, misc/registry.c, misc/version.c:
9900         Marcus Meissner <marcus@jet.franken.de>
9901         Removed 2 useless include winversion.h
9902         Do not make autodetected version fix on first calls if it is Win31.
9903
9904         * dlls/shell32/shell32.spec:
9905         Juergen Schmied <juergen.schmied@debitel.net>
9906         Added StrNCpyA, StrNCpyW.
9907
9908         * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
9909         Message translation WM_CREATE fixed.
9910
9911 Sat Dec 11 23:56:47 1999  Alexandre Julliard  <julliard@winehq.com>
9912
9913         * relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/odbc32/.cvsignore, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h, include/debugdefs.h, include/sql.h, include/sqlext.h, include/sqltypes.h, loader/loadorder.c:
9914         Xiang Li
9915         Implementation of a proxy ODBC32 dll.
9916
9917         * windows/x11drv/wnd.c, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/systray.c, include/winuser.h, include/x11drv.h, windows/nonclient.c:
9918         Kai Morich <kai.morich@bigfoot.de>
9919         Marcus Meissner <marcus@jet.franken.de>
9920         Added systray support.
9921         Swallow the windows systray icons into kpanel systray if KDE/KWM is
9922         running.
9923
9924         * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
9925         Juergen Schmied <juergen.schmied@debitel.net>
9926         Added loader for NT registry files.
9927
9928         * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
9929         Juergen Schmied <juergen.schmied@debitel.net>
9930         Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
9931         Small fixes.
9932
9933         * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
9934         Peter Hunnisett <hunnise@nortelnetworks.com>
9935         - Implemented GetEnhMetaFilePaletteEntries
9936         - Added fixme stubs for SetMetaRgn and GetMetaRgn
9937         - Added support for playing several enhanced metafile records
9938         - Added beginnings of implementation for playing the rest of the
9939           enhanced metafile records
9940
9941         * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/dc.c, graphics/ttydrv/dib.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
9942         Patrik Stridvall <ps@leissner.se>
9943         Improved the TTY driver.
9944
9945         * files/file.c: Peter Ganten <peter@ganten.org>
9946         Return an error if lpOverlapped is provided to ReadFile / WriteFile.
9947
9948         * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
9949         Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
9950
9951         * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
9952         Bradley Baetz <bbaetz@student.usyd.edu.au>
9953         The wavemap driver wasn't passing the callback type to the
9954         DriverCallback routine correctly.
9955
9956         * files/tape.c: Added missing WINAPIs.
9957
9958         * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
9959         If we have registry entries, use them. Never mind which version we
9960         autodetected.
9961
9962         * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
9963         Patrik Stridvall <ps@leissner.se>
9964         Fixed some issues found by winapi_check.
9965
9966         * tools/winapi_check/win16/display.api, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
9967         Patrik Stridvall <ps@leissner.se>
9968         Minor fixes and additions.
9969
9970         * loader/ne/resource.c:
9971         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9972         Bugfix: Added missing 'return' statement.
9973
9974         * dlls/commdlg/filedlg95.c:
9975         Juergen Schmied <juergen.schmied@debitel.net>
9976         Small fixes.
9977
9978 Fri Dec 10 03:47:14 1999  Alexandre Julliard  <julliard@winehq.com>
9979
9980         * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
9981         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9982         Perform 16/32A/32W message mapping for posted messages.
9983
9984         * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
9985         Chris Morgan <cmorgan@wpi.edu>
9986         James Abbatiello <abbeyj@wpi.edu>
9987         Added stubs for the WinNT tape backup functions.
9988
9989         * debugger/msc.c, debugger/source.c:
9990         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9991         Parse CodeView type/symbol info with 32-bit type indices.
9992         Added (partial) support for VC 5/6 .PDB files.
9993         Fixed treatment of source file names containing path.
9994
9995         * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
9996         Fixed off-by-one error.
9997
9998         * scheduler/process.c:
9999         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10000         Bugfix: Show main window if CreateProcess was called without the
10001         STARTF_USESHOWWINDOW flag.
10002
10003         * loader/pe_image.c:
10004         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10005         Implemented PE_UnloadLibrary().
10006
10007         * include/dinput.h, windows/dinput.c:
10008         Lionel Ulmer <lionel.ulmer@free.fr>
10009         - do not loose initial auto-repeat status when acquiring the keyboard more
10010           than one time
10011         - support of DirectX 7's DIMOUSESTATE2 structure
10012
10013         * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
10014         Marcus Meissner <Marcus.Meissner@lst.de>
10015         Added NtPowerInformation stub.
10016
10017         * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
10018         Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
10019
10020 Wed Dec  8 03:56:34 1999  Alexandre Julliard  <julliard@winehq.com>
10021
10022         * windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/message.c, windows/nonclient.c, windows/painting.c, windows/win.c, windows/keyboard.c, scheduler/critsection.c, scheduler/debugger.c, scheduler/process.c, win32/kernel32.c, win32/newfns.c, msdos/dosmem.c, objects/bitmap.c, objects/clipping.c, objects/font.c, ole/ole2nls.c, loader/elfdll.c, loader/module.c, loader/pe_image.c, loader/resource.c, loader/task.c, memory/instr.c, memory/local.c, misc/registry.c, graphics/bitblt.c, graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, if1632/thunk.c, files/directory.c, files/dos_fs.c, files/drive.c, dlls/shell32/pidl.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/tapi32/line.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/flatsb.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/advapi32/crypt.c, dlls/advapi32/security.c, dlls/avifil32/avifile.c, controls/edit.c:
10023         Dimitrie O. Paun <dimi@cs.toronto.edu>
10024         Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
10025         Use the default version of FIXME, ERR, WARN, TRACE for the default
10026         channel.
10027
10028         * include/module.h, loader/module.c, scheduler/process.c:
10029         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10030         Delay sending debug events until process initialization is complete.
10031
10032         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
10033         Updated, added chapter on configuration and architecture.
10034
10035         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
10036         - Fix MMIO_{Open,Rename} to check the filename (of the form
10037           file.ext+ABC) for the correct mmio procedure to use.
10038         - mmioStringToFOURCC now converts to uppercase if asked to, and handles
10039           strings of length < 4.
10040
10041         * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
10042         Fix problem with EN_UPDATE notification sent by edit control.
10043
10044 Mon Dec  6 01:20:01 1999  Alexandre Julliard  <julliard@winehq.com>
10045
10046         * dlls/mouse/.cvsignore, dlls/mouse/Makefile.in, dlls/mouse/mouse.spec, dlls/mouse/mouse_main.c, dlls/mouse/mouserc.rc, documentation/resources, if1632/.cvsignore, if1632/display.spec, if1632/mouse.spec, if1632/Makefile.in, if1632/builtin.c, loader/ne/resource.c, windows/display.c, windows/mouse.c, windows/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/display/.cvsignore, dlls/display/Makefile.in, dlls/display/disp.rc, dlls/display/display.spec, dlls/display/display_main.c:
10047         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10048         Added .rc file support for Win16 NE modules.
10049         Moved display.c and mouse.c to separate dll directories.
10050
10051         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
10052         Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
10053
10054 Sun Dec  5 23:54:04 1999  Alexandre Julliard  <julliard@winehq.com>
10055
10056         * windows/painting.c, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/metafiledrv.h, include/path.h, include/psdrv.h, include/ttydrv.h, include/x11drv.h, graphics/painting.c, graphics/path.c:
10057         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10058         Fixes several bugs in gdi path handling.
10059         Adds *Path functions to dc funcs table + add EnhMetaFile recording.
10060         Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
10061         funcs table to enable proper enhmetafile recording.
10062         The current position update in *To functions is now handled by the
10063         main function and not in the drivers.
10064         Move USER functions from graphics/painting.c -> windows/painting.c
10065
10066         * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.spec, include/ole2ver.h, misc/version.c:
10067         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10068         - the OLE version returned was too low
10069         - renamed OABuildVersion16 to OaBuildVersion16
10070         - spelling fixes
10071
10072         * files/drive.c: Peter Ganten <peter@ganten.org>
10073         Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
10074         if the buffer size is not large enough.
10075
10076         * controls/button.c, windows/dialog.c:
10077         Dmitry Timoshkov <dmitry@sloboda.ru>
10078         Remove hack for keyboard messages in dialogs.
10079
10080         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
10081         Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
10082         Implementation for VWin32 Int31/DPMI dispatch call.
10083         Fixed "dangling else" compiler warning.
10084
10085         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
10086         Whenever we do an strncpy we should make sure we put a '\0' at the end
10087         of the buffer.
10088
10089         * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
10090         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10091         Added Thread32First/Next stubs.
10092
10093         * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10094         Moved wineserver's buffer & buffer_size at the end of TEB so that IE
10095         doesn't overwrite them.
10096
10097         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10098         Fixed mciInfo.
10099
10100         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10101         Added support for WAVE_FORMAT_QUERY flag in wodOpen.
10102
10103         * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10104         Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
10105
10106         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10107         Fixed MCI_OPEN command for types like "CDAUDIO!H:".
10108
10109         * graphics/ddraw_private.h, graphics/ddraw.c:
10110         Marcus Meissner <marcus@jet.franken.de>
10111         Merged _all_ lpClipper into common_surface.
10112         Add NULL ptr check to SetClipper.
10113         Some more debug output.
10114
10115         * include/config.h.in, misc/port.c, configure, configure.in:
10116         Marcus Meissner <marcus@jet.franken.de>
10117         Use the real glibc openpty if present.
10118
10119         * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10120         Added typedef to insure compilation on all gcc&egcs versions.
10121
10122         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
10123         Fixed _copy_registry().
10124
10125         * include/winnls.h, ole/nls/esa.nls, ole/nls/esc.nls, ole/nls/esd.nls, ole/nls/esg.nls, ole/nls/esm.nls, ole/nls/esn.nls, ole/nls/esp.nls:
10126         Juergen Schmied <juergen.schmied@debitel.net>
10127         Added some constants for Spanish.
10128
10129         * include/module.h, loader/ne/module.c, loader/ne/segment.c:
10130         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10131         Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
10132         just for the first one.
10133         Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
10134
10135         * if1632/user.spec, windows/user.c:
10136         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10137         Added USER.DllEntryPoint().
10138
10139         * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
10140         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10141         Call 16-bit instead of 32-bit UserSignalProc entry point.
10142         Don't load USER32.DLL unless requested by the program.
10143         Bugfix: Pass the correct thread ID to UserSignalProc.
10144
10145         * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10146         Fixed crash when map fails.
10147
10148         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
10149         Show use of undocumented messages.
10150
10151         * include/keyboard.h, include/ttydrv.h, include/x11drv.h, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
10152         Lionel Ulmer <lionel.ulmer@free.fr>
10153         - removed keyboard auto-repeat when DInput acquires it
10154         - removed some (now) obsolete fixme's
10155
10156         * graphics/ddraw_private.h, graphics/ddraw.c:
10157         Marcus Meissner <marcus@jet.franken.de>
10158         Moved lpClipper into common_directdrawsurface struct
10159         Release old clipper on new set
10160
10161         * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
10162         Eric Pouech <Eric.Pouech@wanadoo.fr>
10163         Fake MIDI_IO_STATUS support in midi in open
10164         Fixed bug in midi in while reading data
10165
10166         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10167         Fixed infinite loop for 0-length wavehdrs.
10168
10169         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10170         Fixed buggy playback for non PCM files
10171         Added support for from & to indexes for playback
10172         Now using double wavehdr for better output
10173         Cleaned-up internal structs and removed last 16 bit API adherence
10174
10175         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10176         Tried to reduce echo in playSound API (using two wavehdr instead of
10177         one).
10178
10179         * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10180         Added callback mechanisms for MIDI IN.
10181
10182         * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
10183         Eric Pouech <Eric.Pouech@wanadoo.fr>
10184         Fixed improper acm streams closing.
10185
10186         * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10187         Debug traces cosmetic fixes.
10188
10189         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
10190         Fixed some errors (thanks to F Gouget for reporting them).
10191         Added some bits on thunking and resources for DLLs.
10192
10193 Sat Dec  4 04:22:04 1999  Alexandre Julliard  <julliard@winehq.com>
10194
10195         * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
10196         Lionel Ulmer <lionel.ulmer@free.fr>
10197         First support of DGA 2.0 for DirectDraw.
10198
10199         * include/winuser.h, relay32/user32.spec, win32/newfns.c:
10200         Erez Volk <erez@gmx.net>
10201         Stubs for Get/SetProcessDefaultLayout.
10202
10203         * files/profile.c, relay32/kernel32.spec:
10204         Marcus Meissner <marcus@jet.franken.de>
10205         Stub for CloseProfileUserMapping.
10206
10207         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
10208         Use DInput's internal mouse event handler to handle the GetDeviceState
10209         function.
10210
10211         * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
10212         waveHdr.lpData was eventually HeapFree()ed uninitialized.
10213
10214         * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
10215         Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
10216         is unknown.
10217
10218         * loader/dos/module.c, loader/ne/module.c, relay32/builtin32.c, scheduler/process.c, include/dosexe.h, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/main.c, loader/module.c, loader/pe_image.c:
10219         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10220         Fixed 32-bit module name handling to conform better to Win9x.
10221         Removed OFSTRUCT passing during process creation sequence.
10222         Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
10223
10224         * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
10225         Michael McCormack <mccormac@aals27.alcatel.com.au>
10226         Added code to some service functions (some untested), fixed
10227         declaration of service main function.
10228
10229         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
10230         Pierre Mageau
10231         Murali Pattathe
10232         Francois Boisvert
10233         Francis Baudet
10234         Henning Hoffmann
10235         Many fixes.
10236
10237         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
10238         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10239         Added stubs for several MRU list functions and documented some others.
10240
10241         * server/file.c: Marcus Meissner <marcus@jet.franken.de>
10242         Flush handle in any access mode.
10243
10244         * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10245         Fixes off by one error in item insertion.
10246
10247         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
10248         Allow 1% deviation from specified sampling rate for some soundcards.
10249
10250         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
10251         Suppressed the inclusion of OpenGL headers.
10252
10253         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
10254         - Added stub for conversion from meta to enhance meta files.
10255         - Implemented GetEnhMetaFileBits for enhanced meta files.
10256
10257         * graphics/ddraw.c, graphics/ddraw_private.h:
10258         Peter Hunnisett <hunnise@nortelnetworks.com>
10259         Improved stubs for the ddraw clipper routines.
10260
10261 Mon Nov 29 02:48:43 1999  Alexandre Julliard  <julliard@winehq.com>
10262
10263         * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
10264
10265         * server/event.c, server/file.c:
10266         Fixed get_event_obj/get_file_obj to use the process parameter (thanks
10267         to Eric Pouech).
10268
10269         * server/process.h, scheduler/process.c, server/process.c:
10270         Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
10271
10272         * scheduler/timer.c, server/Makefile.in, server/request.h, server/timer.c, server/trace.c, dlls/ntdll/nt.c, include/server.h, include/winbase.h, relay32/kernel32.spec, scheduler/Makefile.in:
10273         Implemented waitable timers.
10274
10275 Sun Nov 28 21:03:46 1999  Alexandre Julliard  <julliard@winehq.com>
10276
10277         * tools/bin2res.c: Bug fixes.
10278
10279         * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
10280         Serge Ivanov
10281         Pierre Mageau
10282         Thy Nguyen
10283         Don Kelly
10284         Noomen Hamza
10285         Lots of bug fixes and new features in property sheets.
10286
10287         * win32/newfns.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, dlls/dplayx/dplobby.c, dlls/shell32/shlview.c, graphics/psdrv/font.c, dlls/comctl32/tab.c:
10288         Niels Kristian Bech Jensen <nkbj@image.dk>
10289         Compiler warnings fixed.
10290
10291         * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
10292         Give the app back the exact font name it asked for.
10293
10294         * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
10295         Prevent a crash if messages are sent to a toolbar window before
10296         WM_NCCREATE or after WM_DESTROY.
10297
10298         * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
10299         Updated Spanish MM error string translation.
10300
10301         * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
10302         Alex Priem <alexp@sci.kun.nl>
10303         - (final?) update of TreeView_* macro's.
10304         - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
10305         - fixed some typo's
10306         - custom draw enhancements
10307         - implementation of state images
10308         - implementation of TVS_CHECKBOXES
10309
10310         * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
10311         Fixed some visual toolbar bugs.
10312
10313         * README: Juergen Lock <nox@jelal.kn-bremen.de>
10314         Added notes about Wine-related FreeBSD kernel patches.
10315
10316         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10317         Use RegQueryInfoKey to count number of printers.
10318
10319         * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
10320         Don't try to call towupper() when there's no wctype.h.
10321
10322         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
10323         When combobox selection changes, update its edit box accordingly.
10324
10325         * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
10326         Notify parent of listbox if requested.
10327
10328 Thu Nov 25 23:42:54 1999  Alexandre Julliard  <julliard@winehq.com>
10329
10330         * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
10331
10332         * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
10333         Set/use fs/gs from the sigcontext struct, the corresponding kernel
10334         change now finally has been MFC'd to -stable.
10335
10336         * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
10337         Mention free Truetype font servers (Xfstt and xfsft).
10338
10339         * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
10340         Note what to do with the winedefault.reg in the file.
10341
10342         * win32/device.c: Peter Ganten <peter@ganten.org>
10343         Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
10344         _PageChangePermissions() and _PageFree() using the
10345         Virtual*()-Functions (with the great help of Ulrich Weigand).
10346
10347         * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
10348         Removed fixme.
10349
10350         * misc/registry.c: Several bug fixes in save_key().
10351
10352         * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10353         Fixed some bogus error detection for RegEnumValue[AW] and
10354         RegQueryValueEx[AW].
10355
10356         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
10357         Peter Hunnisett <hunnise@nortelnetworks.com>
10358         - Added global data mutual exclusion
10359         - Removed hack for creating processes suspended now that it's implemented
10360         - Fixed ordinal numbering and added spec stubs
10361         - Fixed EnumConnections callback to fill in all parameters with valid data
10362         - Made direct play allocation/deallocation follow the same pattern as
10363           direct play lobby
10364
10365         * dlls/win87em/emulate.c:
10366         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10367         Several improvements.
10368
10369         * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10370         Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
10371
10372         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
10373         Made win16 serial comms less of a CPU hog.
10374
10375         * include/server.h, memory/virtual.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/event.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/registry.c, server/semaphore.c, server/trace.c, server/unicode.c, server/unicode.h:
10376         Store all object names as Unicode in the server.
10377
10378 Wed Nov 24 19:34:32 1999  Alexandre Julliard  <julliard@winehq.com>
10379
10380         * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
10381         Added wine.conf option for new format registry files.
10382         Added optional periodic saving of the registry.
10383
10384         * misc/registry.c, server/registry.c:
10385         Added support to the server for loading new format (version 2) files.
10386
10387         * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
10388
10389         * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
10390         Added current context to the exception debug event sent to the server.
10391
10392         * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
10393         Fixed handling of debug events on thread/process exit.
10394
10395         * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
10396         Raise an exception when a critical section wait failed.
10397
10398 Tue Nov 23 23:43:29 1999  Alexandre Julliard  <julliard@winehq.com>
10399
10400         * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitblt.c, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/desktop.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
10401         Patrik Stridvall <ps@leissner.se>
10402         Improved the stubs.
10403
10404         * dlls/comctl32/imagelist.c, include/imagelist.h:
10405         Eric Kohl <ekohl@abo.rhein-zeitung.de>
10406         - first 'dummy' implementation of ImageList_Read
10407
10408         * include/rebar.h, dlls/comctl32/rebar.c:
10409         Eric Kohl <ekohl@abo.rhein-zeitung.de>
10410         - added version messages
10411
10412         * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
10413         - implemented LBItemFromPt
10414
10415         * include/commctrl.h, dlls/comctl32/listview.c:
10416         Eric Kohl <ekohl@abo.rhein-zeitung.de>
10417         - implemented simple column order array functionality
10418         - implemented some virtual listview notifications
10419
10420         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
10421         Eric Kohl <ekohl@abo.rhein-zeitung.de>
10422         - minor update to mru list functions
10423         - stubs for COMCTL32_411 to COMCTL32_413
10424
10425         * dlls/comctl32/toolbar.c, include/toolbar.h:
10426         Eric Kohl <ekohl@abo.rhein-zeitung.de>
10427         - added version messages and some simple get/set messages.
10428         - added unicode messages
10429
10430         * include/shlguid.h, dlls/shell32/classes.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
10431         Juergen Schmied <juergen.schmied@debitel.net>
10432         - made IShellFolder a aggregable object
10433         - SHCoCreateInstance can create CSIDL_FSFolder now
10434         - browsing into folders on the desktop implemented
10435         - corrected returnvalue of Ico_ExtractIconEx
10436         - fixed SHGetDataFromIDList to return data of simple pidls
10437
10438         * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
10439         Moses DeJong <dejong@cs.umn.edu>
10440         Added implementation for WSARecvEx function. This is a Microsoft
10441         specific extension to the winsock API.
10442
10443         * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
10444         Juergen Schmied <juergen.schmied@debitel.net>
10445         Corrected wrong parameter counts for WNetCachePassword and
10446         WNetEnumCachedPasswords.
10447
10448         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
10449         Ian Schmidt <ischmidt@cfl.rr.com>
10450         Added stub for DllInstall().
10451
10452         * misc/registry.c, include/wine/winbase16.h, include/winnt.h, include/winreg.h, dlls/advapi32/Makefile.in, dlls/advapi32/registry.c, dlls/shell32/shell.spec, if1632/kernel.spec:
10453         Changed to use new server-side registry support.
10454
10455         * include/server.h, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.h, server/trace.c, server/unicode.h:
10456         Added registry support to the server.
10457
10458         * tools/make_requests:
10459         Differentiate tracing functions between request and reply.
10460         Added possibility to have dumping functions for specific types.
10461
10462 Sun Nov 21 21:02:06 1999  Alexandre Julliard  <julliard@winehq.com>
10463
10464         * include/server.h, scheduler/client.c:
10465         Added server_call_noerr function that avoids touching the last error.
10466
10467         * include/winerror.h: Added a few registry error codes.
10468
10469         * graphics/x11drv/xfont.c, objects/font.c:
10470         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10471         Removed some unaligned accesses.
10472
10473         * dlls/commdlg/filedlg95.c:
10474         Juergen Schmied <juergen.schmied@debitel.net>
10475         - the fodInfos were used before initialized
10476         - lpTemplateName can be a resource id
10477         - if lpTemplateName is a string don't free the original one
10478
10479         * win32/console.c, win32/kernel32.c, windows/x11drv/main.c, loader/ne/convert.c, loader/ne/module.c, misc/cpu.c, msdos/ioports.c, ole/guid.c, programs/notepad/main.c, scheduler/critsection.c, scheduler/process.c, server/socket.c, tools/wrc/newstruc.c, dlls/winmm/mci.c, graphics/ddraw.c, graphics/x11drv/graphics.c, loader/loadorder.c, loader/main.c, loader/task.c, debugger/dbgmain.c, debugger/editline.c, debugger/source.c, debugger/stabs.c, debugger/types.c, dlls/icmp/icmp_main.c, dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c, dlls/wing/wing_main.c:
10480         Niels Kristian Bech Jensen <nkbj@image.dk>
10481         Removed extra #include statements.
10482
10483         * files/file.c:
10484         Fixed MoveFileExA behavior when target file does not exist.
10485
10486         * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
10487         Gustavo Junior Alves <twinfo@bestway.com.br>
10488         Added Portuguese language support.
10489
10490         * dlls/comctl32/monthcal.c, include/monthcal.h:
10491         Chris Morgan <cmorgan@wpi.edu>
10492         James Abbatiello <abbeyj@wpi.edu>
10493         Implemented current day circling.  Fixed many bugs in the month
10494         calender control including control spacing and alignment.  Fixed
10495         defines monthcal.h.  Optimized control drawing and removed many
10496         extranious redraws.  Improved control behavior.  Fixed inconsistent
10497         formatting in both .c and .h files.
10498
10499         * files/profile.c:
10500         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10501         Flush current profile before using a newly opened one.
10502
10503         * memory/selector.c:
10504         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10505         Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
10506
10507         * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
10508         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10509         Stub for GetFontData16.
10510
10511         * windows/display.c, if1632/display.spec:
10512         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10513         Added some ordinals and GetDriverResourceID().
10514
10515         * server/process.c, server/ptrace.c: Portability fixes.
10516
10517         * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
10518
10519         * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
10520         Fixed compile error.
10521
10522         * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
10523         Implemented StartServiceCtrlDispatcherA according to DispatcherW.
10524
10525         * Makefile.in: Make sure we clean dlls/ too.
10526
10527         * dlls/advapi32/service.c:
10528         Michael McCormack <mccormac@aals27.alcatel.com.au>
10529         Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
10530         of QueryServiceStatus.
10531
10532         * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
10533         Added missing ';'.
10534
10535         * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
10536         Error reporting fix.
10537
10538         * tools/bug_report.pl:
10539         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10540         Changed default relay line number from 100 to 200.
10541
10542         * dlls/comctl32/toolbar.c, include/commctrl.h:
10543         Eric Pouech <Eric.Pouech@wanadoo.fr>
10544         Added undocumented feature to InsertButtonA.
10545         Added dropdown button support.
10546
10547         * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10548         Fixed play back of uncompressed AVI file.
10549         Fixed exiting conditions.
10550
10551         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10552         Fixed a crash in IDirectDrawSurface:BltFast.
10553
10554         * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
10555         Eric Pouech <Eric.Pouech@wanadoo.fr>
10556         Fixed forwarding and handling messages directed to the mappers.
10557
10558         * loader/ne/module.c, loader/ne/segment.c, include/module.h:
10559         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10560         Simplified hInstance creation/handling.
10561         Fixes problems with self-loaders creating DGROUP themselves.
10562
10563         * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
10564         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10565         Add stubs for Get/SetLayout().
10566
10567         * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
10568         Jim Aston <jima@corel.ca>
10569         Added stub for StgSetTimes.
10570
10571         * dlls/shell32/shlmenu.c:
10572         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10573         SHFind_InitMenuPopup is supposed to return a pointer.
10574
10575         * dlls/icmp/icmp_main.c:
10576         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10577         u_int[16|32]_t might not be defined.
10578
10579         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
10580         - fixed crash when adding items with TVI_SORT and wineItem->pszText is
10581           set to LPSTR_TEXTCALLBACK.
10582         - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
10583
10584 ----------------------------------------------------------------
10585 Mon Nov 15 00:46:30 1999  Alexandre Julliard  <julliard@winehq.com>
10586
10587         * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
10588
10589         * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10590         Fixed hash function.
10591
10592 Sun Nov 14 23:59:01 1999  Alexandre Julliard  <julliard@winehq.com>
10593
10594         * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10595         The adwInfo[0] field was no longer used on mmioOpen (may contain file
10596         handle).
10597
10598         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
10599         Eric Pouech <Eric.Pouech@wanadoo.fr>
10600         Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
10601         FreePropVariantArray.
10602
10603         * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10604         Removed suicide code when playback thread's father dies.
10605
10606         * dlls/shell32/pidl.c, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
10607         Juergen Schmied <juergen.schmied@metronet.de>
10608         - the colums in the shellview are now created depending on the
10609           attributes of the folder object shown
10610         - get all attributes from the shellfolder instead directly from the idlist
10611         - header fields localized (only engl. and german till now)
10612         - small fixes
10613
10614         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
10615         Juergen Schmied <juergen.schmied@metronet.de>
10616         - corrected control positions
10617         - use the icons from comctl32 for the buttons
10618
10619         * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
10620         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10621         Bugfix: relay/snoop debugging was broken by last patch ...
10622
10623         * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
10624         Moved ptrace support to ptrace.c. Tried to improve portability.
10625
10626         * server/debugger.c: Bug fixes.
10627
10628         * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10629         Fixed some unresolved externals on non-Intel archs.
10630
10631         * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
10632         Added missing WINAPI attribute to two forward declarations.
10633
10634         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
10635         Removed leftover #undefs.
10636
10637         * dlls/winmm/mcicda/mcicda.c:
10638         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10639         Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
10640
10641         * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
10642         Work around glibc bug, that does not handle latin-1 umlauts.
10643
10644 Sat Nov 13 23:54:05 1999  Alexandre Julliard  <julliard@winehq.com>
10645
10646         * loader/ne/module.c, memory/selector.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c, if1632/kernel.spec, include/ntddk.h, include/wine/exception.h, loader/dos/dosvm.c:
10647         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10648         Adapted to new register function handling.
10649
10650         * tools/build.c, include/stackframe.h, include/winnt.h:
10651         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10652         Modified Win32 register function handling.
10653
10654         * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
10655         Francois Gouget <fgouget@psn.net>
10656         Use BSD headers for ICMP portability.
10657
10658         * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
10659         Juergen Schmied <juergen.schmied@debitel.net>
10660         - inserted markers for the bin2res tool
10661         - reformated hexdump in shres.rc
10662
10663         * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
10664         Juergen Schmied <juergen.schmied@debitel.net>
10665         New tool to convert the binary resources in *.rc files (hexdumps) from
10666         and to a binary.
10667
10668         * include/wine/port.h, misc/port.c, misc/winsock.c, misc/winsock_async.c, scheduler/sysdeps.c, configure, configure.in, files/drive.c, include/config.h.in:
10669         Patrik Stridvall <ps@leissner.se>
10670         Added better missing function emulation.
10671
10672         * include/debugger.h, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/hash.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stack.c:
10673         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10674         Made debugger compile and marginally work on non-Intel archs.
10675
10676         * dlls/ntdll/exception.c, include/winnt.h:
10677         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10678         Moved GET_IP macro to winnt.h
10679
10680         * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
10681         Huw D M Davies <h.davies1@physics.ox.ac.uk>
10682         Move PostScript driver docs to documentation/ .  Add instructions on
10683         how to use regapi to get information into the registry.  Supply sample
10684         input to regapi.
10685
10686         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
10687         Klaas van Gend <klaas@vangend.demon.nl>
10688         Implemented the PrintSetup dialog box for the PrintDlgA.
10689
10690         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
10691         Added validations for page index before using it.
10692
10693         * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
10694         - fixed the index of the item chosen in the filter combo box
10695         - added support for the OFN_OVERWRITEPROMPT flag
10696         - fixed positioning of controls in the user-defined templates
10697
10698         * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
10699         Added support for WriteProcessMemory through the server.
10700
10701         * server/mapping.c, server/object.h: Added get_page_size function.
10702
10703 Fri Nov 12 21:39:15 1999  Alexandre Julliard  <julliard@winehq.com>
10704
10705         * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
10706         Added support for ReadProcessMemory through the server.
10707
10708         * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
10709         Added support for CREATE_SUSPENDED flag in CreateProcess.
10710
10711         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
10712         Implemented VWin32 VxDCall mechanism and 2 calls.
10713
10714         * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
10715         Fixed joystick scaling.
10716
10717         * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc, dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc, dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc, dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc, dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc, dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
10718         Gustavo Junior Alves <twinfo@bestway.com.br>
10719         Use constants IDOK and IDCANCEL in .rc files.
10720
10721         * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10722         Portability fix: renamed PTRACE_* into PT_*.
10723
10724         * relay32/kernel32.spec, win32/device.c:
10725         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10726         Allow for buggy apps that call the wrong VxDCall routine.
10727
10728         * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
10729         Complete stub for RasEnumEntries by saying we have 0 entries.
10730
10731         * include/debugstr.h, misc/debugstr.c:
10732         Jeremy White <jwhite@codeweavers.com>
10733         Add debugstr_hex_dump to allow display hex dumps of data in any
10734         debugging message.
10735
10736         * server/thread.c:
10737         Added use_ptrace flag to disable ptrace usage. Should eventually be
10738         made into an option.
10739
10740         * dlls/commdlg/cdlg.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/rsrc.rc, dlls/shell32/shlview.c, include/dlgs.h, include/wine/obj_shellview.h:
10741         Juergen Schmied <juergen.schmied@debitel.net>
10742         Made the buttons in the filedlg change when selecting a different
10743         view type by the context menu, cleanup.
10744
10745         * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
10746         Julio Cesar Gazquez <jgazquez@dld.net>
10747         Added Spanish (pure Castillan) MM error string translation.
10748
10749         * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
10750         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10751         Added signal handling for SPARC / Solaris.
10752
10753         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10754         Comment out explicit call to SHELL_SaveRegistry since winelib programs
10755         now exit properly.  Change several NULLs to '\0's.  Fix some spelling.
10756
10757         * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
10758         Fixed XShm completion event leak.
10759
10760         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10761         Fixed recursion count while calling midiStream(Pause|Restart).
10762
10763         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10764         Fix save_check_tainted to properly scan the tree so that all tainted
10765         branches get saved.
10766
10767         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
10768         Bernd Paysan <bernd.paysan@gmx.de>
10769         Added a stub for setjmp.
10770
10771 Wed Nov 10 20:25:19 1999  Alexandre Julliard  <julliard@winehq.com>
10772
10773         * server/thread.c:
10774         Don't crash when we get a SIGCHLD for a removed thread.
10775
10776         * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
10777         Solaris compile fixes.
10778
10779         * dlls/ntdll/exception.c, include/winnt.h:
10780         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10781         (Preliminary) CONTEXT structure for SPARC added.
10782
10783         * include/process.h, loader/module.c, scheduler/debugger.c:
10784         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10785         Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
10786
10787         * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10788         When decommitting, remap zero pages using MAP_FIXED.
10789
10790         * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
10791         CoGetClassObject should complain about not being able to do
10792         out-of-process servers *only* if the application doesn't include the
10793         in-process options.
10794
10795         * misc/version.c, controls/edit.c, include/winversion.h:
10796         Rein Klazes <rklazes@casema.net>
10797         Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
10798         disabled edit control if the application expects a windows version
10799         before WIN95 and NT40.
10800
10801         * include/winbase.h, relay32/kernel32.spec, files/file.c:
10802         Moshe Vainer <moshev@easybase.com>
10803         Stub for GetOverlappedResult.
10804
10805         * relay32/builtin32.c, tools/build.c, include/module.h, include/pe_image.h, loader/dos/module.c, loader/main.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
10806         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10807         Determine expected_version of PE buddies from the SubsystemVersion.
10808
10809         * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
10810         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10811         Bugfix: Exception handlers are *not* WINAPI.
10812
10813 Mon Nov  8 05:31:47 1999  Alexandre Julliard  <julliard@winehq.com>
10814
10815         * server/process.c, server/select.c, server/thread.c, server/thread.h:
10816         Preliminary ptrace support.
10817
10818         * memory/virtual.c:
10819         Remap zero-pages when decomitting a page range (based on a patch by
10820         Gerard Patel).
10821
10822         * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
10823         Install the wine server in $(bindir) and exec it from there.
10824
10825 Sun Nov  7 23:59:08 1999  Alexandre Julliard  <julliard@winehq.com>
10826
10827         * server/debugger.c:
10828         Do not free the handles once they have been sent to the client (thanks
10829         to Jeremy White).
10830
10831         * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10832         Fixed crash when asked to use strings identified by resource id
10833         instead of pointer.
10834
10835         * windows/dce.c: Jim Aston <jima@corel.ca>
10836         When window class has CS_CLASSDC style we should not remove the DC
10837         when destroying the window.
10838
10839         * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
10840         Patrik Stridvall <ps@leissner.se>
10841         Minor fixes.
10842
10843         * tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm, tools/winapi_check/win32api.dat, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
10844         Patrik Stridvall <ps@leissner.se>
10845         Minor fixes and reorganizations.
10846
10847         * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
10848         Patrik Stridvall <ps@leissner.se>
10849         Removed obsolete files no longer in use.
10850
10851         * tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c, graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, include/x11drv.h:
10852         Ove Kaaven <ovek@arcticnet.no>
10853         DirectX-XShm now waits for the X server to finish the previous frame
10854         before sending another frame down its pipe, avoiding the X server
10855         overload and resulting slowness that used to be.
10856
10857         * dlls/comctl32/toolbar.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h, include/dlgs.h:
10858         Juergen Schmied <juergen.schmied@debitel.net>
10859         - unified templates for the open and the save dlg
10860         - replaced buttons with a toolbar
10861
10862         * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
10863         Juergen Schmied <juergen.schmied@debitel.net>
10864         - new interface declaration for IShellfolder2
10865         - added this interface to all shell folders
10866         - small fixes to shellview (crash with native comdlg32)
10867
10868         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
10869         Fixed the relocation hack in PE_InitTls. Added some more for the other
10870         pointerfields in the TLS entry. (With testing help from Jussi
10871         Jumppanen <jussij@zeusedit.com>).
10872
10873         * relay32/user32.spec, windows/user.c, include/winuser.h:
10874         Marcus Meissner <marcus@jet.franken.de>
10875         Added ChangeDisplaySettingsExA stub and some flag defines.
10876
10877         * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
10878         Added the hex triplets to the console color definitions.
10879
10880         * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, include/input.h, include/message.h, include/mouse.h, include/ttydrv.h, include/x11drv.h, objects/cursoricon.c, windows/dinput.c, windows/event.c, windows/input.c, windows/mouse.c, windows/winpos.c:
10881         Lionel Ulmer <lionel.ulmer@free.fr>
10882         Added the possibility to have mouse movements reported relative to
10883         Wine's mouse driver.
10884
10885         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/icmp/.cvsignore, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/icmp/icmp_main.c, include/debugdefs.h, include/wine/icmpapi.h, include/wine/ipexport.h, loader/loadorder.c, relay32/builtin32.c, wine.ini:
10886         Francois Gouget <fgouget@psn.net>
10887         Added ICMP DLL implementation.
10888
10889         * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
10890         Juergen.Schmied@debitel.net
10891         - Bugfix: Styles were evaluated as expressions. The NOT in combination
10892           with style flags was not overwriting the default styles like WS_VISIBLE.
10893           Solved by introducing own rules for parsing styles.
10894
10895         * controls/combo.c: Jim Aston <jima@corel.ca>
10896         Fixed the height of the ComboBox drop list.
10897
10898         * windows/dialog.c: David Grant <davidgra@corel.ca>
10899         Windows sends WM_GETDLGCODE only in response to keyboard messages
10900         (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
10901
10902         * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
10903         - Added missing __attribute__ ((com_interface)) for IUnknown with.
10904           ICOM_USE_COM_INTERFACE_ATTRIBUTE
10905         - Small addition to comments surrounding
10906           ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
10907
10908         * ole/ole2nls.c, if1632/ole2nls.spec:
10909         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10910         Implementation of RegisterNLSInfoChanged.
10911
10912         * scheduler/critsection.c, windows/queue.c, memory/heap.c:
10913         James Abbatiello <abbeyj@wpi.edu>
10914         Addresses issues with multiple processes accessing non-global critical
10915         sections.
10916
10917         * server/sock.c: Jeremy White <jwhite@codeweavers.com>
10918         Fixed bug in WINSOCK_accept when no event is present.
10919
10920         * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
10921         Rein Klazes <rklazes@casema.net>
10922         Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
10923
10924         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
10925         Ulrich Czekalla <ulrichc@corel.ca>
10926         Implementation of custom dialog messages and notifications.
10927
10928         * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
10929         - Proper initialization of cchTextMax field was added for
10930           TVN_GETDISPINFO notification message.
10931         - TVM_SETITEM should update 'mask' field to synchronize it with
10932           current item state.
10933
10934         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10935         If PageSize/InputSlot entry doesn't contain an options translation
10936         string use the option name instead.
10937
10938         * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10939         Fixed SetTitleA when string resources were to be loaded.
10940
10941         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
10942         - Fixed an error for scrolling in Listview (sometimes a column would
10943           not be visible) due to my last checkin.
10944         - Fixed an error for the header control when the Listview is resized with WM_SIZE
10945         - Fixed the scrolling for small and large icon (this broke because of
10946           the use of SB_PAGE in scrollInfo)
10947         - Added a patch made by Noomen Hamza to update the item width when
10948           adding a new item
10949
10950         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
10951         Handle socket creation errors.
10952
10953         * controls/menu.c: Karl Lessard <karll@corel.com>
10954         When a popupmenu is currently active on the screen, it shouldn't
10955         remove mouse click messages that don't belong to it from the queue.
10956
10957         * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
10958         Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
10959         sockets to it (otherwise windows stay around when wine hangs).
10960
10961 Thu Nov  4 02:51:24 1999  Alexandre Julliard  <julliard@winehq.com>
10962
10963         * loader/main.c: Fixed -debugmsg +server.
10964
10965         * scheduler/handle.c:
10966         Added special handling for the stdio handles in CloseHandle.
10967
10968         * server/handle.c:
10969         Made all handles multiple of 4. Fixed semantics for pseudo-handles.
10970
10971         * server/debugger.c:
10972         Free the handles of the event structure in the right process (thanks
10973         to Jeremy White).
10974
10975         * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h:
10976         Peter Hunnisett <hunnise@nortelnetworks.com>
10977         - Added dplayx LibMain for initialization of all dplayx 'global' data
10978         - Added start for global data manipulation
10979         - TODO list updated
10980         - Added some missing header file definitions
10981         - Added the ansi versions of dplay and dplobby
10982         - Fixed invalid macro for IDirectPlay4
10983         - Cleaned up compiler warnings
10984         - More implementation, bug fixes and critical region protection
10985
10986         * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
10987         Never send a WM_CLOSE message  to a popup window.
10988
10989         * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
10990         Check if the window is managed before trying to give it focus.
10991
10992         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
10993         Enhanced linux joystick api detection slightly.
10994
10995         * windows/x11drv/keyboard.c:
10996         Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
10997         Added Polish keyboard support.
10998
10999         * graphics/win16drv/prtdrv.c:
11000         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11001         Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
11002
11003         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11004         Add `Cassette' to PPD -> windows printer-bin mapping.
11005
11006         * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
11007         Modified lstrcpynWtoA to put terminating null at end of string, not
11008         end of buffer.
11009
11010         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
11011         Removed duplicate macro definitions for the IStorage and IStream COM
11012         interfaces.
11013
11014         * windows/defwnd.c: Karl Lessard <karll@corel.com>
11015         Fixed COLOR_MAX definition for new Win32 values.
11016
11017         * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
11018         Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
11019
11020         * dlls/comctl32/listview.c, include/listview.h:
11021         Ulrich Czekalla <ulrichc@corel.ca>
11022         Set proper item focus on DeleteItem.
11023         Clean up edit label implementation.
11024
11025         * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
11026         Fixed a long standing (and annoying) typo, that prevented
11027         GetDiskFreeSpaceA from working...
11028
11029         * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11030         Enable safe reading of registry file, even if file is broken.
11031
11032         * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
11033         Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
11034
11035 ----------------------------------------------------------------
11036 Sun Oct 31 22:26:35 1999  Alexandre Julliard  <julliard@winehq.com>
11037
11038         * scheduler/client.c: Set close-on-exec flag on server socket.
11039
11040         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
11041         Added explanation on creating a new DLL.
11042
11043         * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
11044         Better version autodetection.
11045
11046         * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
11047         Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
11048
11049         * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
11050         Fail when LPRECT contains negative values.
11051
11052         * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
11053         On ConfigureNotify, find the first visible window above the current one.
11054
11055         * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
11056         Corrected operand sizes for the "enter" instruction.
11057
11058         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11059         PSM_ADDPAGE returns TRUE or FALSE.
11060
11061         * dlls/msacm32/builtin.c, dlls/msacm32/Makefile.in, dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm32/wineacm.h, include/msacm.h:
11062         Eric Pouech <Eric.Pouech@wanadoo.fr>
11063         Made msacm32 really load ACM drivers.
11064
11065         * graphics/painting.c: Jim Aston <jima@corel.ca>
11066         Prevent FillRgn from using a NULL pointer.
11067
11068         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11069         Fixed a few problems with RegEnumKey*.
11070
11071         * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
11072         Implementation of user defined templates.
11073
11074         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
11075         IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
11076
11077         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
11078         Do not clear the drawing area for etched static controls.
11079         Replaced our own drawing stuff in etched static controls by DrawEdge.
11080
11081         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
11082         In report view mode of the listview control, implemented the
11083         horizontal scrollbar functionality.
11084
11085         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
11086         Fixed a small bug in the behavior of maximized MDI children.
11087
11088         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11089         Rewrite of EnumPrinters.
11090
11091         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11092         Fill in the hwndFrom field of the NMHDR structure when sending
11093         notifications.
11094
11095         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11096         When reading a profile entry remove trailing quote when there's an
11097         opening one.
11098
11099         * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
11100         Return correct height and width for stock fonts in GetObject.
11101
11102         * programs/avitools/aviplay.c: Compile fix.
11103
11104         * programs/wcmd/.cvsignore: Added wmcdrc.h
11105
11106         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
11107         Added support for the addition and removal of custom I/O preocedures.
11108
11109         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
11110         Abey George<abey@macadamian.com>
11111         Implemented ProgIDFromCLSID.
11112
11113         * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
11114         Thuy Nguyen <thuy@macadamian.com>
11115         Wizard mode property sheets have a tab control.
11116
11117         * loader/loadorder.c, relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/midimap/.cvsignore, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.c, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wavemap/wavemap.c, wine.ini:
11118         Eric Pouech <Eric.Pouech@wanadoo.fr>
11119         Added built-in msacm.drv and midimap.drv drivers.
11120
11121         * tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
11122         Patrik Stridvall <ps@leissner.se>
11123         - Minor fixes and reorganizations.
11124         - Added checks for documentation inconsistencies.
11125
11126         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, misc/port.c, misc/winsock.c, misc/winsock_async.c, dlls/winmm/joystick.c:
11127         Patrik Stridvall <ps@leissner.se>
11128         Added missing configuration #if:s and #includes:s.
11129
11130         * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
11131         Patrik Stridvall <ps@leissner.se>
11132         Fixed documentation.
11133
11134         * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
11135         Solaris make doesn't like unnecessary \.
11136
11137         * programs/avitools/aviplay.c, windows/dinput.c, dlls/ole32/memlockbytes.c, dlls/ole32/moniker.c, dlls/ole32/oleobj.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/if_macros.h, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3d_private.h, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c:
11138         Francois Gouget <fgouget@psn.net>
11139         Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
11140
11141         * windows/win.c, windows/x11drv/wineclipsrv.c:
11142         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11143         Fixed a couple of compiler warnings.
11144
11145         * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
11146         A crash would occur if the file type in report mode was empty.
11147
11148         * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
11149         Changed the initialisation of the KeyState array.
11150
11151         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11152         Better handling of newlines in FormatMessage*.
11153
11154         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11155         Fix (some) bad behavior with buffer underrun.
11156
11157         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11158         Fixed PlaySound proc for non PCM content.
11159
11160         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
11161         - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
11162         - Treeview: colors returned by TVM_GET**COLOR are mixed up.
11163
11164         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
11165         Clicking the combo box would cause a crash if it was empty.
11166
11167         * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
11168         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11169         It appears that StartDoc sends the STARTDOC escape with the DOCINFO
11170         structure pointed to with the output data parameter.
11171
11172         * graphics/fontengine.c, if1632/gdi.spec:
11173         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11174         Stub for EngineRealizeFontExt (used by the win98 pscript driver).
11175
11176         * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
11177         Selected button within tab control will be painted with the right
11178         color brush.
11179
11180         * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
11181         Do not send two PSN_KILLACTIVE messages.
11182
11183         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
11184         ini variables do not like ; comments after them (they are not shell
11185         scripts). Fixed a typo in one of the names.
11186
11187 Mon Oct 25 15:43:36 1999  Alexandre Julliard  <julliard@winehq.com>
11188
11189         * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
11190         Francois Gouget <fgouget@psn.net>
11191         Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
11192         a COM interface one never has to name the lpVtbl field explicitly.
11193
11194         * dlls/oleaut32/ole2disp.c:
11195         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11196         SysAllocStringLen16 needs to handle NULL pointers, too.
11197
11198         * memory/local.c:
11199         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11200         Bug fix.
11201
11202         * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
11203         Fixed small typos and slightly outdated comments.
11204
11205         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
11206         Ian Schmidt <ischmidt@cfl.rr.com>
11207         Partial implementation of the Shell32 call Win32DeleteFile(), required
11208         by IE5's Explorer.
11209
11210         * programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, Make.rules.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in:
11211         Added dependency on winestub.o
11212
11213 Sun Oct 24 22:13:55 1999  Alexandre Julliard  <julliard@winehq.com>
11214
11215         * windows/dinput.c, tools/build.c, tools/fnt2bdf.c, win32/console.c, win32/device.c, win32/file.c, win32/process.c, relay32/snoop.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/sock.c, server/socket.c, msdos/int21.c, objects/gdiobj.c, include/config.h.in, loader/dos/dosmod.c, loader/dos/dosvm.c, loader/dos/module.c, loader/pe_image.c, memory/ldt.c, dlls/wnaspi32/winaspi32.c, files/directory.c, files/dos_fs.c, graphics/ddraw.c, graphics/x11drv/dib.c, dlls/ole32/compobj.c, dlls/oleaut32/variant.c, dlls/winaspi/winaspi16.c, configure.in, debugger/stabs.c, dlls/crtdll/crtdll_main.c, configure:
11216         Patrik Stridvall <ps@leissner.se>
11217         - Added missing configuration #if:s and #includes:s.
11218         - Minor configuration related changes.
11219
11220         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
11221         Made LoadHomeRegistryFiles default to TRUE.
11222
11223         * include/authors.h, include/comm.h, include/datetime.h, include/monthcal.h, include/netspi.h, include/ntsecapi.h, include/psdrv.h, include/wine/obj_connection.h, include/wine/obj_oleundo.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/winnet16.h, include/winspool.h, include/xmalloc.h, tools/make_authors:
11224         Patrik Stridvall <ps@leissner.se>
11225         Made the include files self-sufficient.
11226
11227         * tools/winapi_check/*:
11228         Patrik Stridvall <ps@leissner.se>
11229         - Fixed the long long problem.
11230         - Added configure include consistancy checking.
11231         - Added progress indicator.
11232         - Began splitting up the win16api.dat and win32api.dat files.
11233         - Added various minor checks.
11234         - Minor fixes.
11235
11236         * relay32/kernel32.spec, relay32/user32.spec, dlls/shell32/shell32.spec, dlls/shell32/shlwapi.spec, dlls/win32s/w32skrnl.spec, dlls/winspool/winspool.spec, dlls/wnaspi32/wnaspi32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/psapi/psapi.spec, dlls/avifil32/avifil32.spec, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/reg.c:
11237         Patrik Stridvall <ps@leissner.se>
11238         Added spec file declarations for already implemented functions.
11239
11240         * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
11241         Patrik Stridvall <ps@leissner.se>
11242         Added Win16 variants of existing Win32 functions.
11243
11244         * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
11245         Solaris compile fix.
11246
11247         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
11248         Remove prefixing by a tilde for GetTempFileName 32bits.
11249
11250         * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
11251         Added missing include.
11252
11253         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11254         Warn users to use -the -desktop option together with the native user DLLs.
11255
11256         * loader/resource.c:
11257         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11258         Return the size of the needed resource when buffer is NULL for LoadString().
11259
11260         * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
11261         Francis Beaudet <francis@macadamian.com>
11262         Enabled the persistent clipboard server.
11263
11264         * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
11265         Improved registry isolation possibilities.
11266
11267         * multimedia/*.c:
11268         Eric Pouech <Eric.Pouech@wanadoo.fr>
11269         Split the multimedia/ directory into dlls/ subdirectories.
11270
11271         * multimedia/winmm.rc, multimedia/winmm_Pt.rc, programs/clock/ChangeLog, programs/clock/Pt.rc, programs/notepad/ChangeLog, programs/notepad/Fr.rc, programs/notepad/Pt.rc, programs/notepad/Wa.rc, programs/progman/.cvsignore, programs/progman/ChangeLog, programs/progman/Pt.rc, programs/winhelp/.cvsignore:
11272         Gustavo Junior Alves <alves@correionet.com.br>
11273         More Portuguese language support.
11274
11275         * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
11276         Fixed top-down DIB handling in StretchDIBits32().
11277
11278         * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
11279         Added macro definitions for memory allocation.
11280
11281         * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
11282         Ulrich Czekalla <ulrichc@corel.ca>
11283         Make sure that all calls use the extended structures which are a
11284         superset of the regular structures.
11285
11286         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
11287         Added the functionality of the thumb track.
11288
11289         * windows/focus.c: Adrian Thurston <adriant@corel.com>
11290         Do not set focus to a disabled window.
11291
11292         * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
11293         Fixed an entry in the keyboard translation table for Ctrl-Break.
11294
11295         * include/debugdefs.h, scheduler/debugger.c:
11296         Ulrich Czekalla <ulrichc@corel.ca>
11297         New channel 'debugstr' used to print OutputDebugString API calls.
11298
11299         * windows/nonclient.c, windows/x11drv/event.c:
11300         Noomen Hamza <noomen@macadamian.com>
11301         Popup windows will be hidden when we minimize a main frame or shown
11302         when we maximize or restore a minimized main frame.
11303
11304 Sat Oct 23 23:59:47 1999  Alexandre Julliard  <julliard@winehq.com>
11305
11306         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
11307         PropertySheet didn't destroy page dialog's window while removing page.
11308
11309         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
11310         Update the item width upon a new column in the header control.
11311
11312         * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
11313         Reorder parameters to fix position of base reg relative to exception
11314         frame.
11315
11316         * documentation/Makefile.in: Fixed typo.
11317
11318         * include/*.h:
11319         Francois Gouget <fgouget@psn.net>
11320         Define the COM macros even in C++.
11321
11322         * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
11323         Fixed loop with WM_SYSCHAR.
11324
11325         * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
11326         Fixed tooltips positioning.
11327
11328         * graphics/x11drv/dib.c: Re-applied lost change.
11329
11330         * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11331         Ignore wrong hInstance.
11332
11333         * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
11334         Robert 'Admiral' Coeyman <admiral@corner.net>
11335         Report non-hercules video. Turned on int 2a.
11336
11337         * include/file.h, include/winbase.h, loader/module.c, files/file.c:
11338         Jim Aston <jima@corel.ca>
11339         Fixed compiling with STRICT.
11340
11341         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
11342         Proper resource support for dialog title.
11343
11344         * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
11345         Fixed some wrong defines.
11346
11347         * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
11348         Copy bitmaps properly.
11349
11350         * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
11351         Eric Pouech <Eric.Pouech@wanadoo.fr>
11352         Allow loading of modules debug information after first invocation of
11353         debugger.
11354
11355         * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
11356         Jim Aston <jima@corel.ca>
11357         Added a few stubs.
11358
11359         * include/listview.h, dlls/comctl32/listview.c:
11360         Ulrich Czekalla <ulrichc@corel.ca>
11361         Implementation of edit labels.
11362
11363         * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
11364         Ove Kaaven <ovek@arcticnet.no>
11365         Fixed some anonymous union accesses.
11366
11367         * controls/listbox.c: Abey George <abey@macadamian.com>
11368         Draw the item text from the top of the item rect.
11369
11370         * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
11371         Pierre Mageau <pierre@macadamian.com>
11372         Fixed the ascending and descending sort order for the File Dialog.
11373
11374         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
11375         - adds calling application defined callback function once PropertSheet
11376           Dialogbox has been initialized just after creating the tab control
11377         - handle the case when pszCaption specifies a resource instead of a string
11378
11379         * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
11380         Juergen Schmied <juergen.schmied@metronet.de>
11381         - removed all unnecessary "winapi" from internal _IL* functions
11382         - better parameter checking for shellfolder
11383         - removed dead code from shv_bg_contextmenu
11384
11385         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
11386         Jim Aston <jima@corel.ca>
11387         Added another anonymous union using the DUMMYUNIONNAME style.
11388
11389         * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
11390         Properly copy text into user supplied buffer.
11391
11392         * misc/winsock.c, relay32/wsock32.spec, server/object.h, server/sock.c, if1632/winsock.spec, include/task.h, include/winsock.h, loader/main.c, loader/task.c, misc/main.c:
11393         Ove Kaaven <ovek@arcticnet.no>
11394         Winsock rewrite. Sockets are now proper win32 handles.
11395         Internal structures are now really internal.
11396
11397         * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
11398         Tab control doesn't refresh tab area on TCM_SETCURSEL.
11399
11400         * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
11401         Ulrich Czekalla <ulrichc@corel.ca>
11402         Implemented StrRChrA.
11403
11404         * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
11405         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11406         Bugfix: Perform proper process shutdown on 'quit' and error.
11407
11408         * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
11409         Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
11410
11411         * include/winuser.h: Jim Aston <jima@corel.ca>
11412         Fixed a small typo.
11413
11414         * windows/dialog.c: Adrian Thurston <adriant@corel.com>
11415         Protect against wrong return value from WM_INITDIALOG.
11416
11417         * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
11418         Removed an illegal character.
11419
11420         * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
11421         Now inits the policy cache when shell32 is first instantiated.
11422         Matches Windoze behavior.
11423
11424         * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
11425         Ian Schmidt <ischmidt@cfl.rr.com>
11426         Real implementation of SHRestricted(), clarified SHInitRestricted()'s
11427         role a little, added policy data table.
11428
11429         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
11430         Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
11431
11432         * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
11433         Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
11434
11435         * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
11436         The property sheet dialog needs flag WS_VISIBLE.
11437
11438         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
11439         Set the default view button to List in the FileDialog.
11440
11441         * loader/ne/module.c:
11442         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11443         Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
11444
11445         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11446         Fixed potential crash in string variable printing.
11447
11448         * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11449         Added WM_GETFONT support.
11450
11451         * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
11452         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11453         Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
11454
11455         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11456         Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
11457         mmioDescend offset and alignment issues).
11458
11459         * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
11460         We are supposed to delete the palette object with the DeleteObject
11461         function.
11462
11463         * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
11464         Listview items will be drawn with the right item dimensions.
11465
11466         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
11467         Some small corrections to the ExtTextOut function.
11468
11469         * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
11470         Make sure that the drop effect of a DnD operation is set to
11471         DROPEFFECT_NONE if the user cancelled the operation.
11472
11473         * dlls/comctl32/animate.c, include/animate.h:
11474         Eric Pouech <Eric.Pouech@wanadoo.fr>
11475         First working version.
11476
11477         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11478         Added the mute capability to most control lines.
11479
11480         * windows/win.c: Rein Klazes <rklazes@casema.net>
11481         Use the module handle, if CreateWindowEx is called with
11482         hInstance==NULL.
11483
11484         * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
11485         Added missing prototypes for StrRetToBuf(A|W).
11486
11487 Wed Oct 13 16:17:23 1999  Alexandre Julliard  <julliard@winehq.com>
11488
11489         * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
11490         Added Pt.s.
11491
11492         * objects/dib.c: Backed out previous change (breaks with metafiles).
11493
11494         * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
11495         Ove Kaaven <ovek@arcticnet.no>
11496         Added socket interface to wineserver.
11497
11498         * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
11499         Eric Pouech <Eric.Pouech@wanadoo.fr>
11500         Correct filename for kernel module is KRNL386.EXE.
11501
11502         * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
11503         Eric Pouech <Eric.Pouech@wanadoo.fr>
11504         Added missing (and now required) filename directive.
11505
11506         * tools/build.c, include/builtin32.h:
11507         Eric Pouech <Eric.Pouech@wanadoo.fr>
11508         Added filename to 32 bit builtin module descriptors.
11509
11510         * if1632/builtin.c, relay32/builtin32.c:
11511         Eric Pouech <Eric.Pouech@wanadoo.fr>
11512         Fix loading of modules: now search key is module's filename, not
11513         module's name.
11514
11515         * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
11516         Pierre Mageau <pierre@macadamian.com>
11517         When an error occurred in a property sheet because of invalid data,
11518         clicking on another tab, would activate the new tab but keep the
11519         original property sheet.
11520
11521         * dlls/comctl32/listview.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c:
11522         Juergen Schmied <juergen.schmied@metronet.de>
11523         - implemented sorting the listview by clicking on the column header
11524         - implemented the context menu entrys for sorting
11525         - some more functions to gather data form pidls
11526
11527         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
11528         Juergen Schmied <juergen.schmied@metronet.de>
11529         Removed linking by GetProcAddress for StrRetToBuf sinc not all
11530         versions of shlwapi exporting this function.
11531
11532         * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
11533         James Abbatiello <abbeyj@wpi.edu>
11534         Removes extraneous comparison of data pointed to by the relocation
11535         offset when no relocation entries exist.
11536
11537         * if1632/wprocs.spec, loader/ne/module.c:
11538         Marcus Meissner <Marcus.Meissner@lst.de>
11539         WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
11540         BLINKER selfextracting executables).
11541
11542         * windows/dialog.c: Abey George <abey@macadamian.com>
11543         Changed EndDialog to behave like as in Windows.
11544         Call SetWindowPos instead of ShowWindow in EndDialog.
11545
11546         * windows/winpos.c: Abey George <abey@macadamian.com>
11547         Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
11548         Code for activating and setting focus to other windows when a window
11549         is hidden, is moved to ShowWindow from SetWindowPos.
11550         Activate the top level window if it's not active in ShowWindow(SW_SHOW).
11551
11552         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11553         Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
11554
11555         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11556         Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
11557         dimensions are equal).
11558
11559         * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
11560         Gustavo Junior Alves <alves@correionet.com.br>
11561         Added Portuguese language support.
11562
11563         * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
11564         Francois Gouget <fgouget@psn.net>
11565         Use the COM macros rather than directly accessing the lpvtbl field.
11566
11567         * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
11568         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11569         Use LoadString16 for FormatMessage16 and handle
11570         FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
11571
11572         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
11573         Some adjustments to ExtTextOut.
11574
11575         * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
11576         Stephane Lussier <stephane@macadamian.com>
11577         Fixed the clipping for the postscript driver and turned it on (by setting
11578         PSDRV_SetDeviceClipping in the function table).
11579
11580         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11581         Account for the trailing NULL in GetLogicalDriveStringsA.
11582
11583         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
11584         Fixed a typo in a function declaration.
11585
11586         * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
11587         Added Hungarian keyboard support.
11588
11589         * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
11590         We have to activate MDI child windows.
11591
11592         * dlls/commdlg/filedlg.c:
11593         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11594         Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
11595         hWnd.
11596
11597         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
11598         Correct usage of a scratch array in X11DRV_PolyBezier.
11599
11600         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
11601         Make WM_GETTEXTLENGTH return length for dropdownlist combos.
11602
11603         * controls/button.c: Francois Boisvert <francois@macadamian.com>
11604         Removed FillRect in the ownerdrawn button procedure.
11605
11606         * windows/x11drv/event.c: Abey George <abey@macadamian.com>
11607         Make sure the Focus Out window is still the Foreground window before
11608         doing SetForegroundWindow(0) in Event_FocusOut.
11609
11610         * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
11611         James Abbatiello <abbeyj@wpi.edu>
11612         Fixes problems with color drift when switching to/from
11613         logical/physical colors.
11614
11615         * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
11616         Mouse position is signed.
11617
11618         * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
11619         Set the COLOR_3DLIGHT system color to the right window default value.
11620
11621         * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
11622         Small hack to check if we need to relocate the TLS directory or not
11623         (some seem to need this pointer relocateable, some already do relocate
11624         it by themselves).
11625
11626         * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
11627         Relink subdirectory objects on Makefile.in/Make.rules.in change.
11628
11629         * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
11630         Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
11631
11632         * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
11633         Don't ref NULL ptrs in debug.
11634
11635         * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
11636         If the joydevice is not present, do not create a DirectInputDevice.
11637
11638         * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
11639         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11640         Map PrintDlg16 to PrintDlgA.
11641
11642         * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
11643         Small fixes.
11644
11645         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
11646         Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
11647         true.
11648
11649         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
11650         Prevent self referencing next pointer during insert.
11651
11652         * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
11653         Added some missing definitions.
11654
11655         * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
11656         Klaas van Gend <klaas@vangend.demon.nl>
11657         Added Dutch to the languages supported by MCI.
11658
11659         * documentation/status/internationalisation:
11660         Klaas van Gend <klaas@vangend.demon.nl>
11661         Updated status of internationalisation.
11662
11663         * loader/pe_image.c:
11664         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11665         Bugfix: *Don't* resolve PE imports if asked not to ...
11666
11667         * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11668         Bugfix: DdeNameService was broken.
11669
11670         * loader/ne/module.c:
11671         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11672         Bugfix: When loading an executable module fails, don't perform module
11673         cleanup before the corresponding task is destroyed.
11674
11675         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
11676         Klaas van Gend <klaas@vangend.demon.nl>
11677         Moved bitmap resource to language-independent resource file.
11678
11679         * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11680         Added warning for future VERSION_GetVersion() (mis-)users and made
11681         OSVERSIONINFO warning more detailed.
11682
11683         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
11684         Marcus Meissner <Marcus.Meissner@caldera.de>
11685         Added stubs for RevokeActiveObject, GetActiveObject, fixed
11686         RegisterActiveObject stub argtypes.
11687
11688         * windows/x11drv/keyboard.c:
11689         Marcus Meissner <Marcus.Meissner@caldera.de>
11690         Added german keyboard layout with "nodeadkeys" option enabled (just to
11691         apostrophes are switched).
11692
11693         * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
11694         Marcus Meissner <Marcus.Meissner@caldera.de>
11695         Stub for VideoCapDriverDescAndVer.
11696
11697         * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
11698         Replicate CreateDirectory() LastError workaround for the LFN part.
11699
11700         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
11701         Also escape characters >=0x80 within the wineregistry savefile.
11702
11703         * dlls/wnaspi32/winaspi32.c:
11704         Marcus Meissner <Marcus.Meissner@caldera.de>
11705         Don't use malloc/free in winaspi32.
11706
11707         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
11708         Use 1 macro for rgbbitdepth -> byte determination.
11709         xshm/image creation now uses 1/8 of the space for every image.
11710
11711         * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
11712         Replaced double ChangeDisplaySettingsA by (Ex)[AW].
11713
11714 Wed Sep 29 12:16:16 1999  Alexandre Julliard  <julliard@winehq.com>
11715
11716         * if1632/builtin.c, loader/module.c, loader/ne/module.c:
11717         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11718         Bugfix: Don't call GetVersionExA too early, to avoid breaking
11719         automatic emulated Windows version detection.
11720
11721         * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
11722         Rein Klazes <rklazes@casema.net>
11723         First implementation of LoadTypeLibEx().
11724
11725         * if1632/mmsystem.spec, multimedia/mmsystem.c:
11726         Marcus Meissner <marcus@jet.franken.de>
11727         Added stub for WMMMIDIRUNONCE called by midimap.drv.
11728
11729         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
11730         Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
11731         following WSACleanup will already free the structures.
11732
11733         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
11734         Create DirectSound object even without sounddevice. Games can be
11735         played without sound, but not without DirectSound object (tested with
11736         Monkey Island 3).
11737
11738         * dlls/oledlg/oledlg.spec, include/ntddk.h, relay32/kernel32.spec, relay32/user32.spec, tools/build.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
11739         Patrik Stridvall <ps@leissner.se>
11740         Fixed some of the issues reported by winapi-check, by adding arguments
11741         to varargs.
11742
11743         * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
11744         Added ability to call winapi_check from the Makefiles.
11745
11746         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
11747         Modification due to problems with winapi-check.
11748
11749         * tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
11750         Patrik Stridvall <ps@leissner.se>
11751         - Adapted to changes in Wine.
11752         - Minor improvements.
11753
11754 Tue Sep 28 16:40:07 1999  Alexandre Julliard  <julliard@winehq.com>
11755
11756         * server/event.c, server/object.h:
11757         Made event manipulation routines public.
11758
11759         * dlls/Makefile.in, dlls/dplayx/.cvsignore, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c, dlls/dplayx/dplay.spec, dlls/dplayx/dplayx.spec, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h, multimedia/Makefile.in, multimedia/dplay.c, relay32/.cvsignore, relay32/dplay.spec, relay32/dplayx.spec, relay32/Makefile.in, Makefile.in, configure, configure.in:
11760         Peter Hunnisett <hunnise@nortelnetworks.com>
11761         - Moved dplay and dplayx to a proper home in the dlls directory.
11762         - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
11763         - Implemented a class factory for dplay and dplobby. COM interfaces
11764           now work for dp and dpl.
11765         - Added a few more entries to dplayx.spec files. How do you find the
11766           ordinals? I just guessed :(
11767         - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
11768         - Included some missing header file definitions.
11769         - Implemented the dplay dll in terms of the dplayx dll. I haven't
11770           tested it so it may not work...
11771         - A few bug fixes and a little new implementatioe.n
11772         - Updated document with a more detailed implementation plan.
11773
11774         * windows/win.c: Noomen Hamza <noomen@macadamian.com>
11775         Rewrite the ShowOwnedPopups function with a safety algorithm.
11776
11777         * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
11778         Make ExecFocusedItem return -1 on failure.
11779
11780         * graphics/ddraw.c, multimedia/dsound.c:
11781         Peter Hunnisett <hunnise@nortelnetworks.com>
11782         - Changed return code for failure on *_DllGetClassObject to
11783           CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
11784         - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
11785         - Changed "return 0;" with S_OK or DS_OK as appropriate.
11786
11787         * dlls/ntdll/signal_i386.c:
11788         Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
11789
11790         * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11791         Remember the allocated string to free it.
11792
11793         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
11794         Force recalculation of menu when calling InsertMenuItem.
11795
11796         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
11797         Ian Schmidt <ischmidt@cfl.rr.com>
11798         Implementation of 2 Win98 by-ordinal SHELL32 routines.  Helps Win98
11799         Explorer work better.
11800
11801         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11802         Fixed typo in hDrv for sending message.
11803
11804 Mon Sep 27 13:38:57 1999  Alexandre Julliard  <julliard@winehq.com>
11805
11806         * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
11807         Eric Pouech <Eric.Pouech@wanadoo.fr>
11808         Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
11809         DLLs.
11810
11811         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11812         Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
11813         discrimination.
11814         Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
11815
11816         * multimedia/mixer.c, multimedia/mmaux.c:
11817         Eric Pouech <Eric.Pouech@wanadoo.fr>
11818         Check for OSS driver presence and return error accordingly.
11819
11820         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11821         Got rid of hack on MIDHDR's reserved field for 16/32 bit
11822         discrimination.
11823
11824         * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11825         Fixed crash with mapper loading.
11826         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
11827         discrimination.
11828
11829         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11830         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
11831         discrimination.
11832
11833         * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
11834         Typo correction.
11835
11836         * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
11837         Fix integer based resource id assumption.
11838         Add support for string based type ids.
11839
11840         * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
11841         Added some basic Winsock2 definitions.
11842
11843         * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
11844         Added EXCEPT_EVENT to wineserver select loop.
11845
11846         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
11847         Fix for VFAT_IOCTL_READDIR_BOTH.
11848
11849         * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
11850         Small wing enhancement.
11851
11852         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
11853         Return key should not be ignored in multiline edit even if
11854         ES_WANTRETURN flag isn't set.
11855
11856         * include/gdi.h, objects/gdiobj.c:
11857         Francis Beaudet <francis@macadamian.com>
11858         DPtoLP needs to round the result.
11859         Fixed MulDiv to deal better with negative numbers.
11860
11861         * windows/painting.c: Francis Beaudet <francis@macadamian.com>
11862         rcPaint has to be returned in logical coordinates but was intersected
11863         with a client rectangle in device coordinates.
11864
11865         * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
11866         Fixed GetRandomRgn.
11867
11868         * files/drive.c: Abey George <abey@macadamian.com>
11869         Made GetCurrentDirectory return long name of the current directory.
11870
11871         * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
11872         Use an extra bit in the button status byte to flag whether the
11873         DefButtonWndProc should process the WM_LBUTTONUP message.
11874
11875         * scheduler/process.c, scheduler/sysdeps.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c, graphics/ddraw.c, include/sig_context.h, include/debugger.h, include/dosexe.h, include/miscemu.h, include/wine/exception.h, loader/signal.c, loader/Makefile.in, loader/main.c:
11876         Moved all signal support to a new platform-specific file.
11877         Make use of the per-thread signal stack (Juergen Lock).
11878         Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
11879
11880 ----------------------------------------------------------------
11881 Thu Sep 23 16:14:44 1999  Alexandre Julliard  <julliard@winehq.com>
11882
11883         * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
11884         Noel Borthwick <noel@macadamian.com>
11885         Added clipboard server.
11886
11887         * tools/Attic/winapi-check, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
11888         Patrik Stridvall <ps@leissner.se>
11889         Made a new improved version of winapi-check in perl.
11890
11891         * msdos/int21.c:
11892         Implemented uppercasing functions (based on a patch by Robert
11893         'Admiral' Coeyman).
11894
11895         * windows/user.c, dlls/ole32/ole2stubs.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/stress/stress_main.c, if1632/dummy.c, include/stress.h, include/wine/wingdi16.h, misc/printdrv.c, windows/input.c:
11896         Patrik Stridvall <ps@leissner.se>
11897         Fixed some of the issues reported by winapi-check.
11898
11899         * misc/comm.c: Patrik Stridvall <ps@leissner.se>
11900         Modification due to problems with winapi-check.
11901
11902         * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
11903         WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
11904         closed after loosing the focus.
11905
11906         * objects/dib.c: Francois Boisvert <francois@macadamian.com>
11907         CreateDIBitmap creates a monochrome bitmap only when the first color of the
11908         colormap is black followed by white. Otherwise it creates a color bitmap.
11909
11910         * windows/defwnd.c, windows/nonclient.c:
11911         Noomen Hamza <noomen@macadamian.com>
11912         Non active window should be activated when it gets any
11913         client/non-client double/single left/medium/right mouse click(s).
11914
11915 Wed Sep 22 16:53:54 1999  Alexandre Julliard  <julliard@winehq.com>
11916
11917         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11918         Added WINEOSS descriptor.
11919
11920         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11921         MMSYSTEM_GetIData() now dies when no iData is present
11922         Better error recovery when the process attachment fails
11923         PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
11924         Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
11925         Makes use of new lolvldrv.c interfaces
11926
11927         * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
11928         Eric Pouech <Eric.Pouech@wanadoo.fr>
11929         Added lolvldrv.c and oss.c.
11930         Thunks to 16 bit are now generated for the MMSYSTEM module.
11931
11932         * configure.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.spec, Makefile.in, configure:
11933         Eric Pouech <Eric.Pouech@wanadoo.fr>
11934         Added dlls/winmm and dlls/winmm/wineoss directories.
11935
11936         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11937         No longer checking for correct iData in code.
11938
11939         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
11940         Added missing DriverCallBack function.
11941
11942         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
11943         All headers (wave and midi functions) are now seen as segptr.
11944         Added stub for joyGetPosEx16().
11945
11946         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11947         Added some missing defines.
11948
11949         * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11950         Now using the same structs for low-level drivers as Windows do.
11951
11952         * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
11953         Eric Pouech <Eric.Pouech@wanadoo.fr>
11954         Make it (almost) 32 bit only.
11955         Reflected creation of WINEOSS module.
11956
11957         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11958         Make it (almost) 32 bit only.
11959         Reflected creation of WINEOSS module.
11960         No longer using ERR when no MIDI card is present.
11961
11962         * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11963         Added stub for joyGetPosEx16().
11964
11965         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11966         No longer checking for correct iData in code.
11967         Added look-up tables to command tables (speeds up queries).
11968
11969         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11970         Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
11971
11972         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11973         Now using modReset() instead of tweaking MIDI controls.
11974
11975         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11976         Fixed returned type upon open.
11977         Fixed some bogus error checking.
11978
11979         * multimedia/mcianim.c, multimedia/mciavi.c:
11980         Eric Pouech <Eric.Pouech@wanadoo.fr>
11981         Fixed returned type upon open.
11982
11983         * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
11984         Do not set EH_NONCONTINUABLE.
11985
11986         * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
11987         Morten Eriksen <mortene@sim.no>
11988         Added simple console mode example program which lists information
11989         about the version of Windows we're currently running on.
11990
11991         * loader/module.c: Fixed memory allocation bug.
11992
11993         * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
11994         Fix infinite loop with glastXFocusWindow.
11995
11996         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
11997         Allow creation of empty imagelist.
11998
11999         * objects/palette.c, relay32/gdi32.spec:
12000         Ian Schmidt <ischmidt@cfl.rr.com>
12001         Added partial implementation of GetICMProfileA, required by Paint Shop
12002         Pro 5.
12003
12004         * controls/menu.c: Abey George <abey@macadamian.com>
12005         Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
12006         when TPM_NONOTIFY flag is set in TrackPopupMenu.
12007
12008         * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
12009         getpeername() and getsockname() return errors in errno not h_errno.
12010
12011 Mon Sep 20 18:52:06 1999  Alexandre Julliard  <julliard@winehq.com>
12012
12013         * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
12014         Patrik Stridvall <ps@leissner.se>
12015         Fixed ANSI C violations.
12016
12017         * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
12018         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12019         Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
12020
12021         * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
12022         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12023         Don't create thunk for task signal proc, call it directly.
12024
12025         * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
12026         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12027         DC hook proc thunk management simplified.
12028
12029         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12030         System timer proc thunk creation moved out of if1632/thunk.c.
12031
12032         * scheduler/thread.c:
12033         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12034         Don't create thunk for CreateThread16 proc, call it directly.
12035
12036         * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
12037         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12038         Windows hook proc thunk management simplified.
12039
12040         * include/callback.h, if1632/thunk.c:
12041         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12042         Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
12043         Removed persistent thunk creation routines.
12044
12045         * configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xf86dga2.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86dga2.c:
12046         Lionel Ulmer <lionel.ulmer@free.fr>
12047         Added the possibility to use DGA 2.0.
12048
12049         * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12050         Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
12051
12052         * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
12053         It's no error to send a WM_COMMAND to MenuHelp.
12054
12055         * files/file.c: Francois Boisvert<francois@macadamian.com>
12056         CreateFileA returns HFILE_ERROR when the filename contains a wild card.
12057
12058         * controls/static.c: Francis Beaudet <francis@macadamian.com>
12059         Fixed display bug in the static control.
12060
12061         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
12062         Message removed when menu tracking finish on a WM_LBUTTONDOWN.
12063
12064         * include/bitmap.h, include/ts_xlib.h, include/x11drv.h, objects/dib.c, tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c:
12065         Noel Borthwick <noel@macadamian.com>
12066         - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
12067           and native Linux applications.
12068         - Respond to the MULTIPLE selection request target when Wine is the
12069           selection owner.
12070         - Relax type checking for TARGETS selection.
12071
12072         * if1632/builtin.c, loader/module.c:
12073         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12074         Set 'expected_version' of built-in and dummy modules according to
12075         emulated Windows version.
12076
12077         * if1632/relay.c, loader/main.c:
12078         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12079         Make CallTo16 return stub segment owned by KERNEL.
12080
12081         * include/wine/winbase16.h, loader/task.c:
12082         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12083         Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
12084
12085         * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
12086         Added some values that were missing in the Swedish nls file.
12087
12088 Sun Sep 19 18:58:16 1999  Alexandre Julliard  <julliard@winehq.com>
12089
12090         * graphics/x11drv/dib.c:
12091         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12092         Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
12093
12094         * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
12095         Added missing export.
12096
12097         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
12098         Fixed crash when loading *.ani files.
12099
12100         * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
12101         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12102         Moved bulk of OLE implementation to dlls/ subdirectories.
12103
12104         * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
12105         Send correct WM_MENUSELECT when menu closes.
12106
12107         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
12108         Francois Boisvert <francois@macadamian.com>
12109         Added small feature in the file dialog.
12110
12111         * win32/newfns.c, files/drive.c, include/winnt.h, include/wtypes.h, msdos/vxd.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/hglobalstream.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/olefont.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/variant.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c:
12112         Patrik Stridvall <ps@leissner.se>
12113         Added support for anonymous structs/unions on compilers that implement it.
12114
12115         * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
12116         Peter Ganten <ganten@uni-bremen.de>
12117         Stubs for PolyTextOutA/W.
12118
12119         * graphics/x11drv/dib.c, objects/dib.c:
12120         Karl Lessard <ybicubuk@umail.corel.com>
12121         Some more minor GDI fixes.
12122
12123         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
12124         In ImageList_Draw when drawing the bitmap with the transparent flag
12125         set, background color/foreground color should be set to white/black,
12126         when doing bitblt operation with the bitmap mask.
12127
12128         * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
12129         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12130         Extend DRAWMODE struct to win95 spec.
12131         Add some more Escape -> Escape16 conversions.
12132
12133         * graphics/win16drv/prtdrv.c:
12134         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12135         Stop trashing devmode if in and out devmodes are the same.
12136
12137         * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
12138         The MDIClient class must be registered with the IDC_ARROW cursor.
12139
12140         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
12141         Implemented the disabled state of the combobox.
12142
12143         * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
12144         Protect SetMenu from rogue menu handle.
12145         GetMenu16 can just call GetMenu.
12146
12147         * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
12148         Protect MDISetMenu from rogue menu handles.
12149
12150         * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
12151         Tidy up TRACE etc to use default channel.
12152
12153         * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
12154         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12155         Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
12156
12157         * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
12158         Thuy Nguyen <thuy@macadamian.com>
12159         Added support for wizard property sheets.
12160
12161         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12162         Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
12163
12164         * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
12165         - iSelected should be -1 if no item selected (Gerard Patel)
12166         - some of the checks for invalid items where > when they should have been >=
12167           (Marcus Meissner)
12168         - made InsertItem behave similarly to DeleteItem, ie, if the current item is
12169           after where the item is inserted, increment the selected item (David Luyer)
12170
12171         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12172         Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
12173
12174         * debugger/db_disasm.c:
12175         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12176         Bugfix: (E)IP-relative offsets depend on operand, not address, size.
12177
12178         * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
12179         Marcus Meissner <marcus@jet.franken.de>
12180         Added stub implementation for EnumDisplayDevices*.
12181
12182         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
12183         Added SC_GET_DEVTYPE.
12184
12185         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
12186         Added stub for OLE32.DllGetClassObject.
12187
12188         * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
12189         Juergen Schmied <juergen.schmied@metronet.de>
12190         More support for special pidls in SHGetSpecialFolderLocation.
12191
12192         * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
12193         Luc Tourangeau <luc@macadamian.com>
12194         Implemented invisible pens.
12195
12196         * objects/dib.c, graphics/x11drv/dib.c:
12197         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12198         Small DIB fixes.
12199
12200         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
12201         Added a case for menu handling in win31.
12202
12203 Tue Sep 14 11:51:02 1999  Alexandre Julliard  <julliard@winehq.com>
12204
12205         * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
12206         Karl Lessard <karll@corel.com>
12207         Fixed GetDIBits problems.
12208
12209         * misc/cpu.c, multimedia/mixer.c, include/commctrl.h, include/mmsystem.h, include/ntddk.h, include/prsht.h, include/shlobj.h, include/winbase.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_oleaut.h:
12210         Patrik Stridvall <ps@leissner.se>
12211         Add support for anonymous struct/unions on compilers that implement it.
12212
12213 Mon Sep 13 16:06:17 1999  Alexandre Julliard  <julliard@winehq.com>
12214
12215         * controls/button.c, controls/uitools.c:
12216         Dennis Bj|rklund <dennisb@cs.chalmers.se>
12217         Fixed win9x look on checkboxes and radiobuttons.
12218
12219         * graphics/win16drv/.cvsignore, graphics/win16drv/Makefile.in, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, misc/.cvsignore, misc/Makefile.in, misc/printdrv.c, objects/dc.c, graphics/escape.c, graphics/psdrv/escape.c:
12220         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12221         Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
12222         Remove relays for win16drv from CallBack table, instead use build to
12223         generate them directly in graphics/win16drv/prtdrv.c.
12224         If Printer AbortProc is 16bit then allocate thunk and store that as a
12225         32bit proc in DC.  Setting of abortprocs now done in the correct place
12226         (i.e. not in the driver).
12227
12228         * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
12229         Relaxed parameter checking for GetDIBits.
12230
12231         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12232         Fixed last error code when trying to load unknown VxD with CreateFile.
12233
12234         * dlls/shell32/shell32_main.c:
12235         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12236         Pretend successful execution of SHELL_NotifyIcon*().
12237
12238         * controls/menu.c, relay32/user32.spec:
12239         Eric Pouech <Eric.Pouech@wanadoo.fr>
12240         Added MenuItemFromPoint stub.
12241
12242         * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12243         Fixed off by one allocation error (DPA and DSA).
12244
12245         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12246         Fixed crash in PlaySound thread.
12247
12248 Sat Sep 11 16:29:00 1999  Alexandre Julliard  <julliard@winehq.com>
12249
12250         * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
12251         For Win 3.x applications, if they have either horizontal or vertical
12252         scrollbars, enable both.
12253
12254         * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
12255         Patrik Stridvall <ps@leissner.se>
12256         Eliminated warnings.
12257
12258         * controls/combo.c, controls/listbox.c:
12259         Pierre Mageau <pierre@macadamian.com>
12260         Set the mouse capture on the combo listbox.
12261
12262         * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
12263         - fixed the creation of back-buffers in DGA mode
12264         - added a check on the validity of the Locking rectangle
12265         - fixed the enumeration for DX-6.0
12266
12267         * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
12268         Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
12269
12270         * controls/button.c: Abey George <abey@macadamian.com>
12271         Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
12272         BS_CHECKBOX, BS_AUTO* styles.
12273
12274 Fri Sep 10 14:38:20 1999  Alexandre Julliard  <julliard@winehq.com>
12275
12276         * graphics/psdrv/driver.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, include/psdrv.h, include/win16drv.h, graphics/driver.c:
12277         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12278         Winspool DocumentProperties and DeviceCapabilities should now work on
12279         native 16 bit drivers.
12280
12281         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12282         Fixes DeviceCapabilities for DC_PAPERSIZE.
12283         Various fixes for OpenPrinter and EnumPrinters.
12284         Separation of GetPrinter in preparation for unification with EnumPrinters.
12285
12286         * graphics/psdrv/ppd.c, include/wingdi.h:
12287         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12288         Add support for a large number of different paper sizes to PostScript
12289         driver.
12290
12291         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
12292         Added definitions of COM objects for D3D 6.x support.
12293
12294         * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
12295         If there is not an exact match found for the requested font name,
12296         instead of using the first font defined for the printer, map some
12297         common font families (e.g. Arial -> Helvetica), and search again.
12298
12299         * if1632/kernel.spec, if1632/thunk.c:
12300         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12301         Fixed bug in CBClient routines by storing the SEGPTR in the global
12302         table and translating it on every use.
12303
12304         * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
12305         Changed the pixmap to look like the windows default application icon.
12306
12307         * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
12308         Stop crash in GetDiskFreeSpaceEx.
12309
12310         * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
12311         Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
12312         handled by the window manager.
12313
12314         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
12315         Implemented the behavior around the ES_WANTRETURN style in the edit
12316         control.
12317
12318         * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
12319         Pressing the delete key using an extended keyboard with numlock on is
12320         not generating anymore a WM_CHAR message.
12321
12322         * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
12323         Fixed pattern matching in PathMatchSpecA/W
12324
12325         * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
12326         Tabbing in the listview of the shellview.
12327
12328         * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
12329         Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
12330         LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
12331         column width.
12332         Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
12333
12334         * dlls/shell32/shell32_main.c:
12335         Juergen Schmied <juergen.schmied@metronet.de>
12336         Fixed crash in detach sequence.
12337
12338         * dlls/shell32/shlfolder.c:
12339         Juergen Schmied <juergen.schmied@metronet.de>
12340         Fixed wrong return value.
12341
12342         * dlls/crtdll/crtdll_main.c:
12343         Juergen Schmied <juergen.schmied@metronet.de>
12344         Prevent endless loop in except2.
12345
12346         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
12347         Now works around wine never exiting the debugger.
12348         Should put bug reports in the right place now.
12349
12350         * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
12351         Marcus Meissner <Marcus.Meissner@caldera.de>
12352         Added stub for RegisterActiveObject().
12353
12354         * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
12355         Marcus Meissner <marcus@jet.franken.de>
12356         Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
12357
12358 Sun Sep  5 16:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
12359
12360         * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
12361         Removed __winelib flag.
12362
12363         * windows/driver.c, multimedia/audio.c, multimedia/dsound.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmsystem.c, multimedia/time.c, multimedia/winmm.rc:
12364         Eric Pouech <Eric.Pouech@wanadoo.fr>
12365         Updated to new MM header organization.
12366
12367         * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
12368         Eric Pouech <Eric.Pouech@wanadoo.fr>
12369         Moved DDK level material to new include/mmddk.h file.
12370         Copied some SDK level material from include/multimedia.h file.
12371
12372         * multimedia/mciwave.c, multimedia/mcimidi.c:
12373         Eric Pouech <Eric.Pouech@wanadoo.fr>
12374         Updated to new MM header organization.
12375         Cleaned-up internal structures (now 32 bit only).
12376         Now using the MMSYSTEM entry points rather than the low level driver
12377         ones directly.
12378
12379         * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
12380         Fix %fs for signal handlers in the FS_sig undefined case (this patch
12381         actually from Ulrich Weigand, I only tested it).
12382
12383         * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
12384         Ron Record <rr@sco.com>
12385         Added support of __thr_errno for reentrance on UnixWare.
12386
12387         * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
12388         No longer needs to calculate its own character size.
12389
12390         * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
12391         Consequential changes to default system font sizes
12392
12393         * graphics/x11drv/xfont.c, include/x11font.h:
12394         Richard Cohen <richard@jubjub.demon.co.uk>
12395         Various fixes for the X11 font mapper, particularly:
12396         - size fonts with negative heights correctly
12397         - calculate average width correctly.
12398
12399         * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
12400         Use a special value in the hotspot coordinate to identify which HICON
12401         are cursors and which are icons.
12402
12403         * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
12404         Modified CBDropDown to find the best height of the listbox.
12405
12406 Sat Sep  4 14:36:03 1999  Alexandre Julliard  <julliard@winehq.com>
12407
12408         * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
12409         Added configure check for str[n]casecmp.
12410
12411         * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12412         Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
12413
12414         * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12415         Added type PWORD.
12416
12417         * dlls/winspool/info.c, include/winspool.h:
12418         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12419         Added loads of types, defines and declarations to winspool.h.
12420
12421         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
12422         Francois Boisvert<francois@macadamian.com>
12423         Fixed the height of items in the lookin combobox of the filedlg95.
12424
12425         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
12426         Initialize the enabling state variable in the edit.
12427
12428         * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
12429         The fast window frame size should be the same as the frame size used
12430         by NC_DrawFrame function.
12431
12432         * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12433         Fixed compiler warnings.
12434
12435         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12436         lstrncmpi isn't a windows API, use strncasecmp instead.
12437
12438         * memory/global.c:
12439         Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
12440
12441         * windows/msgbox.c: Added missing HFONT type.
12442
12443         * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
12444         Pierre Mageau <pierre@macadamian.com>
12445         Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
12446         CURSORICON_FindBestIcon changed to find the correct icon.
12447         ImageList_ReplaceIcon now calls CopyImage internally.
12448         Assign a value for the hIconSm CLASS member (using CopyImage).
12449
12450         * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
12451         Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
12452
12453         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
12454         Give applications a copy of the property sheet dialog template as they
12455         might modify it.
12456
12457         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
12458         Relay exclude lists were not working due to some CharUpperA()
12459         somewhere else.
12460
12461         * loader/loadorder.c, wine.ini:
12462         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12463         winspool -> winspool.drv
12464
12465         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
12466         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12467         Implemented StrCmpNIA like the other StrCmpXX functions.
12468
12469         * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
12470         Resolve environment variable when enumerating values.
12471
12472         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
12473         The format rect is recalculated for each font change. MoveEnd &
12474         MoveHome improved.
12475
12476 Fri Sep  3 16:49:17 1999  Alexandre Julliard  <julliard@winehq.com>
12477
12478         * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
12479         Karl Lessard <karll@corel.com>
12480         Ian Ward
12481         Dan Langlois
12482         Speed up conversion between XImages and DIBSections.
12483
12484         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
12485         Francois Boisvert <francois@macadamian.com>
12486         Some <open> features in the file dialog 95.
12487
12488         * include/winnt.h, scheduler/sysdeps.c:
12489         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12490         Removed global variable pCurrentTeb.
12491
12492         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12493         HEAP_Commit/Decommit were assuming a page size of 4KB
12494         unconditionally.
12495
12496         * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12497         A few more DC_ defines from Win2000.
12498
12499         * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12500         Check that lpCreate->lpszName is non-NULL.
12501
12502         * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
12503         More restrictive checks, so DIALOG_IsAccelerator don't loop
12504         endlessly.
12505
12506         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
12507         Menu hides when clicked for a second time.
12508
12509         * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
12510         - select the font into the dc before calculating the extent
12511         - make buttonheight correspond to text height + width to caption
12512         - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
12513         - #defines for DlgItemIds
12514         - implement MB_RETRYCANCEL
12515
12516         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
12517         Keep the enable state in the edit structure instead of calling
12518         IsWindowEnabled().
12519
12520         * include/clipboard.h, include/ttydrv.h, include/x11drv.h, ole/clipboard.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c:
12521         Noel Borthwick <noel@macadamian.com>
12522         - Implement interprocess clipboard communication.
12523         - Support for the PRIMARY and CLIPBOARD selection atoms.
12524         - Support for the TARGETS selection format.
12525         - Expose native Windows clipboard formats through X selection targets.
12526
12527         * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
12528         Make stock fonts independent of mapping mode.
12529         System font should only be bold for Win31.
12530
12531         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
12532         Removed truncating errors that happen when converting fom dialog units
12533         to pixels.
12534
12535         * windows/winpos.c: Abey George<abey@macadamian.com>
12536         Check new coordinates received in WM_NCCALCSIZE message.
12537
12538         * controls/button.c: Francis Beaudet <francis@macadamian.com>
12539         Slight 1 pixel adjustment on the position of the radio button bitmap.
12540
12541         * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12542         Fixed off by one allocation errors.
12543
12544         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
12545         The backspace is now handled in the WM_CHAR message.
12546
12547         * windows/mdi.c, windows/nonclient.c:
12548         Francis Beaudet <francis@macadamian.com>
12549         Make sure that all MDI children have the WS_EX_MDICHILD style set.
12550
12551         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
12552         Fixed prototype order.
12553
12554         * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
12555         Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
12556
12557         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12558         Fixed crash.
12559
12560         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
12561         Fixed the support for the close button in the ShellAbout dialogs.
12562
12563         * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
12564         Added Dutch resources for PrintDlg32.
12565
12566         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
12567         Klaas van Gend <klaas@vangend.demon.nl>
12568         Completed PrintDlg32 resource stringtable.
12569
12570         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
12571         Added sanity checks in the cleanup code.
12572
12573         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
12574         Completed GetKeyNameText for non-character keys.
12575
12576         * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
12577         Make directories name appear in the BrowseForFolder dialog.
12578
12579         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12580         Do not remove .drv from filenames.
12581
12582         * controls/button.c: Francis Beaudet <francis@macadamian.com>
12583         Fixed a little positioning bug with the checkbox.
12584
12585         * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
12586         Abey George <abey@macadamian.com>
12587         Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
12588         styles.
12589
12590         * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
12591         Changed snprintf to wsnprintfA to remove unresolved external when
12592         compiling on Solaris/Sun.
12593
12594         * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
12595         Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
12596         equivalents. (WinWord 97, File Open dialog)
12597
12598         * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
12599         Use in GetClassInfoW the same hack for systemclasses as in
12600         GetClassInfoA (winword 97 with native comctl32).
12601
12602         * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
12603         Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
12604
12605         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
12606         Implemented wParam of WM_PAINT msg for edit control.
12607
12608         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12609         Fix off by one error in WINSPOOL_GetOpenedPrinterA.
12610
12611         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
12612         subkey_found did not search for _all_ sub keys.
12613
12614 Sat Aug 21 14:47:29 1999  Alexandre Julliard  <julliard@winehq.com>
12615
12616         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
12617         Francois Boisvert <francois@macadamian.com>
12618         Implemented basic browsing in the file name edit of the filedlg 95.
12619
12620         * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
12621         Avoid changing the activation state in EnableMenuItem.
12622
12623         * include/winnt.h: Fixed #ifdef symbol for PowerPC.
12624
12625         * ole/parsedt.c, ole/parsedt.h:
12626         Eric Pouech <Eric.Pouech@wanadoo.fr>
12627         Only declare DateStyle in a single compilation unit.
12628
12629         * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
12630         Added the case of a user defined icon for the sysbutton hittest.
12631
12632         * ole/typelib.c: Rein Klazes <rklazes@casema.net>
12633         Fixed typelib reading to correctly use the offset of the typelib that
12634         is embedded in for example a dll file.
12635
12636         * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
12637         Fixed CreateDIBSection() called with negative height to set the height
12638         positive in the created DIBSECTION, as per MS knowledgebase Q186586.
12639
12640         * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
12641         The paint rectangle return in the PAINTSTRUCT in BeginPaint should
12642         never be bigger than the client area of the window.
12643
12644         * controls/listbox.c: Rein Klazes <rklazes@casema.net>
12645         Make sure that an empty string never matches a listbox entry in
12646         LISTBOX_FindString().
12647
12648         * dlls/version/info.c:
12649         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12650         Alignment fix.
12651
12652         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12653         Fixed crash when accessing sysmenu.
12654
12655         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12656         Really do a silent backtrace when requested.
12657
12658         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12659         Do not set the address if the symbol is still tagged INVALID.
12660
12661         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12662         Added support for N_BINCL and N_EINCL instructions.
12663         Fixed type parsing (as generated by egcs).
12664
12665 Wed Aug 18 18:40:52 1999  Alexandre Julliard  <julliard@winehq.com>
12666
12667         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12668         Use typedef to work around egcs problem.
12669
12670         * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
12671         Removed unnecessary includes from ole related files.
12672
12673         * ole/compobj.c, multimedia/mmsystem.c:
12674         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12675         Adapted to WOW changes.
12676
12677         * include/callback.h, include/winbase.h, include/wine/winbase16.h, include/wownt32.h, loader/module.c, memory/global.c, memory/selector.c, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
12678         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12679         Moved implementation of WOW routines to single file.
12680         Added all missing WOW routines, fixed WOWCallback16Ex.
12681
12682         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12683         Fixed internal buffer for 16 bit mmio MEM files.
12684
12685         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12686         - some errors in cleaning up values returned by MCI drivers: this
12687           should solve the issues reported with the CD player/writer
12688         - crash when command was requested with automatic open (note, this
12689           will now gracefully report an error, not do the correct thing).
12690
12691         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
12692         Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
12693         flags.
12694
12695         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12696         Bugfix: EFlags were passed incorrectly by CallFrom16Register.
12697
12698         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12699         Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
12700
12701         * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
12702         Bertho Stultiens <bertho@panter.soci.aau.dk>
12703         Wrc did not check any IDs which are only 16 bit. Common dialogs had some
12704         IDs larger and that caused problems. This is now solved (I hope).
12705
12706 ----------------------------------------------------------------
12707 Sun Aug 15 18:52:32 1999  Alexandre Julliard  <julliard@winehq.com>
12708
12709         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
12710         Fixed cursor stretch code.
12711
12712         * memory/selector.c:
12713         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12714         Inhibit wraparound in comparison.
12715
12716         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
12717         Juergen Schmied <juergen.schmied@metronet.de>
12718         New internal dll, exporting already existing path functions.
12719
12720         * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
12721         Francis Beaudet <francis@macadamian.com>
12722         Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
12723         for the MSG_InternalGetMessage() call is a WM_TIMER.
12724
12725         * rc/winerc.c, include/resource.h, include/windef.h:
12726         Patrik Stridvall <ps@leissner.se>
12727         GCC 3.0 has not been released yet, but it is good to be prepared.
12728
12729         * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
12730         Added resolution of LVM messages.
12731
12732         * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
12733         Added protection against possible memory corruption.
12734
12735         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
12736         Fixed cursor selection to find the correct cursor when more than one
12737         available.
12738
12739         * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
12740         Thuy Nguyen <thuy@macadamian.com>
12741         Replaced a static ten element array with a dynamic pointer array.
12742
12743         * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
12744         Fix special case when no printer installed.
12745
12746         * dlls/shell32/shell.c, dlls/shell32/shell.spec:
12747         James Juran <jrj120@psu.edu>
12748         New routine DllEntryPoint for shell.dll.  Loads shell32.dll,
12749         since most shell.dll functions call their 32-bit counterparts.
12750
12751         * dlls/version/info.c:
12752         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12753         Fixed alignment.
12754
12755         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
12756         EM_SETSEL scrolls if outside of the visible range.
12757         "shift+home" selection improved in the edit control.
12758
12759         * ole/parsedt.c: Removed RCS keyword.
12760
12761         * dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/wine/undocshell.h:
12762         Juergen Schmied <juergen.schmied@metronet.de>
12763         More use of rc files for strings and menus, fixes. First internal
12764         icons.
12765
12766         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
12767         New interface: DropSource.
12768
12769         * dlls/shell32/shlfolder.c:
12770         Juergen Schmied <juergen.schmied@metronet.de>
12771         Better DropTarget.
12772
12773         * dlls/shell32/shell32_main.c:
12774         Juergen Schmied <juergen.schmied@metronet.de>
12775         Implemented SHGetFileInfo better.
12776
12777         * dlls/shell32/iconcache.c:
12778         Juergen Schmied <juergen.schmied@metronet.de>
12779         Protect cache with critical section.
12780         Removed hack to load icons from external shell32.dll.
12781
12782         * dlls/shell32/dataobject.c:
12783         Juergen Schmied <juergen.schmied@metronet.de>
12784         QueryGetData, EnumFormatEtc implemented.
12785
12786         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
12787         Fixed mapping of file extensions to text.
12788
12789         * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
12790         Fixed ascii/unicode issue for naming of the mutexes.
12791         Made mutex handles global.
12792         Fixed incorrect interpretation of return values of WaitForSingleObject.
12793
12794         * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
12795         First implementation of GetCharacterPlacementA.
12796
12797         * windows/defwnd.c, include/winuser.h:
12798         Thuy Nguyen <thuy@macadamian.com>
12799         Implemented the WM_SETICON and WM_GETICON messages.
12800
12801         * files/drive.c: Morten Eriksen <mortene@sim.no>
12802         FIXME on unimplemented feature made less obtrusive.
12803
12804         * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
12805         Now the conversion in the blt functions round up the result.
12806
12807         * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
12808         Document use of "init" in build-spec.txt, and make build.c print a
12809         warning if someone tries to use "init" in a Win16 spec file.
12810
12811         * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
12812         Make sure we have a dgroup before patching prologs.
12813
12814         * */Makefile.in, */.cvsignore:
12815         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12816         Adapted to glue code generation changes.
12817
12818         * loader/ne/module.c, loader/ne/segment.c, windows/winproc.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/module.h, include/snoop.h, loader/module.c, loader/task.c:
12819         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12820         Adapted to new-style Wine thunks.
12821         Removed some now unnecessary function pointers.
12822
12823         * include/builtin16.h, include/stackframe.h, tools/build.c:
12824         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12825         CallTo16... / CallFrom16... Wine thunks reorganized:
12826         - Cleaner separation between core and glue code.
12827         - Argument conversion glue code now in C.
12828         - Glue code needed for 16-bit .spec files inlined.
12829
12830 Sat Aug 14 15:53:50 1999  Alexandre Julliard  <julliard@winehq.com>
12831
12832         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12833         - implemented GetCommModemStatus
12834         - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
12835         - added more verbose TRACEing
12836
12837         * misc/version.c: Morten Eriksen <mortene@sim.no>
12838         Made GetVersionEx() behave in accordance with the specification with
12839         regard to error handling.
12840
12841         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
12842         Mark G. Adams <madams@livepage.com>
12843         Added stub for DrawDibClose.
12844
12845         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
12846         Fixed the look of the combobox's drop down button when in Win95 look.
12847
12848         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
12849         Added support for icons in property sheet tabs.
12850
12851         * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
12852         Bertho Stultiens <bertho@panter.soci.aau.dk>
12853         Version 1.0.14 of wrc.
12854
12855 Sun Aug  8 18:56:04 1999  Alexandre Julliard  <julliard@winehq.com>
12856
12857         * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
12858
12859         * ole/ole2nls.c, win32/kernel32.c, dlls/commdlg/printdlg.c, dlls/ntdll/rtlstr.c, dlls/shell32/shell32_main.c, dlls/shell32/shellpath.c, dlls/version/info.c, files/dos_fs.c, if1632/thunk.c, include/wine/winestring.h, loader/libres.c, loader/pe_resource.c, dlls/comctl32/comctl32undoc.c:
12860         Replaced a few calls to lstr* functions by their CRTDLL or libc
12861         equivalent.
12862
12863         * memory/string.c:
12864         Added an exception handler around a few lstr* functions.
12865
12866         * dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec, include/crtdll.h:
12867         Reimplemented multi-byte and wide-chars functions to not depend on
12868         lstr* functions; added a few missing ones; fixed a couple of bugs.
12869
12870 Sat Aug  7 14:32:34 1999  Alexandre Julliard  <julliard@winehq.com>
12871
12872         * include/Attic/wnet.h, include/wine/winnet16.h, include/winerror.h, include/winnetwk.h, include/winuser.h, misc/network.c, relay32/.cvsignore, relay32/Attic/mpr.spec, relay32/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, dlls/mpr/auth.c, dlls/mpr/mpr.spec, dlls/mpr/mpr_main.c, dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c, dlls/mpr/wnet.c, include/netspi.h:
12873         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12874         Separated Win16 (USER) and Win32 (MPR) network routines.
12875         Moved implementation of MPR to dlls/mpr/.
12876         Added proper headers and stubs for missing MPR routines.
12877
12878         * misc/registry.c:
12879         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12880         Improved (sort of) RegFlushKey.
12881
12882         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
12883         If the window is already the topmost window in ShowWindow(SW_SHOW), it
12884         must not be activated.
12885
12886         * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
12887         WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
12888
12889         * windows/dce.c, windows/x11drv/wnd.c:
12890         Stephane Lussier <stephane@macadamian.com>
12891         X11drv SetDrawable function modifies the DC origin, this translation
12892         should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
12893
12894         * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
12895         Set focus to the dialog in EndDialog.
12896
12897         * libtest/Makefile.in: James Juran <jrj120@psu.edu>
12898         Make sure we compile winestub.o before trying to build a Winelib test
12899         program.
12900
12901         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12902         Fixed case sensitivity flag.
12903
12904         * include/commdlg.h, dlls/commdlg/printdlg.c:
12905         Klaas van Gend <klaas@vangend.demon.nl>
12906         Implemented the return of hDevModes and hDevNames in the PRINTDLG
12907         structure of PrintDlgA().
12908
12909         * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
12910         Made hardware_event use win32-conformant parameters.
12911
12912         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
12913         Explicitly load shell32.dll.
12914
12915         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
12916         Take into account icons when determining tab size.
12917
12918         * files/drive.c: Morten Eriksen <mortene@sim.no>
12919         Improved GetDiskFreeSpaceEx() implementation a little bit.
12920
12921         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12922         - added some more Baudrates
12923         - fixed a hang in tcsetattr when the input buffer isn't empty
12924         - added more verbosity for debugging
12925
12926         * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
12927         Handle the case when the button is really small.
12928
12929         * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
12930         WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
12931         specify WS_CAPTION.
12932
12933 Wed Aug  4 15:07:57 1999  Alexandre Julliard  <julliard@winehq.com>
12934
12935         * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
12936         Marcus Meissner <marcus@jet.franken.de>
12937         Implemented DirectInput Joystick support (tested with WC:Prophecy).
12938
12939         * relay32/kernel32.spec, win32/time.c:
12940         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
12941         Implemented SetLocalTime.
12942
12943         * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
12944         Minor fix to the French Canadian keyboard.
12945
12946         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
12947         When flipping backbuffer -> frontbuffer, first exchange surfaces, then
12948         copy XImage, since the palette might only be defined in the frontbuffer.
12949
12950         * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
12951         Create sysconfdir on install.
12952
12953         * dlls/stress/.cvsignore: Fixed typo.
12954
12955         * dlls/wnaspi32/winaspi32.c, if1632/relay.c, include/debugtools.h, loader/pe_image.c, win32/kernel32.c, windows/x11drv/keyboard.c, controls/listbox.c, controls/menu.c, controls/scroll.c, dlls/version/info.c, dlls/winaspi/winaspi16.c:
12956         Got rid of dsprintf and related macros.
12957
12958         * server/mutex.c:
12959         Remove the mutex from the thread list when destroying it.
12960
12961         * */*:
12962         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12963         Moved various DLLs to dlls/
12964
12965 Sun Aug  1 14:58:02 1999  Alexandre Julliard  <julliard@winehq.com>
12966
12967         * dlls/winaspi/winaspi16.c, if1632/snoop.c, include/winnt.h, loader/ne/segment.c, misc/error.c, msdos/devices.c, msdos/dpmi.c, msdos/int21.c, msdos/int33.c, debugger/registers.c, debugger/stack.c:
12968         Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
12969         aliasing optimization problems.
12970
12971         * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
12972         Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
12973
12974         * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
12975         Removed async I/O support.
12976
12977         * include/comm.h, misc/comm.c:
12978         Use the service thread for comm notifications.
12979
12980         * include/sig_context.h, include/stackframe.h, loader/task.c, msdos/dpmi.c, relay32/relay386.c, win32/kernel32.c, if1632/relay.c, if1632/thunk.c:
12981         Made stack manipulation macros into inline functions.
12982         Changed a few accesses to context registers to avoid potential
12983         aliasing optimization problems.
12984
12985         * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
12986         Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
12987         SIGCONTEXT.
12988
12989         * Makefile.in: Remove wine.conf.man on distclean
12990
12991 ----------------------------------------------------------------
12992 Sat Jul 31 19:35:58 1999  Alexandre Julliard  <julliard@winehq.com>
12993
12994         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
12995         Close the right window when clicking on a non active window close
12996         button.
12997
12998         * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
12999         Removed the dependency on "dummy" for wine and wine.sym.
13000
13001         * files/profile.c:
13002         Remove file from cache when flushing it (based on a patch by Ian
13003         Schmidt).
13004
13005         * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
13006         Added CONTEXT for ALPHA and MIPS.
13007
13008         * configure.in, Make.rules.in, Makefile.in, configure:
13009         Patrik Stridvall <ps@leissner.se>
13010         Added support for Solaris Lint.
13011
13012         * scheduler/debugger.c, server/debugger.c, tools/make_debug, win32/console.c, console/generic.c, console/xterm.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/debugdefs.h, include/xmalloc.h, misc/xmalloc.c:
13013         Patrik Stridvall <ps@leissner.se>
13014         Fixed some of the issues reported by Solaris Lint.
13015
13016         * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
13017         Solaris C/C++ compile fix.
13018
13019         * msdos/dosmem.c, ole/storage32.c, windows/painting.c, controls/button.c, dlls/comctl32/monthcal.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, graphics/ddraw.c, include/wine/obj_base.h:
13020         Patrik Stridvall <ps@leissner.se>
13021         Various ANSI C compability fixes.
13022
13023         * relay32/winmm.spec, if1632/builtin.c, if1632/gdi.spec, if1632/mmsystem.spec, if1632/user.spec, include/multimedia.h, include/ntddk.h, include/olectl.h, include/winsock.h, misc/network.c, misc/system.c, misc/winsock.c, multimedia/mmsystem.c, ole/olefont.c, relay32/kernel32.spec, relay32/oleaut32.spec, relay32/user32.spec, dlls/comctl32/comctl32.spec, dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/tapi32/tapi32.spec:
13024         Patrik Stridvall <ps@leissner.se>
13025         Fixed some of the issues reported by winapi-check.
13026
13027         * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
13028         Actually create the man/ subdirectories before installing.
13029
13030         * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
13031         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13032         Implemented KERNEL.447 (WIN32_OldYield16).
13033
13034         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13035         Suspend WND lock before EVENT_Synchronize.
13036
13037         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13038         Create VxD handle only for known VxDs.
13039
13040         * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
13041         Made compilation of *.spec.c files use -fno-builtin regardless of
13042         where they are.
13043
13044         * include/tapi.h, include/winbase.h, scheduler/thread.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/memorystream.c, graphics/ddraw.c, dlls/avifil32/avifile.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c:
13045         Patrik Stridvall <ps@leissner.se>
13046         Fixed/added missing/wrong function prototypes and made internal
13047         functions static.
13048
13049         * tsx11/ts_xshm.c, tsx11/ts_xutil.c, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c:
13050         Patrik Stridvall <ps@leissner.se>
13051         Fixed missing prototypes and made it work with Solaris X11.
13052
13053         * debugger/external.c, include/wine/undocshell.h, multimedia/mcimidi.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/itemmoniker.c, ole/olefont.c, scheduler/thread.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
13054         Patrik Stridvall <ps@leissner.se>
13055         Eliminated warnings.
13056
13057         * loader/ne/segment.c:
13058         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13059         Fixed the DSEG value in the SEGTABLEENTRY struct.
13060
13061         * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
13062         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13063         Added builtin toolbar bitmaps.
13064
13065         * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
13066         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13067         Some more messages.
13068
13069         * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
13070         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13071         Added stub for CryptSetKeyParams().
13072
13073         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
13074         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13075         Added stubs for DAD_SetDragImage() and PathCleanupSpec().
13076
13077         * misc/crtdll.c, relay32/crtdll.spec:
13078         Eric Kohl <ekohl@abo.rhein-zeitung.de>
13079         Added stub for _except_handler2().
13080
13081         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
13082         Improved GetRandomRegion().
13083
13084         * controls/menu.c, windows/nonclient.c:
13085         Pascal Lessard <pascal@macadamian.com>
13086         Implemented the system button behavior and associated it to the system
13087         menu in win95. Also permit the SC_CLOSE item to be disabled.
13088
13089         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
13090         Bugfixes and a fake GETBASEIRQ.
13091
13092         * files/async.c: Ove Kaaven <ovek@arcticnet.no>
13093         Made async fds nonblocking.
13094
13095         * windows/mdi.c: Dan Langlois <daniell@corel.com>
13096         Removed an inappropriate if statement from MDI_ChildActivate that
13097         prevented the activation code from executing.
13098
13099         * dlls/comctl32/monthcal.c, include/monthcal.h:
13100         Alex Priem <alexp@sci.kun.nl>
13101         Bugfixes & further updates for the month calendar common control.
13102
13103         * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
13104         Alex Priem <alexp@sci.kun.nl>
13105         Started implementing date/time common control.
13106
13107         * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
13108         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13109         PSDRV_WriteArc shouldn't write a newpath.
13110
13111         * controls/button.c: Rein Klazes <rklazes@casema.net>
13112         Fix handling of WM_LBUTTONDCLICK message for buttons with certain
13113         styles.
13114
13115         * windows/dce.c: Abey George <abey@macadamian.com>
13116         Bug fix for updating the clipping region in nested GetDCEx calls.
13117
13118         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
13119         Tried to fix the code for SetWindowPos to erase the background
13120         properly.
13121
13122 Fri Jul 30 18:10:21 1999  Alexandre Julliard  <julliard@winehq.com>
13123
13124         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
13125         Klaas van Gend <klaas@vangend.demon.nl>
13126         - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
13127           don't display yet).
13128         - added status strings.
13129         - added string table for internationalisation of several internal
13130           message boxes.
13131
13132         * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
13133         Removed duplicated defines in winuser.h and commctrl.h. Also corrected
13134         a typo for SW_MAX value.
13135
13136         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
13137         Francis Beaudet <francis@macadamian.com>
13138         Fixed a memory leak in the file dialog.
13139
13140         * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13141         Strip .drv extensions to MODULE_GetLoadOrder.
13142
13143         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
13144         Fixed a memory leak.
13145
13146         * scheduler/process.c, loader/task.c:
13147         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13148         Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
13149
13150         * graphics/psdrv/ps.c, include/psdrv.h:
13151         Luc Tourangeau <luc@macadamian.com>
13152         Added a call to the newpath operator immediately before the arc
13153         operator.
13154
13155         * controls/button.c: Pierre Mageau <pierre@macadamian.com>
13156         Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
13157         icon needed to be centered when the button is smaller than the bitmap.
13158
13159         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
13160         Fixed a memory leak that occurs when we maximize/minimize an MDI
13161         child.
13162
13163         * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
13164         Added more support for buddy windows in the updown control.
13165
13166         * controls/edit.c: Francis Beaudet <francis@macadamian.com>
13167         Implemented proper win95 support for the WS_BORDER style.
13168
13169         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
13170         Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
13171         listbox control.
13172
13173         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
13174         Fixed the border for the listbox created by the simple combobox.
13175
13176         * ole/compobj.c, if1632/compobj.spec:
13177         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13178         Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
13179
13180         * loader/ne/module.c:
13181         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13182         GetModuleHandle16: treat Win32 modules correctly.
13183
13184 Wed Jul 28 16:38:45 1999  Alexandre Julliard  <julliard@winehq.com>
13185
13186         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
13187         Juergen Schmied <juergen.schmied@metronet.de>
13188         Fixed use of StrRetToStrN.
13189
13190         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
13191         Juergen Schmied <juergen.schmied@metronet.de>
13192         StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
13193
13194         * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
13195         Added explanation of the current DLL support.
13196
13197         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13198         Bugfix: fixed freshly introduced bug in GlobalLock16.
13199
13200         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
13201         Ian Schmidt <ischmidt@cfl.rr.com>
13202         Added stubs for InitMUILanguage and COMCTL32.410.
13203         Fixed some compiler warnings.
13204
13205 Tue Jul 27 17:10:06 1999  Alexandre Julliard  <julliard@winehq.com>
13206
13207         * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
13208         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13209         Added FinalUserInit16/FinalGdiInit16 stubs.
13210         Call out to FinalUserInit in MAIN_EmulatorRun.
13211
13212         * if1632/kernel.spec, memory/selector.c:
13213         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13214         Added IsBadFlatReadWritePtr16().
13215
13216         * controls/edit.c: Abey George <abey@macadamian.com>
13217         Fixed incorrect edit control behaviour in mouse message handling.
13218
13219         * windows/message.c: Abey George <abey@macadamian.com>
13220         Send normal mouse messages to WM_SETCURSOR when non-client mouse
13221         messages occur.
13222
13223         * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
13224         Check if the window has the WS_CLIPSIBLINGS style before using the
13225         DCX_CLIPSIBLINGS flag.
13226
13227         * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, include/commdlg.h, include/dlgs.h, include/tchar.h:
13228         Francois Boisvert <francois@macadamian.com>
13229         Implemented the Win95 file open/save dialogs.
13230
13231         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
13232         Do tools/ before any of the other subdirectories, even when doing
13233         parallel makes.
13234
13235         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13236         Bugfix: Return selector also in CX from GlobalLock16().
13237
13238         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13239         More gcc bug workarounds.
13240
13241         * graphics/psdrv/ppd.c, include/wingdi.h:
13242         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13243         Added more paper sizes and bin names to PPD parser.
13244
13245         * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
13246         Actually return the number of events in Mouse_GetDeviceData (fixes
13247         Wing Commander Prophecy). Added timestamp and sequence generation,
13248         critical section for mousedata. Disabled mouse warping in
13249         GetDeviceData for now (generates excess mouse events).
13250
13251 Sun Jul 25 13:15:49 1999  Alexandre Julliard  <julliard@winehq.com>
13252
13253         * */*.spec:
13254         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13255         Moved .spec files to corresponding dlls/ directory.
13256
13257         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
13258         Several focus and selection problems in listboxes.
13259
13260         * windows/dce.c: Francis Beaudet <francis@macadamian.com>
13261         Retrieve the clipping region before setting the drawable and reset the
13262         clipping region after.
13263
13264         * relay32/Attic/shell32.spec, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, include/shell.h, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h:
13265         Juergen Schmied <juergen.schmied@metronet.de>
13266         Many fixes/reimplementations.
13267
13268         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
13269         Removed experimental/unused code.
13270         Use ShellFolder to get ViewObjects.
13271         Started cleanup of the contextmenu code.
13272
13273         * dlls/shell32/shlfolder.c:
13274         Juergen Schmied <juergen.schmied@metronet.de>
13275         Complete redesign, split into 3 implementations (Desktop, MyComputer
13276         and filesystem folders). All parsing and binding is done recursive.
13277
13278         * dlls/shell32/shellpath.c:
13279         Juergen Schmied <juergen.schmied@metronet.de>
13280         Implemented SHGetSpecialFolderPathA.
13281
13282         * dlls/shell32/shellord.c:
13283         Juergen Schmied <juergen.schmied@metronet.de>
13284         Implemented SHCreateShellFolderViewEx.
13285
13286         * dlls/shell32/shellole.c:
13287         Juergen Schmied <juergen.schmied@metronet.de>
13288         Removed special CoCreateClassObject and use ole functions instead.
13289         SHCreateDefClassObject implemented.
13290
13291         * dlls/shell32/shelllink.c:
13292         Juergen Schmied <juergen.schmied@metronet.de>
13293         Implemented access to lnk's to a IStream interface.
13294
13295         * dlls/shell32/iconcache.c:
13296         Juergen Schmied <juergen.schmied@metronet.de>
13297         Fixed icon background (was black).
13298
13299         * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
13300         Fixed getting icons from filetypes.
13301
13302         * dlls/shell32/enumidlist.c:
13303         Juergen Schmied <juergen.schmied@metronet.de>
13304         Implemented enumeration of shell extensions, seperated enum stuff for
13305         the 3 seperate shellfolder implementations.
13306
13307         * dlls/shell32/dataobject.c:
13308         Juergen Schmied <juergen.schmied@metronet.de>
13309         Rewrote GetData so support multiple selections.
13310
13311         * dlls/shell32/contmenu.c:
13312         Juergen Schmied <juergen.schmied@metronet.de>
13313         Separated stuff for shv background contextmenu to separate file.
13314
13315         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
13316         New functions to access attributes in HCR.
13317
13318         * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
13319         Juergen Schmied <juergen.schmied@metronet.de>
13320         New file. Seperate implementation of the shellview background
13321         contextmenu.
13322
13323         * include/wine/undocshell.h:
13324         Juergen Schmied <juergen.schmied@metronet.de>
13325         New file. Contains functions not in the official headers but widely
13326         used from other dlls.
13327
13328         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
13329         Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
13330
13331         * Makefile.in: Make sure we build tools first.
13332
13333         * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
13334         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13335         Relay code for Win16 register functions converts arguments.
13336         New 'interrupt' keyword added (for Win16 interrupt handlers).
13337         Adapted .spec files and implementations of register routines.
13338
13339         * include/psdrv.h, include/wine/wingdi16.h, misc/printdrv.c, graphics/psdrv/escape.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, if1632/gdi.spec:
13340         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13341         {Start|End}{Doc|Page} go through DCfuncs.
13342         Implement these in the PostScript driver.
13343         Change PSDRV_Escape to use them.
13344
13345         * loader/dos/dosvm.c:
13346         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13347         Work around 'local extern declaration with attribute' gcc bug.
13348
13349         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
13350         Implementation of SetEventNotification for the mouse driver.
13351
13352         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
13353         Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
13354
13355         * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
13356         Fixed incomplete proto.
13357
13358         * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
13359         New keys nessesary for running the new shell32.
13360
13361         * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13362         Use GDI APIs to access bitmap info.
13363
13364         * graphics/psdrv/clipping.c:
13365         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13366         Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
13367
13368 Sat Jul 24 12:20:25 1999  Alexandre Julliard  <julliard@winehq.com>
13369
13370         * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
13371         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13372         Unify startup sequence for Wine and WineLib.
13373
13374         * windows/clipboard.c, include/clipboard.h, memory/global.c:
13375         Noel Borthwick <noel@macadamian.com>
13376         Fix bug with pasting Wine clipboard content to external applications,
13377         by storing clipboard data on the shared system heap.
13378
13379         * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
13380         Draw an additional white bit for each invert bit of a cursor.
13381
13382         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
13383         While handling the X FocusIn message in managed mode, if the window
13384         has been disabled revert the X focus back to the last focus window.
13385
13386         * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
13387         Francois Boisvert<francois@macadamian.com>
13388         Implemented TREEVIEW_InsertItemW.
13389
13390         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13391         Implemented ExtEscape.
13392
13393         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
13394         Trying to fix parallel make by doing direct subdir/subdir.o rules.
13395
13396         * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
13397         Sylvain St-Germain <sylvain@macadamian.com>
13398         Fixed inconsistency in conditions that determines if a window requires
13399         a WM border.
13400
13401         * graphics/x11drv/xfont.c, include/x11font.h:
13402         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13403         For large font sizes call XLoadQueryFont with a 100 pixel high font
13404         and rescale the metrics.
13405
13406         * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
13407         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13408         Implement handling of 32 bit AbortProc.
13409
13410         * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
13411         Lionel Ulmer <lionel.ulmer@free.fr>
13412         Suppressed compiler warning by using the 'unused' attribute.
13413
13414         * debugger/Makefile.in, debugger/external.c:
13415         Kevin Holbrook <kwh@neosoft.com>
13416         Added utility function to invoke external debugger.
13417
13418         * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
13419         Eric Pouech <Eric.Pouech@wanadoo.fr>
13420         Added WINMM resources.
13421
13422         * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
13423         Eric Pouech <Eric.Pouech@wanadoo.fr>
13424         Removed obsoleted mcistring.c.
13425         Added support for resources.
13426
13427         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
13428         Eric Pouech <Eric.Pouech@wanadoo.fr>
13429         Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
13430         MCI_STATUS) for mciSendString.
13431
13432         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13433         Spread the use of MM crit sect.
13434
13435         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13436         Moved some MCI functions to mci.c.
13437         Now loads error messages from string table.
13438         Spread the use of MM crit sect.
13439
13440         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13441         Added parsing & storing of command tables.
13442         Merged some MCI functions from mmsystem.c.
13443
13444         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13445         Removed some no longer used prototypes.
13446         Added command tables to MCI structure.
13447
13448         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13449         Fixed buggy prototype.
13450
13451         * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
13452         Avoid crashing on a bad symbol address of 0x0000.
13453
13454         * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
13455
13456         * include/commdlg.h, include/module.h, loader/module.c, relay32/utthunk.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, if1632/wprocs.spec:
13457         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13458         Removed MODULE_GetWndProcEntry16().
13459         Use 32-bit window procedures in COMMDLG instead.
13460
13461         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
13462         Fixed cut&paste bug.
13463
13464         * include/docobj.h, include/wine/obj_base.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_olefont.h, include/wine/obj_oleundo.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h:
13465         Paul Quinn <paulq@corel.ca>
13466         Add a few stubs, some C++ compatibility, and fix a few types.
13467
13468         * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
13469         Declare only one instance of GUID_NULL.
13470
13471         * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
13472         Fixed various problem with ImageList_Draw.
13473
13474         * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
13475         Re-enable the owner window in the EndDialog().
13476
13477         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
13478         Fixed notifications.
13479
13480         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13481         Always retrieve Callout routines using GetProcAddress().
13482
13483         * windows/defwnd.c: Abey George <abey@macadamian.com>
13484         Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
13485
13486         * windows/x11drv/keyboard.c:
13487         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13488         Fixed compiler warning.
13489
13490         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13491         Let through more flags to EnumPrinters.
13492         Fixes for GetPrinter/GetPrinterDriver.
13493
13494         * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
13495         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13496         Fix stupid `rubbish at end of %%Title' bug.
13497         Don't complain about palette relative RGBs.
13498         If output param to CreateDC is NULL default to `LPT1:' - Hack.
13499
13500 Fri Jul 23 19:33:24 1999  Alexandre Julliard  <julliard@winehq.com>
13501
13502         * configure, configure.in, include/config.h.in, include/wine_gl.h:
13503         Lionel Ulmer <lionel.ulmer@free.fr>
13504         Better detection of OpenGL.
13505
13506         * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
13507         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13508         Bugfix: Reverted CallTo16 routines to STDCALL convention.
13509
13510         * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13511         String to GetTextExtentPoint is not necessarily 0 terminated.
13512         Fix function name `32's in comments - API naming madness makes this
13513         worthwhile.
13514
13515         * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
13516         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13517         EnumJobs stub.
13518         Update graphics/psdrv/README.
13519         Add warnings to DRIVER_GetDriverName.
13520
13521         * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13522         Fixed some bad ptr occurrence in this class WndProc.
13523
13524         * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
13525         Lionel Ulmer <lionel.ulmer@free.fr>
13526         - Added a new option 'noxshm'
13527         - Added a 16bpp -> 32 bpp conversion function
13528
13529         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
13530         Change color gray text to 128 128 128 for win9x look.
13531
13532 Tue Jul 20 15:13:20 1999  Alexandre Julliard  <julliard@winehq.com>
13533
13534         * scheduler/debugger.c:
13535         Do not output text in OutputDebugStrAW when not being debugged
13536
13537         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
13538         MDIDestroyChild: MDI window menu item was deleted only if the current
13539         destroyed child was active.
13540
13541         * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
13542         Reset disabled style for the dialog boxes set on property pages.
13543
13544         * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
13545         Bertho Stultiens <bertho@akhphd.au.dk>
13546         - Generalized the distinction between 2 and 4 byte integers slightly through
13547           a new parser state. The is now a warning when a 2 byte integer is larger
13548           than 16 bit (and is truncated).
13549         - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
13550           this type will work as expected.
13551         - Added generalized language/version/characteristics support to the DLGINIT
13552           resource type.
13553
13554         Ulrich Czekalla <ulrichc@corel.ca>
13555         - Added support for DLGINIT resource-type.
13556         - Added string continuation and embedded quoting.
13557         - Added numeric IDs for icons in controls.
13558
13559         Eric Pouech <Eric.Pouech@wanadoo.fr>
13560         - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
13561
13562 Sun Jul 18 18:42:29 1999  Alexandre Julliard  <julliard@winehq.com>
13563
13564         * misc/Attic/string.c, misc/Makefile.in:
13565         Albert den Haan <albertd@corel.ca>
13566         Remove string.c because all of its functions were moved to crtdll.c
13567         where they belonged.
13568
13569         * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/preproc.c, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrc.c, tools/wrc/writeres.c, debugger/display.c, dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c:
13570         Patrik Stridvall <ps@leissner.se>
13571         Make it possible to compile with GNU C's -I- option.
13572
13573         * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13574         Work around gcc sig11 fault.
13575
13576         * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
13577         Fixed rounding in MulDiv.
13578
13579         * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
13580         Luc Tourangeau <luc@macadamian.com>
13581         - implementation of SetDeviceClipping
13582         - coordinate system origin fix
13583
13584         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13585         Work-around for compiler bug.
13586
13587         * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
13588         Alex Priem <alexp@sci.kun.nl>
13589         - Implementation of simple comctl32 v5.0 changes.
13590         - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
13591
13592         * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
13593         Added pointer validation and additional sanity check to IsValidSid().
13594
13595         * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
13596         Small fix in UITOOLS95_DrawRectEdge().
13597         Also a fix to draw scrollbar-buttons more like in win9x.
13598
13599         * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13600         In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
13601         afterwards, but a copy of it.
13602
13603         * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13604         Check better that handles are actual handles to a region.
13605
13606         * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
13607         Stop DCE_GetVisRect dereferencing a null wndPtr.
13608
13609         * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
13610         James Juran <jrj120@psu.edu>
13611         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13612         Updated README and man page.
13613         Split documentation for wine.conf into new wine.conf(5) manpage.
13614
13615         * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
13616         Noel Borthwick <noel@macadamian.com>
13617         Implemented the OLE Clipboard API.
13618
13619         * windows/winpos.c: Abey George <abey@macadamian.com>
13620         Validate the parent with the child window client rectangle when the
13621         parent's update region is not empty.
13622
13623         * include/win.h, windows/painting.c:
13624         Francis Beaudet <francis@macadamian.com>
13625         Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
13626
13627         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
13628         Fixed fake WM_LBUTTONUP message.
13629
13630         * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
13631         Added version information for Win98.
13632
13633         * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
13634         Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
13635
13636         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13637         debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
13638         are now stored uppercase.
13639
13640         * controls/button.c: Francis Beaudet <francis@macadamian.com>
13641         Implemented the BS_ICON style.
13642
13643         * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
13644         CreateDialogParamA should not call CreateDialogParamW, because
13645         that'd create a dialog box with a Unicode dialog procedure...
13646
13647         * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
13648         Win9x look & feel on scrollbars.
13649
13650         * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
13651         Thuy Nguyen <thuy@macadamian.com>
13652         Introduced a [psdrv] section in wine.conf with a ppdfile value
13653         specifying the path and name of the PPD file.
13654
13655         * dlls/comctl32/updown.c, include/updown.h:
13656         Sylvain St-Germain <sylvain@macadamian.com>
13657         Implementation of the updown buddy windproc subclassing for the
13658         handling of keyboard up and down arrow.
13659
13660         * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
13661         Updated documentation to reflect renamed header.
13662
13663         * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
13664         Added missing include netinet/tcp.h, for TCP_NODELAY.
13665
13666         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
13667         GetIcon bug fix.
13668
13669 Thu Jul 15 16:09:05 1999  Alexandre Julliard  <julliard@winehq.com>
13670
13671         * include/module.h, loader/ne/module.c:
13672         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13673         Add WINAPI for EntryAddrProc.
13674
13675         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
13676         Minor bug fixes in DdeNameService, also changes to move towards
13677         process-safe code.
13678
13679         * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
13680         Win9x look & feel on buttons and a fix for ownerdrawn buttons
13681         (background set to COLOR_BTNFACE).
13682
13683         * if1632/kernel.spec:
13684         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13685         GlobalSmartPageUnlock() stub added.
13686
13687         * miscemu/Attic/emulate.c, miscemu/Makefile.in, miscemu/main.c, relay32/Makefile.in, tools/build.c, Make.rules.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/win87em/.cvsignore, dlls/win87em/Makefile.in, dlls/win87em/emulate.c, graphics/win16drv/Makefile.in, if1632/Makefile.in, memory/instr.c:
13688         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13689         Use position-independent code in assembly glue when building .so.
13690         Include if1632/ and graphics/win16drv/ into WineLib.
13691         Move miscemu/emulate.c into dlls/win87em/.
13692
13693         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13694         Changed way of allocation open mci drivers (array => list); this list
13695         is now stored on a per process basis.
13696
13697         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
13698         Eric Pouech <Eric.Pouech@wanadoo.fr>
13699         Removed fixed size array to store specific data (now using
13700         mci(Set|Get)DriverData to store specific data).
13701         Make use of default debugtools.h channel.
13702         Added CALLBACK attribute to DriverProc.
13703
13704         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13705         Changed way of allocation open mci drivers (array => list).
13706         First valid ID for mci devices is now 1 (some progs were testing this
13707         value).
13708         Started implementing mci command table resources.
13709         Handled closing on MCI_ALL.
13710
13711         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13712         Removed fixed size array to store specific data (now using
13713         mci(Set|Get)DriverData to store specific data).
13714         Deferred opening of low-level device until play is requested.
13715
13716         * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13717         Fixed return value for 'open' command.
13718         Changed way of allocation open mci drivers (array => list).
13719
13720         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13721         Removed fixed size array to store specific data (now using
13722         mci(Set|Get)DriverData to store specific data).
13723         Fixed mmio chunk lookup on odd size 'fmt ' chunks.
13724
13725         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13726         Uniformized use of fd to midi device.
13727         Now allocating memory on system heap.
13728         Fixed bug when stopping all notes.
13729
13730         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13731         Cosmetic fixes.
13732         Changed way of allocation open mci drivers (array => list).
13733         Started implementing mci command table resources.
13734
13735         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13736         No longer calling mm timers callbacks with mm timer crit sect locked.
13737
13738         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
13739         ERROR_MORE_DATA requires to write the needed number of bytes into the
13740         lpcchX value (verified against NT3.51 advapi32.dll).
13741
13742         * include/winnt.h, win32/device.c:
13743         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13744         Fixed some CONTEXT86 vs. CONTEXT mismatches.
13745
13746         * include/neexe.h, loader/ne/segment.c:
13747         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13748         Added support for 32-bit NE code segments.
13749
13750         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
13751         Fix a hang when we process WM_STYLECHANGED.
13752         Small optimization in TREEVIEW_DrawItem.
13753         Fix debugging crash in TREEVIEW_Expand.
13754
13755 Mon Jul 12 13:46:38 1999  Alexandre Julliard  <julliard@winehq.com>
13756
13757         * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
13758         Added missing prototype for ILFindChild().
13759
13760         * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
13761         Eric Pouech <Eric.Pouech@wanadoo.fr>
13762         Compiler warnings fix.
13763
13764         * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13765         Dumb fixes.
13766
13767         * if1632/kernel.spec, loader/task.c:
13768         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13769         Fixed bugs introduced by 'register' and 'return' function changes.
13770
13771         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
13772         Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
13773         level physical surfaces (verified for XLIB with WC Prophecy).
13774
13775 Sun Jul 11 17:20:06 1999  Alexandre Julliard  <julliard@winehq.com>
13776
13777         * windows/keyboard.c, windows/user.c, windows/win.c, misc/system.c, misc/toolhelp.c, misc/w32sys.c, tools/build-spec.txt, tools/build.c, win32/kernel32.c, memory/global.c, memory/local.c, include/builtin16.h, loader/ne/module.c, loader/task.c, if1632/kernel.spec, if1632/keyboard.spec, if1632/system.spec, if1632/thunk.c, if1632/toolhelp.spec, if1632/user.spec, if1632/w32sys.spec, if1632/dummy.c:
13778         Take advantage of the new registers saved in the STACK16FRAME to turn
13779         some 'register' functions into normal functions.
13780         Removed the few remaining 'return' functions to simplify relay
13781         handling.
13782
13783         * ipc/Attic/hash_test.c, ipc/Attic/run_tests, ipc/Attic/shm_block.c, ipc/Attic/shm_fragment.c, ipc/Attic/shm_fragment_test.c, ipc/Attic/shm_main_blk.c, ipc/Attic/shm_semaph.c, ipc/Attic/shm_semaph_test.c, ipc/Attic/wine_test_stub.c, loader/signal.c, loader/task.c, memory/atom.c, memory/global.c, misc/ddeml.c, windows/message.c, windows/win.c, windows/x11drv/event.c, Makefile.in, configure, configure.in, include/Attic/dde_atom.h, include/Attic/dde_mem.h, include/Attic/dde_proc.h, include/Attic/shm_block.h, include/Attic/shm_fragment.h, include/Attic/shm_main_blk.h, include/Attic/shm_semaph.h, include/dde.h, ipc/Attic/.cvsignore, ipc/Attic/Makefile.in, ipc/Attic/README, ipc/Attic/TEST_FRAGMENT.std, ipc/Attic/bit_array.c, ipc/Attic/bit_array_test.c, ipc/Attic/dde.tex, ipc/Attic/dde_atom.c, ipc/Attic/dde_atom_test.c, ipc/Attic/dde_mem.c, ipc/Attic/dde_mem_test.c, ipc/Attic/dde_proc.c, ipc/Attic/dde_proc_test.c, ipc/Attic/generic_hash.c, ipc/Attic/generic_hash.h:
13784         Marcus Meissner <marcus@jet.franken.de>
13785         Removed the old, historical and no longer working IPC support.
13786
13787         * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/builtin16.h, include/callback.h, include/module.h, include/stackframe.h, misc/Attic/callback.c, miscemu/main.c, relay32/.cvsignore, relay32/Makefile.in, scheduler/syslevel.c, tools/build.c, Make.rules.in:
13788         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13789         Modularized CallFrom/To16 routines.  Adapted dependent routines,
13790         16-bit snoop/relay debugging, and make rules.
13791
13792         * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
13793         Revert last change in window activation on mouse click.
13794
13795         * memory/global.c: Rein Klazes <rklazes@casema.net>
13796         Fixed a case when GlobalSize did not return zero after an error.
13797
13798 Sat Jul 10 13:16:56 1999  Alexandre Julliard  <julliard@winehq.com>
13799
13800         * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
13801         Renamed static global variable 'iovec' to 'myiovec'.
13802
13803         * windows/dinput.c, memory/virtual.c, misc/registry.c, misc/winsock.c, multimedia/joystick.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/thread.c, win32/console.c, win32/device.c, win32/file.c, configure, configure.in, debugger/break.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, files/directory.c, files/dos_fs.c, files/file.c, include/config.h.in, include/multimedia.h, include/windef.h, loader/pe_image.c:
13804         Howard Abrams <howard@cs.nps.navy.mil>
13805         Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
13806
13807         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13808         Create dialog window using CreateWindowEx16/W depending on template
13809         type, not dialog procedure type.
13810
13811         * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
13812         Made IShellFolder::fnParseDisplayName return a relative pidl.
13813
13814         * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
13815         Alex Priem <alexp@sci.kun.nl>
13816         First try at the month calendar common control. Main features
13817         basically OK.
13818
13819         * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
13820         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13821         Implemented GetPrinterA and GetPrinterDriverA.
13822
13823         * controls/button.c: Luc Tourangeau <luc@macadamian.com>
13824         Added BN_CLICKED notification in WM_SETFOCUS.
13825
13826         * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
13827         Juergen Schmied <juergen.schmied@metronet.de>
13828         Small fixes.
13829
13830         * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
13831         Juergen Schmied <juergen.schmied@metronet.de>
13832         Implemented StrToOleStrN.
13833         Fixed crash in ShellExecuteEx.
13834         Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
13835         Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
13836
13837         * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
13838         Juergen Schmied <juergen.schmied@metronet.de>
13839         IStream interface for file access.
13840
13841         * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
13842         Juergen Schmied <juergen.schmied@metronet.de>
13843         Fixed crash during second DLL_PROCESS_DETACH if the dll
13844         refcount reached zero after the second one (memory freed twice).
13845
13846         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
13847         Juergen Schmied <juergen.schmied@metronet.de>
13848         Some more pidl-types.
13849         Implementation of ILIsParent.
13850
13851         * dlls/shell32/shelllink.c:
13852         Juergen Schmied <juergen.schmied@metronet.de>
13853         Completely rewritten. IPersistStream interface implemented.
13854
13855         * dlls/shell32/shellole.c:
13856         Juergen Schmied <juergen.schmied@metronet.de>
13857         DLLGetClassObject/Classfactory: create objects by CLSID not IID.
13858
13859         * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13860         Bugfix: exit() replaced by ExitProcess().
13861
13862         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13863         Bugfix: correctly cope with end > 0xfffe.
13864
13865         * library/winestub.c:
13866         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13867         Call ExitProcess() after WinMain() returns.
13868
13869         * loader/ne/module.c:
13870         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13871         Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
13872         Don't try to call WEP of dummy modules in FreeLibrary16().
13873
13874         * include/winreg.h, misc/registry.c:
13875         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13876         Added `const's to some registry API functions.
13877
13878         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
13879         Added a couple of DirectX CLSID entries. This makes Unreal completely
13880         independent of a windows installation.
13881
13882         * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
13883         GetTimeFormat() should return LocalTime not SystemTime.
13884
13885         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
13886         Dave Pickles <davep@nugate.demon.co.uk>
13887         FOR and IF commands added.
13888         MOVE command added, but no wildcard support.
13889         Redirection added.
13890         Fixed TIME (was reporting in GMT).
13891         More help text.
13892
13893         * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
13894         Sometimes the text on a tab control got truncated.
13895
13896         * controls/combo.c: Abey George <abey@macadamian.com>
13897         Fixed the height of the dropped list when there are few items in the
13898         list.
13899
13900         * include/message.h, include/ttydrv.h, include/x11drv.h, scheduler/synchro.c, windows/event.c, windows/ttydrv/event.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/monitor.c, windows/x11drv/wnd.c:
13901         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13902         Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
13903         calling XFlush() instead.
13904
13905         * include/psdrv.h, graphics/psdrv/Makefile.in, graphics/psdrv/bitblt.c, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
13906         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13907         Added patterned brushes (level 2 PostScript only).
13908         Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
13909
13910         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
13911         Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
13912         to use the same code path.
13913
13914         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13915         Fix InitTask() to work if DGROUP was manually resized.
13916
13917         * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
13918         Ian Schmidt <irsman@iag.net>
13919         Added stub for SetThreadToken(), required by Office 2000.
13920
13921         * include/commdlg.h:
13922         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13923         Bugfix: COMMDLG hook procedures were not CALLBACK.
13924
13925         * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
13926         It is possible for a stream to have both small block and big block
13927         chain as NULL.
13928
13929         * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
13930         Made string compare case insensitive in GetModuleHandle16() as a
13931         quick fix for WinWord 6.
13932
13933         * misc/network.c, relay32/mpr.spec:
13934         Juergen Schmied <juergen.schmied@metronet.de>
13935         Added stub for WNetGetUniversalName[A|W].
13936
13937         * graphics/x11drv/palette.c:
13938         Juergen Schmied <juergen.schmied@metronet.de>
13939         Fixed crash due to invalid GDI_Obj.
13940
13941         * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
13942         Fixed crash due to invalid pointer.
13943
13944 ----------------------------------------------------------------
13945 Sun Jul  4 16:09:20 1999  Alexandre Julliard  <julliard@winehq.com>
13946
13947         * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
13948         Converted to the new debug interface, using script written by Patrik
13949         Stridvall.
13950
13951         * include/windef.h, include/winreg.h, tools/make_X11wrappers, tsx11/ts_xf86vmode.c, Makefile.in, graphics/ddraw.c, include/basetsd.h, include/ntdef.h, include/ts_xf86vmode.h, include/winbase.h:
13952         Patrik Stridvall <ps@leissner.se>
13953         Started on an implementation of Win64 for use on 64 bit platforms.
13954
13955         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
13956         Windows should be activated in these cases:
13957         1- when we click on non active window.
13958         2- when we cancel a moving or resizing of a non active window.
13959
13960         * documentation/distributors:
13961         Marcus Meissner <Marcus.Meissner@caldera.de>
13962         Added sample wine.conf.
13963
13964         * graphics/ddraw.c, include/keyboard.h, include/ttydrv.h, include/x11drv.h, objects/dc.c, objects/gdiobj.c, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
13965         Patrik Stridvall <ps@leissner.se>
13966         Moved code to the X11 driver.
13967
13968         * include/winuser.h, loader/resource.c, relay32/user32.spec:
13969         Joshua Thielen <thielen@netperson.net>
13970         Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
13971
13972         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13973         WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
13974
13975         * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
13976         Fixed check for whether to call SetWindowPos when showing a window
13977         scroll bar.
13978
13979         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
13980         Check for complete lcid or just the primary language id in the
13981         registry lookups (fixes one FirstClassClient 32 problem).
13982
13983         * windows/message.c: Per Ã…ngström <pang@mbox304.swipnet.se>
13984         Fixed a problem with apps that override the default behaviour on
13985         WM_MOUSEACTIVATE message (main window was not activated).
13986
13987         * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
13988         When enumerating resource, only use the lower 31 bit of the name as
13989         the offset (for the highest bit is '1'). Should fix wine-net/257.
13990
13991         * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
13992         Patrik Stridvall <ps@leissner.se>
13993         Fixes for compile on non-Intel platforms.
13994
13995         * dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, include/ntddk.h, include/ntsecapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h, include/winsvc.h, include/wtypes.h:
13996         Patrik Stridvall <ps@leissner.se>
13997         Fixed/moved/added missing/wrong function prototypes.
13998
13999         * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
14000         Henrik Olsen <henrik@iaeste.dk>
14001         Cleanup of the Danish support.
14002
14003         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
14004         Fix a bug in SetWindowPos to prevent parent from erasing its child
14005         painting area when parent window and child window don't have
14006         WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
14007
14008         * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
14009         Make defwndproc erase the correct location.
14010
14011 Sat Jul  3 16:01:44 1999  Alexandre Julliard  <julliard@winehq.com>
14012
14013         * relay32/crtdll.spec, windows/dinput.c, dlls/comctl32/propsheet.c, dlls/comctl32/trackbar.c, dlls/version/resource.c, if1632/relay.c, include/win.h, loader/elf.c, loader/pe_image.c, misc/crtdll.c, misc/shell.c, multimedia/dsound.c, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/avifil32/avifile.c:
14014         Marcus Meissner <marcus@jet.franken.de>
14015         some small include fixes, some checks for NULL ptrs,
14016         loader/elf.c: fixed the "lib" insertion
14017         crtdll: added fsopen()
14018         dinput: return that we are attached.
14019
14020         * controls/button.c: Reverted previous change.
14021
14022         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
14023         Cancel pending notifications when EM_SETMODIFY is called.
14024
14025         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
14026         Fix a crash when doing sorted inserts at top level.
14027
14028         * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
14029         Reworked nonclient drawing code. Win31 look now works more like real
14030         Win31, so apps like Delphi 1.0 no longer go into infinite recursion
14031         etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
14032         (e.g. WS_EX_WINDOWEDGE is still not handled).
14033
14034         * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
14035         SM_C[XY]FRAME is BorderWidth + 1.
14036
14037         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14038         Bugfix: LocalInit with start == 0 always places heap at end of segment.
14039
14040         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14041         Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
14042
14043         * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, miscemu/main.c, scheduler/process.c, include/module.h, include/process.h, include/task.h, loader/main.c:
14044         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14045         On NE process creation, move major part of NE EXE module loading and
14046         NE instance creation into the child process.
14047
14048         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
14049         Window style updates.
14050
14051         * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
14052         Some enhancements, and removal of C++ constructs.
14053
14054         * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
14055         Marcus Meissner <marcus@jet.franken.de>
14056         Implemented chains of surfaces. This allows an unlimited number
14057         of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
14058         whatever).
14059
14060         * files/file.c, relay32/kernel32.spec:
14061         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14062         Added UnlockFileEx stub.
14063
14064         * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
14065         Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
14066         Added missing 61762 entry on system resources in Spanish and
14067         Catalonian languages.
14068
14069         * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
14070         Make GetScrollInfo return scroll pos when program requests thumb pos
14071         outside drag operation.
14072
14073 Sun Jun 27 15:40:44 1999  Alexandre Julliard  <julliard@winehq.com>
14074
14075         * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14076         Converted to the new debug interface.
14077
14078         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
14079         ReadConsoleA: use ir as pointer to (req+1).
14080
14081         * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
14082         Remove the  validated child area from the update region of parent for
14083         windows without WS_CLIPCHILDREN style.
14084
14085         * debugger/db_disasm.c:
14086         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14087         Bugfix: Grp8 instructions have *byte* BitOffset operand.
14088
14089         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14090         Bugfix: missing WINAPIs added.
14091
14092         * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
14093         OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
14094
14095         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
14096         Return ERROR_DISK_FULL for WriteFile.
14097
14098         * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
14099         Fixed missing return after about dialog.
14100
14101 Sat Jun 26 19:09:11 1999  Alexandre Julliard  <julliard@winehq.com>
14102
14103         * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
14104         Converted to the new debug interface, using script written by Patrik
14105         Stridvall.
14106
14107         * scheduler/thread.c, tools/build.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, windows/win.c, loader/ne/module.c, loader/ne/segment.c, memory/global.c, memory/local.c, memory/selector.c, misc/callback.c, misc/error.c, misc/windebug.c, miscemu/emulate.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int10.c, msdos/int11.c, msdos/int12.c, msdos/int13.c, msdos/int15.c, msdos/int16.c, msdos/int17.c, msdos/int19.c, msdos/int1a.c, msdos/int20.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int29.c, msdos/int2a.c, msdos/int2f.c, msdos/int33.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/int5c.c, msdos/interrupts.c, msdos/vxd.c, msdos/xms.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, dlls/winaspi/winaspi16.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/dosexe.h, include/miscemu.h, include/msdos.h, loader/dos/dosvm.c, loader/task.c:
14108         Changed CONTEXT into CONTEXT86 everywhere we really want an i386
14109         context.
14110         Added #ifdef __i386__ around accesses to 386 registers in the generic
14111         CONTEXT structure.
14112
14113         * include/winnt.h: Added CONTEXT86 definition.
14114         Added PowerPC context as an example (not tested).
14115
14116         * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
14117         Fixes for non-i386 compiling.
14118
14119         * */*:
14120         Patrik Stridvall <ps@leissner.se>
14121         ANSI C fixes.
14122         Removed warnings.
14123         Made the include files self-sufficient.
14124         Some Solaris fixes.
14125
14126         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
14127         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14128         Fixed DPA_LoadStream and improved DPA_Merge.
14129
14130         * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
14131         Added check for invalid parent item.
14132
14133         * dlls/shell32/shellord.c, relay32/shell32.spec:
14134         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14135         Added SHDoDragDrop() stub.
14136
14137         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
14138         Improved GetRandomRegion().
14139
14140         * misc/network.c, relay32/mpr.spec:
14141         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14142         Added WNetRemoveCachedPassword() stub.
14143
14144         * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
14145         Store buddy window.
14146
14147         * include/tooltips.h, dlls/comctl32/tooltips.c:
14148         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14149         Started WM_NOTIFYFORMAT support.
14150
14151         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
14152         Better ComboBoxEx placement.
14153
14154         * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
14155         Ensure that the command-line passed to the various *CreateProcess
14156         functions contains the path to the program being invoked.
14157
14158         * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
14159         Prevent bad window X error.
14160
14161         * windows/mdi.c, windows/sysmetrics.c:
14162         Abey George <abey@macadamian.com>
14163         The system menu icon on a MDI child window was corrupted when the
14164         child frame window is maximized within the main frame when the wine
14165         look is Windows 95.
14166
14167         * controls/scroll.c, windows/defwnd.c:
14168         Slava Monich <Slava.Monich@netmanage.com>
14169         In case if scrollbar has the same background color as the window
14170         it belongs to, it needs to be filled with 0x55aa bitmap brush.
14171
14172         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
14173         Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
14174
14175         * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
14176         Fix (well kludge around) FreeBSD's `Invalid address' errors.
14177
14178         * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
14179         James Abbatiello <abbeyj@wpi.edu>
14180         Draw a 3D border around edit controls when not in WIN31_LOOK.
14181
14182         * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
14183         James Abbatiello <abbeyj@wpi.edu>
14184         Only draw a black border around normal buttons when in WIN31_LOOK.
14185
14186         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14187         Fixed alignment and position when looking for mmio chunks.
14188
14189         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14190         No longer using global vars (shared data) for mm timers, but a
14191         specific structure for each attached process.
14192         Fixed alignment and position when looking for mmio chunks.
14193         Fixed WAVE mapper handling in waveGetCaps.
14194
14195         * include/multimedia.h, multimedia/time.c:
14196         Eric Pouech <Eric.Pouech@wanadoo.fr>
14197         No longer using global vars (shared data) for mm timers, but a
14198         specific structure for each attached process.
14199
14200         * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
14201         Wrote a small document on how to package WINE for distributors.
14202
14203         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
14204         SetCursorPos() function was called with a window coordinates
14205         parameter.
14206
14207         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14208         Fixed null ptr deref introduced in last patch.
14209
14210         * if1632/ole2.spec, ole/ole2.c:
14211         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14212         Kind of implemented OleMetaFilePictFromIconAndLabel.
14213
14214         * include/toolbar.h, dlls/comctl32/toolbar.c:
14215         Chris Morgan <cmorgan@wpi.edu>
14216         James Abbatiello <abbeyj@wpi.edu>
14217         Fixed various problems related to bitmaps and flat toolbars.
14218
14219         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
14220         James Abbatiello <abbeyj@wpi.edu>
14221         Fixed problems with disappearing text.
14222
14223         * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
14224         James Abbatiello <abbeyj@wpi.edu>
14225         Complete rewrite of messaging code to implement/fix all input behaviors.
14226         Fixed a few fixmes.
14227
14228         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
14229         Dave Pickles <davep@nugate.demon.co.uk>
14230         Added more batch functionality, including the CALL GOTO and SHIFT
14231         commands plus batch command arguments.
14232
14233         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
14234         Updated to reflect current status.
14235
14236         * loader/ne/module.c:
14237         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14238         NE_LoadFileModule: Free module when NE_LoadDLLs fails.
14239
14240         * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
14241         Thuy Nguyen <thuy@macadamian.com>
14242         Implemented the underline and strikeout text attributes for the Wine
14243         PostScript driver.
14244
14245         * windows/win.c: Pascal Lessard <pascal@macadamian.com>
14246         EnableWindow doesn't release the capture of a child window.
14247
14248         * Makefile.in: James Juran <jrj120@psu.edu>
14249         Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
14250         non-blank.
14251
14252         * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
14253         Remove the WM_LBUTTONUP message from the queue after selecting a mouse
14254         menu item.
14255
14256         * server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, include/server.h, include/thread.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, misc/toolhelp.c, ole/parsedt.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, files/change.c, files/dos_fs.c, files/file.c:
14257         Further server optimizations:
14258         - merged request and reply structures
14259         - build requests directly into the buffer to avoid a copy
14260
14261 Tue Jun 22 19:14:41 1999  Alexandre Julliard  <julliard@winehq.com>
14262
14263         * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
14264         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
14265         Standard dialog boxes resources and OLE strings are now in cp1251 encoding
14266         Font mapper does not anymore use fonts in -koi8-r encoding
14267         Font mapper now recognises fonts in -windows-* encodings (these are
14268         provided by xfstt TrueType server)
14269         Font mapper now sees max 16384 fonts (was 2048)
14270
14271         * relay32/builtin32.c:
14272         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14273         Share the HMODULE of built-in modules over all processes.
14274         Use the cached HMODULE to speed up relay debugging.
14275         Display the multi-instantiation warning only for 'dangerous' DLLs.
14276
14277         * scheduler/process.c:
14278         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14279         Load USER32.DLL before calling UserSignalProc.
14280
14281         * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14282         Use separate service for each windows timer.
14283
14284         * if1632/compobj.spec, ole/compobj.c:
14285         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14286         Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
14287
14288         * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
14289         Eric Pouech <Eric.Pouech@wanadoo.fr>
14290         Thou shalt not use C++ comments.
14291
14292         * include/driver.h, windows/driver.c:
14293         Eric Pouech <Eric.Pouech@wanadoo.fr>
14294         Moved to new trace interface.
14295         Fixed driver closing.
14296
14297         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14298         Better handling of double quotes in MCI string commands.
14299
14300         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14301         Fixed memory leak in mci structures.
14302
14303         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14304         Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
14305
14306         * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14307         Added missing GDI heap unlock.
14308         Moved to new debug interface.
14309
14310         * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14311         Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
14312         OFN_EXPLORER bits set.
14313
14314         * dlls/comctl32/imagelist.c:
14315         Francois Boisvert <francois@macadamian.com>
14316         Modified ImageList_LoadImageA to check the case where cx is set to zero.
14317
14318         * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
14319         Added Swiss french keyboard layout.
14320
14321         * server/select.c: Dump server objects on SIGHUP.
14322
14323         * server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, include/server.h, include/server/Attic/request.h, include/thread.h, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, scheduler/thread.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, files/file.c:
14324         Made server communication faster by using a shared memory block.
14325         A few other optimizations in request processing in the server.
14326         Moved automatically generated request definitions to server.h and
14327         removed include/server/request.h.
14328
14329         * windows/message.c, windows/queue.c, windows/win.c, windows/winproc.c, loader/main.c, loader/ne/segment.c, loader/task.c, miscemu/main.c, msdos/dpmi.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, tools/build.c, win32/kernel32.c, debugger/stack.c, dlls/ntdll/exception.c, if1632/relay.c, if1632/thunk.c, include/process.h, include/queue.h, include/stackframe.h, include/task.h, include/thread.h, include/winbase.h, include/winnt.h:
14330         Merged THDB and TEB structures.
14331         Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
14332
14333         * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
14334         Added Wa.s
14335
14336 Sun Jun 20 15:09:32 1999  Alexandre Julliard  <julliard@winehq.com>
14337
14338         * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
14339         Fixed Winelib compilation.
14340
14341 Fri Jun 18 18:29:04 1999  Alexandre Julliard  <julliard@winehq.com>
14342
14343         * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
14344         Include instruction emulation in Winelib.
14345
14346         * include/wine/exception.h, win32/except.c: A few optimizations.
14347
14348         * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
14349
14350         * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
14351         Added DebugBreak.
14352
14353         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
14354         Debugger is now called by exception handling.
14355         Added 'pass' command to pass exceptions to the app.
14356
14357         * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
14358         Moved signal handling to exception.c, generate exceptions on signals.
14359         Added hook for debugger in exception handling (temporary).
14360
14361         * programs/progman/Makefile.in, programs/progman/Wa.rc, programs/winhelp/Makefile.in, programs/winhelp/Wa.rc, resources/sysres_Wa.rc, ole/nls/wal.nls, programs/clock/Makefile.in, programs/clock/Wa.rc, programs/notepad/Makefile.in, programs/notepad/Wa.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Wa.rc:
14362         Pablo Saratxaga <srtxg@ping.be>
14363         Walloon language update.
14364
14365         * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
14366         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14367         - Do not call XConfigureWindow if SetWindowPos was called due to a
14368           received ConfigureNotify event (to avoid recursion).
14369         - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
14370           walking the tree.
14371         - Set XSizeHint.win_gravity to StaticGravity for managed windows.
14372
14373         * misc/version.c:
14374         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14375         Bug fix.
14376
14377         * loader/pe_image.c:
14378         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14379         Fix compiler warning.
14380
14381         * documentation/Makefile.in, Makefile.in:
14382         Alexander V. Lukyanov <lav@long.yar.ru>
14383         Install wine.man from current directory.
14384         Remove wine.man on distclean, not on clean.
14385
14386 ----------------------------------------------------------------
14387 Sun Jun 13 08:49:47 1999  Alexandre Julliard  <julliard@winehq.com>
14388
14389         * dlls/comctl32/listview.c, include/listview.h:
14390         Chris Morgan <cmorgan@wpi.edu>
14391         James Abbatiello <abbeyj@wpi.edu>
14392         Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
14393
14394         * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
14395         James Abbatiello <abbeyj@wpi.edu>
14396         Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
14397
14398         * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
14399         James Abbatiello <abbeyj@wpi.edu>
14400         Adds some undocumented behavior to TREEVIEW_GetItemA().
14401
14402         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
14403         Fixed ambigous else/brace problem, moved "name" computation in
14404         CreateProcess _before_ outputting it in the FIXME_()s.
14405
14406         * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
14407         Do not reuse a passed CONST RECT * pointer.
14408
14409         * windows/x11drv/mouse.c:
14410         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14411         Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
14412         used with native USER ...
14413
14414         * loader/pe_image.c, scheduler/process.c:
14415         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14416         Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
14417         replaced it by a somewhat less broken hack :-/
14418
14419         * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
14420         Fixed small memory corruption.
14421
14422 Sat Jun 12 18:36:55 1999  Alexandre Julliard  <julliard@winehq.com>
14423
14424         * include/*.h:
14425         Patrik Stridvall <ps@leissner.se>
14426         Mad the include files idempotent using a consistent macro naming
14427         scheme.
14428
14429         * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
14430         Avoid painting destroyed windows.
14431
14432         * dlls/*.c, if1632/*.c, loader/*.c:
14433         Converted to the new debug interface, using script written by Patrik
14434         Stridvall.
14435
14436         * if1632/builtin.c, loader/ne/module.c, loader/ne/segment.c, memory/atom.c, memory/string.c, objects/text.c, win32/thread.c, windows/property.c, windows/rect.c, windows/sysmetrics.c, dlls/advapi32/advapi.c, dlls/commdlg/filetitle.c, dlls/ntdll/nt.c, dlls/ntdll/sync.c:
14437         Patrik Stridvall <ps@leissner.se>
14438         Added missing/wrong includes.
14439
14440         * windows/user.c, windows/x11drv/event.c, controls/icontitle.c, controls/menu.c, controls/widgets.c, debugger/dbg.y, debugger/dbgmain.c, loader/module.c, misc/spy.c, windows/message.c, windows/painting.c, windows/scroll.c:
14441         Patrik Stridvall <ps@leissner.se>
14442         Removed direct references to CLASS internals.
14443
14444         * include/process.h, misc/version.c, scheduler/process.c:
14445         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14446         Rearrange winver detection code and cache the winver value we
14447         determined in the PDB to speed up.
14448
14449         * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
14450         Draws a border around windows with old win31 style (only ws_border) in
14451         win95 look.
14452
14453         * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
14454         Patrik Stridvall <ps@leissner.se>
14455         Added CINTERFACE and NONAMELESSUNION support.
14456
14457         * include/*.h:
14458         Patrik Stridvall <ps@leissner.se>
14459         Added extern "C" if __cplusplus is defined.
14460
14461         * include/combo.h, controls/combo.c, controls/listbox.c:
14462         Francis Beaudet <francis@macadamian.com>
14463         Fixed a few behaviors of the combobox that were broken.
14464
14465         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
14466         Guy Albertelli <galberte@neo.lrun.com>
14467         Add new "walk" command options to list processes and modref's.
14468
14469         * graphics/x11drv/dib.c:
14470         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14471         X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
14472         and negative lines.
14473
14474         * dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, include/winuser.h, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c:
14475         Patrik Stridvall <ps@leissner.se>
14476         Changed xxx(VOID) to xxx(void).
14477
14478         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14479         - simplified internal data
14480         - thread safe access to internal structures
14481         - fixed bug on ONE_SHOT timers
14482         - deferred service thread call until really needed (no longer on WINMM
14483           or MMSYSTEM attachement)
14484
14485         * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
14486         Eric Pouech <Eric.Pouech@wanadoo.fr>
14487         Made the service thread instanciable in every process.
14488
14489         * Make.rules.in, Makefile.in, configure, configure.in:
14490         James Juran <jrj120@psu.edu>
14491         Use Autoconf to find path to ldconfig.
14492
14493         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
14494         Fixed a problem with the LoadTypeLib method.
14495
14496         * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
14497         Use @sysconfdir@ for the default registries in misc/registry.c too.
14498
14499         * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
14500         Added generic pixel converter for 8->24.
14501
14502         * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
14503         DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
14504         were expanded to WORD incorrectly.
14505
14506         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
14507         Ove Kaaven <ovek@arcticnet.no>
14508         Various DPMI fixes and preliminary DPMI raw mode switch handler.
14509
14510         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
14511         Fixed imprecision in the MDI tiling functionality.
14512
14513         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14514         Open files with more appropriate sharing mode.
14515
14516         * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14517         Small fixes for EnhMetaFile playback.
14518
14519         * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
14520         Fixed an error and an off-by-one bug in DSA_SetItem().  This
14521         eliminates some crashes with Win98 native SHELL32.
14522
14523         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
14524         Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
14525         with caps1==NULL.
14526
14527         * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
14528         dwDataSize needs to be reset before each RegQueryValueEx() call.
14529
14530         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
14531         Don't ignore application-requested primary buffer flags.
14532
14533         * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
14534         Clear high word of %esp when returning from CallFrom16.
14535
14536         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
14537         Implementation of EV_RXFLAG.
14538
14539         * windows/winpos.c, windows/x11drv/event.c:
14540         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14541         Better implementation of [GS]etForegroundWindow.
14542         Fixed focus handling on inter-thread activation.
14543         Adapted FocusIn/Out event handling to per-queue focus.
14544
14545         * loader/ne/module.c:
14546         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14547         Release Win16Lock during PROCESS_Create.
14548
14549         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
14550         ImageList_GetIcon bug fix.
14551
14552         * win32/time.c: Rein Klazes <rklazes@casema.net>
14553         Corrected a problem in GetTimeZoneInformation() due a change to
14554         mktime() in glibc-2.1.1 when daylight saving time is in effect.
14555
14556         * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
14557         Changed K&R C function definition to ANSI C.
14558
14559         * graphics/psdrv/bitmap.c, include/psdrv.h:
14560         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14561         PSDRV_StretchDIBits should use logical co-ords.
14562         Some versions of ghostscript seem to eat one too many characters of
14563         image data. Add a '%' to the output file to work around this.
14564
14565         * relay32/wnaspi32.spec:
14566         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14567         Fixed WNASPI32 ordinals.
14568
14569         * include/winbase.h:
14570         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14571         Added the function definitions of GetStartupInfo*().
14572
14573         * documentation/status/dde, misc/ddeml.c:
14574         Keith Matthews <keith_m@sweeney.demon.co.uk>
14575         1st cut implementation of DdeNameService (omits monitor callback)
14576         1st cut implementation of DdeKeepStringHandle (probably complete)
14577         DdeInitializeW - minor changes to initialise service names structure
14578         DdeGetLastError - start of proper last error retrieval
14579         DdeCreateStringHandle16 - added code for default codepage where not
14580         supplied.
14581         Various documentary/comment corrections.
14582
14583 Fri Jun 11 18:33:46 1999  Alexandre Julliard  <julliard@winehq.com>
14584
14585         * include/process.h, memory/environ.c, scheduler/process.c:
14586         Use the normal environment routines to build the env db of the initial
14587         process.
14588
14589         * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
14590         Return console handles in alloc_console request.
14591         Fixed read_console_input parameters to conform to the reply structure
14592         declaration.
14593
14594 Mon Jun  7 17:46:39 1999  Alexandre Julliard  <julliard@winehq.com>
14595
14596         * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14597         Fixed CreateCompatibleBitmap when called with 0 width or height.
14598
14599         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14600         Fixed mmioDescend when called with a parent chunk.
14601
14602         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
14603         Trying to fix sigaltstack() problem reported by Debian users.
14604         SIGTRAP might be undefined (beos).
14605
14606         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
14607         Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
14608         Fixed TLB_FindTlb (strstr on binary data will not work).
14609
14610         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
14611         Fixed >> and * operator precedence problem.
14612
14613         * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14614         Fixed order for entering critical sections (X11 vs. WndLock) when
14615         calling X11DRV_MOUSE_SetCursor.
14616
14617         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14618         Consult ne.operating_system field for NE files in GetBinaryType().
14619
14620         * server/process.c: Fixed initial process refcount.
14621
14622 Sun Jun  6 17:28:21 1999  Alexandre Julliard  <julliard@winehq.com>
14623
14624         * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
14625         Forced commit to get rid of the vendor branch
14626
14627         * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
14628
14629         * programs/regapi/regapi.c:
14630         Avoid use of strncmpi (reported by Ron Cemer).
14631
14632         * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
14633         Moved inclusion of winestring.h to winebase.h.
14634         Added Winelib macros for lstrncmp functions.
14635
14636         * controls/scroll.c: Ron Cemer <roncemer@gte.net>
14637         Fixes for several bugs in which portions of the scrollbar were not
14638         being redrawn correctly, the focus rectangle was not being correctly
14639         removed from the thumb before redrawing, etc.; added complete Win9x
14640         and WinNT look and feel support.
14641
14642         * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
14643         Fixes for Win9x and WinNT look and feel.
14644
14645         * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
14646         James Abbatiello <abbeyj@wpi.edu>
14647         Fixed response of GetFullPathNameA when buffer==NULL.
14648
14649         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14650         CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
14651
14652         * configure.in, programs/Makefile.in, programs/wcmd/.cvsignore, programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/makefile.bcc, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc, configure:
14653         Dave Pickles <davep@nugate.demon.co.uk>
14654         Added Wine command-line interpreter.
14655
14656         * if1632/thunk.c, include/callback.h, misc/callback.c:
14657         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14658         Removed Callback.CallTaskRescheduleProc().
14659
14660         * include/main.h, miscemu/main.c, tools/build.c:
14661         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14662         Switch stacks in CALL32_Init().
14663
14664         * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
14665         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14666         16-bit scheduler reorganized: run all tasks in their own thread.
14667         Process creation sequence adapted to new scheduler.
14668
14669         * include/services.h, loader/main.c, scheduler/services.c:
14670         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14671         Removed SERVICE_Exit().
14672
14673         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14674         Release WND lock before calling PostEvent16().
14675
14676         * include/wnaspi32.h:
14677         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14678         Add some defines.
14679
14680         * dlls/wnaspi32/winaspi32.c:
14681         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14682         ASPI_ExecScsiCmd: better return value and verbose error when no device
14683         found.
14684
14685         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
14686         Use SearchPath to test for existance of programs in lpCmdLine
14687         processing. For lpApplName do not append ".exe" and use
14688         DOSFS_GetFullName to locate the program. Move module find process
14689         after flag testing and provide quick exit if not found.
14690
14691         * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
14692         Implemented dialog units -> pixels conversion very close to how it's
14693         actually done by Windows.
14694
14695 Sat Jun  5 15:23:20 1999  Alexandre Julliard  <julliard@winehq.com>
14696
14697         * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c, include/commdlg.h, include/initguid.h, include/objbase.h, include/ole2.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/winerror.h, include/wingdi.h, include/winuser.h, include/wtypes.h, ole/bindctx.c, ole/moniker.c:
14698         Paul Quinn <paulq@corel.ca>
14699         Some non-threatening fixes to some headers, as well as some casting
14700         changes that make winelib more win32 code compatible.
14701
14702         * files/drive.c, include/winbase.h, relay32/kernel32.spec:
14703         <davep@nugate.demon.co.uk>
14704         Stub for SetVolumeLabel().
14705
14706         * windows/message.c:
14707         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14708         Add back lost treatment of HWND_TOPMOST.
14709
14710         * windows/x11drv/event.c:
14711         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14712         Try to improve ConfigureNotify event processing.
14713
14714         * objects/pen.c: Joshua Thielen <thielen@netperson.net>
14715         Allow pens with styles greater than PS_INSIDEFRAME to be created with
14716         ExtCreatePen.
14717
14718         * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
14719         Rein Klazes <rklazes@casema.net>
14720         Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
14721         ITypeLib2 and ITypeInfo2 methods.
14722
14723         * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
14724         Allow NULL as argument to SysFreeString in accordance with SDK.
14725
14726         * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
14727         - more up-to-date description of source tree
14728         - better example of required comments for an API implementation
14729         - replacement of WINE_PACKED by "pshpack1.h", etc.
14730         - naming conventions for non-api calls and types
14731         - location conventions for non-api header files and prototypes
14732
14733         * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
14734         Robert W Hall <bobh@n-cantrell.demon.co.uk>
14735         Added 2 stubs.
14736
14737         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14738         Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
14739
14740         * windows/x11drv/event.c, windows/x11drv/wnd.c:
14741         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14742         Fixed potential memory corruption in EVENT_QueryZOrder.
14743         Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
14744
14745         * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
14746         Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
14747
14748         * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
14749         o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
14750         o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
14751           CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
14752           parameter to ShowWindow(). Some apps (CALC.EXE for Win98
14753           is one of them) use this undocumented feature to create
14754           hidden window with WS_VISIBLE style set.
14755
14756         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
14757         Ian Schmidt <irsman@iag.net>
14758         Added partial implementation for DPA_LoadStream and stub for
14759         DPA_SaveStream.  Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
14760         the partial implementation and parameter information.
14761
14762         * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
14763         Make it possible to link Wine statically (at least on RedHat 6.0).
14764
14765         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14766         When looking into sys menu, check if items are present before
14767         dereferencing.
14768
14769         * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
14770         Autoconfigure the directories in the manpage.
14771
14772         * include/message.h, include/ttydrv.h, include/x11drv.h, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c:
14773         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14774         Removed DummyMotionNotify EVENT driver routine.
14775
14776         * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
14777         Marcus Meissner <marcus@jet.franken.de>
14778         Autoconfigure the directories in the manpage.
14779
14780         * files/file.c, include/winbase.h, relay32/kernel32.spec:
14781         James Juran <jrj120@psu.edu>
14782         Add stub for LockFileEx (KERNEL32.513).
14783
14784         * documentation/status/internationalisation:
14785         Klaas van Gend <klaas@vangend.demon.nl>
14786         Current status of Wine on internationalisation.
14787
14788         * controls/button.c: Rein Klazes <rklazes@casema.net>
14789         Do not process WM_LBUTTONUP message in ButtonWndProc()
14790         when the mouse is not captured.
14791
14792         * graphics/psdrv/init.c, objects/dc.c:
14793         Noel Borthwick <noel@macadamian.com>
14794         From CreateCompatibleDC, pass the device name associated with the
14795         source DC in order to allow PSDRV_CreateDC to locate the printer info
14796         for the device.
14797
14798         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14799         Added some digital video interface
14800         Fixed a few bugs (device names are no longer converted to upper case,
14801         added call back window, all structures moved to 32 bit...).
14802
14803         * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14804         Workaroung gcc 2.7.2.x sig 11 issue.
14805
14806         * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
14807         Eric Pouech <Eric.Pouech@wanadoo.fr>
14808         Added (still incomplete) handling of MCI_BREAK command.
14809
14810         * documentation/no-windows: James Juran <jrj120@psu.edu>
14811         Updated documentation/no-windows.
14812
14813         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
14814         Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
14815         using a faster generic routine and some inline assembly for i386
14816         (cleanups by Ove).
14817
14818 Fri Jun  4 19:49:54 1999  Alexandre Julliard  <julliard@winehq.com>
14819
14820         * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
14821         Made handle table a separate object.
14822         Global handle table is no longer bound to a process.
14823         Removed special handling of the initial process.
14824
14825         * server/main.c, server/object.c, server/object.h:
14826         Added optional debugging code in object management.
14827
14828 Sat May 29 14:27:27 1999  Alexandre Julliard  <julliard@winehq.com>
14829
14830         * scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, windows/queue.c, windows/winproc.c, include/thread.h, loader/task.c:
14831         Got rid of THREAD_InitDone.
14832         Made THREAD_Current() inline.
14833         Moved server tid into TEB.
14834
14835         * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
14836         Reimplemented the CheckRadioButton function.
14837
14838         * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
14839         James Abbatiello <abbeyj@wpi.edu>
14840         Fixed incorrect lookup of background color.
14841
14842         * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
14843         Chris Morgan <cmorgan@wpi.edu>
14844         James Abbatiello <abbeyj@wpi.edu>
14845         Fixed problems when using multiple style flags together.
14846
14847         * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
14848         James Abbatiello <abbeyj@wpi.edu>
14849         Fixed a problem when using string resources as tooltext.
14850
14851         * windows/win.c: Francis Beaudet <francis@macadamian.com>
14852         Fixed a behavior of the focus when a parent window is disabled.
14853
14854         * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
14855         Fixed a bug which causes the PolyBezier to not be updated on redraw
14856         (when you want them to be).
14857
14858         * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
14859         Remove unnecessary warning in TranslateAccelator.
14860
14861         * server/handle.c:
14862         Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
14863         Meissner).
14864
14865         * dlls/commdlg/cdlg_xx.rc, dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, include/ver.h, include/winver.h, tools/wrc/wrctypes.h:
14866         Paul Quinn <paulq@corel.ca>
14867         ver.h is a legacy header. winver.h should be used instead.
14868
14869         * dlls/tapi32/phone.c, misc/crtdll.c:
14870         Marcus Meissner <marcus@jet.franken.de>
14871         Fixed some warnings.
14872
14873         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
14874         Luc Tourangeau <luc@macadamian.com>
14875         - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
14876         - Implemented LVM_FINDITEM message.
14877         - Added some new window styles.
14878         - Fixed some bugs and extended a number of existing functions.
14879         - Modified selection functions to support area selection (for group
14880           selection in LVS_ICON and LVS_SMALLICON).
14881
14882         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
14883         Fixed a couple of missing event notifications. Some more debugging
14884         messages.
14885
14886         * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
14887         Icelandic keyboard support.
14888
14889         * graphics/ddraw_private.h, graphics/ddraw.c:
14890         Lionel Ulmer <ulmer@directprovider.net>
14891         - better debug output for surface creation
14892         - added (experimental) DIBSection implementation of GetDC / ReleaseDC
14893
14894         * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
14895         Corrected warning.
14896
14897         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
14898         Support TPM_RETURNCMD in TrackPopupMenu.
14899
14900         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
14901         Fix <return> key (somehow we get a control keystate).
14902
14903         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14904         Fixed compilation erros on non-Linux systems.
14905
14906         * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14907         Added missing TRACE define when NO_DEBUG_MSGS was defined.
14908
14909         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
14910         Added missing WINAPI for SHValidateUNC.
14911
14912         * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
14913         Adapted to the new dll resource handling by Bertho Stultiens.
14914
14915 Mon May 24 15:02:18 1999  Alexandre Julliard  <julliard@winehq.com>
14916
14917         * misc/shell.c: Release the Win16Lock before calling WinExec.
14918
14919         * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
14920         Removed process argument to PROCESS_CallUserSignalProc.
14921
14922         * scheduler/process.c:
14923         Moved remaining initialisations to the new process context.
14924         Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
14925         Changed PROCESS_CallUserSignalProc to avoid accessing another process
14926         address space.
14927
14928         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
14929         Added support for dumping variable-size data of server replies.
14930         Added cmd_line and cmd_show in new_process request.
14931
14932         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
14933         fixed builtin mmsystem.dll init sequence
14934
14935         * multimedia/Attic/init.c, multimedia/Makefile.in:
14936         Eric Pouech <Eric.Pouech@wanadoo.fr>
14937         removed obsoleted init.c source file
14938
14939         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14940         removed unnecessary MCI drivers entry point
14941         added undocumented mmsystem functions
14942
14943         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14944         moved to new trace interface
14945         now calling time init function from mmsystem and/or winmm entry point
14946
14947         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14948         included DLL init sequence (from obsoleted init.c)
14949         fixed builtin mmsystem.dll init sequence
14950         fixed PlaySound when used with an asynchronous audio driver
14951         fixed midiStream functions for Stop/Pause/Restart functions
14952         fixed error handling in waveOutOpen with QUERY_FORMAT flag
14953
14954         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14955         included midi init sequence (from obsoleted init.c)
14956         moved to new trace interface
14957         simplified code with using new configuration constant (HAVE_OSS_MIDI)
14958         fixed erroneous warnings
14959
14960         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14961         included mci init sequence (from obsoleted init.c)
14962         moved to new trace interface
14963
14964         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14965         output: better internal thread interface (orthogonalization of states and events)
14966         output: removed use of DSP_IOCTL_GETOSPACE
14967         output: fixed latency in reset messages handling
14968         output: replaced some polling mechanisms with blocking ones
14969         output: fixed get/set volume functions
14970
14971         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14972         moved to the new debug interface
14973         fixed bugs in pause/play/stop functions
14974         fixed signature of driver entry point
14975
14976         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14977         moved to the new debug interface
14978         fixed bugs in pause/play functions
14979         fixed signature of driver entry point
14980
14981         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14982         Updated traces.
14983
14984         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14985         Remove extraneous winuser16.h.
14986
14987         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14988         Changed printf into TRACE.
14989
14990         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14991         Fixed a few typos.
14992
14993         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14994         Check when backtracking the stack if frames are correct (readable).
14995
14996         * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
14997         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14998         Moved WINSOCK network IO event handling to special thread.
14999         Removed EVENT_WaitNetEvent, introduced a global scheduler event.
15000
15001         * miscemu/main.c, scheduler/process.c:
15002         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15003         Wait until child initialized before returning from PROCESS_Create.
15004
15005         * relay32/kernel32.spec, win32/kernel32.c:
15006         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15007         Use register functions with arguments for LogApiThk...
15008
15009         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
15010         James Abbatiello <abbeyj@wpi.edu>
15011         Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem.  Removed unused
15012         variable in LISTVIEW_GetNextItem.
15013
15014 Sun May 23 20:02:05 1999  Alexandre Julliard  <julliard@winehq.com>
15015
15016         * include/dosexe.h, include/module.h, include/pe_image.h, include/process.h, include/thread.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, relay32/kernel32.spec, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/ntdll/exception.c:
15017         Use the new debug functions to send debug events at appropriate places.
15018         Pass the process creation flags to PROCESS_Create.
15019
15020         * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
15021         Implemented the Win32 debug API functions.
15022
15023         * include/server.h, include/server/request.h, server/Makefile.in, server/debugger.c, server/object.h, server/process.c, server/thread.c, server/thread.h, server/trace.c:
15024         Added debug events support.
15025
15026 ----------------------------------------------------------------
15027 Sun May 23 10:25:26 1999  Alexandre Julliard  <julliard@winehq.com>
15028
15029         * memory/global.c, memory/heap.c, memory/ldt.c, memory/selector.c, memory/string.c, memory/virtual.c, objects/brush.c, objects/color.c, objects/dc.c, objects/dib.c, objects/enhmetafile.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, scheduler/handle.c, scheduler/services.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, win32/code_page.c, win32/console.c, win32/error.c, win32/file.c, win32/init.c, win32/process.c, win32/struct32.c, win32/thread.c, win32/time.c, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, memory/atom.c:
15030         Converted to the new debug interface, using script written by Patrik
15031         Stridvall.
15032
15033         * scheduler/process.c:
15034         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15035         Bugfix: dwFlags must describe target process in UserSignalProc.
15036
15037         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
15038         Added missing WINAPI to SHELL32_654 stub.  Fixes crash in Win98
15039         Explorer.
15040
15041         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
15042         James Abbatiello <abbeyj@wpi.edu>
15043         LISTVIEW_KeyDown: Invalidate the listview window only when the
15044         selected item changes.
15045
15046         * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
15047         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15048         Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
15049         (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
15050         and SSConfirmSmallStack (KERNEL.704).
15051
15052         * if1632/display.spec, windows/display.c:
15053         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15054         Fix typo (wrong DISPLAY.CheckCursor ordinal).
15055         Superfluous FIXME converted to TRACE in CheckCursor.
15056
15057         * relay32/relay386.c:
15058         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15059         Bugfix: syslevel relay check was too strict.
15060
15061         * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
15062         Do not use pagesize aligned size_low to grow mapped file, but original
15063         size_low. (fixes Heises Index Register)
15064
15065 Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard@winehq.com>
15066
15067         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15068         - added some more debug output
15069         - corrected a slight bug in DGA DirectDraw creation
15070
15071         * windows/win.c: Francis Beaudet <francis@macadamian.com>
15072         Fixed a major memory leak in the window management code.
15073
15074         * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15075         In SetWindowPos if changing Z order and child window not yet in its
15076         parent list, do not link it in WINPOS_ShowIconTitle, check for retval
15077         of WIN_FindWndPtr.
15078
15079         * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
15080         Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
15081         colormap is used.
15082
15083         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15084         Don't freeze other thread while it may hold the X critical section.
15085
15086         * include/display.h, loader/main.c, windows/display.c:
15087         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15088         Added UserRepaintDisable16().
15089
15090         * windows/dinput.c, windows/message.c:
15091         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15092         Removed EVENT_WaitNetEvent() calls.
15093
15094         * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15095         Added IsUserIdle16().
15096
15097         * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
15098         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15099         Adapted to EVENT_ driver changes.
15100
15101         * loader/task.c, scheduler/synchro.c:
15102         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15103         Adapted to event synchronization changes.
15104
15105         * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
15106         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15107         Moved X input event handling out of EVENT_WaitNetEvent and into
15108         service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
15109         driver.  Changed winContext to hold HWND instead of WND *.
15110
15111         * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15112         Don't change Z-order of child windows when activating.
15113
15114         * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
15115         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15116         Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
15117         Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
15118
15119         * configure, configure.in, include/acconfig.h, include/config.h.in:
15120         Eric Pouech <Eric.Pouech@wanadoo.fr>
15121         Create a new configuration manifest constant HAVE_OSS_MIDI.
15122
15123         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
15124         Fixed silly EINTR bug with starting dosmod.
15125
15126         * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
15127         Should compare to X11 constant "None" since a colormap is an X
15128         Resource ID and not a pointer.
15129
15130         * controls/listbox.c: Paul Quinn <paulq@corel.ca>
15131         Stop a listbox bug that causes a div by zero when the item height
15132         is zero. Doesn't solve the root of the problem though.
15133
15134         * dlls/shell32/shell32_Pt.rc:
15135         Andre Malafaya Baptista <Malafaya@milenio3.pt>
15136         About dialog translated to Portuguese.
15137
15138         * if1632/thunk.c: James Juran <jrj120@psu.edu>
15139         task.h was included twice.  Removing one fixed a sig11 in gcc-2.7.2.3.
15140
15141         * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15142         Check if dc has been created before using it.
15143
15144         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15145         Add a few more 32->16 Escape conversions.
15146
15147         * relay32/relay386.c, if1632/relay.c:
15148         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15149         Check for syslevel violations while relay debugging.
15150
15151         * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
15152         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15153         Improved syslevel handling, store currently held syslevels in thread
15154         database, WIN_CritSection converted to syslevel.
15155
15156         * include/windows.h: Joshua Thielen <thielen@netperson.net>
15157         Added mmsystem.h include.
15158
15159         * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
15160         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15161         Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
15162         MapProcessHandle; stub for BUNNY_351.
15163
15164         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15165         Handle proc == NULL in THUNK_SetDCHook correctly.
15166
15167         * files/profile.c:
15168         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15169         Added support for the undocumented combination
15170         GetPrivateProfileStringA(section == NULL, entry == NULL, ...
15171
15172         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
15173         James Abbatiello <abbeyj@wpi.edu>
15174         Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
15175
15176         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
15177         James Abbatiello <abbeyj@wpi.edu>
15178         Implemented GetNextItem for the Listview control.
15179
15180         * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
15181         Expire timers on expiry time too, not just after.
15182
15183         * include/wine/obj_base.h, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, multimedia/dplay.c, multimedia/dsound.c, ole/antimoniker.c, ole/bindctx.c, ole/compositemoniker.c, ole/datacache.c, ole/defaulthandler.c, ole/filemoniker.c, ole/hglobalstream.c, ole/ifs.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/moniker.c, ole/olefont.c, ole/oleobj.c, ole/stg_stream.c, ole/storage32.c, windows/dinput.c, dlls/avifil32/avifile.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/d3ddevices.c:
15184         Paul Quinn <paulq@corel.ca>
15185         Microsoft com vtable compatibility workaround for g++.  Basically adds
15186         an optional 8 bytes padding to COM objects where the RTTI would be.
15187
15188         * include/sysmetrics.h, misc/shell.c, objects/bitmap.c, objects/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/input.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/scroll.c, windows/sysmetrics.c, windows/win.c, windows/winpos.c, controls/button.c, controls/combo.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/iconcache.c:
15189         Marcus Meissner <marcus@jet.franken.de>
15190         Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
15191         GetSystemMetrics(SM_xx), removed no longer needed includes of
15192         sysmetrics.h.
15193
15194         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
15195         Added INT_Int16AddChar.
15196
15197         * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15198         Bugfix: Prevent null-pointer dereference in TRACE argument list in
15199         RES_FindResource
15200
15201         * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15202         Fixed wrong NE module registration so that resources work.
15203
15204         * if1632/thunk.c, tools/build.c, win32/kernel32.c:
15205         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15206         Set %ebx to point to real 16-bit stack in CBClientThunkSL.
15207         Pass %esi back-and-forth in CBClientThunkSL(Ex).
15208         Copy modified buffers back after return from FT_Thunk.
15209         Fix broken recognition of LS thunklets.
15210
15211         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
15212         Marcus Meissner <marcus@jet.franken.de>
15213         Removed use of win.h, sysmetrics.h and associated WINE USER internal
15214         variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
15215
15216         * dlls/comctl32/Attic/propsheet.h, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h:
15217         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15218         Toolbar customization dialog (take one).
15219
15220         * windows/win.c: Francis Beaudet <francis@macadamian.com>
15221         Fixed GetTopWindow so it will correctly handle the NULL parameter.
15222
15223         * include/process.h, loader/module.c:
15224         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15225         Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
15226         Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
15227         FreeLibrary calls.
15228
15229         * if1632/mmsystem.spec, multimedia/mmsystem.c:
15230         Marcus Meissner <marcus@jet.franken.de>
15231         Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
15232
15233         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
15234         Ove Kaaven <ovek@arcticnet.no>
15235         Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
15236         on the correct address space. Added DOSMEM_MovePointers() that
15237         relocates selectors when the DOS address space changes (i.e. when
15238         dosmod is spawned, particularly from Win16 apps that uses DPMI to
15239         execute real-mode code). More complete DOS device implementation.
15240
15241         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
15242         Ove Kaaven <ovek@arcticnet.no>
15243         Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
15244         (DOSVM idle message loop), and fields hConInput and hConOutput.
15245
15246         * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
15247         Add some null checking in the Get/SetBitmapBits functions.
15248
15249         * misc/crtdll.c, relay32/crtdll.spec:
15250         Marcus Meissner <marcus@jet.franken.de>
15251         Added init function for CRTDLL, allocate stdio/stderr/stdout on
15252         DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
15253         needs 1.3KB).
15254
15255         * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
15256         Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
15257
15258         * misc/winsock.c: James Juran <jrj120@psu.edu>
15259         Print a more effective (and visible) error message when an application
15260         can't create a socket with type == SOCK_RAW.
15261
15262         * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15263         Some more defines for multimedia.
15264
15265         * msdos/vxd.c, win32/device.c:
15266         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
15267         Some stubs for pccard vxd to debug the native shell32.
15268
15269         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
15270         Use service thread for "true" multimedia timers.
15271         Removed implementation of fake multimedia timers.
15272         Set minimum resolution to 10 ms (the timing resolution of the Linux
15273         kernel). Fixed a couple of flaws.
15274
15275         * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
15276         Implemented printing out of some structures.
15277
15278 Thu May 20 16:40:23 1999  Alexandre Julliard  <julliard@winehq.com>
15279
15280         * server/select.c, server/socket.c:
15281         Set only the client socket in non-blocking mode instead of all fds;
15282         should avoid problems with stdio handles.
15283
15284 Mon May 17 16:20:53 1999  Alexandre Julliard  <julliard@winehq.com>
15285
15286         * include/debugdefs.h, include/gdi.h, include/psdrv.h, include/ttydrv.h, include/wine/wingdi16.h, include/wingdi.h, include/winspool.h, misc/Attic/spooler.c, misc/Makefile.in, misc/printdrv.c, objects/dc.c, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in, dlls/winspool/info.c, graphics/driver.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/psdrv/driver.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, Makefile.in, configure, configure.in:
15287         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15288         Implement DocumentProperties, DeviceCapabilities, beginnings of
15289         Open/Get/ClosePrinter.  Additions to PSDRV_DeviceCapabilities.
15290         Split off WINSPOOL into its own directory.
15291         Several functions added to DC_Funcs.
15292         Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
15293
15294         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
15295         glide2x loadorder is "so,native".
15296
15297         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
15298         Improved shortcuts - follows jumps in trying to avoid switching to
15299         real mode unnecessarily.
15300
15301         * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
15302         Updated and improved instructions.
15303
15304         * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
15305         Made "Wine-dbg>set *seg:off = val" work (previously only
15306         "Wine-dbg>set *off = val" worked).
15307
15308         * multimedia/mcimidi.c, multimedia/mciwave.c:
15309         Jukka Kangas <jtkangas@nic.fi>
15310         When opening the file we don't need MMIO_EXCLUSIVE
15311         rights. MMIO_DENYWRITE should be sufficient.
15312
15313         * dlls/shell32/shellpath.c:
15314         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
15315         Prevent crash in stub of SheGetDirW.
15316
15317         * dlls/shell32/shlmenu.c:
15318         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
15319         Further implementation of the FileMenu.
15320
15321         * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
15322         Set the default menu item of the window menu
15323
15324         * wine.ini: James Juran <jrj120@psu.edu>
15325         Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
15326         accordance with Linux 2.2 Changes file.
15327
15328         * if1632/kernel.spec, loader/module.c:
15329         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15330         Release Win16Lock when calling LoadLibrary32 from 16-bit code.
15331
15332         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15333         Fixed THUNK_SetDCHook when using native USER.
15334
15335         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15336         Bugfix: FT_PrologPrime was broken due to relay changes.
15337
15338         * misc/network.c, relay32/mpr.spec:
15339         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15340         Some stubs added.
15341
15342         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15343         Suspend window locks before calling hook procedure.
15344
15345         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15346         Fixed window refcount handling in GetNextDlgGroupItem.
15347
15348         * controls/button.c:
15349         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15350         Removed superfluous WIN_ReleaseWndPtr.
15351
15352         * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
15353         Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
15354         previous one. (reported by Ove)
15355
15356 Sun May 16 17:11:58 1999  Alexandre Julliard  <julliard@winehq.com>
15357
15358         * include/winbase.h, include/winnt.h:
15359         Added a few missing debug event definitions.
15360
15361         * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
15362         Adapted to new select interface.
15363         Fixed bug in *_signaled routines that could cause busy-waiting in the
15364         select loop.
15365
15366         * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
15367         Changed select interface, separated timeouts from file descriptors.
15368
15369         * server/handle.c, server/handle.h, server/process.c, server/process.h:
15370         Moved process structure definition to process.h.
15371         Added suspend/resume_process.
15372         Moved handle table back into the process structure.
15373
15374         * scheduler/client.c, server/trace.c, include/server.h:
15375         Added TEB in init_thread request.
15376
15377 Sat May 15 10:52:56 1999  Alexandre Julliard  <julliard@winehq.com>
15378
15379         * miscemu/instr.c:
15380         Tried to add an error message when crashing on a selector load because
15381         of missing LDT sharing between threads (untested).
15382
15383         * scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/change.c, server/console.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/request.c, server/select.c, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, include/server.h, include/server/Attic/object.h, include/server/Attic/process.h, include/server/Attic/thread.h, include/server/request.h, memory/virtual.c:
15384         Server reorganization:
15385         - moved request handlers to the specific C files
15386         - moved handle management to handle.c
15387         - moved server private includes to server/ instead of include/server/
15388
15389         * Make.rules.in: Get include files from the current directory first.
15390
15391 Fri May 14 18:39:37 1999  Alexandre Julliard  <julliard@winehq.com>
15392
15393         * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/win.h, windows/msgbox.c, windows/queue.c, windows/win.c:
15394         Marcus Meissner <marcus@jet.franken.de>
15395         Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
15396         removed unnecessary win.h includes, added syslevel.h to queue.c.
15397
15398         * controls/combo.c: Francois Boisvert <francois@macadamian.com>
15399         Changed CBGetDroppedControlRect to be compliant with Windows API.
15400
15401         * include/wine/exception.h, win32/except.c:
15402         Fixed a few bugs, and improved the exception macros (based on
15403         suggestions by Sergei Turchanov).
15404
15405         * dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, ipc/dde_atom.c, ipc/dde_atom_test.c, ipc/shm_block.c, ipc/shm_fragment.c, ipc/shm_fragment_test.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, ipc/shm_semaph_test.c, ipc/wine_test_stub.c, relay32/snoop.c, relay32/utthunk.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/service.c, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c, dlls/msacm/msacm_main.c, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/psapi/psapi_main.c, dlls/rasapi32/rasapi.c, dlls/tapi32/assisted.c, dlls/tapi32/phone.c, console/generic.c, console/ncurses.c, console/xterm.c, controls/combo.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c:
15406         Converted to the new debug interface, using script written by Patrik
15407         Stridvall.
15408
15409         * tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
15410         Converted to the new debug interface.
15411
15412         * windows/painting.c:
15413         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15414         Fixed invalid window refcount handling in RDW_Paint().
15415
15416         * windows/message.c: Noel Borthwick <noel@macadamian.com>
15417         Fix a deadlock with the system message queue by ensuring the system message
15418         queue is unlocked while the actual message is being processed.
15419
15420         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15421         Check if in depth-conversion mode before returning an error message
15422         in IDirectDrawPaletteImpl_GetEntries.
15423
15424 Thu May 13 18:53:05 1999  Alexandre Julliard  <julliard@winehq.com>
15425
15426         * documentation/status/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, include/wine_gl.h:
15427         Lionel Ulmer <ulmer@directprovider.net>
15428         Replaced all the Mesa specific code by GLX code. Should work now on
15429         any OpenGL implementation.
15430
15431         * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
15432         Added Italian keyboard support.
15433
15434         * graphics/enhmetafiledrv/graphics.c:
15435         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15436         Fixed a couple of memcpy errors.
15437
15438         * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15439         Small fix to help native win95 PrintDlg on the way.
15440
15441         * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
15442         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15443         Implemented InsertInASPIChain and fixed minor things.
15444
15445         * windows/x11drv/mouse.c:
15446         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15447         Fixed quite ill window locking code.
15448
15449         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
15450         Fixed an infinite loop in ChildWindowFromPointEx.
15451
15452         * controls/menu.c:
15453         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
15454         - prevent crash when GetMenuDefaultItem is called on empty menu
15455         - set default item on system menu
15456
15457         * loader/ne/module.c, memory/selector.c, relay32/ntdll.spec, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/stackframe.h:
15458         Adapted for new register functions support (ESP_reg in register
15459         functions now points after the arguments).
15460
15461         * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
15462         Win32 register functions can now have arguments.
15463         Simplified relay debugging for register functions.
15464
15465         * relay32/kernel32.spec, win32/device.c:
15466         VxDCall functions do not need to be 'register'.
15467
15468 Wed May 12 16:10:53 1999  Alexandre Julliard  <julliard@winehq.com>
15469
15470         * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
15471
15472         * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
15473         Added macros and definitions for using exception inside Wine or
15474         Winelib code.
15475
15476         * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
15477         Moved some exception definitions to winnt.h and ntddk.h.
15478
15479         * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
15480         Added missing WINAPI for the callback procs.
15481
15482         * include/sig_context.h: Added ERROR_sig.
15483
15484         * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
15485         Bug fix.
15486
15487         * misc/winsock.c, include/winsock.h:
15488         Marcus Meissner <marcus@jet.franken.de>
15489         WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
15490         replaced all pwsi->err references.
15491
15492         * loader/pe_image.c: Changed some error handling a bit.
15493
15494         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
15495         Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
15496
15497         * relay32/kernel32.spec, relay32/ntdll.spec:
15498         Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
15499         the ntdll one.
15500
15501         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
15502         Added import declaration for Win32 built-ins.
15503
15504 Mon May 10 14:44:48 1999  Alexandre Julliard  <julliard@winehq.com>
15505
15506         * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
15507         Added support for forwarded ordinals in built-in dlls.
15508
15509 Sun May  9 16:15:28 1999  Alexandre Julliard  <julliard@winehq.com>
15510
15511         * win32/console.c:
15512         Fixed request size for alloc_console and free_console.
15513
15514         * relay32/kernel32.spec, relay32/ntdll.spec, win32/except.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/Attic/except.h, include/debugdefs.h, include/ntddk.h, include/thread.h, include/winbase.h, include/winnt.h:
15515         Improved exception handling.
15516         Based on the work of Sergey Turchanov <turchanov@usa.net>.
15517
15518         * loader/module.c:
15519         Use OpenFile() to test for file existence, so that the path gets
15520         searched.
15521
15522         * server/select.c: Ove Kaaven <ovek@arcticnet.no>
15523         Restart interrupted select() (happens with -pg).
15524
15525         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
15526         Fixed off-by-one bug in memory access check.
15527
15528         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
15529         More debug output for RegQueryInfoKey.
15530
15531         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
15532         Fixed a couple of bugs (silent backtrace not totally silent, crashes
15533         when the stack is corrupted or similar).
15534
15535 ----------------------------------------------------------------
15536 Sat May  8 18:39:05 1999  Alexandre Julliard  <julliard@winehq.com>
15537
15538         * tools/wineconf.libs/autoconf.eng, tools/wineconf.libs/autoconf.tcl, tools/wineconf.libs/browsers.eng, tools/wineconf.libs/dirbrowser.tcl, tools/wineconf.libs/general.eng, tools/wineconf.libs/getfilename.tcl, tools/wineconf.libs/message.tcl, tools/wineconf.libs/message2.tcl, tools/wineconf.libs/saveRC.tcl, tools/wineconf.libs/wine-half.gif, tools/wineconf.libs/wineconf.eng, tools/wineconf.libs/wineconf.tcl, tools/wineconf.libs/wineconf1.tcl, tools/wineconf.tcl:
15539         Jean-Louis Thirot <thirot@univ-brest.fr>
15540         Added graphical configuration tool wineconf.tcl.
15541
15542         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
15543         Ignore ESC[%dc reports generated by 8bit control codes.
15544         Open console even if we already have one in the process.
15545
15546         * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
15547         Fixed off by 1 error in section code (did not return len-2 on buffer
15548         overflow in some cases, but len-1).
15549
15550         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
15551         Fixed warning.
15552
15553         * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
15554         Fixed palette handling for true/high-color X11.
15555
15556         * loader/ne/module.c:
15557         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15558         Fixed extension handling in LoadLibrary16.
15559
15560         * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
15561         Alex Korobka <alex@aikea.ams.sunysb.edu>
15562         Rearranged PAINT_RedrawWindow() so that it first recursively updates
15563         invalid regions and only then starts sending out messages. This should
15564         help with reentrancy during message processing and now it needs just
15565         one (or none) scratch region for all there is to do. Also, small fixes
15566         for SetWindowPos().
15567
15568         * configure, configure.in: Added check for missing __i386__ definition.
15569
15570         * include/config.h.in, scheduler/client.c, server/socket.c, server/trace.c, configure, configure.in, tools/wrc/parser.y, ole/datacache.c, ole/defaulthandler.c, ole/hglobalstream.c, ole/memlockbytes.c, scheduler/sysdeps.c, tools/build.c, misc/wsprintf.c, miscemu/instr.c, msdos/ioports.c, if1632/snoop.c, include/server.h, include/stackframe.h, ipc/bit_array.c, controls/edit.c, controls/menu.c, debugger/dbg.y, graphics/x11drv/xfont.c:
15571         Patrik Stridvall <ps@leissner.se>
15572         ANSI C fixes.
15573
15574         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
15575         Pass PROPSHEETPAGE to propertypage dialog as lParam.
15576
15577         * misc/winsock.c, multimedia/dsound.c, objects/brush.c, objects/enhmetafile.c, ipc/dde_atom.c, ipc/generic_hash.c, ipc/shm_block.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, loader/dos/dosmod.c, loader/signal.c, memory/ldt.c, graphics/psdrv/init.c, include/dplay.h, include/dplobby.h, include/heap.h, include/metafile.h, include/mmsystem.h, include/psdrv.h, include/shellapi.h, include/sig_context.h, include/winsock.h, dlls/ntdll/time.c, dlls/shell32/folders.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/dispdib.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/fontdlg.c, debugger/msc.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c:
15578         Patrik Stridvall <ps@leissner.se>
15579         ANSI C fixes.
15580
15581         * windows/caret.c, include/wine/wingdi16.h, include/wine/winuser16.h, misc/printdrv.c, objects/font.c, objects/linedda.c, objects/region.c, graphics/win16drv/font.c, include/gdi.h, include/windef.h, include/wingdi.h, include/winuser.h, graphics/psdrv/font.c:
15582         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15583         Split off wingdi16.h from wingdi.h.  Add many more #defines/typedefs
15584         to bring wingdi.h almost upto a complete NT4.0 interface.
15585         Fix return value of SetRectRgn().
15586
15587         * windows/display.c, windows/focus.c, windows/nonclient.c, windows/ttydrv/mouse.c, windows/win.c, windows/winpos.c, include/ttydrv.h, include/winpos.h:
15588         Michael Veksler <mveksler@techunix.technion.ac.il>
15589         Removed #include "wine/winuser16.h" and use "struct tag????" instead.
15590
15591         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
15592         Improved Wine debugger backtrace. New features:
15593         - Displays ebp, in case you want to check stackframes manually
15594         - Detects far calls even when windows apps don't mark them
15595         - Tracks CallFrom16/CallTo16 relaying (thunking)
15596
15597         * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
15598         Bugfix: get_sobasename was off by one pointer increment.
15599
15600         * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
15601         Fixed implicit type warning.
15602
15603         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
15604         Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
15605
15606         * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
15607         Francis Beaudet <francis@macadamian.com>
15608         Second part of the OLE datacache implementation.
15609
15610         * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
15611         Ove Kaaven <ovek@arcticnet.no>
15612         Moved DOS List of Lists initialization, and added the beginnings of
15613         the DOS device structures.
15614
15615         * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
15616         Noomen Hamza <noomen@macadamian.com>
15617         Bug fixes.
15618
15619         * ole/hglobalstream.c, relay32/ole32.spec:
15620         Thuy Nguyen <thuy@macadamian.com>
15621         Implemented GetHGlobalFromStream.
15622
15623         * include/thread.h, scheduler/thread.c:
15624         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15625         Call THREAD_FreeTHDB as service thread callback.
15626
15627         * include/message.h, loader/task.c, windows/timer.c:
15628         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15629         Removed TIMER_SwitchQueue.
15630
15631         * debugger/memory.c:
15632         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15633         Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
15634         chars.
15635
15636         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
15637         Stop winelib programs on fault instead of endless faultlooping.
15638
15639         * Makefile.in: James Juran <jrj120@psu.edu>
15640         Run ldconfig in make install if using --enable-dll.
15641         Cleaned up uninstall_lib as well.
15642
15643         * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
15644         Thuy Nguyen <thuy@macadamian.com>
15645         Implementation of IStorage supported by an implementation of
15646         ILockBytes on top of an HGLOBAL.
15647
15648         * files/profile.c, relay32/kernel32.spec:
15649         Marcus Meissner <marcus@jet.franken.de>
15650         Return the correct value from GetPrivateProfileSectionA.
15651         Copy/convert back the buffer in GetPrivateProfileSectionW.
15652         Replace some output pointers str/wstr->ptr in kernel32.spec.
15653
15654         * loader/task.c, scheduler/process.c:
15655         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15656         Some initialization sequence bugfixes:
15657         - Initialize process crst for 16-bit processes.
15658         - Don't crash due to uninitialized stack frames in WineLib.
15659         - Map system DLLs before calling UserSignalProc.
15660         - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
15661
15662         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15663         Call Callout routines directly when using builtin USER.
15664
15665         * loader/pe_image.c:
15666         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15667         Bugfix: all PE modules were marked 'internal'.
15668
15669         * include/dce.h, objects/dc.c, windows/dce.c:
15670         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15671         Check for busy DCE moved to DCHook16().
15672
15673         * include/win.h, loader/main.c, windows/win.c:
15674         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15675         Initialize WIN_CritSection earlier.
15676
15677         * dlls/comctl32/trackbar.c, include/trackbar.h:
15678         Luc Tourangeau <luc@macadamian.com>
15679         Removed the timer that was used to queue TRACKBAR_Refresh calls.
15680         Removed all direct calls to TRACKBAR_Refresh (except from within the
15681         WM_PAINT handling section) and replaced them by calls to
15682         InvalidateRect.
15683         Fixed a bug in the TRACKBAR_SetPos function.
15684         Fixed the behavior for different types of mouse input.
15685
15686         * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
15687         Implemented toolbar multirow button layout.
15688
15689         * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
15690         Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
15691
15692         * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
15693         Implemented OleTranslateColor.
15694
15695         * include/winuser.h, windows/input.c:
15696         Francis Beaudet <francis@macadamian.com>
15697         Changed the return value of GetKeyboardState and SetKeyboardState from
15698         VOID to BOOL.
15699
15700         * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
15701         Prevented LISTBOX_RepaintItem from repainting a non visible item.
15702
15703         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15704         Fixed typo.
15705
15706         * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15707         Bugfix for TRACE in UnregisterClass.
15708
15709 Wed May  5 13:20:50 1999  Alexandre Julliard  <julliard@winehq.com>
15710
15711         * include/Attic/propsheet.h: No longer necessary.
15712
15713 Tue May  4 16:55:23 1999  Alexandre Julliard  <julliard@winehq.com>
15714
15715         * objects/dc.c, windows/dce.c, include/dce.h:
15716         Francis Beaudet <francis@macadamian.com>
15717         Check if DC is busy before deleting it.
15718
15719         * win32/newfns.c:
15720         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15721         GetMailslotInfo is supposed to check for pointer validity.
15722
15723         * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15724         Possible crash in select_loop() fixed.
15725
15726         * include/services.h, loader/task.c, scheduler/services.c:
15727         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15728         Fixed various stupid bugs in services thread routines.
15729         Added SERVICE_Exit routine to kill the services thread.
15730
15731         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15732         Inverted class/channel in __(SET|GET)_DEBUGGING macros.
15733
15734         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15735         Correct implementation of GetWindowThreadProcessId().
15736
15737         * if1632/mmsystem.spec, multimedia/mmsystem.c:
15738         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15739         Added PlaySound16, sndPlaySound16.
15740
15741         * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
15742         Fixes winproc deadlock for win16.
15743
15744 Mon May  3 09:44:57 1999  Alexandre Julliard  <julliard@winehq.com>
15745
15746         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15747         Fixed some deadlock(s) in message sending.
15748
15749         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15750         cleaned up debug channels to use default one (mmsys)
15751         more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
15752         fixed callback bug in midiStream functions
15753         fixed compilation bug with egcs
15754         changed to the new debug channel interface
15755
15756         * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15757         small range fixes for OSS driver
15758         changed to the new debug channel interface
15759
15760         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15761         first (working) shot at OSS mixer low level interface
15762         changed to the new debug channel interface
15763
15764         * misc/network.c, relay32/mpr.spec:
15765         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15766         Fixed off-by-one ordinals in MPR.
15767         Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
15768
15769         * loader/module.c, if1632/relay.c:
15770         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15771         Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
15772
15773         * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15774         Load system DLLs into WineLib applications.
15775
15776         * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15777         Small update to the PostScript encoding vector.
15778
15779         * loader/module.c, loader/task.c: Bug fixes.
15780
15781 Sun May  2 19:10:57 1999  Alexandre Julliard  <julliard@winehq.com>
15782
15783         * scheduler/process.c:
15784         Moved a few more initialisations to the new process context.
15785
15786         * loader/task.c: Don't initialise the stacks for 32-bit processes.
15787
15788         * miscemu/main.c: Only check number of tasks after first message.
15789         Use a 16-bit module for creating the initial task.
15790
15791         * include/authors.h, AUTHORS:
15792         Updated authors list from the Changelog. Please let me know if you
15793         have been left out.
15794
15795         * loader/task.c, scheduler/process.c:
15796         Converted to the new debugging interface (done with the help of the
15797         script written by Patrik Stridvall).
15798         Some changes to the initialisation sequence for 32-bit processes.
15799
15800         * */*.c:
15801         Converted to the new debugging interface (done with the help of the
15802         script written by Patrik Stridvall).
15803
15804         * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
15805         Misc fixes and improvements.
15806
15807         * include/config.h.in, configure, configure.in:
15808         Added check for -lmmap for OS/2.
15809
15810         * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
15811         Francis Beaudet <francis@macadamian.com>
15812         Fixed a few bugs in the OLE storage implementation, added a new set of
15813         trace statements for the OLE storage related methods and introduced a
15814         new debug channel for the storage subsystem.
15815
15816         * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
15817         Michael Veksler <mveksler@techunix.technion.ac.il>
15818         Removed redundant include of winbase.h from winuser16.h.
15819         Moved types from winbase.h to winuser16.h .
15820
15821         * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
15822         - default item handling
15823         - small drawing fixes
15824
15825         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
15826         Klaas van Gend <klaas@vangend.demon.nl>
15827         More implementation of PrintDlgA.
15828         Conversion of resource identifiers of Print32 window to comply to the
15829         M$ numbering.
15830
15831         * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15832         Don't crash if queuing an APC on a thread that doesn't wait.
15833
15834         * windows/timer.c, windows/x11drv/event.c, include/message.h:
15835         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15836         Use SERVICES callback to implement Windows timers.
15837         Timer expiration handling removed from EVENT_WaitNetEvent loop.
15838
15839         * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15840         Call SetLastError in HeapCompact().
15841
15842         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
15843         Added prototype for TryEnterCriticalSection.
15844
15845         * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
15846         Make all structures packed and removal of some WINE_PACKED.
15847
15848         * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
15849         Pushbuttons should only be rounded in Win31 look.
15850
15851         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
15852         - default item handling
15853         - small drawing fixes
15854
15855         * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
15856         Fixed an unbalanced windows lock/unlock sequence in
15857         WINPOS_ActivateOtherWindow.
15858
15859         * include/debugdefs.h: enhmetafile added
15860
15861         * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, relay32/mcianim.spec, relay32/mciavi.spec, relay32/mcicda.spec, relay32/mciseq.spec, relay32/mciwave.spec, relay32/winmm.spec, include/multimedia.h, loader/main.c, multimedia/audio.c, multimedia/init.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/mmsystem.c, documentation/status/multimedia, if1632/mmsystem.spec, wine.ini:
15862         Eric Pouech <Eric.Pouech@wanadoo.fr>
15863         - got rid of all the internal MM tweaks to load builtin MCI
15864           drivers. They are all seen as drivers, loaded as DLLs and standard
15865           module loadorder is used to know which type to use (builtin vs
15866           native).
15867         - first full working implementation of mmThread??? functions (to
15868           support gracefully native MCI drivers).
15869         - support of mmShowMMCPLPropertySheet.
15870         - fix of some heap validate bugs (thanks to Ulrich for reporting them).
15871
15872         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
15873         Fix CreateProcessA to implement correct actions on ambiguous command
15874         line names (try longer and longer strings).
15875
15876         * Makefile.in, configure, configure.in, graphics/enhmetafiledrv/.cvsignore, graphics/enhmetafiledrv/Makefile.in, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/mapping.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/init.c, include/enhmetafiledrv.h:
15877         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15878         Started implementing Enhanced MetaFile driver.
15879
15880         * include/ole2.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h, ole/Makefile.in, ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c, relay32/ole32.spec, dlls/shell32/shlview.c:
15881         Francis Beaudet <francis@macadamian.com>
15882         Implemented the OLE object default handler and data cache.
15883
15884         * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
15885         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15886         Several improvements to Enhanced MetaFile playback.
15887
15888         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15889         Only try to append ".dll" if a library is loaded implicitely.
15890
15891         * dlls/shell32/shellord.c:
15892         Michael Veksler <mveksler@techunix.technion.ac.il>
15893         Fix TRACE formatting warnings.
15894
15895         * dlls/shell32/shlfolder.c:
15896         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15897         Fixed a small syntax problem.
15898
15899         * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
15900         - better stubs for Get/Set special (Progman/Taskman) window functions
15901
15902         * relay32/user32.spec, windows/message.c:
15903         Juergen Schmied <juergen.schmied@metronet.de>
15904         - new SendMessageCallbackW
15905         - some fixme's for missing A<->W conversion
15906
15907         * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
15908         Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
15909
15910         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
15911         Bugfix for EnumPrinters level 2.
15912
15913         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
15914         Correct logic in GetKeyNameText.
15915
15916         * documentation/bugreports:
15917         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15918         Removed +snoop from documentation/bugreports.
15919
15920 Sat May  1 10:41:02 1999  Alexandre Julliard  <julliard@winehq.com>
15921
15922         * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
15923         LoadImageW fixed for hicolor displays.
15924
15925         * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
15926         Marcus Meissner <marcus@jet.franken.de>
15927         MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
15928
15929         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
15930         James Abbatiello <abbeyj@wpi.edu>
15931         Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
15932         to handle wide character strings properly.  Fix of our previous patch
15933         for null pointer checking.
15934
15935         * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
15936         Thuy Nguyen <thuy@macadamian.com>
15937         Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
15938         the ILockBytes interface based on an HGLOBAL.
15939
15940         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
15941         Fixed a bug in CoRegisterClassObject.
15942
15943         * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
15944         Removed some flickering when inserting or deleting buttons.
15945
15946         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
15947         James Abbatiello <abbeyj@wpi.edu>
15948         Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
15949         between lpItem and lpLVItem.  Now compares the pszText string of the
15950         lpItem and lpLVItem structs.  Fixes a bug where the old and new item
15951         have the same attributes but their text differs and GetItemChanges()
15952         compares them as equal.
15953
15954         * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
15955         Thuy Nguyen <thuy@macadamian.com>
15956         Added support for adding and removing pages dynamically from a
15957         property sheet.
15958
15959         * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
15960         Marcus Meissner <marcus@jet.franken.de>
15961         Removed the gotos from the WndProcs, always use a small wrapper that
15962         locks the window, calls the real wndproc, unlocks the window.
15963
15964         * dlls/shell32/contmenu.c:
15965         Juergen Schmied <juergen.schmied@metronet.de>
15966         Fixed default menu item.
15967
15968         * win32/code_page.c, misc/ddeml.c:
15969         Juergen Schmied <juergen.schmied@metronet.de>
15970         Fixed typo.
15971
15972         * windows/queue.c:
15973         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15974         Added a missing LeaveCriticalSection.
15975
15976         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
15977         Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
15978         TranslateMDISysAccel16.
15979
15980         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
15981         Fixed off-by-one bug in async output buffers.
15982
15983         * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
15984         Fixed a little Drag and Drop bug.
15985
15986 ----------------------------------------------------------------
15987 Mon Apr 26 14:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
15988
15989         * include/config.h.in, configure, configure.in:
15990         Marcus Meissner <marcus@jet.franken.de>
15991         Added autoconf check for "inline". You can now use it, it will be
15992         defined to (empty) for compilers that do not have it.
15993
15994         * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15995         Don't include alloca.h.
15996
15997         * README, documentation/wine.man: James Juran <jrj120@psu.edu>
15998         Update to reflect recent changes and discussions.
15999
16000         * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16001         The load order parser should not always complain about extensions.
16002
16003         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
16004         - align magic buttons right
16005         - shortcuts alignment working again
16006
16007         * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16008         Fixed loading of native NE dlls.
16009
16010 Sun Apr 25 19:04:42 1999  Alexandre Julliard  <julliard@winehq.com>
16011
16012         * memory/heap.c: Fixed __builtin_return_address arg.
16013
16014         * */*:
16015         Patrik Stridvall <ps@leissner.se>
16016         Fixed ANSI compabillity.
16017
16018         * */*:
16019         Bertho Stultiens <bertho@panter.soci.aau.dk>
16020         Built-in dlls now have resources attached via the PE-header like
16021         normal dlls. This enables the use of the resource API.
16022
16023         * misc/registry.c:
16024         Use $HOME instead of getpwuid for user's home directory.
16025         Fixed messed up indentation.
16026
16027         * graphics/x11drv/xfont.c:
16028         Use $HOME instead of getpwuid for user's home directory.
16029
16030         * */*.h:
16031         Patrik Stridvall <ps@leissner.se>
16032         #pragma pack(?) changed to #include "*pack*.h"
16033
16034         * tools/build.c, include/commctrl.h, include/commdlg.h, include/docobj.h, include/heap.h, include/shellapi.h, include/winbase.h, include/windef.h, include/wine/obj_oleaut.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winnetwk.h, include/winnls.h, include/winuser.h:
16035         Jim Aston <jima@corel.ca>
16036         Added some missing #defines I've run across.
16037
16038         * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16039         Ignore trailing dots on file names.
16040
16041         * include/debugger.h, debugger/dbg.y, debugger/debug.l, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c:
16042         Ove Kaaven <ovek@arcticnet.no>
16043         Added a possibility to let the internal debugger use a separate
16044         heap. Not enabled by default, change #if in include/debugger.h to use
16045         this (the heap allocator is very slow).
16046
16047         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16048         wine.conf should not overrule content of burned in data in
16049         loadorder.c.
16050
16051         * graphics/mapping.c: Karl Lessard <karll@corel.com>
16052         SetMapMode should not reset the window and viewport origins to 0.
16053
16054         * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
16055         Allow to automatically copy part of wine.ini into generated file.
16056         Small perl enhancement (work in strict mode).
16057         Small updates in heuristics.
16058
16059         * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
16060         Upgraded to have a decent multimedia DLLs configuration.
16061
16062         * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
16063         Bertho Stultiens <bertho@akhphd.au.dk>
16064         - Fixed a counting bug in the win32 count and sort routine.
16065         - Fixed sort order of resources (must be name before ordinal).
16066         - Shuffled a couple of global variables so that built-in dlls now can
16067           load resources through the proper PE interface.
16068
16069         * include/windef.h, include/winreg.h:
16070         Adrian Thurston <adriant@corel.ca>
16071         Added support for strict handles. Only works on machines where
16072         sizeof(UINT) == sizeof(void*).
16073
16074         * scheduler/process.c:
16075         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16076         Initialize process critical section in the correct process context.
16077
16078         * scheduler/critsection.c:
16079         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16080         Warn if wrong process tries to enter critical section.
16081         Better implementation of Reinitialize/UninitializeCriticalSection
16082         (still not quite correct).
16083
16084         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
16085         debug.h must be last in list of includes.
16086
16087         * loader/ne/module.c:
16088         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16089         Return 32-bit module in GetModuleHandle16() if appropriate.
16090
16091         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16092         Fixed crash when status was read with cd-rom tray open.
16093
16094         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16095         Fixed a bug in msg conversion.
16096
16097         * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16098         Prevent crash when nMinRange > nMaxRange.
16099
16100         * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16101         Added some missing manifest constants for Queue Status functions (QS_????).
16102
16103         * controls/button.c, controls/edit.c, windows/mdi.c:
16104         Eric Pouech <Eric.Pouech@wanadoo.fr>
16105         Added missing WIN_ReleaseWndPtr.
16106
16107         * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
16108         James Abbatiello <abbeyj@wpi.edu>
16109         More appropriate default size for fonts with invalid sizes.
16110
16111         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
16112         James Abbatiello <abbeyj@wpi.edu>
16113         Implemented SetColumnWidth for ListView control.
16114
16115         * documentation/config: Adam Sacarny <magicbox@bestweb.net>
16116         Added new documentation for the configuration file.
16117
16118         * misc/version.c:
16119         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16120         Improved VERSION_GetVersion.
16121
16122         * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
16123         Added Swedish keyboard layout.
16124
16125         * include/gdi.h, include/metafiledrv.h, include/wingdi.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, graphics/metafiledrv/Makefile.in, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/psdrv/README, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c:
16126         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16127         General tidy up of the MetaFile driver - make sure that everything
16128         goes through the DCFuncs table.
16129
16130         * misc/toolhelp.c, if1632/kernel.spec:
16131         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16132         Add a stub for GlobalMasterHandle.
16133
16134         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
16135         Much nicer way to select wine's location.
16136         Option to disable creation of debugging output.
16137         Debugging output is now created in directory script was started in.
16138
16139         * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
16140         Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
16141         style were appearing with a title bar. According to the docs for
16142         WS_DLGFRAME a window with this style cannot have a title bar.
16143
16144         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
16145         Use DllOverrides from wine.ini as defaults also in
16146         loadorder.c (merged in some MM dlls lines from Eric Poeuch).
16147
16148         * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16149         Fixed some bogus infinite expiration time.
16150
16151         * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
16152         - consolidate both cases of !pending in WaitNetEvent
16153         - select() returns -1 not 0 on error in WaitNetEvent
16154
16155         * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
16156         Made HeapValidate threadsafe, and added some macros to track callerEIP
16157         a little better.
16158         Added HEAP_xrealloc.
16159
16160 Sat Apr 24 12:02:15 1999  Alexandre Julliard  <julliard@winehq.com>
16161
16162         * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
16163         Marcus Meissner <marcus@jet.franken.de>
16164         autoconf fixes and cleanups (check for dlopen() in libc too).
16165
16166         * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
16167         Francis Beaudet <francis@macadamian.com>
16168         Implemented CreateStreamOnHGLOBAL.
16169
16170         * ole/compobj.c:
16171         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16172         Let CoSetState() accept state == NULL.
16173
16174         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
16175         Juergen Schmied <juergen.schmied@metronet.de>
16176         Made internal format more compatible.
16177
16178         * dlls/shell32/shlfolder.c:
16179         Juergen Schmied <juergen.schmied@metronet.de>
16180         Small fixes.
16181
16182         * windows/class.c, windows/dce.c, controls/combo.c:
16183         Guy Albertelli <galberte@neo.lrun.com>
16184         Fix locking with proper calls to WIN_ReleaseWndPtr.
16185
16186         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
16187         Don't malloc/free for every mixing operation, use the same buffer over
16188         instead...
16189
16190         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
16191         James Abbatiello <abbejy@wpi.edu>
16192         HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
16193         text strings as null strings, as Windows does.  Fixes wine crash on
16194         startup of CuteFTP.
16195
16196         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
16197         Set (when registry loaded) data to "\0" and length to 2 in empty
16198         string value case, in place of setting data to NULL and length to 0,
16199         and this is without initializing output buffer parameter of
16200         RegQueryValue*.
16201
16202         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16203         Added Panose defines and EXTLOGFONT[A|W].
16204
16205 Thu Apr 22 16:27:53 1999  Alexandre Julliard  <julliard@winehq.com>
16206
16207         * */*:
16208         Patrik Stridvall <ps@leissner.se>
16209         Fixed ANSI compabillity.
16210
16211         * multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, objects/text.c, windows/caret.c, windows/rect.c, dlls/version/info.c, if1632/thunk.c, include/wine/winuser16.h, memory/atom.c, memory/string.c, misc/lstr.c, multimedia/mcianim.c, controls/uitools.c, dlls/commdlg/finddlg.c, dlls/shell32/brsfolder.c:
16212         Michael Veksler <mveksler@techunix.technion.ac.il>
16213         Removed some includes of 16 bit API.
16214
16215         * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
16216         Adrian Thurston <adriant@corel.ca>
16217         ICOMization of remaining interfaces.
16218
16219         * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
16220         Fixed bug with tooltips stealing focus whenever a tooltip was created,
16221         shown, hidden or tracked. The SetWindowPos calls needed to have the
16222         SWP_NOACTIVATE flag set additionally.
16223
16224         * objects/clipping.c: Karl Lessard <karll@corel.com>
16225         Fixed coordinates conversion in OffsetClipRgn.
16226
16227         * include/objbase.h: Adrian Thurston <adriant@corel.ca>
16228         Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
16229
16230         * relay32/kernel32.spec, scheduler/handle.c:
16231         Marcus Meissner <marcus@jet.franken.de>
16232         CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
16233
16234         * dlls/shell32/brsfolder.c, dlls/shell32/iconcache.c, dlls/shell32/regstream.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
16235         Juergen Schmied <juergen.schmied@metronet.de>
16236         Moved stuff to the right place.
16237
16238         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
16239         Fixed syscolors for win 3.1.
16240
16241         * files/profile.c, if1632/kernel.spec:
16242         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16243         Added missing profile KERNEL routines (call 32-bit versions).
16244
16245         * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16246         Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
16247         entry table layout.
16248
16249         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16250         Add Enhanced MetaFile record structures.
16251
16252         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
16253         Thuy Nguyen <thuy@macadamian.com>
16254         First patch implementing property sheets.
16255
16256         * relay32/gdi32.spec:
16257         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16258         Bugfix: GDI32.100-104 are ordinal-only routines.
16259         Added stubs for some Win98 GDI32 routine.
16260         Re-numbered all named exports (lexicographically).
16261
16262         * graphics/driver.c:
16263         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16264         Added prototypes (stubs) for GDI32.100-104.
16265
16266         * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c:
16267         Juergen Schmied <juergen.schmied@metronet.de>
16268         - more checks for valid pidl formats
16269
16270         * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
16271         Juergen Schmied <juergen.schmied@metronet.de>
16272         - corrected parameter count for SHGetSettings
16273         - stub SHValidateUNC
16274
16275         * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16276         #else branch compile fix.
16277
16278         * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
16279         Bertho Stultiens <bertho@panter.soci.aau.dk>
16280         Change wine's dlopen search-patch strategy not using the environment
16281         and added #if:s to seperate the code out if libdl isn't availble.
16282
16283         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
16284         Added a check for a NULL pointer in CoFreeUnusedLibraries.
16285
16286         * relay32/builtin32.c:
16287         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
16288         Include debug.h last (ERR() macro problem on Solaris).
16289
16290         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
16291         Fixed a sizing bug in the combobox control.
16292
16293         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16294         Bugfix: Internal NE entry point tables were bad (one huge bundle).
16295
16296         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
16297         Initialize the output buffer parameters to 0 in RegQueryValue*
16298         functions. This is important specially when there's no data to return.
16299
16300         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16301         Do not increment module refCount if self is loaded from within
16302         DllEntryPoint during the attach notification.
16303
16304 Wed Apr 21 14:27:37 1999  Alexandre Julliard  <julliard@winehq.com>
16305
16306         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
16307         - protect TRACE against NULL-ptr
16308         - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
16309
16310         * dlls/comctl32/toolbar.c:
16311         Juergen Schmied <juergen.schmied@metronet.de>
16312         Fixed typo.
16313
16314         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16315         Reimplementation of GetModuleHandle16 according to how win95 handles
16316         it (thanks to Marcus Meissner <marcus@jet.franken.de>).
16317
16318         * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16319         Corrected wrong return values of built-in loader to work with the
16320         loadorder stuff.
16321
16322 Mon Apr 19 16:45:24 1999  Alexandre Julliard  <julliard@winehq.com>
16323
16324         * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
16325         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16326         Implemented recording of StretchDIBits and SetDIBitsToDevice and
16327         playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
16328
16329         * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
16330         Bertho Stultiens <bertho@panter.soci.aau.dk>
16331         Removed non-portable hacks and replaced them with more general
16332         versions.
16333
16334         * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
16335         Code added to re-evaluate stale DC information in DCE cache.
16336
16337         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16338         Attach notifications must be send after all recursive dependencies are
16339         loaded and not before.
16340
16341         * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
16342         Fixed typo.
16343
16344         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16345         Fixed playing position when required by track number.
16346
16347         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
16348         Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
16349
16350         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
16351         Native toolhelp will not work (missing GLOBALMASTERHANDLE).
16352
16353         * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
16354         Updated.
16355
16356         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
16357         Test for static was reversed.
16358
16359         * */*:
16360         Patrik Stridvall <ps@leissner.se>
16361         New debug scheme with explicit debug channels declaration.
16362
16363 Sun Apr 18 14:44:26 1999  Alexandre Julliard  <julliard@winehq.com>
16364
16365         * loader/ne/module.c: Removed extra call to TASK_StartTask.
16366
16367         * include/acconfig.h, include/config.h.in, configure, configure.in:
16368         Removed check for union semun; cleaned up a bit.
16369
16370         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
16371         Added env ptr to new_process request
16372
16373         * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
16374         Juergen Schmied <juergen.schmied@metronet.de>
16375         - use fonts/fontsizes given by SystemParametersInfo
16376         - drawing/alignment fixes, win98 style for menubar
16377         - ownerdrawn menus are working now for the first time
16378         - complete constants magic items
16379         - use right owner for popupmenus
16380         - new: Get/SetMenuInfo
16381         - implemented: Get/SetMenuContextHelpId
16382         - more flags for Get/SetMenuItemInfo
16383
16384         * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
16385         Make DOSFS_MatchLong match a search string ending in '*.' to a zero
16386         extension file name, allowing Mathcad to run.
16387
16388         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16389         Fixed memory freeing.
16390
16391         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
16392         Renamed cmdlgr.h to cmdlgtst.h.
16393
16394         * scheduler/critsection.c: Added timeout to critical section waiting.
16395
16396         * include/thread.h, scheduler/sysdeps.c:
16397         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16398         Merged Linux/FreeBSD reentrant errno handler, added Solaris.
16399         Preliminary support for Solaris low-level threads (LWPs) added.
16400
16401         * configure, configure.in, include/acconfig.h, include/config.h.in:
16402         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16403         Reentrant libc check for Solaris added.
16404         Fixed reentrant X11 check for FreeBSD and Solaris.
16405         Added check for Solaris low-level thread routines.
16406
16407         * loader/ne/module.c:
16408         Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
16409         Stultiens).
16410
16411         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
16412         Automatic install script, which automatically configures and compiles
16413         wine and regapi, runs tools/wineconf to generate a configuration file
16414         if one does not already exist, and uses regapi to install the default
16415         registry.
16416
16417         * documentation/gui, windows/win.c, windows/winpos.c:
16418         Eric Pouech <Eric.Pouech@wanadoo.fr>
16419         Properly handling cases like calling SetWindowPos while processing
16420         WM_NCCREATE.
16421
16422         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16423         Fixed a few bugs (typos from cut & paste & invalid heap block
16424         freeing).
16425
16426         * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16427         Bug fix in GetLen.
16428
16429         * loader/ne/module.c, loader/pe_image.c, memory/global.c, misc/main.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, if1632/builtin.c, include/builtin32.h, include/module.h, include/pe_image.h, include/winerror.h, loader/Makefile.in, loader/elf.c, loader/main.c, loader/module.c:
16430         Bertho Stultiens <bertho@panter.soci.aau.dk>
16431         Reorganization of the loader to correctly load and free libraries and
16432         implementation of load order to load different types of libraries.
16433
16434         * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
16435         Updated commandline changes of -dll option and wine.conf entries.
16436
16437         * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
16438         Updated the example with the new configuration entries.
16439
16440         * dlls/shell32/shell32_main.c:
16441         Bertho Stultiens <bertho@panter.soci.aau.dk>
16442         Bugfix: free loaded library not before exit.
16443
16444         * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
16445         Bertho Stultiens <bertho@panter.soci.aau.dk>
16446         New files to support load order and partial stubs for elfdlls.
16447
16448         * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
16449         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16450         Fixes for upside-down DIBs.
16451
16452         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16453         Changed 'GetDisplayMode' to return the mode previously set by
16454         'SetDisplayMode' (and not the current monitor mode).
16455
16456         * include/tab.h, dlls/comctl32/tab.c:
16457         Luc Tourangeau <luc@macadamian.com>
16458         -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
16459         TCM_SETITEMSIZE and TCM_DELETEITEM.
16460
16461         * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
16462         LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
16463         returns 0, it is interpreted as if it were 256.
16464
16465         * loader/module.c, scheduler/process.c:
16466         Kevin Holbrook <kwh@neosoft.com>
16467         Fix ambiguous else warning.
16468
16469         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
16470         Loading color values from the registry fixed.
16471
16472         * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
16473         - Removed all floating point math.
16474         - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
16475         - Implemented source and dest color-keying for 8, 16, and 32 bit color.
16476         - Implemented some trivial raster operations.
16477         - Minimized inner loops for maximum speed.
16478         - Use memcpy whenever possible.
16479
16480         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16481         Reduced fragment size.
16482         Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
16483         Fixed buffer underrun recovery.
16484         Fixed bug in wodReset()/wodClose().
16485
16486         * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
16487         Simplify propertyNameCmp() and fix a warning in the way by removing
16488         CRTDLL__wcsupr() calls.
16489
16490         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
16491         DdeNameService: expansion of stub to trap unused instanceids at start of run.
16492         DdeGetLastError: catch 'not initialized' situation and return correct response.
16493         DdeFreeStringHandle: complete test for error set by previous call of
16494         something and ignore it, also release handle table mutex on normal exit.
16495         DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
16496         handle table mutex on normal exit.
16497
16498         * include/wnet.h, misc/network.c:
16499         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16500         Don't announce the WNetDirectoryNotify capability WNetGetConnection.
16501         Change the return value for local files.
16502
16503         * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
16504         Add "win.h" to fix implicit function declaration warnings.
16505
16506         * console/interface.c, include/console.h:
16507         Marcus Meissner <marcus@jet.franken.de>
16508         Only declare console "driver" once, use external refs elsewhere.
16509
16510         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
16511         When the vertical scrollbar is removed, the background was not
16512         properly repainted.
16513
16514         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
16515         Disable AC bit on receiving alignment exceptions.
16516
16517         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
16518         SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
16519
16520         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
16521         While handling the WM_DELETEWINDOW client message check if a window
16522         has been disabled and if so prevent an SC_CLOSE message from being
16523         sent.
16524
16525         * windows/dce.c: Noel Borthwick <noel@macadamian.com>
16526         Make access to the DCE list thread safe by ensuring we have acquired
16527         the Windows lock before using it.
16528
16529 Fri Apr 16 15:19:14 1999  Alexandre Julliard  <julliard@winehq.com>
16530
16531         * resources/.cvsignore: Changed for renamed files
16532
16533         * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
16534         Michael Veksler <mveksler@techunix.technion.ac.il>
16535         Fixed warnings.
16536
16537         * ole/nls/wal.nls, ole/ole2nls.c, resources/Attic/sysres_Cz.rc, resources/Attic/sysres_Po.rc, resources/Attic/sysres_Sw.rc, resources/Makefile.in, resources/sysres.c, resources/sysres_Cs.rc, resources/sysres_Pt.rc, resources/sysres_Sv.rc, resources/sysres_Wa.rc, windows/x11drv/keyboard.c, documentation/wine.man, include/options.h, include/winnls.h, misc/main.c:
16538         Pablo Saratxaga <pablo.sarachaga@ping.be>
16539         Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
16540         -> Pt; to conform to standard names for those languages).
16541
16542         * configure, configure.in, relay32/Makefile.in:
16543         Marcus Meissner <marcus@jet.franken.de>
16544         Add -fno-builtin when compiling with gcc in relay32/ subdir.
16545
16546         * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
16547         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16548         - Implemented proper ("real", compressed) Win16 entry tables.
16549         - Fixed MyAlloc (AKA NE_AllocateSegment).
16550         - Implemented PatchCodeHandle16.
16551
16552         * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
16553         Robert Pouliot <krynos@clic.net>
16554         A few patches to help Wine to compile on OS/2.
16555
16556 Thu Apr 15 16:46:51 1999  Alexandre Julliard  <julliard@winehq.com>
16557
16558         * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/metafile.h, include/metafiledrv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/metafile.c:
16559         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16560         Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
16561         global memory handles).  Fixed disk-based MetaFiles.  Better
16562         separation between MetaFile playback and the metafiledrv.
16563
16564         * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
16565         _CIpow argument order was confirmed with Starcraft v1.05.
16566
16567         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
16568         Clarified a few points.
16569
16570         * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16571         Added IOCTL function 0x440d/0x72.
16572
16573         * relay32/kernel32.spec, scheduler/critsection.c:
16574         Bertho Stultiens <bertho@panter.soci.aau.dk>
16575         UnitializeCriticalSection partial stub implementation.
16576
16577         * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16578         Added missing proto for GetExitCodeThread.
16579
16580         * include/driver.h, include/wine/keyboard16.h:
16581         Michael Veksler <mveksler@techunix.technion.ac.il>
16582         Added missing windef.h includes.
16583
16584         * windows/input.c, include/winuser.h:
16585         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
16586         ReleaseCapture() is supposed to return a BOOL value.
16587
16588         * configure, configure.in, include/config.h.in, loader/signal.c:
16589         Marcus Meissner <marcus@jet.franken.de>
16590         FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
16591         reentrant concerning errno. Revert unneeded FreeBSD hack to
16592         loader/signal.c from last patch.
16593
16594         * windows/x11drv/keyboard.c:
16595         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16596         index == 3 corresponds to Alt-Gr + Shift.
16597
16598         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
16599         More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
16600         and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
16601         DdeCreateStringHandleA.
16602
16603         * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
16604         Pavel Roskin <pavel_roskin@geocities.com>
16605         Fixed ugly disabled controls and black background in Write and Lotus
16606         Notes.
16607
16608         * controls/button.c, include/button.h, include/winuser.h:
16609         Pascal Lessard <pascal@macadamian.com>
16610         Implement the button with bitmaps.
16611
16612         * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
16613         Stephane Lussier <stephane@macadamian.com>
16614         Implementation of IStorage::CopyTo and IStream::CopyTo.
16615
16616         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16617         Bugfix: Always release the Win16Lock in TASK_Reschedule.
16618
16619         * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
16620         Solved a deadlock between global lock and wnd lock in event.c.
16621
16622         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
16623         Typo that broke Solaris compile fixed.
16624
16625         * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
16626         Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
16627
16628         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
16629         Fix scancodes for NumLock and Num-/.
16630         Fix MapVirtualKey() (maptype=2) to return proper ascii code.
16631         Reworked GetKeyNameText() again.
16632
16633         * graphics/psdrv/font.c:
16634         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16635         Limit lastChar to 0xff in PSDRV_GetCharWidth.
16636
16637         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
16638         Missing WINAPI for RegisterSystemThread.
16639
16640 Sun Apr 11 18:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
16641
16642         * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16643         Fixed "Display Combination" call.
16644
16645         * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16646         Fixed a crash due to invalid OpenComm return value for busy comm port.
16647         Cleaned up/fixed several things.
16648
16649         * windows/win.c: Francois Boisvert<francois@macadamian.com>
16650         Enabled thread safeness for wnd structure code.
16651
16652         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16653         Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
16654
16655         * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
16656         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16657         Added new CLIENT_DebuggerRequest routine, implemented support for
16658         DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
16659         Run wine server in the main wine process.
16660         Bugfix: never free initial thread!
16661
16662         * scheduler/process.c, include/process.h:
16663         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16664         Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
16665
16666         * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
16667         Teached TIMER_GetNextExpiration that a timer that has already expired
16668         (but not processed yet) HAS already expired...
16669
16670         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
16671         Default values for registry.
16672
16673         * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
16674         Optimized code for SetImageBits_X, making bitmap creation faster.
16675
16676         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
16677         The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
16678
16679         * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
16680         Marcus Meissner <marcus@jet.franken.de>
16681         - Started multithreading for FreeBSD (incomplete, but some
16682           applications now at least start up again).
16683         - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
16684         - CR2 on pagefault gets passed in sc_err (some kind of kludge in
16685           FreeBSD owns fault handling we can use)
16686
16687         * include/selectors.h, memory/global.c, memory/selector.c:
16688         Made SELECTOR_ReallocBlock preserve the current selector access rights
16689         (problem reported by Andreas Mohr).
16690
16691         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16692         Use services thread instead of timer signals.
16693
16694         * server/thread.c, scheduler/synchro.c:
16695         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16696         Allow user APCs with NULL 'func' (just wake up the thread).
16697
16698         * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
16699         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16700         Implemented 'kernel services thread'.
16701
16702         * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
16703         Klaas van Gend <klaas@vangend.demon.nl>
16704         Added stub for PrinterProperties.
16705
16706         * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
16707         Juergen Schmied <juergen.schmied@metronet.de>
16708         Implemented NtTerminateProcess and NtDisplayString.
16709
16710         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16711         FreeLibrary partial implementation.
16712
16713         * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
16714         Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
16715         Wars) now works perfectly with Wine's crtdll. Wrote a test
16716         implementation of _CIpow too, which those who do have Brood Wars can
16717         report on, so it can be implemented correctly.
16718
16719         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
16720         Partial implementation for GetKeyNameText for new keyboard structure.
16721
16722         * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
16723         Fixed warning.
16724
16725         * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
16726         Added missing ReadClassStg prototype.
16727
16728         * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
16729         - Fix comments after the big renaming (xxxx32y --> xxxxy).
16730         - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
16731           Avoid ugly type casting, and fix compilation warnings of wsprintf.c
16732
16733         * documentation/status/dde:
16734         Keith Matthews <keith_m@sweeney.demon.co.uk>
16735         Status document for DDE/Ddeml.
16736
16737         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16738         Added event callback mechanism.
16739         Introduction of MCI yield procs.
16740         Updated (prepare|unprepare)header functions (wave, midi) to allow
16741         correct callback mechanisms.
16742         Made midiStreamXXX functions working.
16743         First try at mmThreadXXX functions.
16744
16745         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16746         Updated (prepare|unprepare)header functions to allow correct callback
16747         mechanisms.
16748
16749         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16750         Small enhancement.
16751
16752         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16753         New method for structure conversion (16 <-> 32).
16754         More MCI structures correctly mapped.
16755         Introduction of MCI yield proc and break facility.
16756
16757         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16758         Updated (prepare|unprepare)header functions to allow correct callback
16759         mechanisms.  Implemented waveOut playback as asynchronous.
16760
16761         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16762         Started implementation of mmThreadXXX functions.
16763
16764         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16765         Added a few missing defines (MIDI, WAVE, callbacks).
16766         Structures for midiStreamXXX functions.
16767
16768         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
16769         Updated (prepare|unprepare)header functions (wave, midi) to allow
16770         correct callback mechanisms. Added wine specific entry for mmThreadXXX
16771         functions thread starting point.
16772
16773         * include/wine/obj_storage.h:
16774         Michael Veksler <mveksler@techunix.technion.ac.il>
16775         Introduce STATSTG16 - a 16 bit variant of STATSTG.
16776
16777         * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
16778         Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
16779
16780         * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
16781         Fixed menu type setting in SetMenuItemInfo32_common().
16782
16783         * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
16784         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16785         Send USIG_PROCESS_CREATE signal.
16786         Bugfix: GetProcessDword offset -8 should return parent process ID.
16787
16788         * relay32/user32.spec, windows/user.c:
16789         Bertho Stultiens <bertho@panter.soci.aau.dk>
16790         Added RegisterSystemThread stub.
16791
16792         * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
16793         Francis Beaudet <francis@macadamian.com>
16794         Implemented the CoCreateInstanceEx method.
16795
16796         * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
16797         Fixed crash due to a value of name length 0, value length 0 at the end
16798         of the registry.
16799
16800         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
16801         Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
16802         QUEUE_Lock.
16803
16804         * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
16805         - updated because of the splitting of interface/implementation
16806         - updated to use ICOM_THIS
16807
16808         * include/dplay.h, include/dplobby.h, ole/guid.c:
16809         Francois Gouget <fgouget@psn.net>
16810         - use the latest ICOM macros
16811         - moved the IDirectPlayLobby interface to dplobby.h
16812         - removed all the implementation aspects since they need to be
16813         separate
16814
16815         * include/dsound.h, multimedia/dsound.c:
16816         Francois Gouget <fgouget@psn.net>
16817         ICOMisation of the DirectSound API.
16818
16819         * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
16820         Juergen Schmied <juergen.schmied@metronet.de>
16821         - reorganised icon extracing from files
16822         - made extracting from ne and ico files working
16823         - IPersistFile interface for IExtractIcon
16824
16825         * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
16826         Fixed buffer overrun.
16827
16828         * include/cursoricon.h, objects/cursoricon.c:
16829         Juergen Schmied <juergen.schmied@metronet.de>
16830         Changed ressource dir structures.
16831         Adapted FindBestIccon/FindBestCursor.
16832
16833         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
16834         Loading the color schema for registry.
16835
16836 Sat Apr 10 16:58:55 1999  Alexandre Julliard  <julliard@winehq.com>
16837
16838         * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
16839         Marcus Meissner <marcus@jet.franken.de>
16840         Reimplemented winsock asynchronous DNS services. No longer use a
16841         fork()ed process, but either a service thread or inline blocking calls
16842         for non-threading architectures. (Makes Free Agent16 work again.)
16843
16844         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
16845         <ewill@ncal.verio.com>
16846         - color and font dialogs now actually do something interesting,
16847           and force a redraw when successful.  Background color is adjustable.
16848           Text color is also adjustable, but the user has to set the CF_EFFECTS
16849           flag first.
16850         - text is output left-right centered, baseline, at the middle
16851           of the window, and moves with the window.  Text font is adjustable.
16852         - Success and failure MessageBox calls for Color, Font, Open,
16853           and Save have been removed or suppressed.  They annoyed me after
16854           awhile, and I suspect they annoyed others, too.  Use my tool! :-)
16855         - cmdlgtst now has the full pathname in the upper left corner; which may
16856           assist in debugging certain problems -- or it may not. :-)
16857         - usage dialog added
16858
16859         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
16860         Corrected debug output.
16861
16862         * windows/driver.c, relay32/winmm.spec:
16863         Eric Pouech <Eric.Pouech@wanadoo.fr>
16864         Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
16865         bit drivers.
16866         Added stub for GetDriverFlags.
16867
16868         * windows/user.c, relay32/user32.spec:
16869         Sergey Turchanov <turchanov@usa.net>
16870         Stubs for CloseDesktop and CloseWindowStation.
16871
16872         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16873         GetModuleFromPath now checks for loaded modules via filenames which
16874         were specified without a path.
16875
16876         * misc/registry.c, include/winreg.h:
16877         Sylvain St.Germain <sylvain@macadamian.com>
16878         Implementation of HKU key saving and loading. Add new supported data
16879         type in debug_print_value.
16880
16881         * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
16882         Juergen Schmied <juergen.schmied@metronet.de>
16883         New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
16884         Small change how to get icons for listview.
16885
16886         * include/shlobj.h, relay32/shell32.spec:
16887         Juergen Schmied <juergen.schmied@metronet.de>
16888         ILLoadFromString and SHGetSettings implemented.
16889
16890         * dlls/shell32/shellord.c:
16891         Juergen Schmied <juergen.schmied@metronet.de>
16892         SHGetSettings implemented.
16893         ExitWindowsDialog() simulated by Messagebox.
16894
16895         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
16896         ILLoadFromString implemented.
16897
16898         * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
16899         Richard Mortimer <remitrom@my-dejanews.com>
16900         Added missing *IsDark entries into PALETTE_Driver instance
16901         initialisation.
16902
16903         * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
16904         Fixed X11DRV_MOUSE_WarpPointer initial value.
16905
16906         * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
16907         Ensure that the bitmap is properly initialized when created with the
16908         LR_CREATEDIBSECTION flag.
16909
16910         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
16911         Fixed the messaging problem of the edit box for node label edition.
16912         Substituted WM_PAINT for InvalidateRect.
16913         Some graphical fixes.
16914
16915         * misc/main.c: James Juran <jrj120@psu.edu>
16916         Check for drivers==NULL before trying to delete them at exit.  This
16917         could happen if the emulator initialization failed for some reason and
16918         the drivers hadn't been initialized yet.
16919
16920         * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
16921         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16922         Call InitApp16 (using Callout) for initial process.
16923
16924         * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16925         Clear invalid selectors also in CallTo16 relay code.
16926
16927         * programs/notepad/Es.rc:
16928         Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
16929         Revised Spanish resources.
16930
16931         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
16932         Fixed window locking bug in CalcChildScroll.
16933
16934         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
16935         Fixed fake multimedia timers. Grim Fandango is now able to start up
16936         when under favorable conditions. The preview movie on the Brood Wars
16937         disc now plays, too.
16938
16939         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
16940         Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
16941         instead of returning the right buffersize.
16942
16943 Tue Apr  6 07:14:09 1999  Alexandre Julliard  <julliard@winehq.com>
16944
16945         * files/directory.c: galberte <galberte@neo.rr.com>
16946         Fixed SearchPathA return value.
16947
16948         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
16949         Lionel Ulmer <ulmer@directprovider.net>
16950         - clean-up of texture 'loading'
16951         - added SetColorKey callback for already loaded textures
16952
16953         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
16954         Fixed a problem pointed out by Kevin Holbrook.
16955
16956         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
16957         commctrl.h must include prsht.h.
16958
16959         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
16960         Warning fix.
16961
16962         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
16963         Added a new implementation of the ICOM macros that use Microsoft style
16964         virtual methods to implement the COM interfaces in C++.
16965
16966         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
16967         Correction of Mutex handling in DdeInitializeW for cases other than
16968         1st call. Addition of instance handling to DdeCreateStringHandleA,
16969         DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes.  1st
16970         cut implementation of DdeUnitialize, move of internal structure defs
16971         in from ddeml.h. Removed non-ANSI comment.
16972
16973         * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
16974         Moved internal structures to ddeml.c, also removed non-ANSI comments,
16975         and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
16976
16977         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
16978         James Abbatiello <abbeyj@wpi.edu>
16979         Fixed memory leaks in mixerOpen16/mixerClose,
16980         midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
16981         midiInOpen16/midiInClose16.
16982
16983         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
16984         Added sanity check for whitespace in file names, various other fixups.
16985
16986 Sun Apr  4 12:48:21 1999  Alexandre Julliard  <julliard@winehq.com>
16987
16988         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
16989         WM_MOUSEMOVE implementation bug fix.
16990
16991         * windows/x11drv/keyboard.c:
16992         José Marcos López <jose.lopez@upcnet.upc.es>
16993         Added Spanish keyboard layout.
16994
16995         * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
16996         Fixed the modem control part of EscapeCommFunction16.
16997
16998         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
16999         Added missing goto.
17000
17001         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
17002         Marcus Meissner <marcus@jet.franken.de>
17003         EnumCalendarInfoA stub.
17004
17005 Sat Apr  3 16:27:54 1999  Alexandre Julliard  <julliard@winehq.com>
17006
17007         * windows/mouse.c, windows/keyboard.c:
17008         Francois Boisvert <francois@macadamian.com>
17009         Suspend the window locks before DefKeybEventProc and
17010         DefMouseEventProc.
17011
17012         * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
17013         Joerg Mayer <jmayer@telesun2.telemation.de>
17014         More #pragma fixes (idea Ove Kaaven, mistakes are mine).
17015
17016         * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17017         No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
17018         WM_CREATE messages.
17019
17020         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
17021         Added some SetLastError()s in GetProcAddress() and LoadLibrary().
17022
17023         * misc/crtdll.c, relay32/crtdll.spec:
17024         Christian Schlaile <up9n@rz.uni-karlsruhe.de>
17025         Implemented makepath, rand() returns correct range, fixed fputc.
17026
17027         * files/file.c, include/file.h, msdos/int21.c:
17028         Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
17029         Moved _lcreat16_uniq to int21.c
17030
17031         * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
17032         Pavel Roskin <pavel_roskin@geocities.com>
17033         Casts to (SEGPTR) removed. They did nothing anyway.
17034         Includes added or removed where necessary.
17035         Win16 functions replaced with their Win32 counterparts. Comments added
17036         where it was impossible.
17037         CALLBACK added where necessary. Some declarations fixed.
17038         Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
17039         DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
17040         Listbox enabled in hello3.
17041
17042         * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17043         Updated French keyboard.
17044
17045         * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
17046         Fancier version of hello.c courtesy of Huw Davies.
17047
17048         * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
17049         Fixed compilation of the Control panel.
17050
17051         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
17052         'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
17053         the dead key mapping stuff to the actual mapping code too.  Prettied
17054         up the fixme message. Added a check where if the keys of two layouts
17055         match exactly, the one with the best-matching keycode order is chosen,
17056         so that the QWERTY and Dvorak layouts can be distinguished.
17057
17058         * win32/device.c, relay32/kernel32.spec:
17059         Eric Pouech <Eric.Pouech@wanadoo.fr>
17060         Added (empty) stub for OpenVxDHandle.
17061
17062         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17063         mmioOpen() now handles correctly MMIO_PARSE flag.
17064
17065         * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
17066         Background color fix when disabled or read only.
17067
17068         * windows/win.c: Francois Boisvert <francois@macadamian.com>
17069         Transfered the window struct memory release from WIN_DestroyWindow to
17070         WIN_ReleaseWndPtr.
17071
17072         * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
17073         DLGITEMTEMPLATE structure had one too many member.
17074
17075         * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17076         Prevent crash in debugger.
17077
17078 Fri Apr  2 10:37:42 1999  Alexandre Julliard  <julliard@winehq.com>
17079
17080         * controls/combo.c, controls/listbox.c, include/combo.h:
17081         Francis Beaudet <francis@macadamian.com>
17082         Implemented the Win95 look and feel.
17083
17084         * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
17085         Wrote a basic implementation of the WM_PRINT message.
17086
17087         * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
17088         Francois Boisvert <francois@macadamian.com>
17089         Suspend all windows locks before the control is passed to the
17090         application.
17091         Also fixed some bugs in dce.c
17092
17093         * Make.rules.in, Makefile.in:
17094         Joerg Mayer <jmayer@telesun2.telemation.de>
17095         - Remove some old rc make stuff
17096         - "make clean" omitted some include subdirs
17097
17098         * relay32/ddraw.spec, graphics/ddraw.c:
17099         Lionel Ulmer <ulmer@directprovider.net>
17100         Added DllClassFactory to DirectDraw.
17101
17102 Thu Apr  1 12:05:44 1999  Alexandre Julliard  <julliard@winehq.com>
17103
17104         * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
17105         Split off keysym/deadchar -> char mapping, use it in DetectLayout.
17106
17107         * tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/message.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, graphics/x11drv/bitmap.c, include/clipboard.h, include/ts_xlib.h, include/ttydrv.h, include/win.h, include/winpos.h, include/x11drv.h:
17108         Alex Korobka <alex@aikea.ams.sunysb.edu>
17109         Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
17110         mode go through window manager, small bugfixes for menu and window
17111         code, extended clipboard driver model to handle formats other than
17112         text.
17113
17114         * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
17115         EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
17116         true for multiline controls too, as my tests show.
17117
17118         * dlls/comctl32/listview.c, include/listview.h:
17119         Luc Tourangeau <luc@macadamian.com>
17120         Added support for icon and smallicon views.
17121
17122         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
17123         Made DOSVM_GetTimer survive EAGAIN errors...
17124
17125         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
17126         Implemented async comm buffers (but probably not bugfree), and along
17127         with them, the functionality of async event notifications, mong them
17128         EnableCommNotification. Removed a previous hack that was faking the
17129         buffers, since we now have real buffers...
17130
17131         * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
17132         Added CN_* flags used in WM_COMMNOTIFY.
17133
17134         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17135         Implement the EnumAttachedSurface method.
17136
17137         * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
17138         Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
17139         OleDestroyMenuDescriptor along with a bunch of internally used methods
17140         and data structures.
17141
17142         * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
17143         Adrian Thurston <adriant@corel.ca>
17144         initguid.h should only contain the macro that defines the guids.
17145         Added olectl.h to guid.c so some needed guids get defined.
17146         Made GUID_NULL an actual guid set to 0,0,0...
17147
17148         * if1632/gdi.spec, objects/gdiobj.c:
17149         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17150         Added GdiSignalProc() stub.
17151
17152         * misc/callback.c, relay32/user32.spec, windows/user.c, if1632/thunk.c, if1632/user.spec, include/callback.h, include/task.h, include/user.h, loader/main.c:
17153         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17154         Added USER32.UserSignalProc to Callout table.
17155         Implemented built-in UserSignalProc().
17156         Don't announce Win3.1-style USER handler any more.
17157
17158         * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
17159         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17160         Implemented PROCESS_CallUserSignalProc().
17161         Send USER signals at various appropriate places.
17162         Moved [GS]etProcessDword() to scheduler/process.c.
17163
17164         * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlmenu.c, include/shlobj.h, relay32/shell32.spec:
17165         Juergen Schmied <juergen.schmied@metronet.de>
17166         All 19 FileMenu_* functions, some as stubs, some implemented.
17167
17168         * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
17169         Juergen Schmied <juergen.schmied@metronet.de>
17170         SHCLSIDFromString, StrToOleStr implemented.
17171         RLBuildListOfPaths stub.
17172
17173         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
17174         Juergen Schmied <juergen.schmied@metronet.de>
17175         DllGetVersion (not yet exported).
17176         Small change to SHAppBarMessage.
17177
17178         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
17179         Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
17180
17181         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
17182         Added StackEnter() and StackLeave() stubs
17183
17184         * multimedia/mci.c, multimedia/mmsystem.c:
17185         Eric Pouech <Eric.Pouech@wanadoo.fr>
17186         Starting implementation of MCI creator tasks
17187         Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
17188         Better implementation of mmTaskCreate16
17189
17190         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17191         Added creator task to MCI struct.
17192
17193         * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
17194         Replaced 0xC000 by symbolic constants.
17195
17196         * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
17197         Fixed small ==, != mixup.
17198
17199         * windows/defdlg.c, windows/defwnd.c:
17200         Luc Tourangeau <luc@macadamian.com>
17201         Implemented WM_NOTIFYFORMAT.
17202
17203         * loader/elf.c: Marcus Meissner <marcus@mud.de>
17204         "foo" was not translated to "foo.so" in elf loader.
17205
17206         * include/bitmap.h, objects/bitmap.c:
17207         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17208         LoadBitmap16()/LoadImage16() calling sequence simplified.
17209
17210         * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
17211         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17212         Allow NULL NE resource handler; call the default handler directly.
17213         Removed WPROCS / Callbacks support for WineLib resource handlers.
17214
17215         * include/process.h, relay32/utthunk.c:
17216         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17217         Made Universal Thunk list per-process, not system global.
17218
17219         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
17220         Additional macro definitions.
17221
17222         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
17223         Implemented TCM_ADJUSTRECT.
17224
17225         * msdos/int09.c, msdos/ioports.c:
17226         Michael Veksler <mveksler@techunix.technion.ac.il>
17227         Removed "implicit declaration" warnings.
17228
17229         * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
17230         Fixed OpenGL devices implementation.
17231
17232         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17233         In UserYield16, when current thread is a 32 bit one which hold the
17234         Win16Lock, must take care of a LockCount > 1.
17235
17236         * */*.c:
17237         Patrik Stridvall <ps@leissner.se>
17238         More code moved to the X11 driver (bitmap and palette and misc).
17239
17240 ----------------------------------------------------------------
17241 Sun Mar 28 15:20:00 1999  Alexandre Julliard  <julliard@winehq.com>
17242
17243         * include/winbase.h, include/wingdi.h:
17244         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17245         Move DM* defines from winbase.h -> wingdi.h.
17246
17247         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17248         Fixed QueryInterface functions for IDirect3D 1 and 2.
17249
17250         * ole/nls/Attic/dnk.nls: Apparently no longer needed.
17251
17252         * controls/menu.c, controls/uitools.c, dlls/comctl32/comboex.c, graphics/x11drv/brush.c, graphics/x11drv/graphics.c, include/debug.h, include/debugdefs.h, memory/global.c, misc/ddeml.c, windows/x11drv/event.c:
17253         Dimitrie O. Paun <dimi@cs.toronto.edu>
17254         Changed some debug messages from one channel to another, to clean up a
17255         bit the debug channel usage.
17256
17257         * loader/module.c: Jess Haas <paranoid07@hotmail.com>
17258         Fixed CreateProcessA so it can handle commandlines with arguments and
17259         no .exe.
17260
17261         * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
17262         Fixed GetModuleHandle16.
17263
17264         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
17265         Added Russian keyboard support.
17266
17267         * include/winuser.h, relay32/user32.spec, windows/user.c:
17268         Lionel Ulmer <ulmer@directprovider.net>
17269         Added stub for SetSystemCursor.
17270
17271         * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
17272         SetFileAttributesA: "implemented" setting of directory flag as test of
17273         compatibility.
17274
17275         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
17276         Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
17277         keyboard support.
17278
17279         * include/wine/obj_storage.h, ole/Makefile.in, ole/ole2.c, ole/ole2stubs.c, ole/storage.c, ole/variant.c, relay32/ole32.spec, relay32/oleaut32.spec, relay32/user32.spec, windows/input.c, include/ole2.h, include/oleauto.h, include/olectl.h, include/winuser.h:
17280         Paul Quinn <paulq@corel.ca>
17281         Aaron Barnes <aaronb@corel.ca>
17282         Adrian Thurston <adriant@corel.ca>
17283         Bundle of new stubs.
17284
17285         * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
17286         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17287         Added missing WINAPIs.
17288
17289         * relay32/kernel32.spec, win32/newfns.c:
17290         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17291         Added CreateIoCompletionPort stub.
17292
17293         * windows/queue.c, windows/message.c:
17294         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17295         Call EVENT_Pending() to flush X11 output queue before blocking in
17296         MsgWaitForMultipleObjects().
17297         Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
17298         Protect system queue access in hardware_event().
17299
17300         * windows/user.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, controls/menu.c, windows/dce.c, windows/dialog.c, windows/focus.c, windows/mdi.c, windows/message.c, windows/nonclient.c:
17301         Francois Boisvert<francois@macadamian.com>
17302         Fixed some bugs in thread safeness for wnd struct.
17303
17304         * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
17305         Pavel Roskin <pavel_roskin@geocities.com>
17306         Made libtest/hello3 work again, now with Windows-compatible resource
17307         loading.
17308
17309         * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
17310         Jiuming Luo <jiuming_luo@yahoo.com>
17311         Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
17312         then deleted the duplicated typedefs (in imm.h and mmsystem.h).
17313
17314         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
17315         Rewrote EnumPrintersA, added CriticalSection around Registry reads and
17316         implemented PRINTER_INFO_2 request.
17317
17318         * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
17319         Added Swiss German keyboard layout.
17320
17321         * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
17322         Juergen Schmied <juergen.schmied@metronet.de>
17323         - adjusted printing of refcounts to be equal
17324         - cleaning up icon cache on PROCESS_DETACH
17325         - fixed ascii/unicode use in SH/ILCreateFromPath
17326         - fixed small memory leak in shellview
17327
17328         * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
17329         Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
17330
17331         * programs/cmdlgtst/cmdlgtst.c:
17332         Pavel Roskin <pavel_roskin@geocities.com>
17333         Fixed warnings.
17334
17335         * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
17336         Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
17337
17338         * windows/painting.c, windows/scroll.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, include/region.h, include/ts_xf86vmode.h, include/ts_xutil.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/region.c, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xf86vmode.c, tsx11/ts_xutil.c, windows/dce.c, windows/nonclient.c:
17339         Alex Korobka <alex@aikea.ams.sunysb.edu>
17340         Moved hrgnUpdate from client to window coordinates, made nonclient
17341         painting depend on the update region, reworked SetWindowPos() and
17342         RedrawWindow() to speed up update region calculation, made -desktop
17343         work properly, added WM_CANCELMODE here and there, fixed several
17344         window activation bugs that crept in since the last time.
17345
17346         * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
17347         Fixed occasional loss of SendMessage() return value.
17348
17349         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17350         Added initialisation of the pixmap_depth field in
17351         Xlib_DirectDrawCreate.
17352
17353         * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
17354         Fixed a warning.
17355
17356         * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
17357         Added stub for int2f 4b.
17358
17359         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
17360         James Abbatiello <abbeyj@wpi.edu>
17361         Fixed memory leak in waveOutOpen/waveOutClose.
17362
17363         * graphics/psdrv/escape.c:
17364         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17365         More Escapes for the PostScript driver.
17366
17367 Sat Mar 27 16:56:13 1999  Alexandre Julliard  <julliard@winehq.com>
17368
17369         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
17370         Francois Gouget <fgouget@psn.net>
17371         Adapted to the interface/implementation separation.
17372         Now uses ICOM_THIS to access the implementation structures.
17373         Replaced 'this' with 'This' for ICOM_THIS.
17374         Direct access to the virtual table has been eliminated too.
17375
17376         * graphics/d3d_private.h, graphics/ddraw_private.h:
17377         Francois Gouget <fgouget@psn.net>
17378         Updated to include all the implementation aspects that were previously
17379         in the public includes.
17380
17381         * graphics/vga.c: Francois Gouget <fgouget@psn.net>
17382         Removed direct access to the virtual table
17383
17384         * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
17385         Removed all implementation aspects.
17386         Modified to use the latest ICOM macros.
17387         Added the macros for use in C.
17388         Added the method parameter names (when I had them).
17389
17390         * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
17391         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17392         Fixed sequence of DLL_PROCESS_DETACH notification calls.
17393         Moved PE_MODREF flags to WINE_MODREF level.
17394         Better handling of LoadLibraryEx flags.
17395         PE_InitTls() changed to work only on the current thread.
17396
17397         * include/server.h, scheduler/process.c, server/trace.c:
17398         Added cmd line in new_process request.
17399
17400         * scheduler/thread.c:
17401         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17402         All threads created with CreateThread are 32-bit threads.
17403
17404         * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
17405         Juergen Schmied <juergen.schmied@metronet.de>
17406         Reading of binary streams implemented (SHOpenRegStream).
17407
17408         * msdos/int25.c, msdos/int26.c:
17409         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17410         Fixed int25 & int26 error code.
17411
17412         * loader/task.c, windows/queue.c:
17413         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17414         Allow UserYield16 to be called from 32-bit thread.
17415
17416         * include/oledlg.h, include/winbase.h:
17417         Albert Den Hann <albertd@corel.ca>
17418         Additional macro definitions.
17419
17420         * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
17421         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17422         Fixed {S|G}etBitmapBits in x11drv.  Removed BITMAP_GetPadding.
17423
17424         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17425         Fixed metafile recording of CreatePatternBrush.
17426
17427 Thu Mar 25 16:42:28 1999  Alexandre Julliard  <julliard@winehq.com>
17428
17429         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
17430         Pascal Lessard <pascal@macadamian.com>
17431         Change the AddBitmap function. Implement flat toolbar. Change
17432         CreateToolbarEx. Implement partially the hot buttons for toolbar.
17433
17434         * msdos/int16.c:
17435         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17436         Implemented Get Shift Flags function.
17437
17438         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
17439         Missing WINAPI.
17440
17441         * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
17442         Changed stdlib.h to string.h.
17443
17444         * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
17445         Added string.h.
17446
17447         * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
17448         David Luyer <luyer@ucs.uwa.edu.au>
17449         Changed "strings.h" to "string.h".
17450
17451         * graphics/x11drv/bitblt.c, windows/nonclient.c:
17452         Randy Weems <rweems@home.com>
17453         Fixed off-by-one error if bitblt width or height is negative.
17454
17455         * dlls/comctl32/tab.c, include/tab.h:
17456         Francis Beaudet <francis@macadamian.com>
17457         Implemented:
17458         - showing the selected tab as highlighted
17459         - support for drawing the focus rectangle
17460         - basic keyboard support
17461         - support for a tab with horizontal scrolling.
17462
17463         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17464         Thread-safe implementation of profile functions (Windows and Wine).
17465
17466         * include/message.h, loader/main.c, windows/timer.c:
17467         Stephane Lussier <stephane@macadamian.com>
17468         Made the timer code thread safe.
17469
17470         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
17471         Fixed possible endless loop.
17472
17473         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
17474         Fixed LB_GETCURSEL message to return LB_ERR on empty list.
17475
17476         * dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlguid.h, include/shlobj.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c:
17477         Juergen Schmied <juergen.schmied@metronet.de>
17478         Use the new header for COM definitions.
17479
17480         * dlls/shell32/shellord.c, relay32/shell32.spec:
17481         Juergen Schmied <juergen.schmied@metronet.de>
17482         New stub shell_654.
17483
17484         * include/treeview.h, dlls/comctl32/treeview.c:
17485         Sylvain St.Germain <sylvain@macadamian.com>
17486         Implementation of TVM_SORTCHILDRENCB.
17487         Implementation of TVI_SORT insertion.
17488         Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
17489         Fix problems related to TVIS_EXPANDEDONCE.
17490
17491         * dlls/comctl32/comctl32undoc.c:
17492         Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
17493         Fix problem in DPA_QuickSort where the sort order was inverted.
17494
17495         * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
17496         Ove Kaaven <ovek@arcticnet.no>
17497         Added infrastructure and definitions for general-purpose event and IRQ
17498         handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
17499         event message loop, message handling, CLI/STI handling, and minimal
17500         PIC support.
17501
17502         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
17503         Added handling of SIGUSR2 for the new event interruption handling,
17504         bumping up the protocol revision. Made some debug messages not be
17505         output when it's not necessary.
17506
17507         * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
17508         Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
17509
17510         * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
17511         Ove Kaaven <ovek@arcticnet.no>
17512         Added int 0x09 and int 0x33.
17513
17514         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
17515         Implemented a int 0x33 handler, with a minimal implementation of the
17516         mouse routines, including callbacks.
17517
17518         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
17519         Implemented a int 0x09 handler, and a scancode queue that simulates
17520         IRQ 1 in the dos box.
17521
17522         * include/docobj.h: Paul Quinn <paulq@corel.ca>
17523         Creation of docobj.h.
17524
17525         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17526         Allow depth of DIB to differ from depth of bitmap in GetDIBits.
17527
17528 Wed Mar 24 15:07:20 1999  Alexandre Julliard  <julliard@winehq.com>
17529
17530         * debugger/editline.c: Abort on input error.
17531
17532         * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
17533         Population of oledlg.
17534
17535         * windows/x11drv/event.c, windows/painting.c:
17536         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17537         Add IsWindow() checks after SendMessage() returns.
17538
17539         * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
17540         Fixed a small bug in int10.
17541
17542         * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
17543         COMBO_Size: maintain the height of the RectCombo when the window is
17544         resized.
17545
17546         * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
17547         Paul Quinn <paulq@corel.ca>
17548         Added various definitions.
17549         Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
17550
17551         * include/windef.h: Jim Aston <jima@corel.ca>
17552         Added a few empty macros.
17553
17554         * include/cursoricon.h, objects/cursoricon.c:
17555         Marcus Meissner <marcus@jet.franken.de>
17556         CURSORICON_Destroy: missing WINAPI added.
17557
17558         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
17559         Added translation for SO_RCVTIMEO (as seen by IE4).
17560
17561 Tue Mar 23 17:04:10 1999  Alexandre Julliard  <julliard@winehq.com>
17562
17563         * server/process.c: Create startup info for the initial process.
17564
17565         * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
17566         Added server pid and tid in init_thread request, and use them in
17567         CLIENT_InitThread.
17568
17569         * include/compobj.h, include/objbase.h, include/ole2.h, include/wine/obj_base.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/winerror.h, include/wtypes.h, ole/Makefile.in, ole/antimoniker.c, ole/bindctx.c, ole/compobj.c, ole/compositemoniker.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/storage32.c, relay32/ole32.spec:
17570         Noomen Hamza <noomen@macadamian.com>
17571         Implemented:
17572         - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
17573           GenericCompositeMoniker
17574         - IRunningObjectTable interface, and
17575         - IBindCtx interface.
17576
17577         * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
17578         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17579         Added StretchDIBits for the PostScript driver.
17580
17581         * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
17582         Added missing ending pragma pack.
17583
17584         * misc/comm.c: Rein Klazes <rklazes@casema.net>
17585         Corrected small bug in GetCommState16. Parity check can be disabled
17586         even when a parity bit is used. SetCommState16() can override baudrate
17587         setting in wine.conf.
17588
17589 Mon Mar 22 17:47:36 1999  Alexandre Julliard  <julliard@winehq.com>
17590
17591         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17592         Bugfix: cope with quoted arguments for CreateProcess().
17593
17594         * loader/resource.c:
17595         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17596         Fixed typo in SizeofResource().
17597
17598         * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17599         lstrcpyA can't use strcpy.
17600
17601         * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
17602         Marcus Meissner <marcus@jet.franken.de>
17603         Added -dll option for winelib programs. (Note: will not print warnings
17604         on failure currently).
17605
17606         * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17607         Added strlwr.
17608
17609         * loader/pe_image.c, msdos/int21.c:
17610         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17611         Cosmetics.
17612
17613         * if1632/mmsystem.spec, relay32/winmm.spec:
17614         Eric Pouech <Eric.Pouech@wanadoo.fr>
17615         Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
17616
17617         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17618         Started calling mixer as a 32 bit low level driver (no longer 16 bit)
17619         Added support for yield proc in mci struct
17620         Added mmTaskXXX16 and mmThreadXXX16 functions
17621         Refreshed implementation of 16 bit native & asynchronous MCI driver
17622         command (through mmtask.tsk).
17623
17624         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17625         Fixed a few bugs. Started implementing mixerMessage as a 32 bit
17626         function (no longer 16 bit).
17627
17628         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17629         Implemented mciExecute.
17630
17631         * include/multimedia.h, multimedia/mci.c:
17632         Eric Pouech <Eric.Pouech@wanadoo.fr>
17633         Added yield proc members to mci struct.
17634
17635         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17636         Added mixer specfic error codes, fixed type in function name.
17637
17638         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17639         Fixed return codes for default driver proc.
17640
17641         * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
17642         Made LB_GETCURSEL return focus_item if no item has been selected.
17643
17644         * windows/x11drv/keyboard.c:
17645         Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
17646         Added Finnish keyboard layout.
17647
17648         * misc/main.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, graphics/wing.c, graphics/x11drv/xfont.c, include/wine/winuser16.h, include/winuser.h, include/x11drv.h:
17649         Veksler Michael <mveksler@techunix.technion.ac.il>
17650         Removed winuser16.h from x11drv.h.
17651
17652         * include/winspool.h, misc/printdrv.c:
17653         Klaas van Gend <klaas@vangend.demon.nl>
17654         Implementation of EnumPrintersA, info level 4 and 5.
17655
17656         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
17657         Check if the build is stripped, and die if it is.
17658         Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
17659         (thanks Ryan Cumming!).
17660
17661         * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
17662         Fixed "reached end of non void..." warnings.
17663
17664         * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
17665         MessageBox32A -> MessageBoxA
17666
17667         * loader/module.c, relay32/kernel32.spec:
17668         Sergey Turchanov <turchanov@usa.net>
17669         Implementation for FreeLibraryAndExitThread.
17670         Made GetBinaryType = GetBinaryTypeA.
17671
17672         * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
17673         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17674         Run Win32 processes in their own threads.
17675         Process exit sequence adapted.
17676
17677 Sun Mar 21 19:26:26 1999  Alexandre Julliard  <julliard@winehq.com>
17678
17679         * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
17680         Changed process initialisation to use the new server requests.
17681         Started to move the process init to the right context, not finished yet.
17682
17683         * include/server/object.h, include/server/process.h, include/server/request.h, include/server/thread.h, server/main.c, server/process.c, server/request.c, server/socket.c, server/thread.c, server/trace.c, include/server.h:
17684         Added new_process and init_process request.
17685         Split out process creation from thread creation.
17686         Changed server initialisation to ensure that we always have a current
17687         thread.
17688
17689         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
17690         One small error corrected and the 102th key...
17691
17692         * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
17693         Made commerror and eventmask local to each port (for win16), made the
17694         win16 routines use port indices instead of UNIX fds (this should make
17695         some Visual Basic stuff and similar garbage start working), moved some
17696         stuff around (win16 routines at top of file, win32 routines at
17697         bottom), made a couple of win32 routines use win32 handles, and added
17698         a few hints as to how to implement asynchronous buffers, based on
17699         which EnableCommNotification can eventually be implemented.
17700
17701         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
17702         Fixed prototypes of a couple of comm routines.
17703
17704         * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17705         Fixed typo.
17706
17707         * windows/win.c: Francis Beaudet <francis@macadamian.com>
17708         Clear update region before WM_NCDESTROY.
17709
17710         * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
17711         Got rid of SYSTEM_LOCK macros.
17712
17713 Sat Mar 20 07:18:26 1999  Alexandre Julliard  <julliard@winehq.com>
17714
17715         * misc/main.c: No longer need to delete system heap critical section.
17716
17717 Fri Mar 19 17:04:25 1999  Alexandre Julliard  <julliard@winehq.com>
17718
17719         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
17720         Added a check for desktop in SHGetFileInfo.
17721
17722         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17723         Fixed some bugs in MCI message mapping (32A => 16).
17724
17725         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
17726         Fixed WIN_SendDestroyMsg.
17727
17728         * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
17729         Removed definitions for FIONREAD and FIONBIO.
17730
17731         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17732         Fixes some return values for DefDriverProc.
17733
17734         * programs/regapi/regFixer.pl:
17735         Sylvain St.Germain <sylvain@macadamian.com>
17736         Removed the chop command that was there to get rid of dos ^M.
17737         The script now process only unix file format.
17738
17739         * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17740         Hide dialog windows created by CreateDialog* in EndDialog just as
17741         Windows does.
17742
17743         * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
17744         Set type of destination variant in VariantChangeTypeEx function.
17745
17746         * windows/x11drv/keyboard.c:
17747         Bertho Stultiens <bertho@panter.soci.aau.dk>
17748         Fixed Danish keyboard layout.
17749
17750 Thu Mar 18 17:39:58 1999  Alexandre Julliard  <julliard@winehq.com>
17751
17752         * ole/itemmoniker.c, ole/ole2.c, ole/olefont.c, windows/dinput.c, windows/input.c, windows/keyboard.c, windows/message.c, windows/painting.c, windows/queue.c, windows/syscolor.c, windows/sysmetrics.c, windows/user.c, dlls/shell32/iconcache.c, files/dos_fs.c, graphics/ddraw.c, graphics/fontengine.c, include/win.h, loader/main.c, loader/resource.c, misc/lzexpand.c, misc/registry.c, msdos/int10.c, multimedia/init.c, objects/enhmetafile.c:
17753         Marcus Meissner <marcus@jet.franken.de>
17754         Lots of warning fixed, one missing WINAPI in ddraw.c added.
17755
17756         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
17757         Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
17758
17759         * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
17760         msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
17761
17762         * relay32/kernel32.spec, misc/toolhelp.c:
17763         Marcus Meissner <marcus@jet.franken.de>
17764         Added Module32* stubs.
17765
17766 Wed Mar 17 15:54:44 1999  Alexandre Julliard  <julliard@winehq.com>
17767
17768         * windows/x11drv/keyboard.c:
17769         Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
17770         Added Portuguese keytable.
17771
17772         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
17773         Added Canadian French keyboard layout.
17774
17775         * windows/x11drv/keyboard.c:
17776         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17777         Added UK keyboard layout.
17778
17779         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
17780         <paranoid07@hotmail.com>
17781         Fixed/implemented various interrupt functions.
17782
17783         * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
17784         Marcus Meissner <marcus@jet.franken.de>
17785         Fixed some warnings. removed some unneccessary includes, removed one
17786         direct WND* access in controls/menu.c.
17787
17788         * windows/win.c: Francis Beaudet <francis@macadamian.com>
17789         Implemented a more defensive version of WIN_SendDestroyMsg.
17790
17791         * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
17792         Install headers from $(SRCDIR).
17793
17794         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
17795         Removed the obsolete ICOM macros.
17796
17797         * include/vfw.h: Francois Gouget <fgouget@psn.net>
17798         Moved the APIs closer to the corresponding COM interface, removed two
17799         duplicates and added 2-3 macros for A/W APIs.
17800
17801         * msdos/int15.c: <paranoid07@hotmail.com>
17802         Added some stubs for int15 functions.
17803
17804         * windows/message.c, windows/queue.c:
17805         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17806         Inter-thread SendMessage() bugfixes:
17807         - Insert new message to be received at the *end* of the SM_PENDING_LIST.
17808         - Do *not* process received messages in ReplyMessage().
17809         - Clear the QS_SMRESULT flag only immediatedly before waiting.
17810
17811         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
17812         Return error if not a valid OLE compound file.
17813
17814         * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
17815         Fix crash if lpuCurDirLen or lpuDestDirLen==0.
17816
17817         * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
17818         Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
17819         strange).
17820
17821 Tue Mar 16 16:29:26 1999  Alexandre Julliard  <julliard@winehq.com>
17822
17823         * include/dosexe.h, include/module.h, include/pe_image.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
17824         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17825         Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
17826
17827         * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
17828         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17829         Pass new arguments (suspend/inherit) to the server.
17830
17831         * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
17832         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17833         Handle suspend/resume_thread requests in phase STARTING correctly.
17834         Set initial suspend count for threads created with CREATE_SUSPENDED.
17835         Set 'inheritable' flag for process/thread handles.
17836
17837         * dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c:
17838         Marcus Meissner <marcus@jet.franken.de>
17839         Removed no longer necessary win.h include, added now necessary other
17840         includes (win.h used only by UPDOWN now).
17841
17842         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
17843         debug.h must be last, or we get ERR() macro problems again.
17844
17845         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
17846         Fixed a slight bug that was included in the change from WND ptr to
17847         hwnd last week.
17848
17849         * loader/main.c, misc/callback.c:
17850         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17851         Fix compiler warnings.
17852
17853         * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
17854         Sylvain St.Germain <sylvain@macadamian.com>
17855         Fixed some graphical problems of the treeview and added support LMB
17856         click on +/- sign to open and close.
17857         Fixed a bug in imagelist where the last image could not be displayed.
17858
17859         * windows/x11drv/event.c:
17860         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17861         Avoid unnecessary error messages.
17862
17863         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17864         Ignore HIWORD of boolean return values of 16-bit hook procedures, to
17865         match buggy Windows behaviour.
17866
17867         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17868         Corrected bug in enumeration function.
17869
17870         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
17871         Fixed bug introduced in WIN_FindWindow.
17872
17873         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
17874         0 is a valid index for a tab item.
17875         CreateSolidBrush takes a COLORREF as a parameter.
17876         Tab controls were always displayed in the top left corner.
17877
17878 Mon Mar 15 16:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
17879
17880         * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
17881         Francois Gouget <fgouget@psn.net>
17882         Updated the interfaces to use the latest ICOM macros.
17883
17884         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
17885         Updated.
17886
17887         * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
17888         Eric Pouech <Eric.Pouech@wanadoo.fr>
17889         Moved all MCI internal functions/variables/macros to mci.c.
17890         Changed some interface names.
17891
17892         * include/digitalv.h, multimedia/mciavi.c:
17893         Eric Pouech <Eric.Pouech@wanadoo.fr>
17894         Make use of digitalv.h file.
17895
17896         * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17897         Changed how list of loadable MCI drivers is obtained.
17898
17899         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
17900         Describes in newbie terms how to add new keyboard layouts.
17901
17902         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
17903         Better comments, and added ANSI codepages in table.
17904         US keyboard contributed by Uwe Bonnes.
17905         French keyboard contributed by Eric Pouech.
17906         German keyboard contributed by Ulrich Weigand.
17907         Danish keyboard contributed by Bertho Stultiens.
17908
17909         * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, include/commdlg.h:
17910         Klaas van Gend <klaas@vangend.demon.nl>
17911         - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
17912         - Some header inclusion cleanup.
17913
17914         * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
17915         Eric Pouech <Eric.Pouech@wanadoo.fr>
17916         Cosmetic fixes.
17917
17918         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17919         Makes use of new CDAUDIO_Seek() function.
17920
17921         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17922         Various fixes for MSCDEX traps.
17923
17924         * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17925         Added new function CDAUDIO_Seek().
17926
17927         * include/driver.h, windows/driver.c:
17928         Eric Pouech <Eric.Pouech@wanadoo.fr>
17929         Better 16/32 bit driver messages mapping and handling.
17930         Better protection against bad handles.
17931
17932         * include/peexe.h, loader/resource.c:
17933         Marcus Meissner <marcus@jet.franken.de>
17934         Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
17935         code.
17936
17937         * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
17938         Fixed make install.
17939
17940 ----------------------------------------------------------------
17941 Sun Mar 14 17:25:33 1999  Alexandre Julliard  <julliard@winehq.com>
17942
17943         * include/win.h, ipc/dde_proc.c, misc/spy.c, windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/focus.c, windows/input.c, windows/mdi.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/scroll.c, windows/win.c, windows/winpos.c, windows/winproc.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, dlls/comctl32/updown.c, graphics/ddraw.c, if1632/thunk.c:
17944         Francois Boisvert <francois@macadamian.com>
17945         Made access to the wnd struct thread-safe.
17946
17947         * */*: Jim Aston <asto0001@algonquinc.on.ca>
17948         Renamed wintypes.h to windef.h.
17949
17950         * memory/heap.c: Make the system heap critical section global.
17951
17952         * Make.rules.in:
17953         Fixed Makefile up-to-date check to avoid relinking all the object
17954         files.
17955
17956         * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
17957         Reimplemented some code without using X11.
17958
17959         * graphics/ddraw.c, relay32/ddraw.spec:
17960         Patrik Stridvall <ps@leissner.se>
17961         Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
17962
17963         * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
17964         Added tracing for delayed imports and removed the fixme.
17965
17966         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
17967         Better implementation of GetShortPathNameA/W.
17968
17969         * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
17970         Allow the file names and paths for the registry files (user.reg and
17971         system.reg) to be specified in a [Registry] section of wine.ini or
17972         other config file.
17973
17974         * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
17975         Fix OemToAnsiBuff for real Win31 behavior.
17976
17977         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
17978         First attempt at supporting different keyboard layouts with their
17979         correct scancode mapping.
17980
17981         * configure, configure.in, programs/Makefile.in, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/README, programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl, programs/regapi/regSet.sh, programs/regapi/regapi.c:
17982         Sylvain St.Germain <sylvain@macadamian.com>
17983         Added command line tool to access the registry.
17984
17985         * rc/winerc.c: Fixed compilation.
17986
17987         * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
17988         Ignore generated files.
17989
17990         * programs/notepad/lcc.h: Fixed make depend.
17991
17992         * ole/ole2.c, ole/olefont.c, include/ole.h, include/ole2.h, include/oleauto.h, include/olectl.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_shelllink.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winsock.h, include/winuser.h, include/wtypes.h:
17993         Paul Quinn <paulq@linuxmaster.hungrycats.org>
17994         Many new defines, and structs to help compile MFC. As well as a few
17995         OLE corrections from earlier.
17996
17997         * loader/ne/module.c:
17998         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17999         Make GetModuleHandle16 only look for module names, not path names.
18000
18001         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
18002         Added some more vga video modes.
18003
18004         * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
18005         Prevent X11 errors when XCreateWindow is called with zero width or
18006         height.
18007
18008         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
18009         Added metafile support for ExtFloodFill.
18010
18011         * controls/button.c:
18012         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
18013         Paint gray text on gray background in checkboxes/radiobuttons by
18014         stippling. Also changed the brush used in this case to give better
18015         readability with X fonts.
18016
18017         * include/debugdefs.h, include/tapi.h, misc/Attic/tapi32.c, misc/Makefile.in, relay32/tapi32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/tapi32/.cvsignore, dlls/tapi32/Makefile.in, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, include/debug.h:
18018         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18019         Implemented (nearly) all TAPI functions as stubs.
18020
18021         * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
18022         Michael McCormack <Michael.McCormack@alcatel.com.au>
18023         Basic support for WIN32 serial communications API.
18024         Modify DOSFS_OpenDevice to allow opening of COM ports.
18025         Change Win32 comm functions to accept file handle.
18026         Add declaration of COMSTAT32 structure.
18027
18028         * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
18029         Fixed a silly VGA-emulation palette bug.
18030
18031         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
18032         Fixed a couple of ugly warnings (caused by ugly errors).
18033
18034         * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18035         Bug fix.
18036
18037         * dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h, ole/guid.c:
18038         Juergen Schmied <juergen.schmied@metronet.de>
18039         - IShellFolder and IEnumIDList are using the new COM headers
18040         - fixed sort order for folders and drives
18041
18042         * README: Ove Kaaven <ovek@arcticnet.no>
18043         Corrected location of FAQ.
18044
18045         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
18046         Fully implemented Direct Console Input.
18047
18048 Sat Mar 13 18:20:27 1999  Alexandre Julliard  <julliard@winehq.com>
18049
18050         * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
18051         Marcus Meissner <marcus@jet.franken.de>
18052         Fixed newly introduced and some leftover warnings.
18053
18054         * include/wingdi.h: Francois Gouget <fgouget@psn.net>
18055         It is now possible to use the standard macros for GetTextExtentPoint
18056         and GetTextExtentPoint32.
18057
18058         * include/prsht.h: Francois Gouget <fgouget@psn.net>
18059         Fixed some SendMessage32A that escaped the renaming.
18060
18061         * include/ole2.h: Francois Gouget <fgouget@psn.net>
18062         On windows ole2.h includes oleauto.h and some programs depend on this.
18063
18064         * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
18065         Fixes in the SysAllocString functions prototypes. It's mostly 'const'
18066         problems that prevent regular code from compiling.
18067
18068         * dlls/commdlg/filedlg.c, graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_cdrom, include/bitmaps/Attic/obm_drive, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2, include/bitmaps/Attic/obm_harddisk, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hdisk, include/bitmaps/oic_network, include/winuser.h:
18069         Pavel Roskin <pavel_roskin@geocities.com>
18070         File open dialog now uses icons instead of bitmaps.
18071
18072         * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
18073         Updated AVI* class interface to new ICOM_ methods.
18074
18075         * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
18076         Some fixes and additions.
18077
18078         * dlls/avifil32/.cvsignore, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, include/debug.h, include/debugdefs.h, relay32/avifil32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in:
18079         Marcus Meissner <marcus@jet.franken.de>
18080         Started on avifil32 implementation (only stubs currently).
18081
18082         * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
18083         Reimplemented DrawFocusRect without using X11.
18084
18085         * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
18086         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18087         Implemented mode setting things as well as VESA additions and other
18088         things. Cleaned up DOSMEM_BiosData handling.
18089
18090         * include/wine/obj_olefont.h, ole/olefont.c:
18091         Francis Beaudet <francis@macadamian.com>
18092         Implemented the IPersistStream interface on the OLE font object.
18093
18094         * miscemu/emulate.c:
18095         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18096         Make function BX=6 round ST0 to integer.
18097
18098         * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
18099         Adrian Thurston <adriant@corel.ca>
18100         - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
18101                   LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
18102         - Added some missing structures and definitions to wingdi.h
18103         - Added proper defines for GetCharWidthsXXX
18104         - Added c++ protection to wingdi.h
18105
18106         * dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
18107         Juergen Schmied <juergen.schmied@metronet.de>
18108         - mostly cleanup after the renaming
18109         - implemented SHILCreateFromPath
18110         - small changed to SHGetFileInfo
18111
18112         * include/prsht.h, include/winuser.h:
18113         Bertho Stultiens <bertho@panter.soci.aau.dk>
18114         Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
18115         structure for compatibility.
18116
18117         * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
18118         Bertho Stultiens <bertho@panter.soci.aau.dk>
18119         Moved error codes to cderr.h.
18120
18121         * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
18122         Fix CreateProcess to handle lpCommandline better.
18123
18124         * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
18125         Change GetStartupInfoA/W to return the real StartupInfo.
18126
18127         * windows/mdi.c: Guy Albertelli  <<galberte@neo.lrun.com>>
18128         Handle null wndPtr for mdi window.
18129
18130         * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
18131         Fixed a couple of missing #defines for Win32 API functions with
18132         ASCII/Unicode versions.
18133
18134         * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
18135         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18136         Implemented UTRegister and UTUnRegister.
18137
18138         * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
18139         <keith_m@sweeney.demon.co.uk>
18140         Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
18141         bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
18142         DdeSetQualityOfService, DdeSetUserHandle.
18143         Corrected heap handling in DdeInitializeW, refined CreateMutex error
18144         handling.
18145         General tidying.
18146
18147         * if1632/olecli.spec, include/ole.h, ole/olecli.c:
18148         Pavel Roskin <pavel_roskin@geocities.com>
18149         Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
18150         OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
18151         OleRevertClientDoc, OleEnumObjects.
18152
18153         * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
18154         Definition for OleCreateLinkFromClip was incorrect.
18155
18156         * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
18157         Mask out the upper 12 bits from the resourceid, just like win95 does.
18158
18159         * BUGS: Ove Kaaven <ovek@arcticnet.no>
18160         Updated bug list by my knowledge of them.
18161
18162         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
18163         StgCreateDocfile accepts NULL as a file name.
18164
18165         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
18166         Added support for alternate DIBBITBLT layout.
18167
18168         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
18169         Buffer size bug in LocateDebugInfoFile.
18170
18171         * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18172         Improved "error" message readability.
18173
18174         * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
18175
18176         * dlls/comctl32/listview.c: Fixed make depend
18177
18178 Fri Mar 12 17:42:50 1999  Alexandre Julliard  <julliard@winehq.com>
18179
18180         * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, include/ipaddress.h, include/updown.h:
18181         Eric Kohl <ekohl@abo.rhein-zeitung.de>
18182         Replaced direct access to the WND structure by corresponding calls to
18183         Win32 functions.
18184
18185         * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
18186         Eric Kohl <ekohl@abo.rhein-zeitung.de>
18187         Fixed some bugs introduced by the automated renaming.
18188
18189         * resources/.cvsignore: Added sysres_Ru.s
18190
18191         * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
18192         Luc Tourangeau <luc@macadamian.com>
18193         Changed the listview control to add the report view and fix some bugs
18194         for the list view.
18195
18196         * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
18197         Removed use of WND struct.
18198
18199         * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
18200         Added #ifdef HAVE_WCTYPE_H.
18201
18202         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
18203         Removed direct access to the WND struct.
18204
18205         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
18206         Message translation for WM_WININICHANGE.
18207
18208         * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
18209         obm_closed_95 should not be drawn inverted.
18210
18211         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
18212         Removed direct access to the WND struct.
18213
18214         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
18215         Thuy Nguyen <thuy@macadamian.com>
18216         Improved performance.
18217
18218         * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
18219         Create a new DC in GetDCEx when none are available.
18220
18221         * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
18222         Stephane Lussier <stephane@macadamian.com>
18223         Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
18224
18225         * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
18226         Changed the button state to "up" as soon as it is known that the
18227         selection has been cancelled, so the button is redrawn in the "up"
18228         state.
18229
18230         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
18231         Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
18232
18233 Wed Mar 10 18:03:54 1999  Alexandre Julliard  <julliard@winehq.com>
18234
18235         * include/wine/obj_inplace.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, ole/compobj.c, ole/guid.c, ole/ole2disp.c, ole/olecli.c, ole/oledlg.c, ole/oleobj.c, dlls/shell32/dataobject.c, dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/Attic/wintypes.h, include/commdlg.h, include/imm.h, include/oaidl.h, include/objbase.h, include/ocidl.h, include/ole.h, include/ole2ver.h, include/oleauto.h, include/olectl.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/winbase.h, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/winnt.h, include/wtypes.h:
18236         Paul Quinn <paulq@corel.ca>
18237         Added a lot of new OLE interfaces.
18238
18239         * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
18240         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
18241         Added support for Russian language.
18242
18243         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18244         Temporary fix: Activate 16-bit system timer callback routines, but
18245         skip calling them if timer signal occured while current thread was
18246         holding the Win16Lock (to prevent 16-bit stack corruption).
18247
18248         * include/syslevel.h, scheduler/syslevel.c:
18249         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18250         Implemented _ConfirmWin16Lock (KERNEL32.96).
18251
18252         * graphics/ddraw.c, include/ddraw.h:
18253         Lionel Ulmer <ulmer@directprovider.net>
18254         - some clean up in handling of depth
18255         - more depth conversion routines for X11 (15, 16 and 32 -> 8)
18256
18257         * include/queue.h, windows/message.c, windows/queue.c:
18258         Stephane Lussier <stephane@macadamian.com>
18259         Implemented SendMessageTimeout() functions.
18260
18261         * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
18262         Marcel Baur <mbaur@g26.ethz.ch>
18263         Added Boyer-Moore text search.
18264
18265         * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
18266         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18267         Added USER.DestroyIcon32 to Callout struct.
18268
18269         * include/module.h, loader/ne/convert.c:
18270         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18271         Deleted NE_FreePEResource().
18272
18273         * include/user.h, loader/main.c, loader/module.c, windows/user.c:
18274         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18275         Adapted to cursor/icon handling changes.
18276
18277         * loader/ne/resource.c, loader/resource.c:
18278         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18279         Allow accessing both NE and PE resources with both 16- and 32-bit API.
18280         Hook cursor/icon destruction into FreeResource (like Win95).
18281
18282         * include/cursoricon.h, objects/cursoricon.c:
18283         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18284         Implemented Win95-style shared cursor/icon cache.
18285         Merged NE and PE resource handling.
18286
18287         * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
18288         Pavel Roskin <pavel_roskin@geocities.com>
18289         Fixed folder bitmap colors for 8bpp.
18290
18291         * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
18292         Windows doesnt allow dashed and dotted lines > 1.
18293
18294         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
18295         Fixed a reference-counting problem in the external lock mechanism.
18296
18297         * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
18298         Fixed a simple bug in the implementation of the ShellView objects.
18299
18300         * dlls/shell32/shell32_main.c, include/shell.h:
18301         Sergey Turchanov <turchanov@usa.net>
18302         Added some extra CSIDLs.
18303
18304         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18305         Bugfix: Allow lpCommandLine == NULL in CreateProcess().
18306
18307         * windows/x11drv/keyboard.c:
18308         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18309         Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
18310
18311         * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
18312         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18313         Avoid unnecessary GraphicsExpose events.
18314
18315         * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
18316         Fixed index calculations of the upper and lower bounds of a safearray.
18317         Fixed a wrong initialization of the VT sizes array.
18318
18319         * ole/ole2.c, relay32/ole32.spec:
18320         Francis Beaudet <francis@macadamian.com>
18321         Implementation of the ReleaseStgMedium method.
18322
18323 Tue Mar  9 17:47:51 1999  Alexandre Julliard  <julliard@winehq.com>
18324
18325         * dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, relay32/advapi32.spec, relay32/ntdll.spec:
18326         Juergen Schmied <juergen.schmied@metronet.de>
18327         - sorted API by groups
18328         - new stubs:  NtQueryDirectoryFile,  ZwQueryDirectoryFile
18329         - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
18330           RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
18331         - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
18332           RtlTimeFieldsToTime
18333
18334         * include/ntddk.h, include/ntdef.h, include/winnt.h:
18335         Juergen Schmied <juergen.schmied@metronet.de>
18336         Many new prototypes.
18337
18338         * loader/resource.c, include/module.h:
18339         Juergen Schmied <juergen.schmied@metronet.de>
18340         Fix use of wrong prototype from ntdll.h.
18341
18342         * dlls/advapi32/security.c:
18343         Juergen Schmied <juergen.schmied@metronet.de>
18344         Make more functions just calling down to ntdll.
18345         New: GetSecurityDescriptorSacl.
18346
18347         * graphics/psdrv/afm.c:
18348         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18349         Accept "Normal" as a valid AFM weight.
18350
18351         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
18352         Smarter way of searching for a free block.
18353
18354         * windows/message.c:
18355         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18356         Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
18357
18358         * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
18359         Corrected cast so hello5 compiles again.
18360
18361         * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
18362         Don't copy lpstrFileTitle if given NULL pointer for this.
18363         Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
18364
18365         * misc/winsock.c, include/winsock.h:
18366         Marcus Meissner <marcus@jet.franken.de>
18367         Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
18368
18369         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
18370         __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
18371         removed additional "eax" from clobber list, so egcs-current likes it.
18372
18373         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
18374         CreateFileMapping SetLastError(0)s on newly created mappings.
18375
18376 Sun Feb 28 20:05:12 1999  Alexandre Julliard  <julliard@winehq.com>
18377
18378         * dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, misc/Attic/commdlg.c, misc/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in:
18379         Klaas van Gend <Klaas@vangend.demon.nl>
18380         Create a new subdirectory for the common dialog box DLL and move all
18381         code from /misc/commdlg.c to this directory.  Also made a start in
18382         documenting the API calls.
18383
18384         * misc/winsock.c, debugger/break.c, debugger/dbg.y, debugger/dbgmain.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stack.c, debugger/types.c, include/Attic/wintypes.h:
18385         Marcus Meissner <marcus@jet.franken.de>
18386         More include optimizations.
18387
18388         * windows/driver.c, windows/winproc.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, loader/pe_image.c, msdos/dpmi.c, multimedia/audio.c, multimedia/mmsystem.c, objects/dc.c, ole/storage32.c, controls/menu.c, dlls/comctl32/hotkey.c:
18389         Marcus Meissner <marcus@jet.franken.de>
18390         Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
18391         additional {}. Rewrote GetCreationModeFromSTGM so we don't get
18392         "possible use of uninitialized variable".
18393
18394         * include/mmsystem.h, include/multimedia.h:
18395         Marcus Meissner <marcus@jet.franken.de>
18396         MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
18397
18398         * files/directory.c, msdos/int21.c:
18399         Marcus Meissner <marcus@jet.franken.de>
18400         Changed CreateDirectory LastError returns to match Win32 (found out by
18401         experiment). Adapted int21 CreateDirectory call to still return the
18402         correct DOS error codes according to Ralph Brown.
18403
18404         * graphics/ddraw.c, relay32/ddraw.spec:
18405         Lionel Ulmer <ulmer@directprovider.net>
18406         - added function DirectDrawEnumerateEx
18407         - added (or corrected) check for the return value of the enumeration functions
18408
18409         * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
18410         Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
18411
18412         * multimedia/mcicda.c:
18413         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
18414         Added missing <sys/types.h>.
18415
18416         * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
18417         Added the button states as returned by IsDlgButtonChecked().
18418
18419         * loader/module.c:
18420         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18421         Added support for quoted file names in CreateProcess().
18422
18423         * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
18424         CLIENT_WaitReply: don't clear last error on success; fixed callers
18425         accordingly (based on a patch by Juergen Schmied).
18426
18427         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
18428         Added some support and stubs for VESA to msdos/int10.c.
18429
18430         * ole/bindctx.c, ole/filemoniker.c, ole/ifs.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/oledlg.c, ole/olefont.c, ole/oleobj.c, ole/olesvr.c, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/typelib.c, ole/variant.c, tools/fnt2bdf.c, windows/display.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, include/oleobj.h, include/shlobj.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/wine/winuser16.h, library/winestub.c, memory/string.c, misc/sound.c, multimedia/mmsystem.c, controls/menu.c:
18431         Marcus Meissner <marcus@jet.franken.de>
18432         More include optimisations and fixes.
18433
18434         * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
18435         open_object should return ERROR_FILE_NOT_FOUND when the named object
18436         is not found.
18437
18438         * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18439         Better error message.
18440
18441         * scheduler/Attic/k32obj.c, scheduler/Makefile.in, scheduler/client.c, scheduler/critsection.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, files/change.c, files/dos_fs.c, files/file.c, include/Attic/k32obj.h, include/file.h, include/process.h, include/thread.h, loader/task.c, memory/virtual.c, misc/toolhelp.c:
18442         Use server handles directly for Win32 handles. Removed use of K32OBJ.
18443
18444         * windows/defwnd.c, windows/msgbox.c, windows/x11drv/monitor.c, objects/brush.c, objects/clipping.c, objects/pen.c, objects/region.c, objects/text.c, ole/olefont.c, ole/oleobj.c, scheduler/Attic/k32obj.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, server/request.c, debugger/dbg.y, debugger/registers.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/escape.c, graphics/win16drv/font.c, loader/ne/convert.c, misc/network.c, misc/port.c, miscemu/main.c, multimedia/audio.c, multimedia/dplay.c, multimedia/init.c, multimedia/mciwave.c, multimedia/mixer.c, multimedia/mmaux.c, console/xterm.c, controls/listbox.c:
18445         David Luyer <luyer@ucs.uwa.edu.au>
18446         - fixed missing stdlib.h and string.h includes everywhere
18447         - removed a couple of unneeded stdlib.h and stdio.h includes
18448
18449         * include/process.h, include/thread.h, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, windows/queue.c, windows/win.c, windows/winproc.c:
18450         Process and thread id now use the server-side id instead of an
18451         obfuscated pointer.
18452
18453         * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
18454         Ove Kaaven <ovek@arcticnet.no>
18455         The Windows GUI behaviour tester used on the Windows computer.  It was
18456         used with Borland C++ 4.52, but should be easy to adapt to Winelib by
18457         whoever feels like it; I haven't, I just released this useful test app
18458         in case it would benefit other developers.
18459
18460         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
18461         This file details the results (message traces) the GUI behaviour
18462         tester app gave under real Windows for various events. It was useful
18463         for some of my debugging at least, perhaps it could be of some use to
18464         other Wine GUI debuggers as well.
18465
18466         * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
18467         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
18468         Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
18469         needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
18470         defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
18471         needs "winuser.h".
18472
18473         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18474         GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
18475         and .PIF files.
18476
18477         * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
18478         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18479         Adapted to CreateProcess changes.
18480
18481         * loader/ne/module.c:
18482         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18483         NE modules adapted to CreateProcess changes.
18484         LoadModule16/LoadLibrary16 reorganization.
18485
18486         * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
18487         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18488         Process creation sequence reorganized:
18489         - Removed instance data segment for all but NE modules.
18490         - Check binary type in CreateProcess before loading module.
18491         - Unix process creation moved from WinExec to CreateProcess.
18492         - Bugfix: fill in thdb->teb.htask16 member correctly.
18493
18494         * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
18495         - Code to return default language code as keyboard layout.
18496         - Implemented other stubs associated with keyboard layout:
18497           GetKeyboardLayoutNameA, ActivateKeyboardLayout,
18498           LoadKeyboardLayout[AW], GetKeyboardLayoutList.
18499
18500         * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
18501         Klaas van Gend <klaas@vangend.demon.nl>
18502         Preliminary implementation of the PrintDlgA stub.
18503
18504         * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
18505         Now compliant to the Dutch standards.
18506
18507         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
18508         FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
18509
18510         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
18511         Fixed a couple of dosmem block resize bugs.
18512
18513         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18514         - no more 3D capabilities if Direct3D support is not compiled in
18515         - some debug messages clean-up (replaced fprintfs by DUMPs)
18516
18517         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
18518         We got passed a NULL Dialect ptr and accessed it unprotected.
18519
18520         * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
18521         Added support for mappings with no associated file.
18522
18523         * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
18524         Removed dst_handle in duplicate_handle request.
18525         Added inherit flag in create_mapping request.
18526
18527         * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
18528         Francis Beaudet <francis@macadamian.com>
18529         Implemented support for arrays and safe arrays in VARIANT data
18530         structures. Also moved the SAFEARRAY definition (yet again) to the
18531         obj_oleaut.h file.
18532
18533         * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18534         Fixed Filesystem documentation.
18535
18536         * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
18537         Pavel Roskin <pavel_roskin@geocities.com>
18538         Made folder icons gray-yellow instead of blue.
18539
18540         * windows/message.c: Francis Beaudet <francis@macadamian.com>
18541         Order of send message processing was not respected and the message
18542         stacked last finished after the message stacked first.
18543
18544         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
18545         Added checks to guard against NULL active window.
18546
18547         * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
18548         Don't check children of disabled or invisible controls for dialog
18549         keyboard accelerators. Fixes problems with dialogs with tab boxes.
18550
18551         * ole/compobj.c, relay32/ole32.spec:
18552         Francis Beaudet <francis@macadamian.com>
18553         Implemented the CoTaskMemRealloc API. Also clean-up around that API
18554         call.
18555
18556         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
18557         Added a missing Release.
18558         STGM_CREATE should translate to CREATE_ALWAYS.
18559
18560 ----------------------------------------------------------------
18561 Fri Feb 26 12:33:21 1999  Alexandre Julliard  <julliard@winehq.com>
18562
18563         * DEVELOPERS-HINTS: Updated for new naming conventions.
18564
18565         * */*: Large-scale renaming of all Win32 functions and types to
18566         use the standard Windows names.
18567
18568 ----------------------------------------------------------------
18569 Thu Feb 25 18:11:40 1999  Alexandre Julliard  <julliard@winehq.com>
18570
18571         * misc/main.c: Albert den Haan <albertd@corel.ca>
18572         For various reasons some of our libwine executables must have a "." in
18573         their file names. The "." causes trouble when the file name is used as
18574         the class name for an X resource as wine does for command line parsing
18575         under X.
18576
18577         * windows/win.c:
18578         Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
18579         GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
18580
18581         * include/gdi.h, include/heap.h, include/wintypes.h:
18582         David Luyer <luyer@ucs.uwa.edu.au>
18583         Added __attribute__ ((unused)) on static inline functions declared in
18584         header files.
18585
18586         * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
18587         Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
18588         which uses my bug_report.pl script.
18589         Added info on a command that can be run on all shells to print debug
18590         msgs to a file and not to xterm.
18591
18592         * msdos/dpmi.c:
18593         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
18594         Needs thread.h for non-Linux.
18595
18596         * include/win.h, windows/win.c:
18597         Francois Boisvert <francois@macadamian.com>
18598         Adding of new functions to make the wnd struct thread safe. Adding of
18599         irefCount in wnd struct.
18600
18601         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
18602         Michael Veksler <mveksler@techunix.technion.ac.il>
18603         Added configure check for getbkgd and define HAVE_GETBKGD.
18604
18605         * include/ocidl.h, include/ole2.h, include/oleidl.h, include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wintypes.h, ole/olefont.c:
18606         Paul Quinn <paulq@corel.ca>
18607         Many interface declarations that originated from oleidl.h, oaidl.h and
18608         ocidl.h separated into somewhat relevant obj_* files.
18609
18610         * files/drive.c, ole/compobj.c, resources/sysres.c:
18611         Michael Veksler <mveksler@techunix.technion.ac.il>
18612         Fixed warning and compilation errors.
18613
18614         * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
18615         Removed includes of wine/* headers.
18616
18617         * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
18618         Made message "Resource not found" WARN.
18619
18620         * dlls/shell32/contmenu.c, include/shlobj.h:
18621         Adrian Thurston <adriant@COREL.CA>
18622         - Use the new COM definition macros in the header.
18623         - Put the implementation of the object in the contmenu.c.
18624         - Make appropriate name changes in contmenu.c.
18625
18626         * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
18627         Zygo Blaxell <zygob@corel.ca>
18628         Modifies parameter list of a couple of functions to comply with SDK.
18629
18630         * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
18631         ScrollDC32 modified to return rect in logical coordinate.
18632
18633         * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
18634         Adds C++ nameless union support to tagVARIANT.
18635
18636         * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
18637         Adrian Thurston <adriant@COREL.CA>
18638         Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
18639         Removed a redundant include.
18640         Added some c++ protection.
18641
18642 Wed Feb 24 15:58:51 1999  Alexandre Julliard  <julliard@winehq.com>
18643
18644         * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
18645         Juergen Schmied <juergen.schmied@metronet.de>
18646         Changed pidl structure to match the pidl's used in lnk-files.
18647
18648         * dlls/shell32/shelllink.c:
18649         Juergen Schmied <juergen.schmied@metronet.de>
18650         Implemented reading of *.lnk-files.
18651
18652         * include/wine/obj_shelllink.h:
18653         Juergen Schmied <juergen.schmied@metronet.de>
18654         new file, including the IShellLink definition.
18655
18656         * include/module.h, include/pe_image.h, loader/elf.c, loader/main.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, scheduler/thread.c:
18657         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18658         Modified process creation sequence: call PE_CreateModule in the
18659         context of the new process (in TASK_CallToStart).
18660         Changed all PE/Module routines so as to always operate on the current
18661         process; adapted all callers.
18662
18663         * msdos/dosconf.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int16.c, msdos/int21.c, msdos/int2a.c, msdos/interrupts.c, msdos/ioports.c, msdos/vxd.c, msdos/xms.c, ole/storage.c, ole/typelib.c, programs/avitools/icinfo.c, relay32/relay386.c, tools/build.c, windows/clipboard.c, windows/input.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlview.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, loader/main.c, memory/atom.c, misc/lstr.c:
18664         Marcus Meissner <marcus@jet.franken.de>
18665         Optimized away more includes, readded some #includes for necessary
18666         prototypes.
18667
18668         * msdos/int2f.c: <smil@mechatronika.hu>
18669         Added low-level Netware installation check.
18670
18671         * include/console.h, console/interface.c, console/ncurses.c:
18672         Joseph Pranevich <jpranevich@lycos.com>
18673         Added GetBackgroundColor call to the console struct. Will be used
18674         later.
18675
18676         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
18677         Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
18678         (Interrupt list did not have correct.)
18679
18680         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
18681         Added stubs for two missing methods of DInput.
18682
18683         * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
18684         Fixed a bug.
18685
18686         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
18687         Added support for larger files.
18688
18689         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18690         Fixes buffer overrun problems with GetDIBits.
18691
18692         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
18693         Fixed some SendMessage bugs.
18694
18695         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
18696         Fix COM_ExternalLockFreeList to do not fail with an empty list.
18697
18698 Mon Feb 22 10:21:56 1999  Alexandre Julliard  <julliard@winehq.com>
18699
18700         * misc/Makefile.in, misc/string.c:
18701         Zygo Blaxell <zblaxell@furryterror.org>
18702         Implemented some CRTDLL string functions.
18703
18704         * objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/text.c, windows/caret.c, windows/clipboard.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/mouse.c, windows/multimon.c, windows/rect.c, windows/scroll.c, windows/timer.c, windows/user.c, windows/winproc.c, include/menu.h, include/mmsystem.h, include/sysmetrics.h, include/vfw.h, multimedia/audio.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/init.c, multimedia/joystick.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmio.c, multimedia/mmsystem.c, multimedia/time.c, objects/cursoricon.c:
18705         Marcus Meissner <marcus@jet.franken.de>
18706         Some more recursive include fixes/optimizations.
18707
18708         * dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c:
18709         Juergen Schmied <juergen.schmied@metronet.de>
18710         - eliminated one element of the pidl struct (dwSFGAO)
18711         - changed some superflous FIXME
18712
18713         * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
18714         Juergen Schmied <juergen.schmied@metronet.de>
18715         - header uses the last macros now
18716         - rewrote IDropTarget according to the new COM headers
18717           (was local declared not using the already written prototypes)
18718         - corrected Drop method (wrong parameter count)
18719
18720         * windows/dinput.c: Francois Gouget <fgouget@psn.net>
18721         Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
18722         Added the interface implementation structures.
18723         I remembered from an email that even when asked for a
18724         IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
18725         considered that we would only implement the latter. The
18726         IDirectInputDeviceA_xxx methods have been renamed to
18727         IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
18728         implementation as before.
18729         Renamed the implementation structures to XxxImpl.
18730
18731         * include/dinput.h: Francois Gouget <fgouget@psn.net>
18732         Use latest COM macros
18733         Defined the IDirectInputDeviceA interface independently from
18734         IDirectInputDevice2A.
18735         Removed the 32 suffix of the interfaces. Hopefully this will not
18736         cause any problem with the renaming.
18737         Moved the implementation specific stuff to dinput.c (well, the
18738         interfaces at least).
18739
18740 Sun Feb 21 18:35:28 1999  Alexandre Julliard  <julliard@winehq.com>
18741
18742         * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
18743         Changed initial process creation to avoid memory allocations.
18744         Removed a few unused fields in PDB and THDB.
18745
18746         * scheduler/client.c, scheduler/thread.c:
18747         Removed thread queue functions.
18748         Changed initial thread creation to avoid memory allocations.
18749         Moved server startup to THREAD_CreateInitialThread.
18750
18751         * scheduler/synchro.c:
18752         Removed use of per-thread wait_struct, cleaned up a bit.
18753
18754         * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
18755
18756         * include/winnt.h: Added a few exception codes.
18757
18758         * windows/win.c, include/mmsystem.h, include/path.h, include/progress.h, include/queue.h, include/resource.h, include/struct32.h, include/updown.h, include/windows.h, include/winpos.h, loader/main.c, misc/commdlg.c, misc/winsock_dns.c, multimedia/mmsystem.c, include/cursoricon.h, include/dde_atom.h, include/ddraw.h, include/dispdib.h, include/dosexe.h, include/dsound.h, controls/menu.c:
18759         Michael Veksler <mveksler@techunix.technion.ac.il>
18760         - Fix headers to include less or smaller header files.
18761         - Fix header and source files to include missing header files to avoid
18762           warnings and errors.
18763
18764         * loader/signal.c, memory/ldt.c, misc/port.c:
18765         Marcus Meissner <marcus@jet.franken.de>
18766         Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
18767         wine_sigaction __PIC__ cases, since "g" will not work with
18768         -fomit-frame-pointer ("g" is referenced using %esp which was
18769         invalidated before). Bug found and (other) fix suggested by
18770         <daniel@mat.utfsm.cl> Daniel Serpell.
18771
18772         * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
18773         Added missing WINAPIs.
18774
18775         * windows/x11drv/event.c, windows/x11drv/init.c, loader/task.c, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, include/message.h, include/ttydrv.h, include/x11drv.h:
18776         Stephane Lussier <stephane@macadamian.com>
18777         Fix problem where you need mouse activity to unlock some 16 bits
18778         thread with multi-threaded apps.
18779
18780 Sat Feb 20 16:48:54 1999  Alexandre Julliard  <julliard@winehq.com>
18781
18782         * relay32/oleaut32.spec, include/Attic/interfaces.h, include/oaidl.h, include/ocidl.h, include/ole.h, include/oleauto.h, include/olectl.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wtypes.h, ole/Makefile.in, ole/guid.c, ole/ole2disp.c, ole/olefont.c, ole/typelib.c:
18783         Francis Beaudet <francis@macadamian.com>
18784         Implemented the OleCreateFontIndirect method and the associated COM
18785         object. That object supports the IFont and IDispatch interfaces.
18786
18787         * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
18788         Marcus Meissner <marcus@jet.franken.de>
18789         Problems reported by Donald Page, PR 105-107.
18790
18791         * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
18792         More commenting, better debugging of color problems, and support for
18793         the new TerminalType option in wine.ini. This allows us to select
18794         which terminal type we are really using so that we can, for example,
18795         use its color capabilities.
18796
18797         * console/interface.c, include/console.h:
18798         Joseph Pranevich <jpranevich@lycos.com>
18799         Support for the new InitialRows andf InitialColumns options in wine.ini
18800         (Generic replacement for XtermResolution option...)
18801
18802         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
18803         Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
18804
18805         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
18806         Removal of obsolete XtermResolution option.
18807
18808         * documentation/console, wine.ini:
18809         Joseph Pranevich <jpranevich@lycos.com>
18810         Add information about the new wine.conf options.
18811
18812         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18813         Fixed backtrack issue on 16bit code.
18814
18815         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18816         Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
18817
18818         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18819         Fixed comment for Wine documentation.
18820
18821         * include/server.h, include/server/request.h, server/request.c, server/trace.c:
18822         Added get/set_handle_info request.
18823
18824         * graphics/x11drv/dib.c:
18825         Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
18826
18827         * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
18828         Bertho Stultiens <bertho@panter.soci.aau.dk>
18829         Fix a couple of 64bit platform problems and speed up compilation. See
18830         tools/wrc/CHANGES for details.
18831
18832         * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
18833         mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
18834         correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
18835
18836         * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
18837         Added a check for the existence of wine.sym before installing it.
18838
18839         * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
18840         Francis Beaudet <francis@macadamian.com>
18841         Added some new stubs for the OLE menu descriptor methods.
18842
18843 Fri Feb 19 16:50:24 1999  Alexandre Julliard  <julliard@winehq.com>
18844
18845         * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
18846         Fixed message filtering check.
18847
18848         * relay32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, include/ntddk.h, include/ntdef.h, include/ntdll.h, include/queue.h, include/winbase.h, include/winnt.h, include/winreg.h, ole/oleobj.c:
18849         Juergen Schmied <juergen.schmied@metronet.de>
18850         - made the security functions consistent. advapi calls down to ntdll now
18851         - new SetSecurityDescriptorGroup,  SetSecurityDescriptorOwner,
18852           SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
18853         - nt-header cleanup
18854
18855         * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
18856         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18857         Fixed a few broken includes.
18858
18859         * windows/nonclient.c: Reverted broken close button change.
18860
18861         * dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/updown.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, graphics/path.c, graphics/psdrv/init.c, tools/wrc/newstruc.c, controls/button.c, controls/edit.c, controls/widgets.c, dlls/advapi32/advapi.c, dlls/advapi32/security.c:
18862         Jeff Garzik <jgarzik@pobox.com>
18863         Added missing string.h include.
18864
18865         * loader/ne/module.c:
18866         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18867         Only append .dll if no extension yet.
18868
18869         * windows/message.c: Francis Beaudet <francis@macadamian.com>
18870         Temporary fix suggested by Ulrich to allow the
18871         MsgWaitForMultipleObject method to be called from 16 bit threads.
18872
18873         * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
18874         Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
18875         case it's sent to a window that doesn't handle it (i.e. not MDI
18876         client).
18877
18878         * include/dce.h, windows/dce.c, windows/winpos.c:
18879         Ove Kaaven <ovek@arcticnet.no>
18880         Added extra child arguments to DCE_GetVisRgn() to be able to handle
18881         PARENTDC class style combined with CLIPCHILDREN window style, to
18882         prevent mis-redraws in Free Agent 16-bit.
18883
18884         * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
18885         Don't hang on the last child if it's not wanted.
18886
18887         * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
18888         Partial stub implementation of undocumented KERNEL routine PK16FNF,
18889         needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
18890
18891         * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
18892         Fix redraw problems for ChooseColor dialog.
18893
18894         * */*.c: Marcus Meissner <marcus@jet.franken.de>
18895         Removed a lot of occurences of windows.h (and added necessary other
18896         includes).
18897
18898         * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
18899         Francois Gouget <fgouget@psn.net>
18900         Small fixes.
18901
18902         * include/dsound.h, multimedia/dsound.c:
18903         Francois Gouget <fgouget@psn.net>
18904         Changed the first parameter from LPGUID (Windows headers) to REFGUID.
18905         This makes it a 'const GUID*' which means DirectSoundCreate must not
18906         change it.
18907
18908         * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
18909         Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
18910         include/wine/obj_base.h)
18911
18912 Thu Feb 18 17:34:10 1999  Alexandre Julliard  <julliard@winehq.com>
18913
18914         * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
18915         Stephane Lussier <stephane@macadamian.com>
18916         - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
18917           to support thread-safeness, and nested SendMessage.
18918         - Addition of ReplyMessage32.
18919
18920         * windows/x11drv/wnd.c:
18921         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18922         Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
18923
18924         * misc/commdlg.c, resources/sysres_En.rc:
18925         Pascal Lessard <pascal@macadamian.com>
18926         Applied the changes of the resulting color of the choose color dialog.
18927         Initialize values in the choose color dialog.
18928
18929         * include/wine/obj_base.h, include/wine/obj_marshal.h:
18930         Francois Gouget <fgouget@psn.net>
18931         Removed references to ICOM_INHERITS.
18932
18933         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
18934         Thuy Nguyen <thuy@macadamian.com>
18935         Fixed bug with read-only files.
18936
18937         * multimedia/mciavi.c, multimedia/mcimidi.c:
18938         Marcus Meissner <marcus@jet.franken.de>
18939         Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
18940
18941         * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
18942         dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
18943
18944         * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
18945         Francois Gouget <fgouget@psn.net>
18946         Modified so that they do not use the VTABLE_FUNC macros that performed
18947         casts of all methods put in the jump table. I find it too risky to use
18948         such macros because nothing guarantees that you actually put the right
18949         method at the right place or that the prototype is right.
18950
18951         * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
18952         Francois Gouget <fgouget@psn.net>
18953         Updated to use the latest COM macros. Defined more interfaces and API
18954         functions.
18955
18956         * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
18957         Francois Boisvert<francois@macadamian.com>
18958         Implementation of the pushed close button.
18959
18960 Wed Feb 17 17:45:54 1999  Alexandre Julliard  <julliard@winehq.com>
18961
18962         * include/mapidefs.h, include/objbase.h, include/ole.h, include/oleauto.h, include/winbase.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/winnt.h, include/wintypes.h, include/wtypes.h, ole/compobj.c:
18963         Francois Gouget <fgouget@psn.net>
18964         Moved some definitions to their proper include file.
18965
18966         * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
18967         Francois Gouget <fgouget@psn.net>
18968         Fixed some ICOM_INHERIT stuff and added new related API functions.
18969
18970         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
18971         Added new API. Part of it was in 'include/objbase.h' before and part
18972         of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
18973         perfect but it's better than having it in 'include/objbase.h'.
18974
18975         * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
18976         Francois Gouget <fgouget@psn.net>
18977         Fixed a number of warnings concerning the matching of the printf
18978         format string and the associated parameters (actually it's mostly
18979         TRACE and FIXMEs).
18980
18981         * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
18982         Marcus Meissner <marcus@jet.franken.de>
18983         mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
18984         mciLoadCommandResource32: second arg is wide string
18985         mciGetDriverData: spec has just one long argument
18986
18987         * ole/compobj.c, ole/ifs.c, ole/ifs.h, ole/storage.c, dlls/shell32/shellole.c, include/wine/obj_base.h, include/wine/obj_dataobject.h, multimedia/dsound.c, dlls/shell32/dataobject.c, dlls/shell32/shelllink.c:
18988         Francois Gouget <fgouget@psn.net>
18989         Changed ICOM_THIS definition.
18990
18991         * dlls/version/info.c, include/ver.h:
18992         Bertho Stultiens <bertho@panter.soci.aau.dk>
18993         Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
18994         The VS_VERSION_INFO is a simple define and would cause confusion.
18995         Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
18996
18997         * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
18998         "Configure finished" message suggests to call make when make depend
18999         was successful.
19000
19001         * */*: Marcus Meissner <marcus@jet.franken.de>
19002         Optimized include/*.h: (recursively) include all headers needed by
19003         this .h file, but only those. Necessary fixes to a lot of .c files,
19004         started optimizing "windows.h" away from some of them. Moved
19005         GetCurrentTask prototype to wine/winbase16.h.
19006
19007         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
19008         Luc Tourangeau <luc@macadamian.com>
19009         Preliminary listview control implementation.
19010
19011         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
19012         Give the context menu its proper behaviour and modify TrackPopupMenu
19013         to comply with windows API.
19014
19015         * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
19016         GetUpdateRect should return client coordinates unless the window was
19017         created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
19018         in which case the result should be in logical coordinates.
19019
19020         * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
19021         Added the actual definitions of the interfaces.
19022
19023         * include/servprov.h: Francois Gouget <fgouget@psn.net>
19024         Converted to the new COM declaration 'standard' for better
19025         compatibility with C code implementating that interface.
19026
19027         * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
19028         Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
19029         able to modify it.
19030
19031         * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
19032         Defined IDropTarget for ShellFolder.  Implemented the Constructor,
19033         Destructor, AddRef, Release and QueryInterface methods.
19034
19035         * memory/selector.c, if1632/kernel.spec:
19036         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19037         Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
19038
19039 Mon Feb 15 15:24:20 1999  Alexandre Julliard  <julliard@winehq.com>
19040
19041         * include/msacm.h, include/winuser.h:
19042         Douglas Ridgway <ridgway@winehq.com>
19043         c2man doesn't like extra semicolons.
19044
19045         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
19046         Resetting X focus should not be done with SetFocus32. Called
19047         the windowing (X11) driver's SetFocus routine directly instead.
19048         This apparently fixes a big heap of user interface problems.
19049
19050 ----------------------------------------------------------------
19051 Sun Feb 14 14:09:42 1999  Alexandre Julliard  <julliard@winehq.com>
19052
19053         * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
19054         Eric Pouech <Eric.Pouech@wanadoo.fr>
19055         Changed some functions prototypes (were returning void).
19056
19057         * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
19058         Fixed some Winelib names.
19059
19060         * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
19061         Juergen Schmied <juergen.schmied@metronet.de>
19062         Corrected prototypes func() ->func(void).
19063
19064         * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
19065         Brian Joseph Czapiga <root@glacid.com>
19066         Fixed a few #ifdefs.
19067
19068         * windows/scroll.c, windows/x11drv/wnd.c:
19069         Jerome Vouillon <vouillon@claranet.fr>
19070         Make a correct use of clipping rectangles.
19071
19072         * include/bitmaps/ocr_cross:
19073         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19074         Added white border.
19075
19076         * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
19077         Implemented better output for indirect calls.
19078
19079         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
19080         Fixed typo in winmm.spec.
19081
19082         * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
19083         Gavriel State <gavriels@COREL.CA>
19084         A few non-x86 Winelib fixes.
19085
19086         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
19087         Do not print 'wine: no executeable found' if we did execute something.
19088
19089         * programs/notepad/*:
19090         Marcel Baur <mbaur@g26.ethz.ch>
19091         - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
19092         - Improved printing support (not yet complete)
19093         - Improved file drag and drop (should now work)
19094         - General code cleanup
19095
19096         * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
19097         Eric Pouech <Eric.Pouech@wanadoo.fr>
19098         Fixed bugs on MCI notification (callback info are copied before
19099         asynchronous return) - make use of it in MCI wave and midi.
19100         Implemented mci(Set|Get)DeviceID(16|32) functions.
19101
19102         * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
19103         Since SetParent now hides/shows, explicitly invalidating DCs in the
19104         parent change operation should no longer be necessary.
19105
19106         * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
19107         Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
19108
19109         * msdos/ioports.c:
19110         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19111         Moved VGA port access check at the beginning in order to improve
19112         performance a little bit.
19113
19114         * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
19115         Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
19116
19117         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
19118         Added comments. Think I've fixed INT 10/08 (Get Character and
19119         Attribute at Cursor).
19120
19121         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
19122         Added configuration options XtermProgram and XtermResolution.
19123         Fixed a warning.
19124
19125         * documentation/console, wine.ini:
19126         Joseph Pranevich <jpranevich@lycos.com>
19127         New examples/documentation for console configuration options.
19128
19129         * misc/main.c, windows/x11drv/main.c, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/console.h, include/options.h, loader/main.c:
19130         Joseph Pranevich <jpranevich@lycos.com>
19131         Moved initialization until later. Also moved around code a bit to be
19132         consistant.
19133
19134         * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
19135         Added possibility to load .stabs/.stabstr sections from PE dlls.
19136         Unfortunately my samples use currently typedefs which wine-dbg does
19137         not understand, so no actual parsing.
19138
19139         * dlls/msacm/msacm_main.c, dlls/msacm32/format.c, dlls/msacm32/stream.c, include/mmreg.h, include/mmsystem.h, include/msacm.h, include/msacmdrv.h, include/winbase.h:
19140         Bertho Stultiens <bertho@panter.soci.aau.dk>
19141         Change a couple of names that would conflict after all 32[AW] suffixes
19142         are removed. Structures defined in both mmreg.h and mmsystem.h are
19143         protected with #ifdef:s as in MS' headers.
19144
19145         * misc/imm.c: Patrik Stridvall <ps@leissner.se>
19146         Fixed wrong typecasts.
19147
19148         * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
19149         Compilation fix.
19150
19151         * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
19152         Fix for X11 includes detection.
19153
19154         * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
19155         Marcus Meissner <marcus@jet.franken.de>
19156         Added possibility to load .stabs/.stabstr sections from PE dlls.
19157         Unfortunately my samples use currently typedefs which wine-dbg does
19158         not understand, so no actual parsing.
19159
19160         * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
19161         Marcus Meissner <marcus@jet.franken.de>
19162         Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
19163
19164         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
19165         Juergen Schmied <juergen.schmied@metronet.de>
19166         Implementation of ConvertDefaultLocale32.
19167
19168         * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19169         WIN31 Look still needs a close button on the left of the menu bar.
19170
19171         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
19172         Changed SetWindowPos32 to force the update of the non-client area.
19173
19174 Sat Feb 13 17:56:28 1999  Alexandre Julliard  <julliard@winehq.com>
19175
19176         * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
19177         Bertho Stultiens <bertho@panter.soci.aau.dk>
19178         Fixed a couple of faulty names used in wine and typos so that it will
19179         compile again after conversion from 32[AW] naming to [AW] naming.
19180
19181         * if1632/Attic/signal.c, if1632/Makefile.in, include/debugger.h, include/dosexe.h, include/miscemu.h, include/sig_context.h, loader/dos/dosvm.c, loader/signal.c, miscemu/instr.c, miscemu/main.c, graphics/ddraw.c:
19182         Marcus Meissner <marcus@jet.franken.de>
19183         Moved the if1632/signal.c stuff into loader/signal.c, adapted function
19184         pointers for wine_debug and INSTR_EmulateInstruction.
19185
19186         * ole/compobj.c: Francois Gouget <fgouget@psn.net>
19187         All guid 'REFxxx' types already have a 'const' inside them.
19188
19189         * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
19190         Marcus Meissner <marcus@jet.franken.de>
19191         Some warnings fixed, one useless VERSION warning removed (winelib).
19192
19193         * misc/registry.c:
19194         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19195         RegFlushKey: wrong error code.
19196
19197         * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19198         Adds a warning message if permissions not sufficient.
19199
19200         * multimedia/mixer.c, multimedia/mmsystem.c, relay32/winmm.spec, include/debug.h, include/debugdefs.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c:
19201         Eric Pouech <Eric.Pouech@wanadoo.fr>
19202         Added support for MCI AVI driver
19203         Added some fixes mixer functions
19204         Fixed MCI string comparison (thanks to Lionel ULMER)
19205         No longer using 16 bit USER functions (use their 32 bit counter part)
19206         Reindenting.
19207         Added function sndPlaySound32W
19208
19209         * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
19210         Francois Gouget <fgouget@psn.net>
19211         Added the actual interface definitions to the obj_marshal.h skeleton
19212         file. Also defined the associated C API.
19213
19214         * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
19215         Use global synchronization objects, to be able to use it in different
19216         processes (not only the process which create the synchro object).
19217
19218         * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
19219         Set hwndActiveChild when maximizing a mdi child window because it is
19220         not set when maximizing a window other than the active child.
19221
19222         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
19223         Change the GetMenuItemRect to comply with windows API.
19224
19225         * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
19226         James Juran <jrj120@psu.edu>
19227         Created include/Makefile.in to separate header file installation from
19228         the top-level Makefile.
19229
19230         * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
19231         Thuy Nguyen <thuy@macadamian.com>
19232         - Fixed a small block depot bug.
19233         - Implemented converting from small blocks to big blocks.
19234         - Validated file attributes and flags.
19235         - Fixed a bug for larger files.
19236
19237         * resources/.cvsignore: added sysres_Nl
19238
19239         * graphics/x11drv/oembitmap.c, include/ole2.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/windef.h, include/wine/obj_dragdrop.h, include/winerror.h, include/wintypes.h, ole/ole2.c, relay32/ole32.spec:
19240         Francis Beaudet <francis@macadamian.com>
19241         Implemented the OLE Drag and Drop target registration mechanism and
19242         the DoDragDrop loop to perform the DnD operation.
19243
19244         * windows/mdi.c, controls/menu.c, include/menu.h:
19245         Francois Boisvert <francois@macadamian.com>
19246         Implemented the WIN31 Look mdi buttons and also some defines for the
19247         magic menu items.
19248
19249         * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
19250         Ian Schmidt <irsman@iag.net>
19251         Added entries for most Crypt* calls.
19252         Added stub for CryptAcquireContextA.  This allows Win98 EXPLORER.EXE
19253         to get farther.
19254
19255         * controls/edit.c:
19256         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19257         An app left junk in the undo buffer of an edit control upon creation.
19258
19259         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
19260         Changed SetParent32 to adhere to Windows behaviour (mostly),
19261         which should also keep it from leaving garbage around.
19262
19263         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
19264         Implementation of a simple linked list (static) that stores and counts
19265         references to COM objects.
19266
19267         * include/objbase.h, include/wtypes.h:
19268         Francois Gouget <fgouget@psn.net>
19269         Make the REFxxx types const even in C. Also add FMTID.
19270
19271         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
19272         Don't call EVENT_DummyMotionNotify for hidden windows.
19273
19274         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
19275         Fix some thread-safeness problem when accessing the system message
19276         queue.
19277
19278         * windows/input.c, include/winuser.h, relay32/user32.spec:
19279         Marcus Meissner <marcus@jet.franken.de>
19280         Implemented MapVirtualKeyEx (ticket 21).
19281         Ignore keyboard layout for now.
19282
19283         * include/objidl.h, include/wine/obj_clientserver.h:
19284         Francois Gouget <fgouget@psn.net>
19285         Added the actual interface definitions to the obj_clientserver.h
19286         skeleton file.
19287
19288         * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
19289         Juergen Schmied <juergen.schmied@metronet.de>
19290         - documented most of the undocumented functions in nt.c
19291         - implemented RtlGetDaclSecurityDescriptor
19292         - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
19293         - stubs for NtRaiseException, RtlRaiseException (this both will crash)
19294
19295 Fri Feb 12 17:47:07 1999  Alexandre Julliard  <julliard@winehq.com>
19296
19297         * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
19298         Juergen Schmied <juergen.schmied@metronet.de>
19299         Small fixes to compile with the headers (mostly nt-security).
19300
19301         * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
19302         Juergen Schmied <juergen.schmied@metronet.de>
19303         Made nt-related types compatible, throw out wine-specific types.
19304
19305         * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19306         Use MONITOR_... instead of DESKTOP_... routines to get screen
19307         dimensions; these work also with native USER.
19308
19309         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
19310         WM_ACTIVATE default processing should set window focus.
19311         Should fix focus problems in non-managed mode.
19312
19313 Thu Feb 11 16:32:17 1999  Alexandre Julliard  <julliard@winehq.com>
19314
19315         * ole/nls/nld.nls, resources/Makefile.in, resources/TODO, resources/sysres.c, resources/sysres_Nl.rc, AUTHORS, documentation/languages, include/authors.h, include/options.h, misc/main.c, ole/ole2nls.c:
19316         Klaas van Gend <klaas@vangend.demon.nl>
19317         Added support for the Dutch language.
19318
19319         * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
19320         Adrian Thurston <adriant@corel.ca>
19321         Zygo Blaxell <zblaxell@corel.ca>
19322         Move property sheets from commctrl.h into into prsht.h.
19323
19324         * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
19325         Lionel Ulmer <ulmer@directprovider.net>
19326         Added 'objbase.h' to prevent compiler warnings.
19327
19328         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19329         Better detection of XShm errors (should now run on remote displays).
19330
19331         * multimedia/mmsystem.c:
19332         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19333         Fixes mixerGetID16/32 problems/errors.
19334
19335         * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
19336         IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
19337         declarations must surrender or prepare to be met with deadly force :-)
19338
19339         * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
19340         Added new functions (from Win98)
19341         Added comments with the parameter types for future use with dllglue
19342
19343         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19344         Set the flags for GetVolumeInformation32A.
19345
19346         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
19347         FindWindow failed for 32 bit windows with style != WS_CHILD.
19348
19349 Wed Feb 10 06:52:58 1999  Alexandre Julliard  <julliard@winehq.com>
19350
19351         * include/Attic/print.h, include/winspool.h, misc/printdrv.c, graphics/psdrv/driver.c, graphics/psdrv/escape.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/psdrv/text.c:
19352         Paul Quinn <paulq@corel.ca>
19353         Albert Den Haan <albertd@corel.ca>
19354         Moves files from print.h to winspool.h for better SDK header compliance
19355         for Winelib programs.
19356
19357         * include/hook.h, include/objidl.h, include/ole2.h, include/tchar.h, include/winbase.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_storage.h, include/winerror.h, include/winuser.h, include/wtypes.h:
19358         Albert Den Haan <albertd@corel.ca>
19359         Adrian Thurston <athursto@corel.ca>
19360         Paul Quinn <paulq@corel.ca>
19361         Zygo Blaxell <zygob@corel.ca>
19362         Miscellaneous patches to header files.  All of these are supposedly there
19363         to help build Winelib applications.
19364
19365         * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
19366         Adrian Thurston <athursto@corel.ca>
19367         Paul Quinn <paulq@corel.ca>
19368         Zygo Blaxell <zygob@corel.ca>
19369         More types we need for compiling Winelib/MFC applications.
19370
19371         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
19372         Adrian Thurston <adriant@corel.ca>
19373         More types for common controls.  Needed for Winelib.
19374
19375         * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
19376         Francois Gouget <fgouget@psn.net>
19377         Better set of macros for defining the COM interfaces.
19378
19379         * dlls/advapi32/security.c, relay32/advapi32.spec:
19380         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19381         Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
19382
19383         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19384         Fixed debug output to follow '-debugmsg' flags.
19385
19386 Tue Feb  9 15:49:39 1999  Alexandre Julliard  <julliard@winehq.com>
19387
19388         * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
19389         Michael Veksler <mveksler@techunix.technion.ac.il>
19390         Added missing includes to avoid warnings/errors.
19391
19392         * include/dinput.h, include/lzexpand.h, include/ntdll.h, include/ole2.h, include/shellapi.h, include/vga.h, include/winbase.h, include/wincon.h, include/windef.h, include/windows.h, include/wine/keyboard16.h, include/wine/obj_storage.h, include/wine/shell16.h, include/wine/w32skrnl.h, include/wine/winbase16.h, include/wine/winesound.h, include/wine/winestring.h, include/wine/winuser16.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winreg.h, include/wintypes.h, include/winuser.h, include/winver.h:
19393         Michael Veksler <mveksler@techunix.technion.ac.il>
19394         Moved everything out of windows.h.
19395
19396         * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
19397         Brad Pepers <brad@linuxcanada.com>
19398         WinG fixes.
19399
19400         * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
19401         Stephane Lussier <stephane@macadamian.com>
19402         -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
19403         So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
19404         with this patch. Unicode version of those functions is currently only
19405         calling the ASCII version.
19406         -Fixed queue signaling using a new EVENT object in the queue for 32 bits
19407         thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
19408         right EVENT.
19409
19410         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19411         GetMetaFileBitsEx should work in bytes not words.
19412
19413         * include/shlobj.h: Francois Gouget <fgouget@psn.net>
19414         DllGetClassObject should take a REFCLSID not an LPCLSID.
19415
19416         * objects/dib.c, include/global.h, memory/virtual.c:
19417         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19418         Change fault handler 'addr' argument to LPCVOID.
19419
19420         * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19421         Call VIRTUAL_HandleFault if read/write returns EFAULT.
19422
19423         * dlls/comctl32/treeview.c:
19424         Bertho Stultiens <bertho@panter.soci.aau.dk>
19425         Fix typo to map GetTextExtentPoint to the correct 32A version.
19426
19427         * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
19428         Marcus Meissner <marcus@jet.franken.de>
19429         Some small bugfixes, added more PE relocation types (for WinCE mostly),
19430         some console prototypes, -dll is useful for winelib too, regtest
19431         compile fixed.
19432
19433         * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
19434         Paul Quinn <paulq@corel.ca>
19435         GetCursorPos is actually a BOOL.
19436
19437         * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
19438         Adrian Thurston <adriant@corel.ca>
19439         More types, C++ protection, and a typo correction for mmsystem.h.
19440
19441         * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19442         Move the #define of DUMMYUNIONNAME* to before they are used.
19443         Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
19444         Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
19445         Define "TV_ITEM" to agree with you-know-who's documentation.
19446
19447         * dlls/version/info.c:
19448         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19449         NULL is a valid argument as handle for GetFileVersionInfoSize32A.
19450
19451         * include/dinput.h, windows/dinput.c:
19452         Lionel Ulmer <ulmer@directprovider.net>
19453         Added buffered device access for DInput's mouse driver.
19454
19455         * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
19456         Wrong access on server handle was demanded (GENERIC_READ instead of
19457         GENERIC_WRITE).
19458
19459         * dlls/shell32/shellord.c:
19460         Juergen Schmied <juergen.schmied@metronet.de>
19461         Better implementation (takes strings or res-id's now).
19462
19463         * dlls/version/resource.c:
19464         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19465         Bugfix: NULL pointer check for output parameters.
19466
19467         * dlls/shell32/brsfolder.c:
19468         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19469         Fixed two pointer/integer mismatch warnings.
19470
19471         * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19472         Spelling fixes.
19473
19474         * console/xterm.c, win32/console.c:
19475         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19476         wine_openpty is not properly declared (either missing or mismatched
19477         declarations) in both places where it is used.
19478
19479         * include/wingdi.h, objects/dib.c:
19480         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19481         Fix types of GetDIBits functions (LPSTR should be LPVOID).
19482
19483         * graphics/x11drv/dib.c:
19484         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19485         Fixes several problems with SetDIBitsToDevice if xSrc != 0.
19486         Thanks to Ian Schmidt for the logs.
19487
19488         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
19489         The systems buttons (minimize/restore/close) now appear on the menu
19490         bar of mdi application.
19491
19492         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
19493         Implemented the magic menu items id's used by windows when inserting
19494         the minimize/maximize/close buttons in the menu bar of an application.
19495
19496         * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
19497         Adds support for EMR_STRETCHDIBITS in EMFs.
19498
19499         * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
19500         Fixed image size and line size, added 8bit color/palette handling.
19501
19502         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
19503         Fixed formatting of code
19504         Now changes to directory of program to be run before starting wine
19505
19506         * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
19507         Stephane Lussier <stephane@macadamian.com>
19508         - Cleaned up the message queue when a thread exit (but not the process).
19509         - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
19510           queue link list is corrupted.
19511
19512         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
19513         Sounds were cut off due to integer overflow. Fixed.
19514
19515         * include/windowsx.h: Paul Quinn <paulq@corel.ca>
19516         Added windowsx.h for Winelib.
19517
19518 Fri Feb  5 17:40:47 1999  Alexandre Julliard  <julliard@winehq.com>
19519
19520         * configure, configure.in, programs/Makefile.in, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
19521         <ewill@ncal.verio.com>
19522         Added common dialogs test program.
19523
19524         * include/message.h, include/queue.h, include/win.h, include/winpos.h, scheduler/thread.c, windows/focus.c, windows/input.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
19525         Noel Borthwick <noel@macadamian.com>
19526         Added management and allocation of the PERQUEUEDATA structure.
19527
19528         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
19529         Lionel Ulmer <ulmer@directprovider.net>
19530         - added a dump of the palette creation flags
19531         - changed palette creation code in vga.c to prevent useless error
19532           message
19533
19534         * documentation/wine.man, files/drive.c, wine.ini:
19535         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19536         Use vfat/win95 as default.
19537
19538         * include/vfw.h, multimedia/msvideo.c, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, relay32/builtin32.c, relay32/msvfw32.spec:
19539         Marcus Meissner <marcus@jet.franken.de>
19540         Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
19541         aviinfo and aviplay programs.
19542
19543         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19544         Continued hack to win32/console.c, so that the IDA Pro Disassembler
19545         works again. Needs much more work however.
19546
19547         * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
19548         Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
19549         problems).
19550
19551         * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
19552         Added missing ULONG to static const OFFSET_xx.
19553
19554 Thu Feb  4 16:45:40 1999  Alexandre Julliard  <julliard@winehq.com>
19555
19556         * documentation/wine.man: James Juran <jrj120@psu.edu>
19557         Various manpage updates, including the incorrect statement about glibc
19558         and clone().
19559
19560         * documentation/debugging: James Juran <jrj120@psu.edu>
19561         Fix pointer to the Windows Disassembler 32.  Thanks to Herbert
19562         Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
19563
19564         * dlls/msacm32/driver.c:
19565         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19566         Another usage of non-portable functions...
19567
19568         * msdos/dosmem.c:
19569         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19570         Some values of pBiosData added/fixed.
19571
19572         * objects/palette.c, windows/clipboard.c, windows/dce.c, windows/display.c, windows/event.c, windows/keyboard.c, windows/mouse.c, windows/sysmetrics.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/widgets.c, debugger/dbg.y, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, include/bitmap.h, include/color.h, include/ddraw.h, include/debug.h, include/debugdefs.h, include/desktop.h, include/display.h, include/main.h, include/options.h, include/ttydrv.h, include/win.h, include/x11drv.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/dib.c, objects/gdiobj.c:
19573         Patrik Stridvall <ps@leissner.se>
19574         Moved some more code to the X11 driver.
19575
19576         * windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/desktop.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c:
19577         Patrik Stridvall <ps@leissner.se>
19578         TTY driver changes.
19579
19580         * windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/desktop.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
19581         Patrik Stridvall <ps@leissner.se>
19582         X11 driver changes.
19583
19584         * tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, include/ts_xf86dga.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, tools/make_X11wrappers:
19585         Patrik Stridvall <ps@leissner.se>
19586         Non-X11 compile fix for generated code.
19587
19588         * include/monitor.h, windows/multimon.c:
19589         Patrik Stridvall <ps@leissner.se>
19590         Implementation of the new monitor abstraction.
19591
19592         * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
19593         Patrik Stridvall <ps@leissner.se>
19594         New TTY driver for GDI.
19595
19596         * configure, configure.in, include/acconfig.h, include/config.h.in:
19597         Patrik Stridvall <ps@leissner.se>
19598         - Added the graphics/ttydrv directory.
19599         - Don't search for reentrant X when X doesn't exist.
19600         - Added config options HAVE_LIBXXPM
19601         - Added checks if the header files also exist for some libraries
19602
19603 Tue Feb  2 16:14:23 1999  Alexandre Julliard  <julliard@winehq.com>
19604
19605         * dlls/shell32/brsfolder.c, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, include/interfaces.h, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c:
19606         Francois Gouget <fgouget@psn.net>
19607         Replaced references to interfaces.h by wine/obj_xxx.h headers instead
19608         since these headers already provide the necessary definitions.
19609
19610         * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
19611         Eric Pouech <Eric.Pouech@wanadoo.fr>
19612         Removed references to obsolete msdos/cdrom.c file.
19613         Make use of new Wine internal CD ROM interface.
19614
19615         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19616         Fixed tracks indexing in mcicda.c
19617         Make use of new Wine internal CD ROM interface.
19618
19619         * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
19620         Eric Pouech <Eric.Pouech@wanadoo.fr>
19621         New Wine internal interface for handling CD Rom (especially audio CD
19622         ROM).
19623
19624         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
19625         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
19626         Change a few types to match you-know-who's declarations.
19627         HTREEITEM is a struct _TREEITEM FAR*
19628         GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
19629         Adjustment of Wine C code to match the new types included.
19630
19631         * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19632         Fixed GET_LZ_STATE macro.
19633
19634         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
19635         Lionel Ulmer <ulmer@directprovider.net>
19636         Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
19637
19638         * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
19639         Albert den Haan <albertd@corel.ca>
19640         Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
19641
19642         * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
19643         reslen could be used uninitialised in GetFileResource32 (fixes some
19644         strange VerQueryValue crashes).
19645
19646         * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
19647         Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
19648         LOCALE_IINTLCURRDIGITS.
19649
19650         * memory/selector.c, relay32/kernel32.spec:
19651         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19652         Bugfix: Preserve EAX in UnMapSLFixArray().
19653
19654         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19655         Fixes little pointer bug in DPA_DeletePtr().
19656
19657         * if1632/kernel.spec, memory/string.c:
19658         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19659         Implemented KERNEL.434 (UnicodeToAnsi).
19660
19661         * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19662         GetDiskFreeSpaceEx32A can get null pointers and still not crash.
19663
19664         * graphics/psdrv/driver.c:
19665         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19666         Clear up args to PSDRV_AdvancedSetupDialog.
19667
19668         * graphics/x11drv/xfont.c:
19669         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19670         Reduce MAX_FONT_SIZE to 1000.
19671
19672 Sun Jan 31 19:04:31 1999  Alexandre Julliard  <julliard@winehq.com>
19673
19674         * win32/console.c, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, relay32/kernel32.spec, server/console.c, server/request.c, server/trace.c:
19675         Added input queue to server-side console object,
19676         read/write_console_input requests, and use them for
19677         Read/WriteConsoleInput.
19678
19679         * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
19680         Fix to allow for recvmsg() returning less data than is needed.
19681
19682         * include/toolhelp.h, include/windows.h:
19683         Attempt at fixing the MAX_PATH multiple definition problem.
19684
19685 ----------------------------------------------------------------
19686 Sun Jan 31 10:13:44 1999  Alexandre Julliard  <julliard@winehq.com>
19687
19688         * include/module.h, loader/ne/resource.c:
19689         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19690         Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
19691         usable by the VERSION code.
19692
19693         * include/pe_image.h, loader/pe_resource.c:
19694         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19695         Added GetResDirEntryA for use by the VERSION code.
19696
19697         * misc/Attic/ver.c, misc/Makefile.in:
19698         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19699         Removed old VER.DLL code.
19700
19701         * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
19702         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19703         Implementation of VERSION.DLL. Based on old misc/ver.c.
19704         - Accessing PE version info resources should work correctly now.
19705         - Fixed memory leaks.
19706         - Clean separation of 16- and 32-bit parts.
19707         - Minor bugfixes.
19708
19709         * Makefile.in, configure, configure.in, dlls/Makefile.in:
19710         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19711         Add new subdirectories dlls/ver and dlls/version.
19712
19713         * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
19714         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19715         Implementation of VER.DLL. Thunks up to VERSION.DLL.
19716
19717         * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
19718         IsCharAlpha32A: use look-up table from ole2nls.c.
19719
19720         * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
19721         LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
19722         NORM_IGNORESYMBOLS in string mapping mode.
19723
19724         * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
19725         Create X window for child windows reparented to be top level windows.
19726
19727         * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
19728         Juergen Schmied <juergen.schmied@metronet.de>
19729         Stub for PathQualify32[A|W].
19730
19731         * graphics/d3dmaterial.c, graphics/ddraw.c:
19732         Lionel Ulmer <ulmer@directprovider.net>
19733         Babrian Viktor <v@ulysses.sch.bme.hu>
19734         - added support for ColorKeying during blits
19735         - miscellaneous fixes
19736
19737         * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
19738         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
19739         Added an implementation of MRSW locks.
19740
19741         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
19742         Added missing includes (the PSP handling was incorrect, as the
19743         MZ_SUPPORTED definition was missing). Added a simple handler for
19744         direct console input, which needs to be improved.
19745
19746         * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
19747         Small fix.
19748
19749         * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
19750         List handles WaitForMultipleObjects is waiting for when running with
19751         -debugmsg +win32.
19752
19753         * dlls/advapi32/security.c, relay32/advapi32.spec:
19754         Juergen Schmied <juergen.schmied@metronet.de>
19755         Stub for GetSecurityDescriptorControl.
19756
19757         * relay32/user32.spec, windows/user.c:
19758         Juergen Schmied <juergen.schmied@metronet.de>
19759         Stub for GetUserObjectSecurity.
19760
19761         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
19762         Implemented handling of REG_MULTI_SZ and fixed small bug in
19763         RegSetValue.
19764
19765         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
19766         Every EM_GETLINE send between a 32W to a 32A window returned
19767         incomplete values before (the first 2 chars where cut away).
19768
19769         * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19770         Fix typo in SetWindowPos32.
19771
19772 Sat Jan 30 15:55:28 1999  Alexandre Julliard  <julliard@winehq.com>
19773
19774         * include/builtin32.h, misc/main.c, relay32/builtin32.c:
19775         Marcus Meissner <marcus@jet.franken.de>
19776         Enable/disable relay32 debugging on the fly. Start app with
19777         -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
19778
19779         * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
19780         Lionel Ulmer <ulmer@directprovider.net>
19781         Added check for the presence of Mesa's header files.
19782
19783         * multimedia/audio.c, multimedia/dsound.c:
19784         Andreas Mohr <a.mohr@mailto.de>
19785         Fixed error messages.
19786
19787         * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
19788         Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
19789
19790         * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
19791         SetParent should link the window at the start of the list.
19792
19793         * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
19794         In Window SetWindowPos with SWP_HIDEWINDOW does not remove
19795         the focus from the focus window; ShowWindow with SW_HIDE does.
19796         So move the code that does this from SetWindowPos to ShowWindow.
19797
19798         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
19799         Check for NULL in lstrcpy* (Windows uses real exception handlers).
19800
19801         * Makefile.in: James Juran <juran@cse.psu.edu>
19802         Don't install include files when --disable-lib is used.
19803
19804         * relay32/winmm.spec:
19805         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19806         Added WINMM joy* .spec entries.
19807
19808         * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19809         XMS fix.
19810
19811         * msdos/dosmem.c:
19812         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19813         Spelling fix.
19814
19815         * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19816         Doc update.
19817
19818         * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
19819         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19820         Some interrupt enhancements.
19821
19822         * msdos/ioports.c:
19823         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19824         implemented timer latching
19825         trace message fix
19826         temporary "fix" for Linux's coarse timer resolution
19827
19828         * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
19829         Francis Beaudet <francis@macadamian.com>
19830         Implemented the startup-shutdown mechanism for the COM subsystem.
19831         Implemented the Class object registration mechanism.
19832
19833         * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
19834
19835         * include/wine/obj_storage.h, ole/Makefile.in, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec:
19836         Francis Beaudet <francis@macadamian.com>
19837         Added an implementation of the OLE structured storage. The main
19838         features of this implementation are:
19839         - Can open storages created in Windows.
19840         - Can create new storages that the windows libraries can
19841           read.
19842         - Provides all the functionality to create/open/remove and
19843           rename streams and storages inside the main storage object.
19844
19845         * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
19846         Ove Kaaven <ovek@arcticnet.no>
19847         Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
19848         through a function pointer instead. Added a few traces. Fixed the
19849         "Memory corruption !" message in DGA mode. Commented out an
19850         unnecessary TSXF86VidModeSetViewPort that caused my X server to
19851         act up, relying on TSXF86DGASetViewPort instead.
19852
19853         * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
19854         Marcus Meissner <marcus@jet.franken.de>
19855         Some more warnings and bugs fixed.
19856
19857         * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
19858         Small update.
19859
19860         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
19861         Alex Priem <alexp@sci.kun.nl>
19862         - The usual bugfixes.
19863         - Better unicode support (only defines, currently)
19864         - Drag & drop implemented.
19865         - LPSTR_TEXTCALLBACK should work now.
19866         - First start at custom draw code.
19867
19868         * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
19869         Make sure that the keystate received by the WM_XBUTTONUP and
19870         WM_XBUTTONDOWN matches the message. In X, the keystate is changed
19871         after the message is processed.  In Windows, it is changed before.
19872
19873         * dlls/advapi32/security.c, dlls/advapi32/service.c:
19874         Matthew Becker <mbecker@glasscity.net>
19875         Doc updates.
19876
19877         * win32/file.c: Berend Reitsma <berend at asset-control.com>
19878         SetFileAttributes32A changed to make file writeable when
19879         FILE_ATTRIBUTE_READONLY is not set.
19880
19881         * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
19882         Joseph Pranevich <jpranevich@lycos.com>
19883         Preliminary color console support.
19884
19885         * documentation/languages, programs/clock/ChangeLog, programs/clock/Fi.rc, programs/clock/Makefile.in, programs/clock/main.c, programs/notepad/ChangeLog, programs/notepad/Fi.rc, programs/notepad/Makefile.in, programs/notepad/main.c, resources/sysres_Fi.rc:
19886         Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
19887         Updated Finnish language support.
19888
19889 Fri Jan 29 15:12:11 1999  Alexandre Julliard  <julliard@winehq.com>
19890
19891         * include/vfw.h, include/winerror.h, include/wintypes.h, multimedia/msvideo.c, ole/guid.c, programs/Makefile.in, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/icinfo.c, relay32/msvfw32.spec, configure, configure.in, include/debug.h, include/debugdefs.h, include/oleauto.h:
19892         Marcus Meissner <marcus@jet.franken.de>
19893         Updated msvideo. New program 'icinfo [-about] [-configure]' to
19894         query installed (win32) compressors. Started on AVIFILE support.
19895
19896 Thu Jan 28 17:56:14 1999  Alexandre Julliard  <julliard@winehq.com>
19897
19898         * include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/Makefile.in, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c:
19899         Noomen Hamza <noomen@macadamian.com>
19900         Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
19901         classes.
19902
19903         * debugger/dbg.y, debugger/debug.l:
19904         NF Stevens <norman@arcady.u-net.com>
19905         Implemented the symbolfile command (as mentioned by the help
19906         command). This reads a symbol file in the format generated by nm.
19907
19908         * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
19909         - Small bug fix.
19910         - Added direct play ascii interfaces.
19911         - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
19912
19913         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
19914         Fixed FILE_VIEW struct initialisation.
19915
19916         * include/dosexe.h:
19917         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19918         Fixed non-i386 compile.
19919
19920         * graphics/vga.c, msdos/dpmi.c, multimedia/dplay.c, multimedia/mmio.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c:
19921         James Juran <jrj120@psu.edu>
19922         Commented out unused variables to prevent needless compiler warnings.
19923
19924         * include/ddeml.h, misc/ddeml.c:
19925         Keith Matthews <keith_m@sweeney.demon.co.uk>
19926         1st cut implementation of DdeInitialize32W and supporting code.
19927
19928         * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
19929         Matthew Becker <mbecker@glasscity.net>
19930         Documentation standardizations.
19931
19932         * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
19933         Stephane Lussier <stephane@macadamian.com>
19934         - Made the message queue access to be thread safe. (Using two new
19935           functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
19936           instead of GlobalLock16()).
19937         - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
19938           wine-debugger).
19939
19940         * multimedia/dsound.c, multimedia/mmsystem.c, objects/text.c, windows/dialog.c, windows/dinput.c, windows/mdi.c, windows/msgbox.c, windows/win.c, windows/winproc.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, graphics/d3dmaterial.c, graphics/metafiledrv/init.c, if1632/relay.c, include/wincon.h, loader/resource.c, misc/imm.c, misc/lzexpand.c, msdos/int21.c, dlls/comctl32/propsheet.c, dlls/ntdll/rtl.c:
19941         Marcus Meissner <marcus@jet.franken.de>
19942         Fixed a lot of warnings for possible problems.
19943
19944         * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
19945         Fixed typo.
19946
19947         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
19948         Fixed various bugs.
19949         Made newbie mode easier.
19950
19951         * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
19952         Marcus Meissner <marcus@jet.franken.de>
19953         Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
19954
19955         * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
19956         Switch ncurses.h/curses.h include (works better for FreeBSD).
19957
19958         * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
19959         Fixed loading of win32 drivers.
19960
19961 Tue Jan 26 17:29:49 1999  Alexandre Julliard  <julliard@winehq.com>
19962
19963         * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
19964
19965         * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19966         Temporary #if 0'ed part for builtin modules in MSACM to make it
19967         compile with the patch for loadable drivers.
19968
19969         * include/driver.h, relay32/winmm.spec, windows/driver.c:
19970         Eric Pouech <Eric.Pouech@wanadoo.fr>
19971         Added support for loading drivers in Wine.
19972
19973         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
19974         A perl script to produce a bug report with little hassle.
19975
19976         * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
19977         Added (dummy) Death/Resurrection calls to DisplayDib.
19978
19979         * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
19980         Allocate a DOS handle if we open a normal file with LZOpenFile16.
19981
19982         * graphics/ddraw.c, include/ddraw.h:
19983         Lionel Ulmer <ulmer@directprovider.net>
19984         - added depth conversion routines (only 8bpp -> 16 bpp for now)
19985         - added support of DEPTH_FILL for Blits
19986         - added some flags in GetCaps to get some games working
19987
19988         * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
19989         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19990         Implemented GetIconInfo16 -> call to GetIconInfo32.
19991
19992         * scheduler/client.c: Commented out EXEC_SERVER
19993
19994         * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
19995         3 missing WINAPI added.
19996
19997         * dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc:
19998         Juergen Schmied <juergen.schmied@metronet.de>
19999         Small fixes.
20000
20001         * dlls/comctl32/treeview.c, include/commctrl.h:
20002         Juergen Schmied <juergen.schmied@metronet.de>
20003         Changed some treeview related definitions.
20004
20005         * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
20006         Juergen Schmied <juergen.schmied@metronet.de>
20007         Implemented SHBrowseForFolder() dialog.
20008
20009         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20010         Fixed typo in type (removed quite a few warnings).
20011
20012         * dlls/advapi32/security.c, relay32/advapi32.spec:
20013         Marcus Meissner <marcus@jet.franken.de>
20014         Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
20015         Return NULL from OpenThreadToken.
20016
20017         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20018         Do not endlessly loop in CONSOLE_get_input after EOF.
20019         Create xterm even if stdin is not a terminalhandle.
20020         SetConsoleCursorPosition: Only make complex console on row change,
20021         ignore interline positioning (so the cygwin cmdline tools do not
20022         create xterms unnecessary)
20023
20024         * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20025         Make sure DrvGetPrinterData returns the correct data if cbData <= 1
20026
20027         * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
20028         Stephane Lussier <stephane@macadamian.com>
20029         - Changing MESSAGEQUEUE structure according to Ulrich proposition.
20030         - One message queue for every thread needing it.
20031         - Messages in the message queue are now stored in a linked list
20032         - Messages are allocated in the system heap.
20033         - Messages in the message queue are 32 bits (MSG32).
20034         - All read/write operations regarding messages in the message queue are
20035           thread safe.
20036
20037 Sun Jan 24 19:14:58 1999  Alexandre Julliard  <julliard@winehq.com>
20038
20039         * dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/comctl32/propsheet.c, dlls/comctl32/status.c, include/flatsb.h:
20040         Eric Kohl <ekohl@abo.rhein-zeitung.de>
20041         Fixed several bugs and typos.
20042
20043         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20044         Updates and fixes.
20045
20046         * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
20047         Eric Kohl <ekohl@abo.rhein-zeitung.de>
20048         New drag list control.
20049
20050         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20051         Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
20052
20053         * dlls/comctl32/progress.c, include/progress.h:
20054         Eric Kohl <ekohl@abo.rhein-zeitung.de>
20055         Added WM_[G/S]ETFONT handling.
20056
20057         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20058         Added WM_COMMAND and WM_NOTIFY handling.
20059
20060         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20061         Fixed redraw bug for tracking tooltips.
20062
20063         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20064         Added some messages to the rebar control.
20065
20066         * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
20067         Several internal functions won't compile when the conditional
20068         #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
20069         comes out false.  I moved the conditionals around so that
20070         the file would at least compile.  Not sure if it does the
20071         right thing on non-linux/FreeBSD/NetBSD systems.
20072
20073         * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
20074         Moved process.h higher up the include list, to avoid a problem with
20075         "ERR" being redefined in sys/regset.h.
20076
20077         * misc/comm.c: Geoff Clare <gwc@root.co.uk>
20078         The B57600 and B115200 symbols are not defined in Unixware.
20079
20080         * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
20081         Change SW_??? options on list box scrolling so that they match what
20082         Windows does.
20083
20084         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
20085         Moved DOS handle allocation slightly, to fix potential memory
20086         leaks and lost handles. Also removed some useless init code.
20087
20088         * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
20089         Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
20090         Internal PostScript printer driver improvements.
20091
20092         * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
20093         Changed EDIT_EM_CharFromPos to return line number.
20094
20095         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
20096         Free the private data pointer, THEN set it to NULL.
20097
20098         * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
20099         Missing WINAPI.
20100
20101         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
20102         Sylvain St.Germain <sylvain@macadamian.com>
20103         Implementation of the SafeArray family functions.
20104
20105         * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
20106         Guy Albertelli <galberte@neo.lrun.com>
20107         Added stub for SetThreadLocale.
20108
20109         * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
20110         Finished GetTextCharsetInfo routine.
20111
20112         * ole/nls/enu.nls, ole/ole2nls.c:
20113         Guy Albertelli <galberte@neo.lrun.com>
20114         Fixed FIXME in EnumTimeFormats32W
20115         Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
20116         GetLocaleInfo32W.
20117
20118         * documentation/internal-dll, documentation/shell32, documentation/wine.man:
20119         Pascal Cuoq <Pascal.Cuoq@inria.fr>
20120         Fixed typos.
20121
20122         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
20123         Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
20124         searching for DBG and PDB files.
20125
20126         * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
20127         Fix for files which do not contain exports (fg, EXE) to get processed
20128         for debug information.
20129
20130         * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
20131         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20132         Implemented KERNEL.621 (CBClientThunkSLEx).
20133
20134         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
20135         Marcus Meissner <marcus@jet.franken.de>
20136         Allow switching off/on of debugmsgs in the debugger.
20137
20138         * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
20139         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20140         Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
20141         data.
20142
20143 Sat Jan 23 14:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
20144
20145         * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
20146         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20147         Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
20148         DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
20149         WIN16_PeekMessage32 and WIN16_TranslateMessage32.
20150
20151         * dlls/shell32/Makefile.in, dlls/shell32/classes.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/interfaces.h, include/shlguid.h, include/shlobj.h, include/windows.h, misc/shell.c:
20152         Juergen Schmied <juergen.schmied@metronet.de>
20153         - some fixes, cleaned up includes, fixed leaks
20154         - clean DllReferenceCount, better DllMain()
20155         - dynamically linking LookupIconIdFromDirectoryEx32 and
20156           CreateIconFromResourceEx32 to USER32
20157         - moved guid's instances to new file shellguid.c
20158         - implemented  ShellExecuteEx32W
20159
20160         * ole/Makefile.in, ole/compobj.c, ole/guid.c:
20161         Juergen Schmied <juergen.schmied@metronet.de>
20162         Moved the instance creation of GUID's to a new file.
20163         Size of compobj.o goes down to 1/3; should prevent more sig11's.
20164
20165         * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
20166         New file to instantiate GUID's ms-like.
20167
20168         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
20169         Set private data struct to NULL to expose problems in other code
20170         better. Fixes the XUnmapWindow problems reported by replacing them
20171         with NULL ptr dereferences.
20172
20173         * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
20174         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
20175         Fixed typos.
20176
20177         * files/file.c, include/file.h, loader/dos/dosvm.c:
20178         Marcus Meissner <marcus@jet.franken.de>
20179         DOS programs use handles 0-4 without opening/closing any of those
20180         handles first. Split up Init from AllocDosHandle and call it from
20181         the DOSVM.
20182
20183         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
20184         Remove configure.in->configure rule (we might not have autoconf).
20185
20186         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
20187         Added "user-friendly" warning for missing X.
20188
20189         * include/ole.h: Fixed GetObject macro problem.
20190
20191         * documentation/status/direct3D:
20192         Lionel Ulmer <ulmer@directprovider.net>
20193         - updated documentation to be in sync with current code
20194
20195         * graphics/d3dmaterial.c, graphics/d3dviewport.c:
20196         Lionel Ulmer <ulmer@directprovider.net>
20197         - various warning and bug fixes
20198
20199         * graphics/d3ddevices.c, graphics/d3dtexture.c:
20200         Lionel Ulmer <ulmer@directprovider.net>
20201         - added more texture formats using OpenGL's packed pixel formats
20202
20203         * graphics/d3dexecutebuffer.c, include/d3d.h:
20204         Lionel Ulmer <ulmer@directprovider.net>
20205         - better support for ExecuteBuffers
20206
20207         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20208         - corrected bug in Z Buffer allocation
20209         - put VIDEOMEMORY flag for all primary surfaces
20210         - put something in a surface after a ReleaseDC
20211
20212         * misc/printdrv.c: Morten Welinder <terra@diku.dk>
20213         Missing WINAPI.
20214
20215         * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
20216         Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
20217
20218         * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
20219         Check opened enhmetafile for magic values.
20220
20221         * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
20222         Fixed duplicate sound buffer handling. Updated status.
20223
20224         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
20225         New functions  lmemcpynAtoW and  lmemcpynWtoA for converting
20226         REG_MULTI_SZ (including \0x00)
20227         Better debug output for REG_BINARY and REG_MULTI_SZ
20228         Rewritten RegQueryValueEx32[A|W]
20229
20230         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
20231         Implemented CreateHalftonePalette.
20232         Fixed 3 crashes (1 real, 2 potential).
20233
20234         * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
20235         Marcus Meissner <marcus@jet.franken.de>
20236         Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
20237
20238         * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
20239         Sylvain St.Germain <sylvain@macadamian.com>
20240         DoDragDrop and OleIsCurrentClipboard stub implementation.
20241
20242         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
20243         Make LoadTypeLib stub return failure instead of success.
20244
20245 Fri Jan 22 17:09:46 1999  Alexandre Julliard  <julliard@winehq.com>
20246
20247         * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
20248         Marcus Meissner <marcus@jet.franken.de>
20249         Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
20250         API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
20251
20252 Thu Jan 21 14:05:11 1999  Alexandre Julliard  <julliard@winehq.com>
20253
20254         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
20255         Francis Beaudet <francis@macadamian.com>
20256         There were two copies of the DdeCmpStringHandles (A and W) and that
20257         API does not have 2 versions. Removed the extra version.
20258
20259 Wed Jan 20 14:54:01 1999  Alexandre Julliard  <julliard@winehq.com>
20260
20261         * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
20262         Small patch.
20263
20264         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20265         Win32 console needs SYNCHRONIZE access.
20266
20267         * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
20268         Marcus Meissner <marcus@jet.franken.de>
20269         autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
20270         fixed includers.
20271
20272         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
20273         LCMapStringA: if dstlen is insufficient, return
20274         ERROR_INSUFFICIENT_BUFFER (verified).
20275
20276         * objects/enhmetafile.c, relay32/gdi32.spec:
20277         Marcus Meissner <marcus@jet.franken.de>
20278         Some small fixes to enhmetafiles.
20279
20280         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
20281         Do not call ownerdraw for invalid items (empty focusrects).
20282         Fixes Eudora 16bit empty Inbox problem.
20283
20284         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
20285         Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
20286         these functions with the same logic as the NC_DrawCloseButton function.
20287
20288         * windows/win.c: Noel Borthwick <noel@macadamian.com>
20289         Reparenting a window with SetParent in Windows should cause the child
20290         window being re-parented to be moved up to the topmost in the z-order,
20291         and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
20292
20293         * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
20294         Use external DirectPlay DLLs by default.
20295
20296         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20297         Allow passing task handles to GetThreadQueue() and SetFastQueue().
20298
20299         * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20300         Handle (console) applications that never created a queue correctly
20301         in USER_AppExit(); call InitThreadInput() in InitApp().
20302
20303         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20304         - Fixed creation of message queue in hook API routines.
20305         - Some preparations for thread-local message queues.
20306
20307         * loader/ne/module.c:
20308         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20309         Check module name length in ModuleNext().
20310
20311         * windows/x11drv/event.c:
20312         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20313         Use Callout to call RedrawWindow32.
20314
20315         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
20316         Clear DOS extended error only for funcs >=0x2f (thanks to Dave
20317         Pickles).
20318
20319         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20320         Unified palette create, do allocate colorcells on init for DGA.
20321
20322 Tue Jan 19 17:48:25 1999  Alexandre Julliard  <julliard@winehq.com>
20323
20324         * scheduler/synchro.c, scheduler/thread.c, server/console.c, server/file.c, server/process.c, server/request.c, server/thread.c, server/trace.c, win32/console.c, win32/device.c, win32/process.c, include/file.h, include/process.h, include/server.h, include/server/object.h, include/server/request.h, include/server/thread.h, include/thread.h, include/winbase.h, include/windows.h, include/wintypes.h, memory/virtual.c, msdos/int21.c, msdos/vxd.c, relay32/kernel32.spec, scheduler/client.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/process.c, files/change.c, files/dos_fs.c, files/file.c, include/device.h:
20325         Hacked server-side device support
20326         Added user APCs support.
20327         Many changes to the xterm console to make use of the server (not
20328         finished yet).
20329         Moved some other small stuff to the server.
20330
20331         * tools/make_requests: Added long type format.
20332
20333         * server/Makefile.in, server/device.c:
20334         Added server-side device support (only a hack for now).
20335
20336 Sun Jan 17 17:48:48 1999  Alexandre Julliard  <julliard@winehq.com>
20337
20338         * ChangeLog:
20339         Recovered log entries from CVS mailing list.
20340
20341         * relay32/ntdll.spec, dlls/ntdll/rtl.c:
20342         Marcus Meissner <marcus@jet.franken.de>
20343         Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
20344
20345         * files/file.c
20346         Marcus Meissner <marcus@jet.franken.de>
20347         Handle ERROR_WRITE_PROTECT too in readonly fallback open.
20348
20349         * dlls/advapi32/security.c, relay32/advapi32.spec:
20350         Marcus Meissner <marcus@jet.franken.de>
20351         Added GetSecurityDescriptorLength stub for regedt32.exe.
20352
20353         * debugger/Makefile.in, files/Makefile.in:
20354         Marcus Meissner <marcus@jet.franken.de>
20355         Add "" around -D defines for paths with spaces in them.
20356
20357         * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
20358         Lionel Ulmer <ulmer@directprovider.net>
20359         Cleaned up ColorKey handling.
20360
20361         * objects/metafile.c:
20362         Paul Quinn <paulq@COREL.CA>
20363         METARECORD member rdParam should be rdParm (in win32 sdk)
20364         lots of changes in this source file to reflect this change.
20365
20366         * graphics/escape.c, graphics/painting.c, graphics/metafiledrv/init.c, include/commctrl.h, include/commdlg.h, include/gdi.h, include/tchar.h, include/windows.h, include/wingdi.h, include/wintypes.h, include/winuser.h, misc/spooler.c, objects/gdiobj.c,
20367         relay32/gdi32.spec:
20368         Paul Quinn <paulq@COREL.CA>
20369         Fixed bad defines, added a few types 'n defines.
20370
20371         * windows/dinput.c:
20372         Marcus Meissner <marcus@jet.franken.de>
20373         Disable broken callbacks which lead to crashes.
20374
20375         * multimedia/mcistring.c:
20376         Eric Pouech <Eric.Pouech@wanadoo.fr>
20377         Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
20378         internal structures).
20379
20380         * misc/toolhelp.c:
20381         Marcus Meissner <marcus@jet.franken.de>
20382         debug.h needs to be included last since it #undefs ERR for Solaris.
20383
20384         * debugger/debug.l, debugger/memory.c:
20385         Marcus Meissner <marcus@jet.franken.de>
20386         Added /u format to debugger display for UNICODE strings.
20387
20388         * loader/pe_image.c:
20389         Marcus Meissner <marcus@jet.franken.de>
20390         Remove irritating FIXME line no longer needed.
20391
20392         * msdos/int2f.c:
20393         Eric Pouech <Eric.Pouech@wanadoo.fr>
20394         Added missing '\n' in FIXME message.
20395
20396         * graphics/ddraw.c:
20397         Robert Riggs <rriggs@tesser.com>
20398         objbase.h needed for WINE_StringFromCLSID(), fix C function
20399         declarations, install a colormap if we are not managed, release
20400         backbuffers in DGA mode, fix video mode switching logic to avoid
20401         possible NULL pointer dereference.
20402
20403         * msdos/dpmi.c:
20404         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20405         Small fix.
20406
20407         * files/file.c, include/file.h, include/process.h, loader/resource.c, loader/dos/module.c, loader/ne/segment.c, misc/lzexpand.c, msdos/int21.c vxd.c, multimedia/mmio.c, win32/kernel32.c:
20408         Better DOS file handle management.
20409
20410         * documentation/common_controls:
20411         Francis Beaudet <francis@macadamian.com>
20412         This should help prevent duplicate work.
20413
20414         * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
20415         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20416         Implemented Death() and Resurrection(), two functions needed by some
20417         TPWin (?) command line tool.
20418
20419         * windows/winproc.c:
20420         Juergen Schmied <juergen.schmied@metronet.de>
20421         Added 32->16 translation for WM_ACTIVATEAPP.
20422
20423         * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
20424         Juergen Schmied <juergen.schmied@metronet.de>
20425         New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
20426         Implementation for SHGetSpecialFolderPath32[A|W].
20427         Many bugfixes.
20428
20429         * console/xterm.c, misc/port.c, win32/console.c:
20430         Joseph Pranevich <jpranevich@lycos.com>
20431         Change all Wine openpty() implementations to match the "standard" and
20432         then make them both call the same code leaving the option to change
20433         that code to call the "standard" openpty() at a later date.
20434
20435         * relay32/kernel32.spec, scheduler/process.c:
20436         Marcus Meissner <marcus@jet.franken.de>
20437         Added SetProcessAffinityMask stub.
20438
20439         * graphics/ddraw.c, include/ddraw.h:
20440         Marcus Meissner <marcus@jet.franken.de>
20441         Fixed the other union misuse too (one less mem corruption)
20442         Re-added XInstallColormap (or non managed does not change palette)
20443
20444         * if1632/kernel.spec, scheduler/synchro.c:
20445         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20446         Added an implementation for KERNEL.495.
20447
20448         * documentation/status, documentation/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
20449         Lionel Ulmer <ulmer@directprovider.net>
20450         - added bitmask to store which ColorKey structures are valid
20451         - handle many new rendering states, some optimizations in state changes
20452         - 8bit palettized textures now support ColorKeying
20453         - some miscellaneous bug fixes and code rewrite
20454
20455         * controls/menu.c:
20456         Noomen Hamza <noomen@macadamian.com>
20457         Fixed the look of the menu so it would be compliant with Win95: modified
20458         the mouse tracking code so it would change the selection every time the
20459         mouse moved over a menu item.
20460
20461         * documentation/how-to-port:
20462         Mike Castle <dalgoda@shell.rt66.com>
20463         Small fix.
20464
20465         * dlls/comctl32/updown.c:
20466         Noel Borthwick <noel@macadamian.com>
20467         Fixed bugs:
20468         - When an edit control buddy was used single digit values were not
20469         being displayed.
20470         - Comma values were not displayed correctly when thousands separation
20471         was requested.
20472
20473         * win32/newfns.c:
20474         Tom Bech <tomb@ii.uib.no>
20475         While the debug event messages are not implemented, WaitForDebugEvent
20476         should return FALSE.
20477
20478         * if1632/user.spec, objects/bitmap.c:
20479         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20480         Implemented CopyImage16.
20481
20482         * documentation/bugreports 
20483         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20484         Small fix.
20485
20486         * console/generic.c, msdos/int21.c:
20487         Marcus Meissner <marcus@jet.franken.de>
20488         Changed 0x01 to use generic console, fixed 0x0b.
20489         Fixed CONSOLE_GetCharacter (two args swapped).
20490
20491         * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
20492         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20493         Allow specifying module name for NE dummy module.
20494
20495         * loader/pe_image.c 
20496         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20497         Set module name of dummy module equal to module name of PE module.
20498
20499         * controls/scroll.c, controls/uitools.c:
20500         Marcus Meissner <marcus@jet.franken.de>
20501         Missing include wine/winuser16.h added.
20502
20503         * graphics/vga.c:
20504         Marcus Meissner <marcus@jet.franken.de>
20505         Create an actual primary surface for screenbuffer.
20506
20507 ----------------------------------------------------------------
20508 Sun Jan 10 14:40:34 1999  Alexandre Julliard  <julliard@winehq.com>
20509
20510         * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
20511         Andreas Mohr <a.mohr@mailto.de>
20512         Added config.sys parser.
20513
20514         * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
20515         Small change in LB_SETCURSEL32 handling (the caret should be moved as
20516         well).
20517
20518         * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
20519         Marcus Meissner <marcus@jet.franken.de>
20520         Use autoconf check for presence of sys/file.h.
20521
20522         * dlls/ntdll/rtl.c, relay32/ntdll.spec:
20523         Marcus Meissner <marcus@jet.franken.de>
20524         Implemented DbgPrint, added ultoa.
20525
20526         * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
20527         PeekConsoleInput & ReadConsoleInput need to return 0 records read in
20528         the case of an invalid handle.
20529
20530         * console/ncurses.c, loader/main.c:
20531         Joseph Pranevich <jpranevich@lycos.com>
20532         More verbose debugging output.
20533         Remove compilation warning.
20534
20535         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
20536         Fix up some interrupt calls to return at the data that they are supposed
20537         to. Also increase comment verbosity to help debug things later.
20538
20539         * include/options.h, misc/main.c, misc/version.c:
20540         Andreas Mohr <a.mohr@mailto.de>
20541         Added switch -dosver.
20542         Cleanup for OaBuildVersion().
20543
20544         * libtest/.cvsignore: Added vartest and volinfo
20545
20546         * dlls/shell32/contmenu.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shelllink.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h:
20547         Juergen Schmied <juergen.schmied@metronet.de>
20548         Many bugfixes, code cleanup.
20549         Removed a few glitches from the COM patch.
20550
20551         * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
20552         Only destroy window once.
20553
20554         * graphics/ddraw.c, include/ddraw.h:
20555         Marcus Meissner <marcus@jet.franken.de>
20556         - moved drawable to common since it is used by both DGA and Xlib.
20557           (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
20558         - added BltFast sanity checks.
20559
20560         * windows/queue.c, loader/task.c:
20561         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20562         InitApp() call removed from 32-bit application startup;
20563         create task message queue in InitThreadInput() instead.
20564
20565         * loader/ne/convert.c:
20566         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20567         Added accelerator table PE->NE resource conversion.
20568
20569         * debugger/editline.c:
20570         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20571         Restart read() in case of EINTR in TTYget().
20572
20573         * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
20574         Ptr ref wrong.
20575
20576         * tools/wrc/CHANGES, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
20577         Bertho Stultiens <bertho@panter.soci.aau.dk>
20578         Wrc version 1.0.8. Toolbar resources are now supported. A couple of
20579         other fixes are also included. See file tools/wrc/CHANGES for details.
20580
20581         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
20582         Missing WINAPI.
20583
20584         * include/x11drv.h, loader/dos/module.c, objects/dc.c, relay32/builtin32.c, relay32/relay386.c, scheduler/k32obj.c, files/async.c, if1632/relay.c, include/main.h, include/multimedia.h, include/windows.h:
20585         James Juran <jrj120@psu.edu>
20586         Add missing #includes and prototypes to eliminate some implicit
20587         function declaration warnings and 'extern's in .c files.
20588
20589         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
20590         Ove Kaaven <ovek@arcticnet.no>
20591         Check for resizeterm in ncurses.
20592
20593         * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
20594         Francis Beaudet <francis@macadamian.com>
20595         New test program for VARIANT functions.
20596
20597         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20598         Some debug information (PDB) was not mapped when loading a module,
20599         which caused a core in the debugger when it tried to access it.
20600
20601         * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
20602         Links libwine.so.1.0 to libwine.so in Wine's main directory.
20603         Makes Wine compile with --enable-dll again.
20604
20605 Sat Jan  9 09:12:40 1999  Alexandre Julliard  <julliard@winehq.com>
20606
20607         * relay32/ole32.spec, windows/dinput.c, include/storage.h, include/unknwn.h, include/windows.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/winerror.h, include/wtypes.h, misc/shell.c, multimedia/dplay.c, multimedia/dsound.c, objects/font.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/oledlg.c, ole/oleobj.c, ole/storage.c, ole/typelib.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/vga.c, if1632/compobj.spec, include/compobj.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dsound.h, include/interfaces.h, include/objbase.h, include/objidl.h, include/ole.h, include/ole2.h, include/oleobj.h, include/servprov.h, include/shell.h, include/shlguid.h, include/shlobj.h, dlls/comctl32/imagelist.c, dlls/shell32/contmenu.c:
20608         Francois Gouget <fgouget@multimania.com>
20609         Added a lot of COM interfaces definitions.
20610         Restructured COM header files for better compatibility and clarity.
20611
20612 Fri Jan  8 16:37:03 1999  Alexandre Julliard  <julliard@winehq.com>
20613
20614         * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
20615         Make GetFileType work for all handle types.
20616
20617         * win32/device.c: Avoid crash on NULL dev->info.
20618
20619         * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
20620         Alex Priem <alexp@sci.kun.nl>
20621         Added stubs and defines for the flat scrollbar common control.
20622
20623         * include/commctrl.h, dlls/comctl32/datetime.c:
20624         Alex Priem <alexp@sci.kun.nl>
20625         Added some defines needed for custom draw'ing and datetime common
20626         controls.
20627
20628         * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
20629         Fixed a small bug in function ExtractIconEx32A.
20630
20631         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
20632         HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
20633
20634         * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
20635         Make DeleteFile fail for empty path.
20636
20637         * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20638         Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
20639
20640         * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
20641         Fixed wrong buffer which caused fixups to fail.
20642
20643         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
20644         Lionel Ulmer <ulmer@directprovider.net>
20645         - added all the Direct3D error codes
20646         - added 8bit palettized texture support
20647
20648         * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
20649         ifdefs for defines not in linux 2.0.
20650
20651         * relay32/winspool.spec, misc/printdrv.c:
20652         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20653         Added two stubs for AddPrinterDriver.
20654
20655         * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
20656         Ove Kaaven <ovek@arcticnet.no>
20657         Queue SIGALRM to reduce the "signal 14 lost" complaints.
20658         Added support for reprogramming the DOS timer, and reading back the
20659         current value.
20660
20661         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
20662         Wine hangs when registry (corrupted) has lone \ at end of file.
20663
20664         * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
20665         Kostya Ivanov <kostya@warmcat.excom.spb.su>
20666         Small patch that enables Clarion for Windows not to trap while
20667         loading.
20668
20669         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
20670         Replace troublesome assignments by memset for whole struct.
20671
20672         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20673         Added handling of the 'palent' field of the CreatePalette procedure.
20674
20675         * documentation/wine.man:
20676         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20677         Added description about including/excluding functions from relay
20678         trace.
20679
20680         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20681         Read at least 1 input record in ReadConsoleInputA.
20682
20683         * memory/virtual.c:
20684         Fixed CreateMapping when a mapping with the same name already exists.
20685
20686 Wed Jan  6 10:37:29 1999  Alexandre Julliard  <julliard@winehq.com>
20687
20688         * server/file.c: Fixed file destruction when file has no name.
20689
20690 Tue Jan  5 18:38:59 1999  Alexandre Julliard  <julliard@winehq.com>
20691
20692         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20693         Warns user if multiple -dll switches are used on command line.
20694
20695         * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
20696         Fixed a leftover HeapFree in the trackbar common control.
20697
20698         * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
20699         Alex Priem <alexp@sci.kun.nl>
20700         Fixed some problems with the tab common control (with thanks to Anders
20701         Carlsson <anders.carlsson@linux.nu>).
20702
20703         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
20704         Alex Priem <alexp@sci.kun.nl>
20705         Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
20706         and some missing defines.
20707
20708         * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
20709         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20710         Use MakeCriticalSectionGlobal on all critical sections used across
20711         process boundaries.
20712
20713         * include/winbase.h, include/windows.h:
20714         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20715         Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
20716
20717         * documentation/wine.man:
20718         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20719         Added environment variables in the man page.
20720
20721         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20722         Fixed args of MZ_CreateProcess.
20723
20724         * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
20725         Andreas Mohr <a.mohr@mailto.de>
20726         Fixed string bug in programs/.
20727
20728         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
20729         Added stupid "action" emulation for hardware timers in ioports.c.
20730
20731         * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
20732         Again a small DOSASPI patch.
20733
20734         * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
20735         Andreas Mohr <a.mohr@mailto.de>
20736         Documentation updates.
20737
20738         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20739         - check if palette is not null when setting a palette
20740         - check if window handle is valid before getting its 'drawable'
20741
20742         * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20743         Prevent core dump with some TTF (when X11 runs with a true type
20744         server).
20745
20746         * server/console.c: Marcus Meissner <marcus@jet.franken.de>
20747         Use stdout for default console output.
20748
20749 ----------------------------------------------------------------
20750 Sun Jan  3 17:00:20 1999  Alexandre Julliard  <julliard@winehq.com>
20751
20752         * graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h, multimedia/dsound.c, configure, configure.in, documentation/status/direct3D, documentation/status/directdraw, graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c:
20753         Lionel Ulmer <ulmer@directprovider.net>
20754         - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
20755         - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
20756         - added stretching to Blt function
20757
20758         * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
20759         Try to autodetect NT4.
20760
20761         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
20762         0 means success, all else failure for WaitForSingleObject.
20763
20764         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
20765         Do not advance the cursor in certain routines. This cleaned up the
20766         implementation quite a bit.
20767
20768         * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
20769         Set console video mode when loading DOS app. (Eventually, I want to
20770         mimic Windows 9x's behavior by setting the video mode only when non
20771         INT 21 calls are used to allow for arbitrary-sized consoles).
20772
20773         * console/interface.c, console/xterm.c:
20774         Joseph Pranevich <jpranevich@lycos.com>
20775         Xterm driver can now resize the terminal when a mode change is
20776         detected.
20777
20778         * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
20779         Long standing scroll bug fixed!
20780
20781         * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
20782         Joseph Pranevich <jpranevich@lycos.com>
20783         Rewrite of configuration system to support "regular" curses as well as
20784         eliminating the --with-ncurses option. Now, ncurses support will be
20785         built in if a compatible library is detected.
20786
20787         * include/wintypes.h, windows/defdlg.c:
20788         NF Stevens <norman@arcady.u-net.com>
20789         Fix the return type of DLGPROC type and mask out the unset highword of
20790         the return when a 16 bit dialog proc is called.
20791
20792         * include/interfaces.h: Rein Klazes <rklazes@casema.net>
20793         Add interface ID's for upcoming ITypeLib implementation.
20794
20795         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
20796         Bugfix for trailing slashes, repetition of '/' or '\' and
20797         SetLastError() in GetFullPathname.
20798
20799         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, relay32/advapi32.spec, win32/Attic/advapi.c, win32/Attic/security.c, win32/Makefile.in, win32/init.c:
20800         Juergen Schmied <juergen.schmied@metronet.de>
20801         Moved ADVAPI32 files to dlls/advapi32.
20802         Added stubs for eventlog functions.
20803
20804         * relay32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shlobj.h:
20805         Juergen Schmied <juergen.schmied@metronet.de>
20806         New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
20807         Cleanup, some more functions UNICODE ready.
20808
20809         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
20810         SHCloneSpecialIDList implemented.
20811         SHGetDataFromIDListA corrected.
20812
20813         * dlls/shell32/iconcache.c:
20814         Juergen Schmied <juergen.schmied@metronet.de>
20815         Shell_GetCachedImageIndex32[A|W] implemented.
20816
20817         * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
20818         Andreas Mohr <a.mohr@mailto.de>
20819         Implemented raw device access calls for ioctlGenericBlkDevReq()
20820         and therefore moved the core functionality of int2[56].c into files/drive.c.
20821
20822         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
20823         Added automatic CMOS RAM checksum calculation.
20824
20825         * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
20826         Andreas Mohr <a.mohr@mailto.de>
20827         SendASPI32Command32 has to be __cdecl.
20828         Updated documentation/aspi and reverted an ERR back to WARN.
20829
20830         * documentation/bugreports: James Juran <jrj120@psu.edu>
20831         Of course we want the last 100 lines, not the first 100 lines.
20832         Use 'tail' instead of 'head'. Also fix text alignment from
20833         previous patch.
20834
20835         * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
20836         Reading joystick 5 when we only support 4 should fail instead of
20837         hang.
20838
20839         * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
20840         Playing a non-existent CD should fail instead of crash.
20841
20842         * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
20843         Check for necessary configure reruns for Makefile and Make.rules
20844         generation.
20845
20846         * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
20847         Emulates ins/outs correctly for DOS programs.
20848
20849         * ole/storage.c, scheduler/process.c, server/change.c, server/console.c, server/event.c, server/file.c, server/mapping.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c, win32/device.c, win32/file.c, files/dos_fs.c, files/file.c, include/device.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, loader/pe_image.c, misc/crtdll.c, msdos/int21.c, msdos/vxd.c:
20850         Implemented file sharing checks in the server.
20851         Added set file time server request.
20852         Overall clean up of the file handling (DOS device handling is now
20853         broken, should be redone).
20854
20855 Sat Jan  2 08:22:34 1999  Alexandre Julliard  <julliard@winehq.com>
20856
20857         * memory/virtual.c:
20858         Fixed bug in CreateFileMapping when name is not NULL.
20859
20860         * server/request.c: Fixed CHECK_STRING display.
20861
20862 Fri Jan  1 19:51:25 1999  Alexandre Julliard  <julliard@winehq.com>
20863
20864         * if1632/kernel.spec, memory/local.c:
20865         Richard A Lough <ralough.ced@dnet.co.uk>
20866         Put return value of LocalAlloc in CX too.
20867
20868         * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
20869         Protect against multiple includes.
20870
20871         * dlls/shell32/iconcache.c: Use proper system directory.
20872
20873         * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
20874
20875         * windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/driver.c, windows/msgbox.c, windows/painting.c, windows/user.c, windows/winhelp.c, include/wine/winuser16.h, include/winreg.h, include/winuser.h, loader/module.c, misc/comm.c, misc/shell.c, misc/spooler.c, misc/spy.c, misc/winsock.c, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mmsystem.c, objects/clipping.c, ole/oleobj.c, controls/button.c, controls/desktop.c, controls/icontitle.c, controls/static.c, debugger/dbg.y, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, graphics/psdrv/escape.c, if1632/thunk.c, include/callback.h, include/display.h, include/imagelist.h, include/ole.h, include/queue.h, include/shell.h, include/storage.h, include/struct32.h, include/winbase.h, include/windows.h:
20876         Michael Veksler <mveksler@techunix.technion.ac.il>
20877         Moves more stuff from windows.h.
20878         - include/winuser.h - interface relevant to user32.spec
20879         - include/wine/winuser16.h - the old 16 bit interface (internal use)
20880         - include/winbase.h - some minor updates to keep things coherent.
20881         - Lot of other files made to include wine/winuser16.h, which is no
20882           longer included from windows.h
20883
20884         * scheduler/handle.c: Fixed CloseHandle() on global handles.
20885
20886         * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
20887         James Juran <jrj120@psu.edu>
20888         Add some information to the man page and README file.
20889         Make documentation/win95look say [Tweak.Layout] instead of
20890         [Tweaks.Layout].
20891         Fix incorrect command given in documentation/bugreports.
20892         Standard error was not being redirected, so most of the
20893         output was lost.
20894
20895         * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
20896         Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
20897
20898         * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
20899         Initialize lpdwNeeded.
20900
20901         * if1632/snoop.c:
20902         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
20903         Include stuff even if not on __i386__ for debug defines.
20904
20905         * ole/variant.c:
20906         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
20907         Another // comment fixed.
20908
20909         * server/file.c:
20910         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
20911         Need <errno.h> for errno decl. on Solaris.
20912
20913         * include/wingdi.h, include/x11font.h, objects/font.c:
20914         Douglas Ridgway <ridgway@winehq.com>
20915         Implement TranslateCharsetInfo, change charset type to BYTE.
20916
20917         * controls/combo.c, controls/listbox.c, include/combo.h:
20918         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
20919         Better CB_SETCURSEL message handling.
20920
20921         * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
20922         Moved MsgWaitForMultipleObject implementation to USER routines, using
20923         a normal Win32 event.
20924
20925         * tools/make_requests: Send debugging output to stderr.
20926
20927         * files/change.c, files/dos_fs.c, files/file.c, include/file.h, scheduler/client.c, scheduler/event.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, win32/console.c:
20928         Cleaned up and removed some no longer used code.
20929
20930         * memory/virtual.c: Use server file mapping objects.
20931
20932         * include/server/object.h, include/server/request.h, include/server/thread.h, server/Makefile.in, server/console.c, server/file.c, server/main.c, server/mapping.c, server/object.c, server/pipe.c, server/request.c, server/thread.c, server/trace.c, include/server.h:
20933         Added server-side file mapping object support.
20934
20935         * misc/crtdll.c:
20936         Hacked stdio functions to use Win32 file handles. Still needs a proper
20937         stdio emulation.
20938
20939         * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
20940         Use Win32 file handles instead of Unix ones.
20941
20942         * include/module.h, include/pe_image.h, include/process.h, loader/dos/module.c, loader/module.c, loader/pe_image.c, scheduler/process.c, include/dosexe.h:
20943         Take into account handle inheritance flag.
20944
20945 Thu Dec 31 15:55:19 1998  Alexandre Julliard  <julliard@winehq.com>
20946
20947         * debugger/db_disasm.c:
20948         Changed db_task_printsym to always print a full address, no matter
20949         what the operand size is.
20950
20951         * scheduler/critsection.c: Re-implemented using a real semaphore.
20952
20953         * windows/queue.c, files/change.c, files/file.c, include/k32obj.h, include/process.h, include/thread.h, loader/signal.c, memory/virtual.c, misc/toolhelp.c, scheduler/client.c, scheduler/event.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, win32/console.c, win32/device.c:
20954         Removed client-side wait functions; all waiting is now done through
20955         the server.
20956
20957         * server/Makefile.in, server/change.c, server/process.c, server/request.c, server/trace.c, include/server.h, include/server/object.h, include/server/request.h:
20958         Added change notifications.
20959         Added global handle support.
20960
20961 Wed Dec 30 12:11:52 1998  Alexandre Julliard  <julliard@winehq.com>
20962
20963         * include/thread.h, scheduler/synchro.c:
20964         Changed server wait logic a bit.
20965
20966         * win32/console.c:
20967         Hacks to support server-side console. Should be redone properly
20968         some day.
20969
20970         * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
20971         Reimplemented Read/WriteFile to use server file descriptors.
20972         Removed file position hack as it is wrong for Win32 (should be redone
20973         for Win16 only).
20974
20975         * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
20976         Added anonymous pipe support
20977
20978         * include/server.h, include/server/object.h, include/server/request.h, server/Makefile.in, server/console.c, server/event.c, server/file.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c:
20979         Added several file server requests
20980         Added server-side pipes and consoles
20981
20982 Sun Dec 27 15:28:55 1998  Alexandre Julliard  <julliard@winehq.com>
20983
20984         * misc/crtdll.c, msdos/int21.c, scheduler/client.c, scheduler/k32obj.c, server/Makefile.in, server/event.c, server/file.c, server/mutex.c, server/process.c, server/request.c, server/semaphore.c, server/trace.c, tools/make_requests, files/dos_fs.c, files/file.c, include/debug.h, include/debugdefs.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/main.c, memory/virtual.c:
20985         Added beginnings of server-side file handling.
20986         Added -debugmsg +server support.
20987         Better server request dumping for varargs requests.
20988
20989         * windows/x11drv/wnd.c:
20990         Fixed SetFocus that was broken when moved to x11drv.
20991
20992         * include/server/object.h, include/server/thread.h, scheduler/client.c, server/Makefile.in, server/event.c, server/main.c, server/mutex.c, server/process.c, server/select.c, server/semaphore.c, server/socket.c, server/thread.c:
20993         Added add_queue/remove_queue to server object operations.
20994         Moved select() loop functions to select.c.
20995
20996 Sat Dec 26 19:47:00 1998  Alexandre Julliard  <julliard@winehq.com>
20997
20998         * programs/regtest/regtest.c:
20999         Renamed ERR macro to avoid confusing the make_debug script.
21000
21001         * ole/storage.c, ole/typelib.c, include/d3d.h, include/mmsystem.h, include/oleauto.h, include/storage.h, include/winversion.h, ole/compobj.c, ole/ole2.c, ole/ole2nls.c:
21002         Juergen Schmied <juergen.schmied@metronet.de>
21003         Fixed tons of incomplete prototypes, assignment's of pointer with
21004         different signedness, superflous ',' and ';' in structures, wrong
21005         return-types, lose of digits and some small glitches.
21006
21007         * graphics/x11drv/xfont.c, include/x11font.h:
21008         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
21009         Cleaned up font encoding handling. Added 'Ignore#' option to the
21010         [fonts] section. Also, file with cached metrics now has the value of
21011         $DISPLAY appended to the filename.
21012
21013         * programs/clock/language.c, programs/clock/main.c, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/main.c, rc/systest.c, windows/multimon.c, windows/nonclient.c, dlls/shell32/shlview.c, files/profile.c, graphics/path.c, include/commctrl.h, include/d3d.h, include/dplay.h, include/dsound.h, include/ole.h, include/oleobj.h, include/shlobj.h, include/vfw.h, include/winerror.h, include/winioctl.h, misc/main.c, multimedia/audio.c, multimedia/dsound.c, ole/ole2.c, debugger/stabs.c, dlls/comctl32/animate.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c:
21014         Marcus Meissner <marcus@jet.franken.de>
21015         Changed // comments to /* */ so WINE compiles with non-gcc compilers
21016         again.
21017
21018         * windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, debugger/dbg.y, graphics/ddraw.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/init.c, include/clipboard.h, include/ddraw.h, include/display.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/palette.c, windows/dce.c, windows/dinput.c, windows/display.c, windows/input.c, windows/message.c, windows/scroll.c, windows/win.c, windows/winpos.c:
21019         Patrik Stridvall <ps@leissner.se>
21020         Moved more things to the X11 driver.
21021
21022         * include/wingdi.h, objects/brush.c:
21023         Francois Gouget <fgouget@multimania.com>
21024         Fixed the prototype of CreateDIBPatternBrushPt
21025
21026         * include/windows.h: Francois Gouget <fgouget@multimania.com>
21027         Removed the CN_xxx macros since they are not used, do not correspond to
21028         any Windows define and conflict with MFC defines.
21029         windows.h must provide all the definitions contained in winbase.h
21030         Some Xxx32 functions did not have the associated Xxx macro.
21031
21032         * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
21033         Added a typedef for __int64 which is a builtin Visual C++ type
21034         Added a typedef for PUINT
21035
21036         * include/objbase.h: Francois Gouget <fgouget@multimania.com>
21037         REFIID was not defined.
21038
21039         * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
21040         Pavel Roskin <pavel_roskin@geocities.com>
21041         configure first checks whether it is possible to compile IPX code with
21042         Glibc headers. If it fails, next check determines whether direct inclusion
21043         of <linux/ipx.h> works.
21044
21045         * include/tchar.h: Francois Gouget <fgouget@multimania.com>
21046         Provides the mappings. MBCS and Unicode functions are not implemented.
21047         Standard (SBCS) functions may exist or not, with the same or a different
21048         semantics.
21049
21050         * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
21051         Alex Priem <alexp@sci.kun.nl>
21052         IPaddress common control implementation. First try; needs more work to
21053         remove boring bugs.
21054
21055 Fri Dec 25 08:55:15 1998  Alexandre Julliard  <julliard@winehq.com>
21056
21057         * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
21058         Juergen Schmied <juergen.schmied@metronet.de>
21059         Fixed the TEXT redefined warnings.
21060
21061         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
21062         Hook into the (stubbed) resize code in msdos int10.
21063
21064         * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
21065         Joseph Pranevich <jpranevich@lycos.com>
21066         Add support for selection of console mode drivers to use using the
21067         -console option. Currently "tty", "ncurses", and "xterm" are
21068         supported.
21069         Add stubs for resizing the screen on mode changes.
21070
21071         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
21072         Jean-Claude Cote <jean-claude@macadamian.com>
21073         Partial implementation for the following DDE APIs:
21074         DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
21075         DdeQueryString, DdeUninitialize.
21076
21077 Thu Dec 24 16:59:17 1998  Alexandre Julliard  <julliard@winehq.com>
21078
21079         * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
21080         Jean-Claude Cote <jean-claude@macadamian.com>
21081         Added VarDateFromStr API.
21082
21083         * dlls/comctl32/trackbar.c, include/trackbar.h:
21084         Alex Priem <alexp@sci.kun.nl>
21085         - Tooltip support
21086         - Vertical trackbars supported now
21087         - TBS_BOTH support (goes along with partial cleanup of drawing code)
21088         - Use COMCTL32 heap instead of system heap
21089
21090         * graphics/ddraw.c, include/ddraw.h:
21091         Peter Hunnisett <hunnise@nortelnetworks.com>
21092         Added all clipper&3d stubs.
21093         Starting ColorKey support.
21094         Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
21095         Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
21096         Added SurfaceEnum dwFlags.
21097
21098         * include/dplay.h, multimedia/dplay.c:
21099         Peter Hunnisett <hunnise@nortelnetworks.com>
21100         Added macros to header file for easier function calling.
21101         Changed implementation a little bit.
21102         Added stubs for dplay3. Still need to break into A and W versions.
21103
21104         * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
21105         CreateFile32A was only allowing console opens on CONIN$/OUT$. This
21106         has been changed to have a case insensitive compare.
21107
21108         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
21109         Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
21110
21111         * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
21112         Jean-Claude Cote <jean-claude@macadamian.com>
21113         Implemented the GetBinaryType API function.
21114
21115         * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
21116         Ove Kaaven <ovek@arcticnet.no>
21117         Added some new dosmod communication possibilities, including
21118         activating a dosmod-specific setitimer(), and the capture of some
21119         common signals, which is returned to Wine (previously a SIGILL
21120         would just cause a "dosmod sync lost" without explanation, now it
21121         invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
21122         SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
21123         be reported by -debugmsg +relay instead of -debugmsg +int. And
21124         fixed non-i386 compilation of dosmod. (Anything else?!)
21125
21126         * loader/main.c, windows/win.c:
21127         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21128         Desktop window queue handling adapted.
21129
21130         * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
21131         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21132         Queue handling adapted to new queue routines.
21133
21134         * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
21135         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21136         Implemented stub for InitThreadInput.
21137         Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
21138
21139         * loader/task.c, miscemu/main.c:
21140         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21141         Use Callout table instead of direct GetProcAddress.
21142         UserYield moved to USER.
21143
21144         * include/callback.h, misc/callback.c, if1632/thunk.c:
21145         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21146         Callout table (for KERNEL->USER calls) added.
21147         Callbacks->CallPostAppMessageProc removed.
21148
21149         * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
21150         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21151         Handle non-hardware X events correctly with native USER
21152         (removed reference to MESSAGEQUEUE from KERNEL code).
21153         Handle Expose events with native USER.
21154
21155         * misc/crtdll.c:
21156         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21157         Better _ultoa().
21158
21159         * win32/time.c: Rein Klazes <rklazes@casema.net>
21160         Fix small problem in GetTimeZoneInformation().
21161
21162         * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
21163         Lowest scan code seems to be 1, not zero.
21164
21165         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
21166         Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
21167
21168         * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
21169         Juergen Schmied <juergen.schmied@metronet.de>
21170         New stubs.
21171
21172         * dlls/shell32/iconcache.c:
21173         Juergen Schmied <juergen.schmied@metronet.de>
21174         Fixes crash when running without external shell32.dll.
21175
21176         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
21177         More messages [LB_*,EM_*] translated 32A from/to 32W.
21178
21179         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
21180         Dest buffer was printed out as str.
21181
21182         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
21183         Getting strings with VerQueryValue32W was broken. Complete
21184         reconstruction of the function.
21185
21186         * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21187         Fix number and type of args in debugging statements.
21188
21189         * ole/storage.c: Marcus Meissner <marcus@mud.de>
21190         IStorage32 vtable was missing 3 stub entries.
21191
21192 Fri Dec 18 17:38:39 1998  Alexandre Julliard  <julliard@winehq.com>
21193
21194         * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
21195         Douglas Ridgway <ridgway@winehq.com>
21196         Documentation for TranslateCharsetInfo.
21197
21198         * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
21199         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21200         Make the DOSASPI part use the excellent DPMI RMCB implementation done
21201         by Ove Kaaven, which makes the code _much_ cleaner.
21202
21203         * Make.rules.in, Makefile.in, configure, configure.in:
21204         Todd Vierling <tv@pobox.com>
21205         Use -lwine for linking.
21206
21207         * windows/message.c, windows/queue.c:
21208         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21209         Bugfix: always clear QS_... from *both* changeBits and waitBits.
21210         Bugfix: queue->hSendingTask is *queue* handle, not task handle.
21211
21212         * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
21213         François Gouget <gouget@metaintegration.net>
21214         First step to make it possible to call COM interfaces from C++ code in
21215         Winelib.
21216
21217         * dlls/comctl32/treeview.c, include/treeview.h:
21218         Alex Priem <alexp@sci.kun.nl>
21219         Preliminary tooltip support.
21220         WM_SETFONT/GETFONT added.
21221         Some bug fixes.
21222         Use COMCTL32 heap instead of system heap.
21223
21224         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21225         Implemented PolylineTo.
21226
21227         * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
21228         The Zw... Functions in ntdll.dll are just alternate entry
21229         points for the same functions as the Nt... function of the
21230         same names.  Changed ntdll.spec to match this.
21231
21232         * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
21233         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21234         Reorganized PE module loading to prepare for elf-dll loader.
21235         WINE_MODREF creation moved to one central location.
21236         Bugfix: correctly select native/built-in version if .DLL
21237         extension is missing in LoadLibrary call.
21238
21239         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21240         Changed error values MCI_INTERNAL to their correct values.
21241
21242         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21243         Removed warning.
21244
21245         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21246         No longer sending directly messages to DriverProc but rather go through
21247         MCI layer (required for open/close).
21248
21249         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21250         Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
21251         for pointing out the bug, see the fix in mcistring.c)
21252         Fixed MCI seeking on CD audio.
21253
21254         * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
21255         Stubs for WaitNamedPipe[A|W].
21256
21257         * dlls/shell32/classes.c, dlls/shell32/dataobject.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.h, dlls/shell32/shlfolder.c, include/shell.h, relay32/shell32.spec:
21258         Juergen Schmied <juergen.schmied@metronet.de>
21259         Small fixes.
21260
21261         * dlls/shell32/shellord.c:
21262         Juergen Schmied <juergen.schmied@metronet.de>
21263         Stub Control_FillCache_RunDLL.
21264
21265         * dlls/shell32/shell32_main.c:
21266         Juergen Schmied <juergen.schmied@metronet.de>
21267         SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
21268
21269         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
21270         ILAppend seems to work now.
21271
21272         * relay32/kernel32.spec, win32/kernel32.c:
21273         Juergen Schmied <juergen.schmied@metronet.de>
21274         Stubs for WaitNamedPipe[A|W].
21275
21276 Tue Dec 15 18:04:58 1998  Alexandre Julliard  <julliard@winehq.com>
21277
21278         * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21279         Fix GetTempPath32 if count=0.
21280
21281         * configure, configure.in, include/config.h.in, include/multimedia.h, multimedia/audio.c, multimedia/dsound.c, multimedia/init.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c:
21282         Todd Vierling <tv@pobox.com>
21283         - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
21284           (run autoconf after this).  Note that the check has been altered to break
21285           out of the AC_CHECK_HEADERS after the first match - this is so
21286           <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
21287           with the emulated ossaudio.
21288         - check for <soundcard.h> along with the other two in a mutually-exclusive
21289           manner in the various *.c files that need it; change include of
21290           "mmsystem.h" to "multimedia.h" so this logic is all in one place
21291         - change mcicda.c to allow for CD audio manipulation on NetBSD.  This
21292           includes:
21293           * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
21294             ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
21295             neither splitting with #-directives nor a two-arg ioctl work;
21296           * changing the #if logic to allow both FreeBSD and NetBSD to share the
21297             appropriate code blocks
21298         - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
21299           (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
21300         Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
21301
21302         * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
21303         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
21304         Set the class hints for managed windows.
21305
21306         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
21307         Bugfix: GetFullPathName sets lpFilePart only when the last element
21308         does not end with '\'.
21309
21310         * windows/message.c, windows/win.c, include/commctrl.h, include/commdlg.h, include/ddeml.h, include/mouse.h, include/shlobj.h, include/winbase.h, include/windows.h, include/winerror.h, include/wingdi.h, include/wintypes.h, misc/ddeml.c, objects/bitmap.c, objects/brush.c, objects/dc.c, objects/font.c, objects/gdiobj.c, relay32/gdi32.spec, relay32/user32.spec, controls/menu.c, dlls/comctl32/commctrl.c, graphics/bitblt.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, if1632/user.spec:
21311         Paul Quinn <paulq@COREL.CA>
21312         Lots of new defines and stubs.
21313
21314         * Make.rules.in, Makefile.in, configure, configure.in:
21315         Todd Vierling <tv@pobox.com>
21316         These patches add support for --enable-dll on NetBSD, and may even do so for
21317         FreeBSD a.out.  Now, NetBSD can use libwine as a shared object.  Thanks to
21318         mycroft@netbsd.org for doing this work!
21319
21320         * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
21321         Global constructors using `.section .ctors' are bogus for NetBSD's
21322         assembler. Use the appropriate `.stabs' when on NetBSD.
21323
21324         * ole/variant.c: Todd Vierling <tv@pobox.com>
21325         Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
21326         Fixed some constants that are too big for a plain `int'.
21327
21328         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
21329         Check for MAXFLOAT if FLT_MAX isn't there.
21330
21331         * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
21332         graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
21333         using --enable-dll.
21334
21335         * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
21336         Veksler Michael <mveksler@techunix.technion.ac.il>
21337         Move declarations from windows.h to wingdi.h and winuser.h.
21338
21339 Mon Dec 14 18:15:11 1998  Alexandre Julliard  <julliard@winehq.com>
21340
21341         * win32/console.c, files/Makefile.in, files/async.c, files/file.c, include/async.h, include/file.h, loader/signal.c, misc/winsock_dns.c:
21342         Marcus Meissner <marcus@jet.franken.de>
21343         Made async IO (SIGIO) stuff from WINSOCK generic useable.
21344         Added async IO support to FILE and CONSOLE objects.
21345
21346         * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
21347         Prevent segfault in setsockopt when optname is SO_LINGER and optval is
21348         null.
21349
21350         * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
21351         Juergen Schmied <juergen.schmied@metronet.de>
21352         Some cleanup.
21353
21354         * dlls/shell32/iconcache.c:
21355         Juergen Schmied <juergen.schmied@metronet.de>
21356         SHMapPIDLToSystemImageListIndex try's to determine and load the exact
21357         icon for files (by type) now.
21358
21359         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
21360         New HCR_GetDefaultIcon (internal).
21361
21362         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
21363         Ove Kaaven <ovek@arcticnet.no>
21364         Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
21365         RMcall shortcuts independent of dosmod. SS had been left out of
21366         the REALMODECALL copy routines for some reason, fixed now. Also
21367         cleaned up a few compiler warnings.
21368
21369         * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
21370         Added ability to specify X fonts used for Helv and Tms Rmn typefaces
21371         with DefaultSerif and DefaultSansSerif INI keys.
21372
21373         * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
21374         Bertho Stultiens <bertho@panter.soci.aau.dk>
21375         - Added a global label for elf-dll linking and a long with the resource
21376           size and a long with the directory size.
21377         - Killed an annoying warning since version 1.0.0 in parser.y about a
21378           var being used before init.
21379
21380         * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
21381         Juergen Schmied <juergen.schmied@metronet.de>
21382         Adds the IPersistFile Interface to IShellLink[W] and gave both own
21383         IClassFactorys.
21384
21385         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
21386         (ReadConsole32A): small and stupid bug fixed
21387         (WriteConsoleOutput): bug fixed (attributes may change within lines)
21388         and enhanced speedwise by using buffering.
21389         (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
21390
21391         * misc/crtdll.c, relay32/crtdll.spec:
21392         Marcus Meissner <marcus@jet.franken.de>
21393         _ultoa implemented.
21394
21395         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
21396         Small hack to get rid of annoying err:resource: message for
21397         MessageBoxes.
21398
21399         * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
21400         Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
21401         the pointer.
21402
21403         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
21404         Save the original video mode before going fullscreen and restore it
21405         when the last DirectDraw_Release is called. Also fix a problem where
21406         the viewport wasn't set to 0,0.
21407
21408         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
21409         Made more cross-platform by changing ->_fileno to fileno().
21410
21411         * windows/win.c: NF Stevens <norman@arcady.u-net.com>
21412         Fix the Z-order of maximized/minimized child windows.
21413
21414         * graphics/x11drv/xfont.c:
21415         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21416         XLFDs should be well-formed (14 hyphens) to match scalable fonts.
21417         Stop slant field becoming wildcarded too early.
21418
21419         * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
21420         (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
21421
21422         * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21423         Hack OLE_GetFormat* to return something if datelen = 0.
21424         Remove unnecessary WINAPI's.
21425
21426 ----------------------------------------------------------------
21427 Fri Dec 11 15:04:11 1998  Alexandre Julliard  <julliard@winehq.com>
21428
21429         * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
21430         Patrick Spinler <spinler.patrick@mayo.edu>
21431         Implemented CreateToolhelp32Snapshot, including two of the routines
21432         using snapshots, Process32First and Process32Next.
21433
21434         * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
21435         Justin Bradford <justin@ukans.edu>
21436         Most of the currency variant conversion functions implemented.
21437         Minor bugfixes and header tidying.
21438
21439         * Makefile.in, configure, configure.in, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi.c, include/debug.h, include/debugdefs.h, include/ras.h, include/wintypes.h, relay32/rasapi32.spec:
21440         Marcus Meissner <marcus@jet.franken.de>
21441         Added RasEnumConnections stub.
21442
21443         * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
21444         Juergen Schmied <juergen.schmied@metronet.de>
21445         Bugfix in PathCombine32[A|W].
21446         View menu in explorer and on right mouse button is working now.
21447
21448         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
21449         Implemented  ILGetDisplayName.
21450
21451         * dlls/shell32/classes.c, dlls/shell32/shellord.c:
21452         Juergen Schmied <juergen.schmied@metronet.de>
21453         Started implementation of ShellExecuteEx32A.
21454         Small changes.
21455
21456         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
21457         Juergen Schmied <juergen.schmied@metronet.de>
21458         Moved menu resources to rc-file.
21459
21460         * include/pe_image.h, ole/ole2nls.c, win32/file.c:
21461         Marcus Meissner <marcus@jet.franken.de>
21462         Two debug messages clarified, one useless prototype removed.
21463
21464         * include/oleauto.h, ole/variant.c:
21465         Marcus Meissner <marcus@jet.franken.de>
21466         294 missing WINAPI added.
21467
21468         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
21469         Kill swapped out (wine) processes too and truncate diff after some xxx
21470         lines.
21471
21472         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
21473         Fixed SetLastError with wrong value.
21474
21475         * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
21476         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21477         Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
21478         misc/printdrv.c and fix a few compile warnings.
21479
21480         * win32/ordinals.c, windows/driver.c, windows/msgbox.c, windows/multimon.c, windows/user.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/ntdll/nt.c, if1632/typelib.spec, include/file.h, loader/dos/module.c, msdos/int21.c, ole/ole2nls.c, ole/typelib.c:
21481         Andreas Mohr <a.mohr@mailto.de>
21482         Fixed a bunch of compiler warnings.
21483
21484         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
21485         Added Win32 synchro to FILEs (useful only for terminal handles).
21486
21487 Thu Dec 10 16:04:51 1998  Alexandre Julliard  <julliard@winehq.com>
21488
21489         * objects/bitmap.c, objects/dc.c, objects/enhmetafile.c, objects/font.c, objects/metafile.c, relay32/comctl32.spec, relay32/gdi32.spec, relay32/kernel32.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/tapi32.spec, relay32/user32.spec, relay32/winspool.spec, win32/console.c, win32/kernel32.c, win32/time.c, windows/input.c, windows/message.c, graphics/metafiledrv/init.c, if1632/ddeml.spec, include/commctrl.h, include/ddeml.h, include/shlobj.h, include/windows.h, include/wintypes.h, memory/string.c, misc/ddeml.c, misc/network.c, misc/printdrv.c, misc/tapi32.c, controls/edit.c, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32undoc.c, dlls/comctl32/propsheet.c, dlls/shell32/shell32_main.c, files/file.c, graphics/painting.c:
21490         Francis Beaudet <francis@macadamian.com>
21491         Sylvain St-Germain <sylvain@macadamian.com>
21492         Thuy Nguyen <thuy@macadamian.com>
21493         Lots of new stubs.
21494
21495         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21496         Let the System_Time_Selector clock tick.
21497
21498         * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
21499         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21500         Adapted to CreateSystemTimer interface change.
21501
21502         * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
21503         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21504         Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
21505         (NOTE: 16-bit callbacks still don't work!)
21506
21507         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
21508         - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
21509         the child window so that the system menu is set correctly.
21510         - In MDICascade and MDITile use WM_MDIRESTORE message
21511         to restore maximized window so that system menu is
21512         handled correctly.
21513
21514         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
21515         Jean-Claude Cote <jean-claude@macadamian.com>
21516         Added implementation of the VARIANT APIs.
21517
21518         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21519         Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
21520
21521         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
21522         handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
21523         better handling of LPSTR_TEXTCALLBACK32A
21524         TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
21525
21526         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21527         Warn if two .exes conflict with each other and the second does not
21528         have relocation records.
21529
21530         * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21531         Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
21532         contain '/','\\' or ':'.
21533
21534         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
21535         Fixed a potential crash if a usable video mode is not detected.
21536
21537         * tools/make_authors: Script to generate authors files
21538
21539         * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
21540         Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
21541         as well as AddRef(), GetCapabilites(), EnumObjects(),
21542         GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
21543         and RunControlPanel() for IDirectInputDevice.
21544
21545         * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
21546         Set window focus in  _common_IDirectDraw_SetDisplayMode().
21547
21548         * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
21549         Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
21550
21551         * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
21552         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21553         Removed deferred Expose events handling.
21554
21555         * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21556         Don't clip VisRgn against X desktop.
21557
21558         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21559         LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
21560
21561         * graphics/x11drv/xfont.c:
21562         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21563         Sanity check on font size.
21564
21565         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
21566         Missing parentheses added.
21567
21568 Wed Dec  9 16:37:05 1998  Alexandre Julliard  <julliard@winehq.com>
21569
21570         * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
21571         Marcus Meissner <marcus@jet.franken.de>
21572         Enhanced Win32 Console (XTERM)
21573         - inputhandling enhanced (keys and mouseclicks)
21574         - win32 synchronization (partial)
21575         - lots of enhancements to drawing functions
21576         - simple/complex console (simple-stdin/stdout -> complex-xterm).
21577
21578         * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
21579         Joseph Pranevich <jpranevich@lycos.com>
21580         Add a driver to open up a new xterm window whenever console output is
21581         needed. Derived from console/win32.c but we are not yet ready to merge
21582         the code completely.
21583
21584         * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
21585         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21586         Improved the handling of font encodings.
21587
21588         * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
21589         Implemented DPMI RMCBs using the DOS subsystem, and a few other
21590         improvements. Also, some special-cased shortcut paths will allow some
21591         common real-mode call/RMCB combinations to work even without calling the
21592         DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
21593         even on platforms that cannot use dosmod.
21594
21595         * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
21596         Marcus Meissner <marcus@jet.franken.de>
21597         Some unnecessary #include and messages removed.
21598
21599         * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21600         Some small corrections to EnumSystemLocales32AW
21601
21602 Tue Dec  8 15:06:39 1998  Alexandre Julliard  <julliard@winehq.com>
21603
21604         * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
21605         Tried another kludge for the Xmd.h problem.
21606
21607         * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86vmode.c, configure, configure.in, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/ts_xf86vmode.h, tools/make_X11wrappers:
21608         Stephen Crowley <crow@debian.org>
21609         Added fullscreen DGA support.
21610
21611         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21612         Fixed dummy entries in MAIN_ParseLanguageOption().
21613
21614         * include/mmsystem.h, multimedia/mcicda.c:
21615         Brian Gerst <bgerst@quark.vpplus.com>
21616         Properly implement MCI_CDA_STATUS_TYPE_TRACK.
21617         Fix an off-by-one bug with MCI_STATUS_LENGTH.
21618
21619         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
21620         Superflous WINAPI removed.
21621
21622         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21623         Warn about invalid entrypoints (created by viruses) which result in
21624         Wine crashes.
21625
21626         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
21627         Create X11 palette on DirectDrawSurface::SetPalette, not before (we
21628         might not have an X11 window yet).
21629
21630         * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
21631         Move TWEAK_Init from USER to GDIInit.
21632
21633         * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
21634         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21635         Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
21636         printing functions.
21637
21638         * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21639         Fix includes.
21640
21641         * graphics/x11drv/text.c:
21642         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21643         Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
21644         or charExtra are non-zero.
21645
21646         * include/Attic/graphics.h, misc/shell.c, windows/Attic/graphics.c, windows/Makefile.in, windows/nonclient.c, windows/scroll.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/comctl32/updown.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, graphics/metafiledrv/graphics.c, graphics/x11drv/graphics.c:
21647         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21648         Replace GRAPH_ functions with Win SDK equivalents.
21649
21650 Mon Dec  7 16:23:42 1998  Alexandre Julliard  <julliard@winehq.com>
21651
21652         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
21653         Reverted previous patch.
21654
21655         * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
21656         Don't define MZ_SUPPORTED on non-i386 platforms.
21657
21658         * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
21659         Fixed DPMI_CallRMProc (I think).
21660
21661         * misc/network.c, relay32/mpr.spec:
21662         Marcus Meissner <marcus@jet.franken.de>
21663         Stub for NPSGetProviderHandleA.
21664
21665         * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
21666         The scancode Windows send for extended keys is the scancode of the
21667         unextended equivalent of the key, plus the extended flag.
21668
21669         * dlls/winaspi/winaspi16.c:
21670         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21671         Fixed a real mode problem.
21672
21673         * loader/ne/module.c:
21674         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21675         NE_MODULE.stack_size was set to a ridiculously small value of 5.
21676         Windows sets 0x1400 in such cases for programs.
21677
21678         * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21679         We don't yet want the static control to call DestroyIcon.
21680
21681         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
21682         Added case for GCW_ATOM int GetClassLong32A.
21683
21684         * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
21685         Stub for WNetOpenEnum32W.
21686
21687         * multimedia/dsound.c, relay32/dsound.spec:
21688         Robert Riggs <rriggs@tesser.com>
21689         More general code cleanup for readability.
21690         A few more parameter validation checks.
21691         Return DS_OK rather than 0 in a number of functions.
21692         Fixed primary buffer ref count bug in CreateSoundBuffer().
21693         Handle 1-3 byte sound fragments that would cause buffer overruns.
21694         Clear primary buffer with a neutral value instead of always 0
21695         (because 128 is neutral for 8-bit sound).
21696         Fix bug with mixing 8-bit sound into the primary buffer.
21697         Broke out the main block in DSOUND_thread() to another function for
21698         readability.
21699         Handle "no audio" and "audio busy" cases properly when initializing
21700         dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
21701
21702         * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
21703         Made variables optimized into registers accessible.
21704
21705         * relay32/user32.spec:
21706         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21707         The spec definition for MonitorFromWindow was wrong.
21708
21709         * msdos/int21.c: Stefan Leichter <sle@camline.com>
21710         File handle bug fix.
21711
21712         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21713         Added paragraph about different dll versions and structure sizes.
21714
21715         * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21716         Added missing TOOLINFO structure.
21717
21718         * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
21719         Fixed a heap bug.
21720
21721         * loader/task.c, memory/local.c, memory/selector.c, misc/callback.c, msdos/dpmi.c, msdos/int41.c, msdos/vxd.c, if1632/kernel.spec, if1632/thunk.c, include/callback.h, include/ldt.h, include/windows.h:
21722         Andreas Mohr <a.mohr@mailto.de>
21723         - Several kernel.spec return type mismatch fixes
21724         - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
21725         - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
21726         - LocalNotify() basic support
21727         - Fixes for local heap handling with heap handles created by Virtual*()
21728
21729         * graphics/x11drv/xfont.c:
21730         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21731         Bugfix: -microsoft-symbol encoding was not recognized.
21732
21733         * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21734         Bugfix: WIN_ResetQueueWindows would skip some windows.
21735
21736         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21737         Allow recursively reentering CALL32_LargeStack.
21738
21739         * include/ttydrv.h, windows/ttydrv/.cvsignore, windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c, Makefile.in, configure, configure.in:
21740         Patrik Stridvall <ps@leissner.se>
21741         Added the new TTY driver.
21742
21743         * include/clipboard.h, include/keyboard.h, include/message.h, include/win.h, include/x11drv.h, windows/clipboard.c, windows/defwnd.c, windows/dinput.c, windows/display.c, windows/event.c, windows/focus.c, windows/keyboard.c, windows/message.c, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c:
21744         Patrik Stridvall <ps@leissner.se>
21745         Moved more code to the X11 driver.
21746
21747 Thu Dec  3 16:29:56 1998  Alexandre Julliard  <julliard@winehq.com>
21748
21749         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
21750         Joseph Pranevich <jpranevich@lycos.com>
21751         Call the new console driver for some routines. This is not completely
21752         done yet and more for testing purposes.
21753
21754 Wed Dec  2 19:58:09 1998  Alexandre Julliard  <julliard@winehq.com>
21755
21756         * configure.in, console/.cvsignore, console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/acconfig.h, include/config.h.in, include/console.h, include/winnt.h, loader/main.c, misc/main.c, Makefile.in, configure:
21757         Joseph Pranevich <jpranevich@lycos.com>
21758         Added console support.
21759
21760         * graphics/x11drv/oembitmap.c, include/bitmap.h, include/gdi.h, include/x11drv.h, loader/main.c, objects/Attic/oembitmap.c, objects/Makefile.in, objects/bitmap.c, objects/cursoricon.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c:
21761         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21762         Move OEM resources to the x11drv.
21763
21764         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
21765         Opening a file in a directory which doesn't exist returns
21766         ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
21767
21768         * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
21769         Handle atoms "# non number" (oracle client).
21770
21771 Tue Dec  1 16:23:19 1998  Alexandre Julliard  <julliard@winehq.com>
21772
21773         * if1632/kernel.spec, misc/error.c:
21774         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21775         Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
21776         Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
21777         Added names for some undocumented exports.
21778
21779         * memory/global.c, if1632/thunk.c:
21780         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21781         Implemented GlobalChangeLockCount (KERNEL.365).
21782
21783         * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
21784         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21785         Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
21786
21787         * if1632/gdi.spec, objects/gdiobj.c:
21788         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21789         Implemented GdiFreeResources (GDI.609).
21790
21791         * include/dsound.h, multimedia/dsound.c:
21792         Robert Riggs <rriggs@tesser.com>
21793         Fixed 8-bit WAV format handling (it is unsigned data).
21794         Fixed off-by-one checks for buffer wrap.
21795         Increment ref count for primary buffer in CreateSoundBuffer().
21796         Added DSBPN_OFFSETSTOP support to position notification code.
21797         Lots of minor parameter validation checks.
21798         Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
21799         and IDirectSound_GetSpeakerConfig().
21800         Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
21801         conversion.
21802         Lots of thread locking for DirectSound buffers.
21803         Dealloc primary buffer when dsound is deallocated.
21804
21805         * include/wintypes.h:
21806         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21807         Added the TEXT() and MAKELRESULT() definitions.
21808
21809         * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
21810         Small change.
21811
21812         * Makefile.in: James Juran <jrj120@psu.edu>
21813         Revert misguided change to install_lib that broke -disable-lib
21814         configure option.
21815
21816         * misc/main.c, include/windows.h:
21817         Juergen Schmied <juergen.schmied@metronet.de>
21818         New parameter SPI_GETDRAGFULLWINDOW.
21819         One missing break in SPI_GETDRAGFULLWINDOW.
21820
21821         * dlls/shell32/pidl.c, relay32/shell32.spec:
21822         Juergen Schmied <juergen.schmied@metronet.de>
21823         New functions ILGlobalClone/ILGlobalFree.
21824
21825         * documentation/printing:
21826         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21827         Add a note about WinPrinters.
21828
21829         * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
21830         Marcus Meissner <marcus@jet.franken.de>
21831         Added some stubs, some ptr->str conversions.
21832
21833         * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
21834         Lionel Ulmer <ulmer@directprovider.net>
21835         - added definition of DirectDrawCreateClipper.
21836         - more versatile support of surfaces / better surface description support.
21837
21838         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
21839         Juergen Schmied <juergen.schmied@metronet.de>
21840         Fixed wrong parameter count for SHChangeNotifyDeregister,  SHFreeUnusedLibraries.
21841         New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
21842         Stubs SHWaitForFileToOpen, PathFindOnPath.
21843
21844         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
21845         Small changes to print the strings in the relay-trace.
21846
21847         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
21848         The class name needs to be converted to a getptr.
21849
21850         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21851         Fixed memory/status recovery when error occured in MIDI_mciOpen.
21852         Fixed support for RMID files in MIDI_mciOpen.
21853         Fixed bug for playing MIDI files with tempo changes. Sound output is
21854         now correct, but length of tracks (and therefore of whole file) is not
21855         correct.
21856         Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
21857
21858         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21859         Fixed memory/status recovery when error occured in WAVE_mciOpen.
21860         Changed error values (INTERNAL => INVALID_FILE) when file cannot
21861         be read.
21862
21863         * multimedia/msvideo.c, relay32/msvfw32.spec:
21864         Juergen Schmied <juergen.schmied@metronet.de>
21865         Stubs for MCIWndCreate[A|W].
21866
21867         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
21868         VerQueryValue, bugfix: we cant convert binary data with
21869         HEAP_strdupWtoA (\VarFileInfo\Translation).
21870
21871 Mon Nov 30 17:41:17 1998  Alexandre Julliard  <julliard@winehq.com>
21872
21873         * relay32/advapi32.spec, win32/advapi.c:
21874         Juergen Schmied <juergen.schmied@metronet.de>
21875         Stubs for EnumServiceStatus32, small changes.
21876
21877         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
21878         Load now the first icon from the *.ani file instead of crashing.
21879
21880         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
21881         Fix warnings in miscemu/main.c.
21882
21883         * include/windows.h:
21884         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21885         - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
21886         - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
21887         - added the function definition for StartPage,EndPage,GetCommMask,
21888                 GetCommModemStatus and PurgComm,WaitCommEvent.
21889
21890         * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
21891         Fixed activation/Focus message order problem when creating a new HWND.
21892
21893         * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
21894         Paul Quinn <PaulQ@corel.com>
21895         Implementation of ChildWindowFromPointEx functions.
21896
21897         * misc/registry.c: Gavriel State <gavriels@corel.com>
21898         Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
21899
21900         * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
21901         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21902         GetSystemPaletteEntries returns palette size if entries==NULL.
21903         Use this instead of COLOR_GetSystemPaletteSize.
21904
21905         * relay32/dsound.spec, multimedia/dsound.c:
21906         Marcus Meissner <marcus@jet.franken.de>
21907         Implemented class factory for dsound.
21908
21909         * relay32/kernel32.spec, misc/comm.c:
21910         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21911         - fixed a minimal error in GetCommMask definition.
21912         - adds stubs for GetCommModemStatus and WaitCommEvent.
21913
21914         * include/xmalloc.h, library/winestub.c:
21915         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21916         Fixes for C++ Winelib compilation.
21917
21918         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
21919         Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
21920
21921 Fri Nov 27 16:06:08 1998  Alexandre Julliard  <julliard@winehq.com>
21922
21923         * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
21924         James Juran <jrj120@psu.edu>
21925         Documentation updates.
21926
21927         * Makefile.in: James Juran <jrj120@psu.edu>
21928         Fixed 'make install' to really check for libwine.a before installing
21929         it.
21930
21931         * graphics/ddraw.c, include/options.h, misc/main.c:
21932         Stephen Crowley <crow@debian.org>
21933         Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
21934
21935         * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
21936         Improved GetDiskFreeSpace32A().
21937
21938 Thu Nov 26 16:32:00 1998  Alexandre Julliard  <julliard@winehq.com>
21939
21940         * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21941         Remove included color.h.
21942
21943         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21944         Remove unnecessary check for entrypoint address (test binary was
21945         infected by a virus which uses invalid PE loading stuff).
21946
21947         * graphics/painting.c, relay32/gdi32.spec:
21948         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21949         Added stubs for Startpage and EndPage.
21950
21951         * if1632/thunk.c, objects/dc.c:
21952         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21953         Removed some unnecessary FIXME outputs.
21954
21955         * if1632/kernel.spec, loader/task.c:
21956         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21957         Implemented KERNEL.602 and stub for KERNEL.490.
21958
21959         * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21960         Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
21961
21962 Wed Nov 25 18:15:53 1998  Alexandre Julliard  <julliard@winehq.com>
21963
21964         * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
21965         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21966         Small fixes.
21967
21968         * loader/ne/resource.c, include/module.h, loader/resource.c:
21969         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21970         Moved ...Resource16 routines to loader/resource.c.
21971         Implemented accessing PE-file resources with 16-bit resource routines.
21972
21973         * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
21974         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21975         Implementation of PE->NE resource conversion routines (KERNEL.615-618).
21976
21977         * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
21978         Francis Beaudet <francis@macadamian.com>
21979         Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
21980         and SysStringLen(). Ensure that the BSTR objects were allocated
21981         according to the Windows documentation.
21982
21983         * dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
21984         Juergen Schmied <juergen.schmied@metronet.de>
21985         Moved existing path - functions to shellpatch.c.
21986         New: PathRemoveBlanks32A|W,  PathMatchSpec32A|W,
21987         PathSetDlgItemPath32A|W.
21988
21989         * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
21990         Juergen Schmied <juergen.schmied@metronet.de>
21991         Moved existing IShellLink class. New stubs for IShellLinkW.
21992
21993         * include/bitmap.h, include/color.h, include/gdi.h, include/x11drv.h, include/x11font.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/gdiobj.c, windows/Attic/graphics.c, windows/dce.c, windows/display.c, windows/event.c, windows/input.c, windows/mouse.c, windows/scroll.c, windows/sysmetrics.c, windows/user.c, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
21994         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21995         Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
21996
21997         * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
21998         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21999         Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
22000         registers (used by DeviceIoControl). Adapted all users.
22001
22002         * include/winioctl.h, win32/device.c:
22003         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22004         Implemented (most) VWin32.VxD DeviceIoControl routines.
22005
22006 Tue Nov 24 20:47:17 1998  Alexandre Julliard  <julliard@winehq.com>
22007
22008         * include/thread.h, scheduler/thread.c:
22009         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22010         Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
22011
22012         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22013         Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
22014         for 32-bit queues.
22015
22016         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22017         Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
22018         Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
22019
22020         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22021         Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
22022         Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
22023
22024         * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
22025         Don't match against Symbol or Nil fonts.
22026
22027         * memory/global.c: Stephen Crowley <crow@debian.org>
22028         Return the "buffers" and "cached" memory as free since it is
22029         deallocated when a program needs it anyway.
22030
22031         * windows/dialog.c, include/windows.h:
22032         Juergen Schmied <juergen.schmied@metronet.de>
22033         Bugfix: SetDlgItemText32 returns BOOL not void.
22034
22035         * relay32/user32.spec, windows/user.c:
22036         Juergen Schmied <juergen.schmied@metronet.de>
22037         New stubs GetUserObjectInformationA|W.
22038
22039         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
22040         Removed left over 'show' and useless deadbeef checking which doesn't
22041         work.
22042
22043         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
22044         Adjust broken entrypoint addresses. (win98 notepad.exe)
22045
22046         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
22047         Updated according to development.
22048
22049         * if1632/mmsystem.spec, relay32/winmm.spec:
22050         Eric Pouech <Eric.Pouech@wanadoo.fr>
22051         Some new stubs (midiStreamXXX functions, some mci functions, and
22052         some mmio functions).
22053
22054         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22055         Moved MCI part to mcimidi.c ; added DriverProc.
22056
22057         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22058         Moved MCI part to mciwave.c ; added some error checking ; added
22059         DriverProc
22060
22061         * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
22062         Eric Pouech <Eric.Pouech@wanadoo.fr>
22063         Added mcimidi and mciwave.
22064
22065         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22066         Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
22067         seek command.
22068
22069         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22070         Starting writing MCI part ; fixed bug in MCI_INFO command.
22071
22072         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22073         Added some missing stubs in 32 bit part.
22074
22075         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22076         Made use of new 16/32 MCI message handling in mmsystem.c.
22077
22078         * include/mmsystem.h, include/multimedia.h:
22079         Eric Pouech <Eric.Pouech@wanadoo.fr>
22080         Added some new functions/structures definitions.(I couldn't get all
22081         the manifest constants values that MS was referring to in its specs...
22082         if someone has them...)
22083
22084         * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22085         Added some error checking ; made use of new 16/32 MCI message handling
22086         in mmsystem.c ; fixed bug in MCI_INFO command.
22087
22088         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22089         Added some error checking ; made use of new 16/32 MCI message
22090         handling in mmsystem.c.
22091         Added Win95 command to handle cd-rom with both data and audio ; fixed
22092         bug in MCI_INFO command ; shadowing MCI status for devices that can't
22093         get current status ; fixed status not being updated on cd change.
22094
22095         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22096         Factorized 16/32 bit MCI function by using  message mapping from 16
22097         to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
22098         mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
22099         yet working. Fixed some issues regarding asynchronous MCI commands ;
22100         fixed MCI_SYSINFO command.
22101
22102         * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
22103         Fixed some quirks.
22104
22105 Sun Nov 22 18:29:50 1998  Alexandre Julliard  <julliard@winehq.com>
22106
22107         * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
22108         Juergen Schmied <juergen.schmied@metronet.de>
22109         Many fixes.
22110
22111         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
22112         New function: _ILGetExtension.
22113
22114         * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
22115         Juergen Schmied <juergen.schmied@metronet.de>
22116         New file. HKEY_CLASSES_ROOT handling.
22117
22118         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22119         Updated.
22120
22121         * dlls/comctl32/header.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/header.h, include/listview.h, include/ole2.h, include/rebar.h, include/status.h, include/toolbar.h, include/tooltips.h:
22122         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22123         Added Unicode support (at least partially).
22124
22125         * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
22126         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22127         Added IOleAdviseHoler interface (still a dummy) and fixed
22128         CreateOleAdviseHolder().
22129
22130         * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
22131         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22132         Added global subclassing atom, used by tooltips and updown (not yet).
22133
22134         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22135         Improved layout code.
22136
22137         * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
22138         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22139         Fixed ImageList_LoadImage().
22140
22141         * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22142         Added CMEM_SETITEM32A and message forwarding to combobox.
22143
22144         * ole/moniker.c, relay32/ole32.spec:
22145         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22146         Added stub for CreateItemMoniker().
22147
22148         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22149         Fixed some undocumented function names and implemented DPA_Merge
22150         partially.
22151
22152         * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22153         Enabled double click for buttons.
22154
22155         * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22156         Added command and return constants used by WM_NOTIFYFORMAT.
22157
22158         * objects/brush.c, objects/dc.c, objects/gdiobj.c, objects/pen.c, windows/Attic/graphics.c, graphics/painting.c, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, include/dc.h, include/x11drv.h:
22159         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22160         Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
22161
22162         * include/options.h, misc/main.c, ole/ole2nls.c:
22163         Juergen Schmied <juergen.schmied@metronet.de>
22164         Small fixes to get the default language to a sensible value.
22165         Thanks to Pablo.
22166
22167         * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
22168         Douglas Ridgway <ridgway@winehq.com>
22169         Miscellaneous small fixes.
22170
22171         * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
22172         Andreas Mohr <a.mohr@mailto.de>
22173         Added Win16 implementation for GetRegionData().
22174
22175         * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
22176         Enhanced OABuildVersion() to return different version values for
22177         different winvers.
22178
22179         * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
22180         Added INT21_ParseFileNameIntoFCB() and some other things to get
22181         COMMAND.COM working.
22182
22183         * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
22184         Added missing entry for GetNumberFormatW.
22185
22186         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
22187         Checking for NULL-pointer.
22188
22189         * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
22190         Robert Pouliot <krynos@clic.net>
22191         Better OLE support in French languages.
22192
22193         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
22194         Implementation of CreateProcess32W.
22195
22196         * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
22197         Queuing of deferred Expose events.
22198
22199         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
22200         LB_GETTEXT: Handle passed NULL buffer.
22201
22202         * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
22203         CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
22204         byte NULL buffer.
22205
22206         * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
22207         Marcus Meissner <marcus@jet.franken.de>
22208         Turn mega double switch into static table (reduces compile time).
22209
22210         * AUTHORS, include/authors.h: Added Robert Riggs.
22211
22212         * include/d3d.h: Robert Riggs <rriggs@tesser.com>
22213         include ddraw.h, questionable fix for questionable struct/union
22214         construct in MS's D3DVECTOR definition.
22215
22216         * include/dsound.h: Robert Riggs <rriggs@tesser.com>
22217         More flags (DirectX 5.2), DirectSound3DListener and
22218         DirectSound3DBuffer structures, include some required files
22219         (windows.h, compobj.h, and d3d.h).
22220
22221         * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
22222         DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
22223         primary buffer is implemented closer to what the SDK docs specify,
22224         other SDK documented behaviour enforced. Completed the devcaps list.
22225
22226         * misc/crtdll.c, relay32/crtdll.spec:
22227         Juergen Schmied <juergen.schmied@metronet.de>
22228         New stubs strdate, strtime.
22229
22230         * memory/selector.c:
22231         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22232         Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
22233
22234         * misc/comm.c: Cliff Wright <cliff@snipe444.org>
22235         Fixed a mask set, and other parity setting bugs for serial ports.
22236
22237         * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
22238         Added BSDI sigcontext definitions.
22239
22240         * windows/class.c: Rein Klazes <rklazes@casema.net>
22241         Fixed typo.
22242
22243         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
22244         Remove now useless RELAY_ShowDebugmsgsRelay check.
22245
22246         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
22247         Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
22248         directory, for they seem to be relocated by the standard relocating
22249         mechanism. (Explicitly checked one program using it)
22250
22251         * dlls/shell32/shellord.c, include/shell.h:
22252         Marcus Meissner <marcus@jet.franken.de>
22253         PathAddBackshlash, PathRemoveBackslash: argument is not constant.
22254
22255         * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
22256         Check wndPtr for NULL.
22257
22258         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
22259         BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
22260
22261         * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
22262         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22263         Takes print spooler functions out of win16drv.
22264         Allows the PostScript driver to go into libwine.
22265
22266         * if1632/gdi.spec, objects/brush.c, objects/palette.c:
22267         Ian Schmidt <irsman@iag.net>
22268         Added stubs for two undocumented GDI routines, SetMagicColors and
22269         SetSolidBrush. This allows Win98 native USER to start up.
22270
22271         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
22272         Fixed the DGA detection code in ddraw. You don't need root access,
22273         having r+w access to /dev/mem is enough.
22274
22275         * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
22276         Marcus Meissner <marcus@jet.franken.de>
22277         DirectDraw status updated.
22278         Use cooperative window for drawing in xlib implementation if possible.
22279         Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
22280
22281         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
22282         Micro patch for AltGr key on german keyboards.
22283
22284         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
22285         Fixes error handling (SetLastError() and return value).
22286
22287         * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
22288         Partially complete GetTextCharsetInfo and corrects return values for
22289         this family of functions.
22290
22291 Sun Nov 15 18:12:12 1998  Alexandre Julliard  <julliard@winehq.com>
22292
22293         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
22294         Bug fix.
22295
22296         * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22297         Fixed retrieval of invalid palette data in GetDIBits().
22298
22299         * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
22300         Allow SWP_HIDEWINDOW to be called on windows that are already hidden
22301         without unmapping them again.
22302
22303         * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
22304         Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
22305         outside desktop window with gtwin.exe (Dutch banking program).
22306
22307         * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
22308         Small atom fixes.
22309
22310         * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
22311         Fixed bug in StretchDIBits32 (wrong origin).
22312
22313         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
22314         Small fixes.
22315
22316         * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
22317         Lionel Ulmer <ulmer@directprovider.net>
22318         Some corrections to the handling of off-screen buffers.
22319         Correction to the EnumDisplayModes function.
22320         Added XShm support to Xlib driver.
22321         Open a DirectX window even when using the DGA driver.
22322
22323         * include/shell.h, include/shlobj.h, misc/shell.c, relay32/shell32.spec, dlls/shell32/Makefile.in, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c:
22324         Juergen Schmied <juergen.schmied@metronet.de>
22325         Cleanup, small fixes, a few new stubs.
22326
22327         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
22328         Handling for listviewstyles, view mode buttons in filedialogs
22329         enabled and handled.
22330         New listview columns Size, Type, Modified for reportview
22331         created and handled.
22332
22333         * dlls/shell32/if_macros.h:
22334         Juergen Schmied <juergen.schmied@metronet.de>
22335         New file, wrapper for IShellBrowser class.
22336
22337         * dlls/shell32/iconcache.c:
22338         Juergen Schmied <juergen.schmied@metronet.de>
22339         New file, some helper functions for icon cache.
22340         Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
22341         Shell_GetImageList in this file.
22342
22343         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
22344         Juergen Schmied <juergen.schmied@metronet.de>
22345         Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
22346
22347         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
22348         LoadLibraryEx: show a warning when called with unimplemented parm.
22349
22350         * miscemu/instr.c: Cleaned up a bit.
22351
22352         * memory/selector.c, miscemu/instr.c, tools/build.c:
22353         Marcus Meissner <marcus@jet.franken.de>
22354         Clean invalid selectors on the pop %xs from the STACKFRAME itself
22355         instead of using linked list hack.
22356
22357         * Makefile.in: Removed gets message.
22358
22359         * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
22360         Added Thai nls-resources.
22361
22362         * ole/nls/README, ole/nls/cze.nls, ole/nls/ese.nls, ole/nls/esg.nls, ole/nls/est.nls, ole/nls/euq.nls, ole/nls/fos.nls, ole/nls/hrv.nls, ole/nls/hun.nls, ole/nls/isl.nls, ole/nls/nor.nls, ole/nls/plk.nls, ole/nls/ptg.nls, ole/nls/rom.nls, ole/nls/slv.nls, ole/nls/sve.nls, ole/ole2nls.c, include/winnls.h:
22363         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22364         Display the language id for "XXX not supported for your language"
22365         messages.
22366         Added all languages and sublanguages for languages supported in
22367         resources/sysres_Xx.
22368
22369         * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
22370         Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
22371
22372         * ole/moniker.c: Gavriel State <gavriels@corel.com>
22373         Ensure that CreateFileMoniker functions don't return a bogus moniker
22374         object on failure.
22375
22376         * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
22377         Added code to manage Ascii and WideChar class names, and to return the
22378         names in the GetClassInfo functions.
22379
22380         * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
22381         Fix to Linux IPX so compiles on non-linux platforms.
22382
22383         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
22384         Own X11 errorhandler to locate X11 errors. Useful only with -sync.
22385
22386 Sat Nov 14 18:59:30 1998  Alexandre Julliard  <julliard@winehq.com>
22387
22388         * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
22389         Juergen Schmied <juergen.schmied@metronet.de>
22390         Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
22391
22392         * include/cursoricon.h, include/display.h, include/message.h, objects/cursoricon.c, windows/display.c, windows/mouse.c, windows/x11drv/init.c, if1632/display.spec:
22393         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22394         Moved X11 mouse cursor handling to the DISPLAY driver.
22395
22396         * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
22397         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22398         Some fixes to Wine startup/termination sequence with native USER.
22399         Do not call built-in USER signal handler when using native USER.
22400
22401         * debugger/break.c, include/debugger.h, include/task.h:
22402         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22403         Bugfix: -debug didn't work anymore after the last startup sequence patch.
22404
22405         * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22406         Fixed list insertion bug in CoLoadLibrary().
22407
22408         * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
22409         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22410         Added stubs for several VxDs / interrupts.
22411
22412         * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
22413         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22414         Should get win16drv AbortProc working. Hopefully.
22415
22416         * windows/input.c, windows/keyboard.c:
22417         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22418         Moved GetKeyboardLayoutName16 to windows/input.c.
22419
22420         * include/imagehlp.h, include/winnt.h, include/wintypes.h:
22421         Patrik Stridvall <ps@leissner.se>
22422         Moved some declarations from imagehlp.h to common include files.
22423
22424         * relay32/kernel32.spec, win32/thread.c:
22425         Rein Klazes <rklazes@casema.net>
22426         Added implementations for InterlockedExchangeAdd() and
22427         InterlockedCompareExchange().
22428
22429         * win32/console.c, objects/dib.c, objects/enhmetafile.c:
22430         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22431         Fixes a few of the many compiler warnings.
22432
22433         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
22434         Emulate "mov cr4,eax" (tombraider 3 demo).
22435
22436         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
22437         Do not enumerate D3D devices we can't handle anyway.
22438         Return bitmasks for hi/truecolor depths in EnumDisplayModes.
22439
22440         * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
22441         Marcus Meissner <marcus@jet.franken.de>
22442         Speed up relay32, snoop16 and snoop32 include/excludes by doing them
22443         just once at creation time.
22444
22445         * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
22446         Pavel Roskin <pavel_roskin@geocities.com>
22447         Added stubs for CoRevokeClassObject and OleSetClipboard.
22448
22449         * windows/win.c: Per Ã…ngström <pang@mind.nu>
22450         EnumTaskWindows16: Basing the selection on a window's task is not only
22451         more straightforward than comparing message queues, it also works
22452         better for Win32 applications.
22453
22454         * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22455         Changed some of the message classes.
22456
22457         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
22458         Special case handling of : Shift + arrow, shift + home, ...
22459         X returns a char for it, but Windows doesn't. Ignore X char.
22460         Also added some documentation.
22461
22462         * include/winsock.h, misc/winsock.c:
22463         Stephen Langasek <vorlon@dodds.net>
22464         Bugfixes for IPX code and preliminary groundwork for other address
22465         family support.
22466
22467         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
22468         (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
22469         lookup (Registry is case insensitive).
22470
22471         * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
22472         Juergen Schmied <juergen.schmied@metronet.de>
22473         Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
22474         StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
22475         RtlTimeToTimeFields.
22476
22477         * include/windows.h, ole/ole2nls.c:
22478         Juergen Schmied <juergen.schmied@metronet.de>
22479         Stub for GetNumberFormat32W.
22480
22481         * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
22482         gets() fixes.
22483
22484         * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
22485         Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
22486         to be in nominative case.
22487
22488         * windows/queue.c: Per Ã…ngström <pang@mind.nu>
22489         Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
22490         an invalid size parameter.
22491
22492         * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
22493         Added correct implementation of GetCaps, changed Play and Stop handling
22494         of positions indexes, suppressed warnings.
22495
22496         * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
22497         Corrected bug in TRACE function.
22498
22499         * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
22500         Lionel Ulmer <ulmer@directprovider.net>
22501         Corrected bug in DirectDrawSurface creation and handling for driver
22502         based upon Xlilb.
22503
22504         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
22505         Wine keyboard and mouse have now their own UIDs.
22506
22507         * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22508         Fix allocation size in CreateDIBPatternBrush*.
22509
22510 ----------------------------------------------------------------
22511 Sun Nov  8 16:44:41 1998  Alexandre Julliard  <julliard@winehq.com>
22512
22513         * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
22514         Fixed keystroke accelerators in dialogs which have controls containing
22515         other controls as child windows.
22516
22517         * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
22518         Juergen Schmied <juergen.schmied@metronet.de>
22519         Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
22520         16->32 bit conversion.
22521
22522         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22523         Prevent CreateDIBSection from seg faulting when one dimension of
22524         section is 0.
22525
22526         * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
22527         Stephen Langasek <vorlon@dodds.net>
22528         Support for IPX networking via winsock under Linux.
22529
22530         * relay32/gdi32.spec, graphics/painting.c:
22531         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22532         Added a stub for StartDocA and EndDoc.
22533
22534         * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
22535         James Sutherland <JamesSutherland@gmx.de>
22536         More complete implementation of the SetCtrlHandler() function (and the
22537         related console functions).
22538
22539         * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
22540         Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
22541         updates.
22542
22543         * graphics/vga.c, include/vga.h, msdos/ioports.c:
22544         Ove Kaaven <ovek@arcticnet.no>
22545         Simulate the VGA vertical refresh.
22546
22547         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22548         Added support of source and destination rectangles in Blit function.
22549
22550         * include/dinput.h, windows/dinput.c:
22551         Lionel Ulmer <ulmer@directprovider.net>
22552         Added device type constants and used them in device enumeration
22553         function.
22554
22555         * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22556         API documentation says that RegEnumKeyEx, RegEnumValue and
22557         RegQueryInfoKey takes the size of the buffers as characters.
22558
22559         * ole/compobj.c: Added missing #include "config.h"
22560
22561         * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
22562         Justin Bradford <justin@ukans.edu>
22563         Replaces CoCreateGuid stub with an implementation of DCE's UUID
22564         specification. Also removes some unnecessary code from StringFromCLSID.
22565
22566         * include/commctrl.h, include/winbase.h, include/wintypes.h:
22567         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22568         Added an extern "C" safeguard.
22569
22570         * include/commdlg.h, include/windows.h, windows/input.c:
22571         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22572         - adds GetExitCodeProcess
22573         - corrects the return-type of GetKeyState
22574         - corrects the winelib definition of IsDialogMessage
22575         - adds winelib definitions for PrintDlg
22576
22577         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
22578         ExtSelectClipRgn fix: RGN_DIFF did not work.
22579
22580         * objects/cursoricon.c, windows/event.c, windows/message.c:
22581         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22582         Adapted to new input event handling.
22583
22584         * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
22585         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22586         USER-side part of input event handling: contains implementation of
22587         keybd_event and mouse_event, and USER-related code removed from
22588         windows/event.c and windows/keyboard.c.
22589
22590         * windows/display.c:
22591         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22592         Stubs for DISPLAY.DRV removed from keyboard.c.
22593
22594         * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
22595         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22596         Implementation of MOUSE.DRV (contains some code taken from
22597         windows/event.c).
22598
22599         * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
22600         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22601         Implementation of KEYBOARD.DRV (code mostly taken from previous
22602         windows/keyboard.c).
22603
22604         * loader/main.c, loader/task.c, miscemu/main.c:
22605         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22606         Bugfix: really *do* switch to the initial task's stack.
22607         CallLargeStack mechanism re-enabled.
22608
22609         * include/debug.h, include/debugdefs.h:
22610         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22611         New Files. Added 'date and time picker' and 'month calendar' control
22612         dummies. They are used by Outlook Express.
22613
22614         * ole/ole2.c, relay32/ole32.spec:
22615         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22616         Added stub for CreateBindCtx() and added missing CoGetClassObject()
22617         to *.spec file. Makes Internet Explorer 4.01 happy ;-)
22618
22619         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22620         Little improvement.
22621
22622         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22623         Added preliminary hit testing. Makes regedit.exe happy ;-)
22624
22625         * documentation/common_controls, dlls/comctl32/imagelist.c:
22626         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22627         Improved documentation and fixed typos.
22628
22629         * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
22630         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22631         Added DrawStatusText32AW() and CreateStatusWindow32AW().
22632
22633         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22634         Improved display and layout code.
22635
22636         * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
22637         Eric Kohl <ekohl@abo.rhein-zeitung.de>
22638         New Files. Added 'date and time picker' and 'month calendar' control
22639         dummies. They are used by Outlook Express.
22640
22641 Sat Nov  7 12:56:32 1998  Alexandre Julliard  <julliard@winehq.com>
22642
22643         * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
22644         Charles Suprin <csuprin@lynx.dac.neu.edu>
22645         Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
22646
22647         * graphics/x11drv/graphics.c:
22648         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22649         Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
22650         which it did if either ellipse dimension was zero.
22651
22652         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22653         Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
22654         is zero.
22655
22656         * relay32/mpr.spec, misc/network.c:
22657         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22658         Added stub WNetEnumCachedPasswords.
22659
22660         * msdos/int21.c, msdos/int25.c:
22661         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22662         Made this file DOSMOD friendly.
22663
22664         * loader/ne/segment.c, loader/pe_image.c:
22665         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22666         Unified "No implementation for..." warnings.
22667
22668         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
22669         monodebg.vxd used by some Origin programs implemented.
22670
22671         * objects/bitmap.c:
22672         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22673         Fail if less then one entire line requested in GetBitmapBits32.
22674
22675         * windows/winproc.c: Rein Klazes <rklazes@casema.net>
22676         Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
22677
22678         * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
22679         John Richardson <jrichard@zealand.mv.com>
22680         Implementation of CoLoadLibrary, CoFreeAllLibraries,
22681         CoFreeUnusedLibraries, CoFreeLibrary.
22682         Fixed misspelling of CoUninitialize.
22683
22684         * programs/clock/ChangeLog, programs/clock/main.c:
22685         Robert Pouliot <krynos@clic.net>
22686         Fixes for other languages.
22687
22688 Fri Nov  6 17:36:13 1998  Alexandre Julliard  <julliard@winehq.com>
22689
22690         * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
22691         Fix wide character functions to return character count in character
22692         quantities not byte quantities.  Make RegQueryInfoKey and
22693         RegQueryInfoKey behave correctly in win95 mode.
22694
22695         * include/dinput.h, windows/dinput.c:
22696         Lionel Ulmer <ulmer@directprovider.net>
22697         Changed mouse button mapping and check size of return buffer.
22698
22699         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
22700         ExtSelectClipRgn() with RGN_COPY copies the wrong region.
22701
22702         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22703         Fixed an error in the implementation of FILE_ShareDeny.
22704
22705         * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
22706         Marcus Meissner <marcus@jet.franken.de>
22707         Solaris redefines ERR and CS, fixed occurances.
22708         Solaris has TRAPNO in its sigcontext, added to sig_context.h
22709
22710         * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
22711         Eric Pouech <Eric.Pouech@wanadoo.fr>
22712         Made mmioSetBuffer callable from 16 and 32 bit code.
22713
22714         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
22715         Fixed wrong arg type.
22716
22717         * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
22718         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22719         Moved X11 DIB stuff to x11drv.
22720
22721         * win32/code_page.c:
22722         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22723         The API for WideCharToMultiByte says that the src-string has only to be
22724         treated as NULL-terminated if srclen is -1.
22725
22726         * include/win.h, windows/event.c, windows/win.c:
22727         Ove Kaaven <ovek@arcticnet.no>
22728         Made sure ConfigureNotify is processed before Expose, deferring the
22729         Expose event if necessary, thus working around a WM flaw with virtual
22730         desktop scrolling in -managed mode.
22731
22732         * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
22733         Translated in French (not so good anyhow) message for the mark on
22734         system menu.
22735
22736         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
22737         Changed the default from 0 to 0x409 (eng-us).
22738
22739         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
22740         Two missing WINAPIs.
22741
22742         * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
22743         Fixed one wrong parameter.
22744
22745         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
22746         Fixed --disable-lib.
22747
22748 Thu Nov  5 10:33:18 1998  Alexandre Julliard  <julliard@winehq.com>
22749
22750         * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
22751         Constants for controls in common dialogs.
22752
22753 Wed Nov  4 18:08:33 1998  Alexandre Julliard  <julliard@winehq.com>
22754
22755         * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
22756         Fixed some compiler warnings.
22757
22758 Sun Nov  1 19:27:24 1998  Alexandre Julliard  <julliard@winehq.com>
22759
22760         * windows/message.c, windows/nonclient.c, windows/painting.c, windows/winhelp.c, windows/winpos.c, misc/commdlg.c, misc/shell.c, misc/winsock.c, miscemu/instr.c, multimedia/audio.c, multimedia/joystick.c, objects/bitmap.c, objects/clipping.c, objects/color.c, objects/cursoricon.c, objects/dib.c, tools/wrc/dumpres.c, tools/wrc/parser.l, windows/clipboard.c, windows/mdi.c, files/file.c, graphics/x11drv/xfont.c, memory/heap.c:
22761         Jesper Skov <jskov@cygnus.co.uk>
22762         egcs 'ambiguous else' warnings fixes.
22763
22764         * include/toolhelp.h, include/windows.h, scheduler/process.c:
22765         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22766         Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
22767         definition to toolhelp.h.
22768
22769         * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
22770         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22771         Run Winelib applications as 32-bit processes in the initial task.
22772         Simplified/removed several special 'if (__winelib)' cases in
22773         Wine main code obsoleted by that change.
22774
22775         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22776         Call mouse driver callback also if windows are not registered with X
22777         (if using native USER.EXE).
22778
22779         * memory/atom.c, include/atom.h:
22780         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22781         Adapted to separation between KERNEL and USER.
22782
22783         * if1632/builtin.c, include/main.h, loader/main.c, loader/task.c, miscemu/main.c, relay32/gdi32.spec, relay32/kernel32.spec, relay32/user32.spec, scheduler/process.c:
22784         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22785         Implemented new Wine startup sequence, separating startup into
22786         KERNEL/USER/GDI related parts, allowing native replacement.
22787         Implemented initial 'kernel' task.
22788
22789         * include/ole.h, include/winerror.h, ole/compobj.c:
22790         John Richardson <jrichard@zealand.mv.com>
22791         Implementation of InprocServer32 CoGetClassObject.
22792
22793         * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
22794         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22795         More bitmap fixes.
22796
22797         * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
22798
22799         * programs/winhelp/Makefile.in, programs/winver/Makefile.in, windows/win.c, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/init.c, include/config.h.in, include/win.h, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, include/acconfig.h:
22800         Patrik Stridvall <ps@leissner.se>
22801         Started moving some X11 window management code to windows/x11drv.
22802
22803         * if1632/user.spec, windows/dialog.c, windows/winproc.c:
22804         Ove Kaaven <ovek@arcticnet.no>
22805         Fixed IsDialogMessage16.
22806
22807         * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
22808         Tell people to ignore the 'gets' warning. Some will listen.
22809
22810         * graphics/x11drv/bitmap.c, windows/graphics.c:
22811         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22812         A couple of small fixes to my bitmap patch.
22813
22814         * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
22815         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22816         Allow the user to put a mark in the debug log by adding a item in the
22817         SYSMENU. The messages needs implementation in all other languages than
22818         English and German.
22819
22820         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22821         Give tempfile a different name even if they are created in the same
22822         second. Removed some fixmes from the ShareDeny stuff.
22823
22824         * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
22825         Rein Klazes <rklazes@casema.net>
22826         CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
22827         extended style is specified. Also implemented CreateMDIWindow32A()
22828         call - single thread only -.
22829
22830         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
22831         Erred in the bit macros in treeview.c. Shiftcounts were wrong.
22832
22833         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
22834         Detection of the end of imports with Characteristics 0 fail for Borland
22835         programs (which seem to have always characteristics 0). Changed to algorithm
22836         to something a bit more intelligent.
22837
22838         * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
22839         Added CoFreeLibrary stub.
22840
22841         * README: Updated FAQ location.
22842
22843         * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22844         Implement SEGPTR conversion for STARTDOC in Escape32().
22845
22846         * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22847         Bugfix: SetDCState did not reset clipping region to empty.
22848
22849         * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
22850         Fixed small off by one error in GetComputerName32W, always killed the
22851         last character of a hostname.
22852
22853         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
22854         Don't HeapFree() colormap if we didn't allocate one.
22855
22856         * win32/advapi.c, windows/message.c, windows/user.c, dlls/shell32/shellord.c, include/wintypes.h, misc/crtdll.c, misc/printdrv.c, relay32/advapi32.spec, relay32/crtdll.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/user32.spec, relay32/winspool.spec:
22857         Marcus Meissner <marcus@jet.franken.de>
22858         Added stubs for user32,advapi32 functions.
22859
22860         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
22861         Marcus Meissner <marcus@jet.franken.de>
22862         More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
22863
22864         * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
22865         Changed many WARN()s related to internal Wine memory failures to
22866         ERR()s.
22867
22868         * if1632/kernel.spec, scheduler/process.c:
22869         Andreas Mohr <a.mohr@mailto.de>
22870         Added .spec entry for KERNEL.RegisterServiceProcess.
22871
22872         * if1632/display.spec, windows/keyboard.c:
22873         Andreas Mohr <a.mohr@mailto.de>
22874         Added stub for CheckCursor().
22875
22876         * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
22877         Fix for non-modal dialog closing.
22878
22879         * windows/dinput.c: David Faure  <faure@kde.org>
22880         Rewrote the two routines using the vkey->scancode array to use
22881         keyc2vkey for each keycode, instead. Not tested.
22882         Removed unused IDirectInputDeviceA_GetDeviceState.
22883         Fixed warning in TRACE() call.
22884
22885         * windows/keyboard.c: David Faure <faure@kde.org>
22886         Deleted the vkey->sancode array, because QWERTY specific.
22887         Back to using the X keycode instead as the scancode. Tested.
22888
22889         * graphics/psdrv/init.c:
22890         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22891         Print a message if the PostScript driver can't find a PPD file.
22892
22893         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
22894         Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
22895         (DOS apps/games using this mode comes up now, although you can't
22896         really do anything with them (yet?).)
22897
22898         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
22899         Use macro V86_FLAG.
22900
22901         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
22902         Set default video mode to 3 (80x25 color).
22903
22904         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
22905         Ignores a couple of signals.
22906
22907         * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
22908         Ove Kaaven <ovek@arcticnet.no>
22909         Moved VGA-emulating DirectX code from dispdib.c to a separate
22910         file. Made it use a system timer and trap I/O accesses to the VGA
22911         DAC registers to accommodate DisplayDib-using programs that try to
22912         access the VGA hardware directly.
22913
22914         * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
22915         Ove Kaaven <ovek@arcticnet.no>
22916         Indirection for INSTR_EmulateInstruction for use by DOS code.
22917         Added support for a 55Hz system timer, letting DOS apps calibrate
22918         their delay loops and such. Calls INSTR_EmulateInstruction for
22919         instruction emulation (principally I/O port access). Added macro
22920         V86_FLAG.
22921
22922 Sat Oct 31 12:20:56 1998  Alexandre Julliard  <julliard@winehq.com>
22923
22924         * windows/dinput.c, multimedia/dsound.c:
22925         Marcus Meissner <marcus@jet.franken.de>
22926         Small fixes.
22927
22928         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
22929         Removed the FIXME() and moved SetLastError(0) to the end (so that
22930         GetTempFileName et.al. can't overwrite it).
22931
22932         * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
22933         Marcus Meissner <marcus@jet.franken.de>
22934         Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
22935         a bit further.
22936
22937         * windows/mdi.c: Rein Klazes <rklazes@casema.net>
22938         MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
22939         style, should not be shown at creation nor activated unless the
22940         WS_VISIBLE flag is set.
22941
22942         * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
22943         Bugfix for fixup_imports: Enable checking for terminating import
22944         struct with Characteristics bitfield set to 0.
22945
22946         * windows/win.c: Rein Klazes <rklazes@casema.net>
22947         Delay linking newly created window in linked list until after the
22948         WM_NCCREATE message.
22949
22950         * files/file.c: Rein Klazes <rklazes@casema.net>
22951         Small bug in FILE_InUse does not do a release on every acquired file
22952         pointer.
22953
22954         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
22955         lpszName of NULL is handled (removes some warnings).
22956
22957         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
22958         Now allows specification of a start directory on the cmdline.
22959
22960         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
22961         Gets rid of the arch-dependent bit operations (tested on Linux and
22962         Solaris/x86).
22963
22964 Wed Oct 28 14:58:02 1998  Alexandre Julliard  <julliard@winehq.com>
22965
22966         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
22967         A dest buffer was printed out as string.
22968
22969         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
22970         Corrected 2 wrong definitions.
22971
22972         * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
22973         Patrick Spinler <spinler.patrick@mayo.edu>
22974         Added stubs for Process32First/Process32Next.
22975
22976         * include/x11drv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/palette.c, objects/region.c, graphics/escape.c, graphics/metafiledrv/graphics.c, graphics/painting.c, graphics/path.c, graphics/psdrv/graphics.c, graphics/win16drv/graphics.c, graphics/x11drv/graphics.c, include/debugger.h, include/gdi.h, include/metafiledrv.h, include/psdrv.h, include/win16drv.h, include/windows.h, include/wintypes.h, debugger/dbg.y, debugger/msc.c, debugger/stabs.c, debugger/types.c:
22977         François Gouget <gouget@metaintegration.net>
22978         Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
22979         headers prototypes.
22980
22981         * graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/brush.c, objects/dib.c, objects/oembitmap.c, windows/graphics.c, graphics/metafiledrv/init.c:
22982         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22983         Added pBitmapBits and pCreateBitmap to the GDI function table and
22984         moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
22985
22986         * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
22987         Juergen Schmied <juergen.schmied@metronet.de>
22988         New SHGetSimpleIDListFromPath32AW.
22989         Unicode-safe: PathFindFilename32AW.
22990
22991         * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
22992         IExtractIcon had an extra c in a struct definition.
22993
22994         * relay32/dplay.spec:
22995         John Richardson <jrichard@zealand.mv.spamless.com>
22996         Added entry for DirectPlayEnumerate.
22997
22998         * ole/nls/sky.nls, ole/ole2nls.c:
22999         Juergen Schmied <juergen.schmied@metronet.de>
23000         Added Slovak nls-resources.
23001
23002         * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23003         Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
23004         CreateRoundRectRgn.
23005
23006 Tue Oct 27 15:41:54 1998  Alexandre Julliard  <julliard@winehq.com>
23007
23008         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
23009         EnumDisplayModes* returns a static list of modes with all depths
23010         (helps hexen2demo), ChangeDisplaySettings returns true all the time.
23011
23012         * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
23013         Marcus Meissner <marcus@jet.franken.de>
23014         Stub for midiOpenStream (helps hexen2demo).
23015
23016         * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
23017         Robert Pouliot <krynos@clic.net>
23018         Small patch for better French support.
23019
23020         * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23021         Bugfix: memory overwrite bug.
23022
23023 Mon Oct 26 11:04:13 1998  Alexandre Julliard  <julliard@winehq.com>
23024
23025         * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
23026         32-bit clipboard support.
23027
23028         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23029         Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
23030         on the queue.
23031
23032         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
23033         Fixed a minor problem with the menus for mdi child windows.
23034
23035         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
23036         Removed no longer necessary commented out code, destroy old window
23037         when SetDisplayMode is called again, EnumDisplayModes now returns
23038         all possible modes (using a static list).
23039
23040         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
23041         Anon shared mapping fixed for file sharing.
23042
23043 ----------------------------------------------------------------
23044 Sun Oct 25 10:32:23 1998  Alexandre Julliard  <julliard@winehq.com>
23045
23046         * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
23047         Fixes for LANG_NEUTRAL.
23048
23049         * include/task.h:
23050         Added some padding to the PDB for ill-behaving apps (problem reported
23051         by Andreas Mohr).
23052
23053         * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
23054         Jonathan Buzzard <jab@hex.prestel.co.uk>
23055         Added a new debugging channel io to allow read/writes on a port to be
23056         logged to a file.
23057
23058         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
23059         Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
23060         ignored. 0x00 is used for generated key events only.
23061
23062         * windows/message.c, windows/queue.c:
23063         Douglas Ridgway <ridgway@winehq.com>
23064         API Documentation for SendMessage, GetTickCount, PostQuitMessage,
23065         GetMessagePos, GetMessageTime.
23066
23067         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
23068         Delete the filename for the mapping instantly.
23069
23070         * dlls/shell32/shellord.c, relay32/shell32.spec:
23071         Michael Poole <poole@graviton.res.cmu.edu>
23072         Stub for SHSimpleIDListFromPath.
23073
23074         * loader/task.c: Fixed bug in SwitchStackTo.
23075
23076 Sat Oct 24 13:06:16 1998  Alexandre Julliard  <julliard@winehq.com>
23077
23078         * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
23079         Check if scrollbar and parent are visible before redraw.
23080
23081         * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
23082         Kai Morich <kai.morich@darmstadt.netsurf.de>
23083         Added Drag*32 functions.
23084
23085         * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
23086         Added Drag&Drop from KDE app to 16/32 bit Windoze app.
23087
23088         * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
23089         Added FIXME message in PostMessage32x if parameters are truncated
23090         when calling PostMessage16.
23091
23092         * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
23093         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23094         Added support for global handles, implemented ConvertToGlobalHandle.
23095         Allocate startup data and 16-bit stack for initial process.
23096
23097         * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
23098         Small fix.
23099
23100         * programs/progman/.cvsignore, programs/progman/Es.rc, programs/progman/Makefile.in, programs/winhelp/.cvsignore, programs/winhelp/Es.rc, programs/winhelp/Makefile.in, programs/clock/.cvsignore, programs/clock/Es.rc, programs/clock/Makefile.in, programs/notepad/.cvsignore, programs/notepad/Es.rc, programs/notepad/Makefile.in:
23101         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23102         Added Spanish resources.
23103
23104         * ole/nls/euq.nls, resources/sysres_Es.rc:
23105         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23106         Small corrections.
23107
23108         * relay32/kernel32.spec, scheduler/process.c:
23109         Marcus Meissner <marcus@jet.franken.de>
23110         LoadLibraryExW spec added (function was there).
23111         SetProcessPriorityBoost stub added.
23112
23113         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
23114         Compile fix for Solaris.
23115
23116         * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
23117         Ove Kaaven <ovek@arcticnet.no>
23118         Implemented DisplayDib.
23119
23120         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
23121         Hack to support integer ids in all static controls.
23122
23123         * include/dinput.h, windows/dinput.c:
23124         Lionel Ulmer <ulmer@directprovider.net>
23125         Beginning of mouse support in DirectInput (only "standard" mouse
23126         configuration supported for now).
23127
23128         * include/*.h, dlls/comctl32/*.c:
23129         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23130         Added xxx_Unregister() functions to all common controls.
23131
23132         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
23133         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23134         Some minor improvements and fixes.
23135
23136         * dlls/comctl32/rebar.c, include/rebar.h:
23137         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23138         Improved the rebar control.
23139
23140         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23141         Added support for transparent and tracking tooltips.
23142
23143         * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23144         Fixed a popup menu selection bug.
23145
23146         * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23147         Fixed DrawCaption16() and DrawCaptionTemp16().
23148
23149         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
23150         Fixed warning.
23151
23152         * graphics/psdrv/Makefile.in, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/gdi.h, include/psdrv.h, objects/dib.c:
23153         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23154         Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
23155         SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
23156         driver.
23157
23158         * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
23159         Joseph Pranevich <knight@baltimore.wwaves.com>
23160         Added support for int17 and int19.
23161
23162         * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
23163         Stubs for dos mode reboot interrupt.
23164
23165         * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
23166         Some printer stubs for DOS added.
23167
23168         * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
23169         More stubs added. These changes are only partially mine, I just made
23170         them compile.
23171
23172         * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
23173         Added some traces and cleaned up a couple of things.
23174
23175         * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h, include/shlobj.h, memory/string.c, ole/ole2nls.c, relay32/shell32.spec, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c:
23176         Juergen Schmied <juergen.schmied@metronet.de>
23177         Changed some string-shell32 functions to 32AW, parameter are
23178         os depending 32A or 32W (-winver nt351 or nt40), some new functions.
23179         Some fixes in ole2nls.
23180         New OLE2NLS_CheckLocale() to handle Locale_User_Default and
23181         Locale_System_Default.
23182         Shell32 now dynamicly links to DPA_*(), comdlg32 works again
23183         (comctl32 heap alloc patch broke it).
23184
23185         * include/winversion.h, misc/version.c:
23186         Juergen Schmied <juergen.schmied@metronet.de>
23187         Added VERSION_IsOsUnicode().
23188
23189         * scheduler/handle.c:
23190         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23191         More off-by-one errors fixed.
23192
23193         * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
23194         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23195         File sharing fixes.
23196
23197 Fri Oct 23 17:26:44 1998  Alexandre Julliard  <julliard@winehq.com>
23198
23199         * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
23200         Bug fix.
23201
23202         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
23203         Fixed DOS environment passing.
23204
23205         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
23206         Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
23207
23208         * include/font.h, objects/font.c, objects/gdiobj.c:
23209         Juergen Schmied <juergen.schmied@metronet.de>
23210         New FONT_GetObject32W(), GetObject32W().
23211
23212         * relay32/user32.spec, win32/ordinals.c, windows/user.c:
23213         Juergen Schmied <juergen.schmied@metronet.de>
23214         New stub RegisterTaskList.
23215         New function EnumDisplaySettings32W().
23216
23217         * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
23218         More parameter checking in RltCopySid.
23219
23220         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
23221         More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
23222
23223         * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
23224         Ove Kaaven <ovek@arcticnet.no>
23225         Added new dll avifil32.dll.
23226
23227         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
23228         Ove Kaaven <ovek@arcticnet.no>
23229         First shot at DPMI realmode calls.
23230
23231         * loader/module.c:
23232         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23233         Fixed several bugs with DLL initialization.
23234
23235 Thu Oct 22 17:02:25 1998  Alexandre Julliard  <julliard@winehq.com>
23236
23237         * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
23238         Added ordinal for two syslevel functions.
23239
23240         * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
23241         Another missing WINAPI.
23242
23243         * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
23244         Small corrections in mmio declarations.
23245
23246         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
23247         Take virtual sizes in account for the total vma size.
23248
23249         * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
23250         Add some more NLS definitions for the Romanian language.
23251
23252         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
23253         Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
23254         to work. 'Adjust' caps flags accordingly.
23255
23256         * ole/compobj.c, relay32/ole32.spec:
23257         Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
23258         Stub for CoCreateGuid().
23259
23260         * dlls/comctl32/treeview.c, multimedia/mcicda.c:
23261         Brian Litzinger <brian@litzinger.com>
23262         Fixes for FreeBSD.
23263
23264         * libtest/.cvsignore, libtest/Makefile.in:
23265         Petter Reinholdtsen <pere@minerva.cc.uit.no>
23266         Make sure hello3res.h is generated even if 'make depend' never has
23267         been run.
23268
23269         * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
23270         Fixed moving and sizing of child windows.
23271
23272         * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
23273         Marcus Meissner <marcus@jet.franken.de>
23274         XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
23275
23276 Wed Oct 21 17:20:48 1998  Alexandre Julliard  <julliard@winehq.com>
23277
23278         * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
23279         Ove Kaaven <ovek@arcticnet.no>
23280         Added indirection for ctx_debug to the DOS loader, so Winelib works
23281         again.
23282
23283         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
23284         Support anon shared mappings using temporary files (wont be deleted
23285         yet).
23286
23287         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
23288         Was freeing the incorrect pointers -> crash in mallocs/frees.
23289
23290         * files/dos_fs.c, relay32/kernel32.spec:
23291         Marcus Meissner <marcus@jet.franken.de>
23292         DefineDosDevice stub added.
23293
23294         * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
23295         Added a default program option in wine.conf in section [programs] key
23296         Default.
23297
23298         * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
23299         Better fix for this_is_a_syntax_error.
23300
23301         * ole/nls/*.nls:
23302         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23303         Added the entries for LOCALE_SISO639LANGNAME and
23304         LOCALE_SISO3166CTRYNAME.
23305
23306         * documentation/wine.man: James Juran <jrj120@psu.edu>
23307         Updated manpage.
23308
23309         * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
23310         Fixed wrong ordinals.
23311
23312         * objects/region.c: NF Stevens <norman@arcady.u-net.com>
23313         Fixed a bug in RectInRegion.
23314
23315 Tue Oct 20 15:26:26 1998  Alexandre Julliard  <julliard@winehq.com>
23316
23317         * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
23318         Removed an incorrect error message.
23319
23320         * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
23321         Make sure the access functions are always used to get label and serial
23322         number.
23323
23324 Mon Oct 19 08:48:24 1998  Alexandre Julliard  <julliard@winehq.com>
23325
23326         * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
23327         Fixed bug on platforms were buffers returned by getenv() shall not be
23328         free()'ed. Added French (default) in locale handling.
23329
23330         * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
23331         Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
23332         compile-time error message make more sense.
23333
23334         * scheduler/handle.c:
23335         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23336         Fixed off by one error in HANDLE_GetObjPtr.
23337
23338 ----------------------------------------------------------------
23339 Sun Oct 18 14:48:31 1998  Alexandre Julliard  <julliard@winehq.com>
23340
23341         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23342         Try to implement the OF_SHARE_XXX options.
23343         Move the mode translations to functions.
23344
23345         * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
23346         Matthew Becker <mbecker@glasscity.net>
23347         Documentation updates.
23348
23349         * ole/compobj.c, relay32/ole32.spec:
23350         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23351         Added stub for CoSetState32.
23352
23353         * miscemu/main.c: Chad Powell <pxpx@usa.net>
23354         Added ability to read a startup program from wine.ini file.
23355         Put it in section [programs] key Startup.
23356
23357         * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
23358         Alex Priem <alexp@sci.kun.nl>
23359         Further improvements.
23360
23361         * include/cursoricon.h, objects/cursoricon.c:
23362         Turchanov Sergey <turchanov@usa.net>
23363         Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
23364         drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
23365
23366         * include/bitmap.h, objects/bitmap.c:
23367         Turchanov Sergey <turchanov@usa.net>
23368         Fixed LoadImage to support almost all LR_ flags.
23369
23370         * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
23371         Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
23372         COLOREFs had red part zeroed) that made plenty of cyan colors, minor
23373         bug fixes, changes to support LR_ flags.
23374
23375         * include/global.h, memory/virtual.c:
23376         Turchanov Sergey <turchanov@usa.net>
23377         Added VIRTUAL_MapFileW to map file to memory in one function call.
23378
23379         * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
23380         Turchanov Sergey <turchanov@usa.net>
23381         Moved Multimonitor API declarations to windows.h.
23382
23383         * if1632/user.spec, include/driver.h, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mmsystem.c, relay32/winmm.spec, windows/driver.c:
23384         Turchanov Sergey <turchanov@usa.net>
23385         Implemented DefDriverProc32 from winmm.dll.
23386
23387         * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
23388         Alex Korobka <korobka@ams.sunysb.edu>
23389         Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
23390         bit.
23391
23392         * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
23393         Juergen Schmied <juergen.schmied@metronet.de>
23394         GetLocaleInfo32A can handle len=0 now, sets LastError and touches
23395         buffer only when necessary.
23396         Updated deu.nls and some LCTYPES in winnls.h.
23397
23398         * if1632/relay.c: Rein Klazes <rklazes@casema.net>
23399         CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
23400         not crash.
23401
23402 Sat Oct 17 13:07:48 1998  Alexandre Julliard  <julliard@winehq.com>
23403
23404         * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
23405         Reduced huge (1GB) heap creation that caused Starcraft to fail.
23406
23407         * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
23408         Patrik Stridvall <ps@leissner.se>
23409         Compile fix for Solaris.
23410
23411         * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
23412         Compile fix for non OSS systems.
23413
23414         * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
23415         Compile fix for non XF86-DGA systems.
23416
23417         * libtest/Makefile.in, libtest/volinfo.c:
23418         Petter Reinholdtsen <pere@td.org.uit.no>
23419         New file to test DRIVE_GetLabel.
23420
23421         * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
23422         Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
23423         32bit cdaudio bit support before it can be removed...
23424
23425         * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
23426         Added a bunch of stubs for ddraw suface routines. All stubs for
23427         surface present now.
23428         Commented out message pump calls. I don't see a reason for them being
23429         there. Everything works fine with -desktop and -managed still has
23430         problems. Disagreements?
23431
23432         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
23433         Fixed GetLocaleInfo32A for other languages than en_uk.
23434         Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
23435         last but not least the first argument lcid where is all about...
23436
23437         * include/syslevel.h, misc/registry.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/mmsystem.c, multimedia/time.c, windows/caret.c, dlls/msacm32/builtin.c:
23438         Marcus Meissner <marcus@jet.franken.de>
23439         Fixed some more missing WINAPIs (hopefully correct).
23440
23441         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
23442         Fixed the = -> == bug.
23443
23444         * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
23445         Shell parameters (config.sys) and ANSI support stubs.
23446
23447         * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
23448         Added int16.c and int29.c.
23449
23450         * include/miscemu.h, msdos/interrupts.c:
23451         Joseph Pranevich <knight@baltimore.wwaves.com>
23452         More interrupts that can be done from DOS mode.
23453
23454         * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
23455         Added int29 (Fast Write to Screen) support.
23456
23457         * msdos/int16.c, include/debug.h, include/debugdefs.h:
23458         Joseph Pranevich <knight@baltimore.wwaves.com>
23459         Added int16 (Keyboard) support, mostly stubs.
23460
23461 Fri Oct 16 15:40:21 1998  Alexandre Julliard  <julliard@winehq.com>
23462
23463         * relay32/shell32.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlobj.h:
23464         Juergen Schmied <juergen.schmied@metronet.de>
23465         Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
23466         SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
23467         SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
23468         SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
23469         SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
23470
23471         * misc/ntdll.c, relay32/ntdll.spec:
23472         Dietmar Kling <dietmar.kling@usa.net>
23473         Added undocumented function RtlOpenCurrentUser.
23474
23475         * objects/cursoricon.c, misc/shell.c, misc/ver.c, misc/version.c, loader/elf.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, include/neexe.h, include/pe_image.h, include/peexe.h, debugger/dbgmain.c, debugger/msc.c:
23476         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23477         Renamed all LPIMAGE_* types to PIMAGE_*.
23478
23479 Thu Oct 15 13:03:10 1998  Alexandre Julliard  <julliard@winehq.com>
23480
23481         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
23482         Fixed an error when an owned window activates its owner during
23483         creation.
23484
23485         * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
23486         Closing a dialog using the menu bar ("x" or "-" button or windows
23487         menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
23488         normal windows when DestroyWindow() is called.
23489
23490         * dlls/shell32/pidl.c:
23491         Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
23492         Added missing WINAPIs.
23493
23494         * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
23495         Juergen Schmied <juergen.schmied@metronet.de>
23496         New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
23497         RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
23498         GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
23499         SetTaskmanWindow.
23500
23501         * relay32/ntdll.spec, misc/ntdll.c:
23502         Juergen Schmied <juergen.schmied@metronet.de>
23503         New stubs NtQueryInformationThread, NtQueryInformationToken,
23504         RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
23505
23506         * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
23507         Fixed PlaySound to start its thread the right way.
23508
23509 Wed Oct 14 18:40:35 1998  Alexandre Julliard  <julliard@winehq.com>
23510
23511         * controls/combo.c, controls/listbox.c:
23512         Alex Korobka <korobka@ams.sunysb.edu>
23513         CB_SETCURSEL and some other fixes.
23514
23515         * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
23516         Better QUEUE_FlushMessages().
23517
23518         * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
23519         Moshe Vainer <moshev@easybase.com>
23520         Partial implementation of GetOutlineTextMetrics32A.
23521         Added structures for OUTLINETEXTMETRICS.
23522
23523         * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
23524         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23525         Do not clip source rectangle even by visible region for bitblts.
23526         Added field 'totalExtent' to WIN_DC_INFO.
23527
23528         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23529         Added stub for VMM PM API AH=026[de] (never say 'safe mode').
23530
23531         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23532         Bugfix: Local32Free caused free handles list corruption.
23533
23534         * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
23535         Fixed --disable-debug config option.
23536
23537 Tue Oct 13 12:50:04 1998  Alexandre Julliard  <julliard@winehq.com>
23538
23539         * relay32/shell32.spec, dlls/shell32/shellord.c:
23540         Petter Reinholdtsen <pere@td.org.uit.no>
23541         Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
23542         and FileIconInit() needed by Win95 explorer.
23543
23544 Mon Oct 12 07:25:54 1998  Alexandre Julliard  <julliard@winehq.com>
23545
23546         * windows/dialog.c, controls/button.c, controls/menu.c:
23547         Norman Stevens <norman@arcady.u-net.com>
23548         Improving keyboard handling, including accelerator keys in dialog
23549         boxes. Also fixes enter key in Agent32 edit box.
23550
23551 Sun Oct 11 19:37:23 1998  Alexandre Julliard  <julliard@winehq.com>
23552
23553         * misc/commdlg.c: Eric Pouech  <eric.pouech@lemel.fr>
23554         Added support in file dialog boxes handling for filters like
23555         "*.txt;*.bat".
23556
23557         * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
23558         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23559         Implemented new PE DLL initalization code, trying to call the
23560         DllEntryPoint routines always in correct order :-)
23561         Bypass snooping when getting data buffer addresses (thunk buffers,
23562         __GP handlers) and for 32-bit routines directly called from 16-bit
23563         (due to stack address size problems).
23564
23565         * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
23566         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23567         Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
23568         Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
23569
23570         * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
23571         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23572         Implemented (partially) the KERNEL Thunklet API and Callback Client
23573         API (KERNEL.560-568,604-612,619-622).
23574         Added stubs for K228, K237, KERNEL.365, KERNEL.447.
23575
23576         * objects/bitmap.c, if1632/gdi.spec:
23577         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23578         Stubs for CreateUser(Discardable)Bitmap16.
23579
23580         * memory/heap.c, include/winnt.h:
23581         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23582         Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
23583
23584         * memory/global.c, include/windows.h:
23585         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23586         GlobalFix16 is supposed to return selector to the memory area.
23587
23588         * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
23589         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23590         Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
23591
23592         * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
23593         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23594         Use emergency TEB selector to avoid debugger crashes when stepping
23595         through relay stubs (or when FS is invalid otherwise).
23596
23597         * windows/event.c, windows/keyboard.c:
23598         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23599         MOUSE.DRV routines moved to event.c. Call mouse event procedure.
23600
23601         * windows/dce.c, windows/painting.c, windows/scroll.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, include/dc.h, include/windows.h, if1632/gdi.spec, graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, graphics/path.c:
23602         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23603         Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
23604         coordinates relative to the device, not the DC origin. This is
23605         necessary to correctly implement GetClipRgn16 and InquireVisRgn.
23606         SelectVisRgn also expects region in device-relative coordinates.
23607         Adapted the rest of Wine to this coordinate change.
23608         Implemented ExtSelectClipRgn.
23609
23610         * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
23611         Andreas Mohr <100.30936@germany.net>
23612         Small fix.
23613
23614         * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
23615         Andreas Mohr <100.30936@germany.net>
23616         Yet another small self-loader fix.
23617
23618         * files/drive.c: Andreas Mohr <100.30936@germany.net>
23619         Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
23620         correctly due to current drive being set too late.
23621
23622         * Make.rules.in: Patrik Stridvall <ps@leissner.se>
23623         Use $(AS) instead of $(CC) to compile .s files.
23624
23625         * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, include/debug.h, include/debugdefs.h, include/mmreg.h, if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, dlls/Makefile.in, Makefile.in, configure, configure.in:
23626         Patrik Stridvall <ps@leissner.se>
23627         Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
23628
23629         * include/imagehlp.h, relay32/imagehlp.spec, dlls/imagehlp/.cvsignore, dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c:
23630         Patrik Stridvall <ps@leissner.se>
23631         Started the implementation of IMAGEHLP.DLL.
23632
23633         * include/msacm.h, include/msacmdrv.h, relay32/msacm32.spec, if1632/msacm.spec, dlls/msacm32/.cvsignore, dlls/msacm32/Makefile.in, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/msacm_main.c:
23634         Patrik Stridvall <ps@leissner.se>
23635         Started the implementation of MSACM.DLL and MSACM32.DLL.
23636
23637         * win32/device.c: Patrik Stridvall <ps@leissner.se>
23638         Removed things that were earlier added by mistake.
23639
23640         * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
23641         The implementation of mmioWrite is now called instead of the stub.
23642
23643         * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
23644         Juergen Schmied <juergen.schmied@metronet.de>
23645         Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
23646
23647         * relay32/shell32.spec, dlls/shell32/shell32_main.c:
23648         Juergen Schmied <juergen.schmied@metronet.de>
23649         New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
23650         Implemented: SHGetPathFromIDList32W.
23651         Changed PathCombine.
23652
23653         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
23654         New structures DVASPECT, TYMED, IDLList.
23655         Shell specific clipboard formats.
23656
23657         * relay32/winspool.spec, misc/printdrv.c:
23658         Juergen Schmied <juergen.schmied@metronet.de>
23659         Stub EnumPrintersW.
23660
23661         * dlls/shell32/dataobject.c:
23662         Juergen Schmied <juergen.schmied@metronet.de>
23663         Implemented first functions.
23664
23665         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
23666         Juergen Schmied <juergen.schmied@metronet.de>
23667         New class IDLList "Item ID List List" (internal).
23668
23669         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
23670         Small changes (uses HIWORD/LOWORD).
23671
23672         * windows/dialog.c, relay32/user32.spec:
23673         Sat Oct 10 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
23674         Stub CreateDialogIndirectParamAorW.
23675
23676         * Makefile.in, configure, configure.in:
23677         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
23678         Don't install object files when --disable-lib is selected.
23679
23680         * debugger/hash.c, debugger/msc.c:
23681         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
23682         Don't print name for 32 bit lib multiple times.
23683         Clean up printing in DEBUG_ProcessDeferredDebug.
23684
23685         * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
23686         David Luyer <luyer@ucs.uwa.edu.au>
23687         Small fixes.
23688
23689         * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
23690         Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
23691
23692         * ole/typelib.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/olesvr.c, ole/storage.c, misc/ntdll.c, misc/registry.c:
23693         Matthew Becker <mbecker@glasscity.net>
23694         Documentation corrections/standardizations.
23695
23696         * multimedia/audio.c, multimedia/init.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcistring.c, multimedia/midi.c, multimedia/mmsystem.c, include/mmsystem.h, include/multimedia.h:
23697         Eric Pouech  <eric.pouech@lemel.fr>
23698         Started coding 32 bit MCI handling.
23699         Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
23700         Wrote MCI MIDI support.
23701
23702         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
23703         Yet another improvement to the bezier code.
23704
23705         * windows/message.c: Rein Klazes <rklazes@casema.net>
23706         GetTickCounts() has a granularity in windows of 25 msec's.
23707         Girotel's serial communication appears to depend on it, so I guess
23708         it's a feature...
23709
23710         * misc/comm.c: Rein Klazes <rklazes@casema.net>
23711         Update the modemn status bit that indicates whether the RLSD line is
23712         active in every call to GetCommError(). This is not the proper place,
23713         but since wine doesn't do any event-stuff...
23714         Fixed some TRACE call's faced with non zero terminated strings.
23715         Restore the terminal state at CloseCommt to the state it was at
23716         OpenComm(), so the modem will go off-hook.
23717
23718         * loader/module.c: Alexander Larsson  <alla@lysator.liu.se>
23719         GetModuleFileName32A() returns long filename if app sets osversion >=
23720         4.0. Also moved the long filename hackery to GetLongPathName32A() so
23721         it can be used by win32 programs.
23722
23723         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
23724         GetLongPathName32A() returns dos format long filename instead of unix
23725         format.
23726
23727         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23728         Small fixes.
23729
23730         * relay32/shell32.spec, dlls/shell32/shellord.c:
23731         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23732         Added SHFlushClipboard.
23733
23734         * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
23735         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23736         Fixed some undocumented functions.
23737         Changed algorithm in DPA_QuickSort().
23738         Fixed heap creation/destruction and control [un]registration in
23739         ComCtl32LibMain().
23740
23741         * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23742         Fixed a bug.
23743
23744         * include/tooltips.h, dlls/comctl32/tooltips.c:
23745         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23746         Added tracking support and fixed loading of resource strings.
23747         Added unregister code.
23748
23749         * include/debug.h, include/debugdefs.h, include/ipaddress.h, include/nativefont.h, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/ipaddress.c, dlls/comctl32/nativefont.c:
23750         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23751         Added IPAddress and NativeFont controls.
23752
23753         * include/imagelist.h, dlls/comctl32/imagelist.c:
23754         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23755         Some minor improvements.
23756
23757         * include/toolbar.h, dlls/comctl32/toolbar.c:
23758         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23759         Improved drawing and placement code. Explorer style common dialogs are
23760         looking good now.
23761
23762         * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23763         Fixed bug in DrawIconEx32().
23764
23765         * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23766         Improved GetSystemInformation32[A/W].
23767
23768         * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
23769         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23770         Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
23771         Fixed handling of WS_EX_TOOLWINDOW.
23772
23773         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23774         Updated.
23775
23776         * windows/event.c, windows/keyboard.c, include/keyboard.h:
23777         David Faure <faure@kde.org>
23778         Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
23779         activated. Uses the new KEYBOARD_UpdateOneState.
23780         Fixed a problem with menu accelerators (Alt-letter generates a down
23781         arrow event which beeps if not filtered).
23782         Speeded up ToAscii16/32() a little bit.
23783
23784         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
23785         Ove Kaaven <ovek@arcticnet.no>
23786         Made Wine's debugger work satisfactorily with DOS apps.
23787         Perhaps dereferencing work better for Win16 apps too now, but
23788         it appears the debugger core wasn't designed for segmentation.
23789
23790         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
23791         Simulates DPMI memory map by converting lower-MB segment base
23792         addresses as necessary. Implemented allocating/freeing DOS memory
23793         blocks. Added XMS hook. (DPMI remains disabled by default until
23794         someone implements the raw mode switch entry points pkunzip needs.)
23795
23796         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
23797         I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
23798         can't keep working around flaws in it like this (now stdio
23799         was getting closed when programs close handles >=5)
23800
23801         * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
23802         Ove Kaaven <ovek@arcticnet.no>
23803         Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
23804         seems to work fine under Wine.
23805
23806         * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
23807         Ove Kaaven <ovek@arcticnet.no>
23808         Moved some system dependencies to loader/dos/dosvm.c. Implemented
23809         environmental argv[0] passing to DOS apps. Added XMS hooks.
23810
23811         * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
23812         Added a memset() to prevent a debugger segfault caused by
23813         uninitialized pointers in the stabs lookup tables.
23814
23815         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
23816         A few fixes.
23817
23818         * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
23819         Added RtlAllocateAndInitializeSid entry.
23820
23821         * loader/Makefile.in, loader/elf.c, loader/module.c, loader/pe_image.c, include/config.h.in, include/module.h, include/pe_image.h, include/peexe.h, configure, configure.in:
23822         Marcus Meissner <marcus@jet.franken.de>
23823         Generic dynamic dll loader using dl*() API.
23824         Includes: stdcall->cdecl mapping ability, snooping.
23825         (Tested only with glide2x.dll -> libglide2x.so)
23826
23827         * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
23828         Marcus Meissner <marcus@jet.franken.de>
23829         Added win32 enhanced functionality to timer callbacks.
23830
23831         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
23832         Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
23833         does at least a bit of keyboard input.
23834
23835         * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
23836         Should display again.
23837
23838 Sat Oct 10 15:52:46 1998  Alexandre Julliard  <julliard@winehq.com>
23839
23840         * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
23841         Implemented DS_CENTER dialog style.
23842
23843         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23844         Added function to build the Windows numeric language ID from language,
23845         code, charset and dialect strings, like used by Unix LANG variable.
23846
23847         * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
23848         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23849         More NLS data.
23850
23851         * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
23852         Fixed a lot of bugs in ddraw.c to make xlib support work.
23853         Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
23854
23855         * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
23856         Added DC object type to the list of valid objects that can be deleted
23857         by DeleteObject32.
23858
23859 Sun Oct  4 18:20:29 1998  Alexandre Julliard  <julliard@winehq.com>
23860
23861         * ChangeLog:
23862         Starting new format changelog (older changes moved to
23863         documentation/ChangeLog.OLD).